@import url('/clients/enhamtrust/styles/main.min.css');
/* @import url('//localhost:5757/main.css'); */

/* DI 14.06.2018 Hide author details ZD 30169 */
.blogDetails {
  display: none;
}

/* DI 10.08.2018 Move cookies banner to bottom ZD 31769 */
.cc-banner.cc-top {
 top: auto !important;
 bottom: 0;
}
/* AW 20.11.2018 Quick giving fix DES-2201 */
body:not(.homepage) .postContent .quickGivingPanel .donationAmounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postContent .quickGivingPanel .formQuestion.donationAmountOther {
    width: initial;
}

.postContent .quickGivingPanel .donationAmountDescription {
  padding-left: 0;
}

/* AW Fix for homepage stats in IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homeFeature.post5b9513927ad448308f3bc8a482b3f8f3::before {
    left: -35%;
  }
  .feedItem .home-feed-image-link {
    max-height: 154px;
  }
}


.carousel .donationAmountFigure { color: #fff !important; }
.donationSelected strong.donationAmountFigure { color: #fff !important; }
.carousel .donationSelected .donationAmountFigure { color: orange !important; }

/* DI 14.03.2019 Fix Donations amount images ZD 38326 */
body.donate .donationAmount .donationAmountThumbnail  {
  width: 100%;
  float: none;
  margin: 0;
}

body.donate .formQuestion.donationAmount:not(.donationAmountOther) label.checkboxRadio span.donationAmountDescription {
  height: 130px;
}

.carousel .donationAmountThumbnail { display: none; }

/* AW Fix subsite header DES-2743*/
body:not(.mount-industries-subsite) .mainCallToAction div.mount-industries-contact li.feedItem {
  display: none;
}

body:not(.move-programme-subsite) .mainCallToAction div.move-programme-contact li.feedItem {
  display: none;
}

body.mount-industries-subsite .mainCallToAction div.mount-industries-contact {
  display: block;
}

body.move-programme-subsite .mainCallToAction div.move-programme-contact {
  display: block;
}

/* AW 25.03.2019 Hide fundraisers tab ZD 38694 */
body.appeal-donate .tab:last-of-type {
  display: none;
}

/* AW 05.04.2019 Custom donation amount descriptions ZD 38379 */
.donationAmountDescription span {
  float: left;
  clear: left;
  margin-top: 0 !important;
}
.donationAmountDescription span:nth-of-type(1) {
  font-size: 0.75em;
}
.donationAmountDescription span:nth-of-type(2) {
  font-size: 1.2em;
}
.donationAmountDescription span:nth-of-type(3) {
  font-size: 1em;
}

/* AW 23.04.2019 IE Fixes DES-2905 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feedItem h3 {
    margin: 60px 0 0;
  }
}

@media (min-width: 1025px) {
  .carouselSlideDetail {
    padding: 10vw 0 !important;
  }
}

/* CR-33 */
body:not([class*="100-challenge"]) .tagline.subsite-tagline {
  display: none !important;
}

body[class*="100-challenge"] .tagline.subsite-tagline {
  display: block !important;
  text-align: right;
}