@import url("/clients/instituteforoptimumnutrition/styles/main.min.css");
/* @import url("//localhost:5757/main.css");*/


/* https://raisingit.atlassian.net/browse/IM-1231 */
.menuMain ul li:hover > a, .cta-button:hover, a.filter:hover  {
	color: #000 !important;
}

.listing .headerText .listingIntro {
  max-width: 100%;
}

span.cc-message p {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 0px;
}

span.registerSwitch {
  display: none;
}

/* DI 19.06.2018 Remove breadcrumbs ZD 30208 */ 
.breadcrumbWrapper {
  display: none;
}

/* DI 28.06.2018 Hide regular payment option on these appeals ZD 30614*/
.donationFrequency {
  display: none;
}

/* DI 02.07.2018 Hide 'showing x of x' text ZD 30673*/
.loadAmount {
  display: none;
}

/* YVN 16.11.18 - Move Headser and nav to top */
header.pageHeader, nav.menuMain { z-index: 99999; }
.mainLogo { z-index: 999999; }

/* AW 14.12.2018 Newsletter signup iFrame DES-2352 */
.NewsletterSign-up iframe {
  grid-column: 1/span 10;
  margin: 0;
  max-width: 100%;
  min-height: 550px;
  border: 0;
 overflow-y: scroll;
}

@media screen and (max-width: 500px) {
  .NewsletterSign-up iframe {
    min-height: 400px;
  }
}

/* AW 22.01.2019 Footer padding ZD 36547 */
.subsite .pageFooterWrapper {
  margin-top: 50px;
}

/* AW 16.04.2019 Quick subsite footer fix DES-2889 */
@media screen and (min-width: 1081px) {
  body.ntsac.homepage .subsiteFeedsWrapper,
  body.ntdc.homepage .subsiteFeedsWrapper {
    min-height: 1000px;
  }
}

.Footercredits ul li {
  color: #282828;
}

.associated.associatedBox,
.associated.associatedMostRead { display: none; }

.embed-container {
  max-width: unset;
}

/* 502132 - added Hide sidebar category */
body.PostSystemCategory_hide-sidebar .postAside{
  display: none !important;
}
body.PostSystemCategory_hide-sidebar .postContent{
  width: 100% !important;
  padding-right: 0 !important;
}