@import url("/clients/wavetrust/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

/* YVN - Pre-live - Show client what's doable to improve their homepage */
.homeFeatureDetailsWrapper { border-radius: 10px; }

/* AW Subsite header DES-2817 */
.mainCallToAction a.waveTrustButton {
  display: none;
}

body.subsite.\0037 030 .mainCallToAction a.waveTrustButton {
  display: inline-block;
}

body.subsite.\0037 030 .mainCallToAction a.donate {
  display: none;
}

/* DI 30.04.2019 Hide latest sidebar ZD 39811 */
.associatedLatestPosts {
  display: none;
}

legend {
  display: none;
}

/* DES 5787 */
body.hearts-of-ace.homepage.subsite .mainCallToAction .cta-donate {
    display: none;
}

.showsVideo:before {
	z-index: 2!important;	
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
}

.showsVideo+.carouselDetailWrapper .carouselSlideDetail {
    top: auto!important;
}