/*
 * fix for misplaced appeal donation widget elements
 */
#page .head .give p.check { margin: 15px 0 0 0; max-width: none; text-align: left !important; }
#page .head .give p.link { margin: 15px 0 0 0; max-width: none; }
#page .head .give .honour p { max-width: none; }

/*
 * fix for misplaced search results dropdown labels
*/
#page.resultspage .filters .filter p { margin: 0; }

/*
 * homepage menu margin
 */
.menu ul { margin: 0; }

.menu ul li {
    padding-right: 25px;  
}

.condition-index .search {
    z-index: 2;
}

/* Added styles for registration mobile phone number */
.mobile-phone-field {
    display: flex;
}

.mobile-phone-prefix {
    display: inline-block;
    margin-right: 20px;
}

.course-form .form-fields input[type="tel"] {
    margin: 0 0 28px 0;
    padding: 10px 19px 10px 19px;
    -webkit-appearance: none;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 16px;
}

.course-form .form-fields input[type="tel"].error {
    background-color: rgba(218,41,28,0.2);
    border: 1px solid rgba(218,41,28,1);
}

@media screen and (max-width: 1024px) {
	.menu.header > ul {
		max-height: 80vh;
		overflow-y: scroll;
	}
}

.courses-submenu .helpline {
    display: none;
}

.courses-submenu .back-button {display: none;}

@media screen and (max-width: 1024px) {
    .courses-submenu.showMenuMobile {background: #ffffff; position: fixed; z-index: 4; top: 0; left: 0; width: 100vw; height: 100vh; box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1); overflow: auto;}
    header > div.menu a.menumobile.close {background: transparent; }
    header > div.menu a.menumobile.close span {background: #000000;}
    .cpr-header.courses-submenu.showMenuMobile > a.btn.dropdown {background: transparent; border: none; text-align: left; text-transform: none; color: #000000; font-weight: 700; padding-left: 60px; border-bottom: 1px solid #dbdbdb; padding-top: 30px; padding-bottom: 30px; border-radius: 0;}
    .cpr-header.courses-submenu.showMenuMobile > .dropdown {box-shadow: none; background: transparent;}
    .cpr-header.courses-submenu.showMenuMobile > .dropdown li {padding-right: 0;}
    .cpr-header.courses-submenu.showMenuMobile > .dropdown li a {background: transparent;}
    .cpr-header.courses-submenu.showMenuMobile ul {width: 100%; box-shadow: none; background: transparent; padding: 0 !important;}
    .cpr-header.courses-submenu.showMenuMobile ul li a {background: transparent;}
    .cpr-header.courses-submenu.showMenuMobile ul li a:before {content: ''; display: block; position: absolute; right: 30px; top: 20px; width: 30px; height: 30px; background: url('../img/arrow-red.svg');}
    .page-child .cpr-header.courses-submenu.resize.showMenuMobile {left: 0 !important; width: 100% !important; top: 0 !important;}
    .courses-submenu.showMenuMobile a {border-bottom: 1px solid #dbdbdb;}
    .courses-submenu.showMenuMobile a {padding-left: 0px; margin-left: 60px;}
    .courses-submenu.showMenuMobile li:last-child > a {padding-left: 60px; margin-left: 0;}
    .courses-submenu.showMenuMobile .mobile-only a {font-weight: 700; padding-left: 60px; margin-left: 0;}
    .courses-submenu.showMenuMobile .back-button {display: block;}
    .courses-submenu.showMenuMobile .back-button a {font-size: 15px; color: #da291c; border-bottom: none; padding-left: 60px; margin-left: 0px;}
    .courses-submenu.showMenuMobile .back-button a::before {content: ''; display: inline-block; margin-right: 10px; background: url('../img/arrow-red.svg'); width: 30px; height: 24px; transform: rotate(180deg); position: absolute; left: 22px; top: 25px;}
    .courses-submenu .secondary-menu-btn {transition-duration: 0ms;}
    .courses-submenu.showMenuMobile .secondary-menu-btn {position: absolute; top: 34px; right: 20px; z-index: 20;}
    body.menu-open {overflow: hidden;}
    body.menu-open .menu.resize {background: #ffffff;}
    body.menu-open .menu #searchmobile {display: none !important;}
    body.menu-open .menu .logo {display: none !important;}
    body.menu-open .menu .donate {display: none !important;}
    .cpr-header.courses-submenu.showMenuMobile .helpline {display: block; width: 100%; background: #fafafa; padding: 55px 30px 55px 60px;}
    .cpr-header.courses-submenu.showMenuMobile .helpline h3 {font-size: 18px; margin-bottom: 10px; font-weight: 700;}
    .cpr-header.courses-submenu.showMenuMobile .helpline p.phone {font-size: 30px; color: #00b2aa; margin-bottom: 10px;}
    .cpr-header.courses-submenu.showMenuMobile .helpline p {font-size: 16px;}
}

#home #intro .sponsorship {left: 0; position: relative !important; bottom:0px !important;}
#home #intro .sponsorship img{ height: 90px !important;}
#intro .sponsorship .logos img{ height: 90px !important;}

#pubtop{background:#B3C1CE; margin-top:5px;}
#pubtopinner{background:#B3C1CE; max-width: 1240px !important; margin: 0px auto;}
#pubtable{border:1px solid #f1f1f1;border-radius: 5px; overflow: hidden;max-width: 1240px !important; margin: 0px auto;}
#pubtablehead{ background:#da291c; }
#pubtablehead>div{
	padding: 20px;
	color: #ffffff; 
	text-align: center;
}

.pubtopinnerimg{width: 25%; float: left; position: relative;
	
}

.pubtopinnerimg img{border:10px solid #B3C1CE; transition: all .5s; 
-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
}

.pubtopinnerimg:hover img{border:10px solid #da291c;	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

.pubtopinnertitle{ 
	float: left; 
	position: absolute; 
	bottom: -20px; 
	background: #ffffff; 
	color: #000000;
	width: 80%;
	padding:10px;
	margin: 5% 10%;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	text-align: center;

}

.pubtablerow>div{
	padding: 20px 0px;
	color: #222222; 
	text-align: center;
}

.pubthumb{
	max-width:60px; margin:0px auto;
}

.pubthumb {
	border-radius: 3px;
}
.shadow {
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
}


.pubthumb img {display: block !important;}

.nopad{
	padding:0px;
}

.ileft{ text-align: left !important; }

.div_5{float:left; width: 5%;}
.div_10{float:left; width: 10%;}
.div_20{float:left; width: 20%;}
.div_25{float:left; width: 25%;}
.div_30{float:left; width: 30%;}
.div_35{float:left; width: 35%;}
.div_40{float:left; width: 40%;}
.div_50{float:left; width: 50%;}
.div_60{float:left; width: 60%;}
.div_70{float:left; width: 70%;}
.div_80{float:left; width: 80%;}
.div_90{float:left; width: 90%;}

.pubtablerow{border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9; }
.pubtablerow_odd{ background: #E9E9E9}



.publications #resultspub2 .result .info a{
	position: relative;
    display: inline-block;
    padding: 13px 60px 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #da291c;
	width: 96%;
	text-align: center;
	
}

.publications #resultspub2 .result .info a:before{
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


ul.pub_pagination{
	list-style: none;
	margin:20px auto !important;
	display: table;
}

ul.pub_pagination li{
	margin:1px;
	display: inline-block;
}

ul.pub_pagination li a{	
	padding:5px 10px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	color: #333333;
	cursor: pointer;
}

ul.pub_pagination li.active a,
ul.pub_pagination li a:hover{
	background: #da291c;	
	color: #ffffff;
}

.pubfiltering{border:2px solid #ffffff;}
.pubfilteringleft { width: 40%; float: left; }
.pubfilteringright{ width: 60%; float: right; text-align: right; }


.pubfilteringleft select{background: #6C757D; color: #ffffff;padding:5px; float: left;}
.pubfilteringleft select option{ 
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 25px !important;}



.pubfilteringright input[type=text]{ padding-left:20px;background: #6C757D; color: #ffffff; border: 0px;background: #6c757d url("../img/searchgray.jpg?v=2") no-repeat;transition: all .4s; 
	background-position: center center;height: 30px; }
.pubfilteringright input[type=text].hassearch,
.pubfilteringright input[type=text]:focus{ background-position: right -50px center;}

.ascdec{width: 30px; height: 30px; display: inline-block;background: url("../img/ascdec.jpg?v=4") no-repeat;border:1px solid #da291c;padding:2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
background-position: 0px 0px;
	border:1px solid #ffffff;
	transition: all .4s;
	cursor: pointer;
	margin-left:10px;
}
.ascdec.asc{ background-position: 0px -30px;}
.ascdec:hover,
.ascdec:active{border:1px solid #da291c; background-position: 0px -30px;}
.ascdec.asc:hover,
.ascdec.asc:active{ background-position: 0px 0px;}

.clearsearchfilter{background: #f1f1f1; height: 30px; display: inline-block;font-size:12px;border-radius: 10px;padding:6px 20px; margin:0px 20px; color: #000000;}
.clearsearchfilter:hover{ background: #da291c; color: #ffffff; }
#pubsearch{ float:right;}

.div_20.info p {padding:10px; font-size:13px;}


.pubtopinnerimg{background-size:0px;}





.menumobile span{background-color: #da291c !important;}
.btn.don			{ margin-top:2px; padding:8px 50px;background-color:#da291c !important; color:#ffffff !important; border-radius: 20px;}
.btn.don:after		{ background: none}
.header.menu		{ background-color:#ffffff !important; }




.menu ul li a		{ color:#da291c !important; }
.menu .logo 		{ width:50px !important; left:20px !important;}
.menu.header>ul		{ padding-left: 100px;}
.menu .search 		{ right: 170px; padding-right: 0; position: absolute;}
.menu .search a 	{ padding-right: 30px; background: url(../img/searchred.svg) no-repeat right center !important; }
#searchmobile 		{ background: url(../img/searchred.svg) no-repeat center; }
.menu ul li ul li a { color: #3c3c3c !important; }	
.menu ul li ul li a:hover { color: #da291c !important; }	
 
 
 .slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}
 .slick-next,.slick-prev  {
	z-index:1;
	color:#ffffff;
	
 
 }

.slick-next .dashicons, .slick-next .dashicons-before:before,
.slick-prev .dashicons, .slick-prev .dashicons-before:before{
font-size:40px !important;
}

 
.slick-prev:before {
	content: '' !important;
	
}
.slick-next:before {
	content: '' !important;
	
}
 
 
  
 
.slick-dots li {
    width: 14px;
	margin:0px 2px;
}
.slick-dots li button {
    width: 6px;
}

.slick-dots li button:before {
    width: 6px;
}


#homehero {
	align-items: stretch;
	background: #da291c;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: flex;
	margin: 80px 20px 0;
	overflow: hidden;
	position: relative;
	width: auto;
}

.homeheroimage {
	aspect-ratio: 16 / 9;
	background-position: center;
	background-size: cover;
	min-height: 0;
	order: 2;
	width: 60%;
}

.homeheromobile {
	display: none;
}

.has-hover-video {
	isolation: isolate;
}

.homeheroimage,
.slidelyimage {
	position: relative;
}

.hovervideo {
	border: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 220ms ease;
	width: 100%;
	z-index: 1;
}

.has-hover-video:hover .hovervideo,
.has-hover-video.video-is-playing .hovervideo {
	opacity: 1;
}

.homeherotext {
	align-items: center;
	background: #da291c;
	display: flex;
	min-height: 0;
	order: 1;
	padding: 80px 5vw;
	position: relative;
	width: 40%;
}

.homeherotextinner {
	margin-left: auto;
	max-width: 560px;
	width: 100%;
}

.homeherotextinnertext {
	max-width: 560px;
	text-align: left;
}

.homeherotextinnertext.left,
.homeherotextinnertext.center,
.homeherotextinnertext.right {
	margin: 0;
}

.homeherotextinnertext h1 {
	color: #ffffff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 44px !important;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 24px;
}

.homeherotextinnertext h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 10px;
}

#homehero .homeheroactions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

#homehero .slidelybutton,
#homehero .slidelybutton.secondary {
	background: #ffffff !important;
	border: 2px solid #ffffff;
	border-radius: 25px;
	color: #da291c !important;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	padding: 16px 28px;
	text-transform: uppercase;
}

#homehero .slidelybutton:hover,
#homehero .slidelybutton.secondary:hover {
	background: #da291c !important;
	border-color: #ffffff;
	color: #ffffff !important;
}

#homehero .homeherotextinner {
	margin-left: 0;
	margin-right: auto;
}

#slidely {
	margin: 60px auto 50px;
	max-width: 1200px;
	width: 100%;
}

#slidely .slick-list {
	overflow: hidden;
}

#slidely .slick-prev,
#slidely .slick-next {
	align-items: center;
	background: #da291c;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.18);
	display: flex !important;
	height: 46px;
	justify-content: center;
	width: 46px;
	z-index: 2;
}

#slidely .slick-prev {
	left: -58px;
}

#slidely .slick-next {
	right: -58px;
}

#slidely .slick-prev .dashicons,
#slidely .slick-next .dashicons {
	color: #ffffff;
	font-size: 28px !important;
	height: 28px;
	line-height: 28px;
	width: 28px;
}

#slidely .slick-disabled {
	opacity: 0.35;
}

#slidely .slick-track {
	display: flex;
}

#slidely .slick-slide {
	box-sizing: border-box;
	display: flex;
	height: auto;
	padding: 0;
}

#slidely .slick-slide > div {
	box-sizing: border-box;
	display: flex;
	padding: 0;
	width: 100%;
}

#slidely .slidelyslide {
	background: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	padding: 0 5px;
	position: relative;
	text-decoration: none !important;
	width: 100%;
}

#slidely .slidelyimage {
	aspect-ratio: 16 / 9;
	background-position: center;
	background-size: cover;
	border: 1px solid #da291c !important;
	border-radius: 15px;
	margin-bottom: 18px;
	overflow: hidden;
	width: 100%;
}

#slidely .slidelytext {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: auto;
	margin: 0;
	max-width: none;
	position: relative;
}

#slidely .slidelytext h3 {
	color: #3c3c3c;
	font-family: 'Poppins', Arial;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

#slidely .slidelytext h4 {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0;
}

#grid{margin:10px auto; max-width:1200px;}
 
 .inner{margin:10px;}
 
 #grid1{			width:71.5%; float:left;}
 
 #grid2{			width:28.5%; float:right;}
 
 #grid3{			width:100%; float:left;}
 
 
 #grid11{			width:100%;  border:10px solid #ffffff;}
 #grid11:after {	content: ''; display: block; padding-bottom: 33%; }
 
 #grid12{			width:50%; float:left; border:10px solid #ffffff;}
 #grid12:after {	content: ''; display: block; padding-bottom: 78%; }
 
 #grid13{			width:50%; float:left; border:10px solid #ffffff;}
 #grid13:after {	content: ''; display: block; padding-bottom: 78%; }
 
 #grid21{			width:100%; float:left; border:10px solid #ffffff;}
 #grid21:after {	content: ''; display: block; padding-bottom: 130.58555%; }
 
 #grid22{			width:100%;float:left; border:10px solid #ffffff;}
 #grid22:after {	content: ''; display: block; padding-bottom: 50%; }
 
 #grid31{			width:28%; float:left; border:10px solid #ffffff;}
 #grid31:after {	content: ''; display: block; padding-bottom: 100.4%; }
 
 #grid32{			width:72%; float:left; border:10px solid #ffffff;}
 #grid32:after {	content: ''; display: block; padding-bottom: 39%; }
 
 #grid41{			width:50%; float:left; border:10px solid #ffffff;}
 #grid41:after {	content: ''; display: block; padding-bottom: 52%; }
 
 #grid42{			width:50%; float:left; border:10px solid #ffffff;}
 #grid42:after {	content: ''; display: block; padding-bottom: 52%; }
 
 div{border:0px !important;}
 .outergrid{
 position:relative;
 }
 
 .innergrid{border:10px solid #ffffff !important; position:absolute;
	 top:0px; right:0px; bottom:0px; left:0px; 
	 margin:0px; padding:10px;
	 background: url(/wp-content/themes/ihf_2026_summer/img/blackgradient.png) repeat-x; 
	 background-position:bottom;
	 background-color:rgba(255,255,255,0.3);
	 transition: background-color .5s;
 }
 
 .innergrid:hover{background-color:rgba(255,255,255,0);}
 
 .innergrid .cta{position:absolute; bottom:5px;  }
 .innergrid .cta span{ display:block;}
 .innergrid .cta .title{font-size:24px; color:#ffffff; font-weight: bold;}
 .innergrid .cta .subtitle{font-size:14px; color:#ffffff;}
 

#page {
    overflow-x: visible !important;
}


.slidelymobile{display:none;}
 
body.home .menu {
     left: 0px;
     width: 100%;
    border-radius: 0px;
}

footer{
  background: #da291c !important;
  border-radius: 30px 30px 0 0 !important;
  margin: 80px 20px 20px 20px;
  width: auto !important;
  padding:0px !important;
}

footer #footerlower{
  background: #ffffff !important;
  border-radius: 30px 30px 0 0 !important;
  width: auto !important;
  overflow: hidden;
  padding-top:30px;
  padding-bottom:30px;
}

footer #footerlower .partners,footer #footerlower .social,footer #footerlower .legal{max-width:1200px; margin:0 auto; text-align: center; padding-bottom:20px;}

#footertitle{
  color:#ffffff;
  font-size: 24px;
  font-weight: 500;
  padding:20px 0px ;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
}
#charitynumbers{
  padding:20px 0px ;
  color:#ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

 @media all and (max-width:768px){
 #homehero{display:block;min-height:0;margin:60px 0 0;border-radius:0;}
 footer{margin:60px 0 0;border-radius:30px 30px 0 0;width:auto !important;}
 .homeheroimage{display:none;}
 .homeheromobile{display:block;height:300px;background-position:center;background-size:cover;}
 .homeherotext{display:block;min-height:0;padding:30px 24px 36px;width:100%;}
 .homeherotextinner{margin:0;max-width:none;width:100%;}
 .homeherotextinnertext{max-width:none;text-align:left;}
 .homeherotextinnertext h1{color:#ffffff;font-size:38px !important;font-family:'Poppins', Arial, sans-serif;line-height:1 !important;font-weight:700;margin-bottom:16px;}
 .homeherotextinnertext h2{color:#ffffff;font-size:16px;line-height:1.35;}
 #homehero .homeheroactions{gap:10px;margin-top:24px;}
 #homehero .slidelybutton{padding:14px 20px;}
 .homeherotextinnertext.left,.homeherotextinnertext.center,.homeherotextinnertext.right{max-width:none !important;margin:0 !important;}
 #slidely{margin:60px auto 40px;padding:0 12px;}
 #slidely .slick-slide{padding:0;}
 #slidely .slick-prev,#slidely .slick-next{display:flex !important;height:38px;width:38px;}
 #slidely .slick-prev{left:8px;}
 #slidely .slick-next{right:8px;}
 #slidely .slick-prev .dashicons,#slidely .slick-next .dashicons{font-size:22px !important;height:22px;line-height:22px;width:22px;}
 .slidelymobile{display:block;height:300px;}
 .slidelymobile img{width:100%;}
	.wrappergrid{width:100% !important; padding:0px !important;float:none !important; clear:both !important;}
	.outergrid{width:100% !important; height:210px; padding:0px;float:none; clear:both; }
	.slidelytextinner {
    	position: relative;
    	top: auto;
    	transform: translateY(0%);
		padding-top:20px;
	}
	#slidely .slick-slide > div, .slidelyslide, .slidelytext{height:auto !important;}
 	.slidelybutton{	padding:10px 20px; display:inline-block;margin-top:20px;font-size:14px;	}
	.slidelyslide{background:#ffffff !important;}

	.white .slidelybutton { background-color: rgba(218, 41, 28, 0.9); color:#ffffff !important; }
	.white .slidelybutton:hover { background-color: rgba(218, 41, 28, 1); color:#ffffff !important; }
	.header{
	width: 100%;
border-radius: 0;
left: 0;
transition: none;
background-color: #da291c;
top:0px;
	}
 }

@media screen and (max-width: 768px) {
	#pubtablehead{display: none;}
	
	.pubtopinnerimg{width:48%;
		margin:1%;
		height: 200px;
		display: block;
		overflow: hidden;
		border-radius: 10px;
		border:3px solid #da291c;
		overflow: hidden;
	}
	
	.pubtopinnerimg img{border:0px solid #da291c; transition: none; 
		-webkit-border-radius: 0px; 
		-moz-border-radius: 0px; 
		border-radius: 0px;
		
		
	}

.pubtopinnerimg:hover img{border:0px solid #da291c;	
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
}
	
	
	
	.pubtopinnertitle{bottom:0px;}
	.ascdec{float: right;}
	
	#pubsearch{clear: both !important; width: 100% !important; float: none; text-align: center;margin:10px auto;}
	.pubfilteringright{clear: both !important; width: 100% !important; float: none; text-align: center;}
	.pubfilteringleft{clear: both !important; width: 160px !important; float: none; text-align: center; margin:5px auto;}
	.pubfilteringright{padding-top:20px;}
	.div_5,
	.div_10,
	.div_20,
	.div_25,
	.div_30,
	.div_35,
	.div_40,
	.div_50,
	.div_60,
	.div_70,
	.div_80,
	.div_90{float:none; clear: both; width: 100%; text-align: center !important; padding:5px; font-size: 12px;}
	.pubthumb {   max-width: 120px; }
	.pubtablerow>div{padding:5px;}
	.ileft{font-weight: bold; font-size: 16px;}
	.pubtablerow {padding:20px 10px;}
	
.pubfilteringright input[type=text] {
    height: 30px;
    width: 90%;
    padding: 20px;
	}
	
	
	
	#home #intro .sponsorship img{ height: 45px !important;}
	#intro .sponsorship .logos img{ height: 45px !important;}
	#home #intro .sponsorship .logo,
	#intro .sponsorship .logo {
		text-align: center !important;
		padding: 0px 10px !important;
		margin-right:0px !important;
	}
	
    #home #intro .txt p {
        text-align: left;
        padding-left: 20px;
    }
    #home #intro .txt .links a.playvideo {
        width: 80px;
        display: inline-block;
        top: initial;
        left: initial;
    }
    #home #intro .txt h2 {
        font-size: 40px;
        margin-left: 0;
        padding-right: 30px;
    }
}

.moduleonecol .col .text p a,
.moduletwocols .col .text p a {
    font-weight: 400;
}




@media screen and (max-width: 540px) {
	#pubtablehead{display: none;}
	#pubtopinner{width: 100%;}
	.pubtopinnerimg{width:48%;
		margin:1%;
		height: 150px;
		display: block;
		
		border-radius: 10px;
		border:3px solid #da291c;
		overflow: visible;
	}
	.pubtopinnerimg {background-size: cover;}
	.pubtopinnerimg img{ display: none; border:0px solid #da291c; transition: none; 
		-webkit-border-radius: 0px; 
		-moz-border-radius: 0px; 
		border-radius: 0px;
		max-width: none !important;
		height: 100%;
	}

.pubtopinnerimg:hover img{border:0px solid #da291c;	
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
}
	.pubtopinnertitle {
    float: none;
    position: absolute;
    bottom: 0px;
    background: #ffffff;
    color: #000000;
    width: 90%;
    padding: 10px;
    margin: 5% 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
		font-size:12px;
}
}

.recipelist{padding-bottom:20px;}
.recipelist .filters{position:relative; transition: all 0.5s ease-out;}
.recipelist .filters .title{ clear: both !important; margin-left:0px !important;margin-top:10px;margin-bottom:20px; width:60px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer;}
.recipelist .filters.sticky{
	padding:5px 0px;
	position: fixed;
    top: 70px;
    z-index: 100;
    left: 0px;
    margin: 0px;
    right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    
}
.sticky {

	> * {
	  -webkit-transform: translateZ(0);
	}
    }

@media all and (max-width:640px){
	.recipelist .filters ul{display: block;}	
	.recipelist .filters.sticky ul{display: none;}
	.recipelist .filters .title{ 
		background-color:#ffffff !important;
		border:1px solid #ffffff;
		background-position: 10px 4px !important;
		padding-left:20px;
	}
	.recipelist .filters .title:hover{ border:1px solid #DA291C; }
	
}

.fullrecipe .details span.amber { background-color: #f7b900 !important; color:#ffffff !important; }
.fullrecipe .details span.red    { background-color: #DA291C !important; color:#ffffff !important; }
.fullrecipe .details span.blue   { background-color: rgba(0, 178, 170, 0.9) !important; color:#ffffff !important; }
.fullrecipe .details span.green { background-color: #78be20 !important; color:#ffffff !important; }
.fullrecipe .details span.white  { background-color: rgba(255, 255, 255, 0.9) !important; color:#000000 !important; }
#page.fullrecipe .head .info .nutrition .details span strong {
    margin-bottom: 10px;
}
#page.fullrecipe .head .info .nutrition .details span{
	padding-bottom:20px;
}


#page.fullrecipe .head .info .infos span.people {
    margin-right: 30px !important;
}

span.difficulty_level_not_too_tricky {
    background: url(../img/difficulty_not_too_tricky.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}
span.difficulty_level_showing_off {
    background: url(../img/difficulty_showing_off.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}
span.difficulty_level_super_easy {
    background: url(../img/difficulty_super_easy.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}


#page.fullrecipe .head .info .nutrition p{
	margin: 0px !important;
	padding:20px 0px 0px 0px !important;
}
/*
#page.fullrecipe .head .info .nutrition {
	left: 0px !important;
	positon:relative !important;
	text-align: center;
	width:100%;
}
*/

#page.fullrecipe span.difficulty_level_not_too_tricky {
    background: url(../img/difficulty_not_too_tricky.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}
#page.fullrecipe span.difficulty_level_showing_off {
    background: url(../img/difficulty_showing_off.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}
#page.fullrecipe span.difficulty_level_super_easy {
    background: url(../img/difficulty_super_easy.png) no-repeat left center;
    background-size: 24px;
    margin-right: 0;
}





#page.fullrecipe .breadcrumb a:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid #DA291C;
}

#page.fullrecipe .breadcrumb a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #DA291C;
    position: absolute;
    bottom: 2px;
    left: 0;
}
	
	
@media screen and (max-width: 960px) {
	.courses-submenu a{
		display: none;
	}
}


.cpr-header img{ max-height:60px;margin-top:5px;}

.skiptranslate{display: none !important;}


.page-numbers.current{color:#da291c !important; font-weight: bold;}
.page-numbers {border:0px !important;padding:0px 5px !important;}

.pagination ul{

	margin: 0px !important;
  }





  /* CSS for the shortcode [cmplz-cookies]
 * If you want to disable document CSS, without losing the Cookie Table CSS
 */

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary {
  display: block;
  cursor: pointer;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker {
  display: none;
  content: '';
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data {
  display: inline-block;
  width: calc(50% - 35px);
  vertical-align: top;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-header .cmplz-accept-service,
#cmplz-document .cmplz-dropdown .cmplz-service-header .cmplz-accept-service {
  display: none;
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
  #cmplz-document .cmplz-dropdown .cmplz-service-description,
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
  #cmplz-document .cmplz-dropdown .cmplz-sharing-data {
    width: 100%;
  }
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary {
  display: block;
  cursor: pointer;
}
#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker {
  display: none;
  content: '';
}
#cmplz-cookies-overview .cmplz-dropdown summary div,
#cmplz-document .cmplz-dropdown summary div {
  display: grid;
  grid-template: "heading chevron";
  grid-template-columns: 2fr 35px;
  grid-gap: 15px;
  align-items: center;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3,
#cmplz-document .cmplz-dropdown summary div h3 {
  grid-area: heading;
  margin: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after {
  grid-area: chevron;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary {
  display: block;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
  grid-template: "heading paragraph checkbox chevron";
  grid-template-columns: 2fr auto auto 35px;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
  grid-area: paragraph;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
  display: grid;
}
@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template: "purpose purpose purpose" "header1 header2 header3" auto;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-area: purpose;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header {
    grid-area: header1;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header {
    grid-area: header2;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
    grid-area: header3;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-template-columns: 100px 1fr;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-column: span 2;
  }
}
/**
* Categories on the cookie policy
* Do not wrap in cmplz-document, to ensure it works with the separate shortcode
 */
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
  margin-top: 10px;
  display: block;
  width: 100%;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: rgba(239, 239, 239, 0.25);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker {
  display: none;
  content: '';
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker {
  display: none;
  content: '';
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
  padding: 10px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 5px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  display: grid;
  grid-template-columns: 1fr auto 25px;
  grid-template-rows: auto;
  align-items: center;
  grid-gap: 10px;
  padding: 5px 10px;
  background-color: rgba(239, 239, 239, 0.5);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section {
  padding: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2 {
  grid-column-start: 1;
  width: 100%;
  justify-self: start;
  font-size: 18px;
  text-align: left;
  margin-top: 8px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 0;
  margin-bottom: 0px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before {
  height: 0;
  margin: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: var(--cmplz_category_header_active_font_size);
  color: var(--cmplz_category_header_always_active_color);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input {
  display: none;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header label > span {
  display: none;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  padding: initial;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  grid-column-start: 3;
  cursor: pointer;
  content: '';
  background: var(--cmplz_category_open_icon_url) no-repeat;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  height: 25px;
  width: 25px;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
  transform: rotate(180deg);
}
.postbox #cmplz-document {
  margin: auto auto;
}
#cmplz-document {
  font-size: 14px;
  margin-top: 0;
  max-width: 600px;
  text-justify: inter-word;
  /* Buttons styles */
  /*WCAG2.0 */
}
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}
#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3 {
  padding: 0 5px;
  font-size: 18px;
  border-bottom: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 0;
}
#cmplz-document input::-moz-focus-inner,
#cmplz-document button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#cmplz-document a {
  text-decoration: underline;
}
#cmplz-document a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
#cmplz-document a:focus {
  border: 1px solid black;
  padding: 2px;
}
#cmplz-document #cmplz-dnsmpd-form label {
  margin-right: 20px;
  min-width: 100px;
  display: inline-block;
}
#cmplz-document .alert {
  padding: 7px;
  color: white;
  margin: 10px 0;
}
#cmplz-document .alert.error {
  background-color: #f44336;
}
#cmplz-document .alert.success {
  background-color: green;
}
#cmplz-document .close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
#cmplz-document .close:hover {
  color: black;
}
#cmplz-document h2,
#cmplz-document h3 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
}
#cmplz-document.impressum h2,
#cmplz-document.impressum h3 {
  border-bottom: none;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#cmplz-document.impressum p {
  margin-bottom: 7px;
}
#cmplz-document h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}
#cmplz-document h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: initial;
}
#cmplz-document h3.annex,
#cmplz-document h4.annex {
  font-weight: bold;
}
#cmplz-document span h3 {
  font-size: 14px;
  border-bottom: 0;
}
#cmplz-document p,
#cmplz-document li,
#cmplz-document td {
  font-size: 14px;
  margin-top: 0;
}
#cmplz-document ol.alphabetic {
  counter-reset: list;
  list-style-type: none;
}
#cmplz-document ol.alphabetic li:before {
  font-weight: bold;
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
#cmplz-document ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 15px;
}
#cmplz-document ol.alphabetic ol {
  counter-reset: list;
  list-style-type: none;
}
#cmplz-document ol.alphabetic ol li:before {
  font-weight: bold;
  content: counter(list, decimal) ") ";
  counter-increment: list;
}
#cmplz-document .cmplz-subtitle {
  font-weight: bold;
  margin-top: 25px;
}
#cmplz-document .cmplz-indent {
  margin-left: 36px;
}
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown {
  background-color: rgba(239, 239, 239, 0.25);
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown a {
  font-size: 14px;
  margin-top: 0;
}
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown a,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown ul {
  padding: 0 15px ;
}
#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,
#cmplz-document .cmplz-dropdown p.legal-obligations-description {
  padding-bottom: 15px;
}
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker {
  display: none;
  content: '';
}
#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker {
  display: none;
  content: '';
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary {
  display: block;
  background-color: rgba(239, 239, 239, 0.5);
  margin: 5px 0;
  padding: 5px 10px;
  align-items: center;
  justify-items: stretch;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after {
  cursor: pointer;
  content: '';
  background: url(../images/down.png) no-repeat;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  height: 25px;
  width: 25px;
  margin: 5px;
}
#cmplz-cookies-overview .cmplz-dropdown[open],
#cmplz-document .cmplz-dropdown[open] {
  padding-bottom: 1px;
}
#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,
#cmplz-document .cmplz-dropdown[open] summary div:after {
  transform: rotate(180deg);
}
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4 {
  font-size: 15px;
  margin: 5px 0;
}
#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h5 {
  margin: 0;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data {
  padding: 0 15px 15px;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose {
  border: 1px solid #dadada;
  grid-gap: 1px;
  background-color: #dadada;
  margin-bottom: 10px;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div {
  background-color: white;
  padding: 15px;
}
@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header {
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose h5 {
    line-height: 1.8;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7) {
    background-color: #f7f7f7;
  }
}

.custom-form#form-1 {
 
    margin-top: 20px !important;
    padding-top:40px !important;
}

.custom-form#form-1 h3{
margin-bottom:40px !important;
}

@media screen and (max-width: 640px) {
  
.page-id-41771 .modulefourcols .col
 {
    padding-bottom: 178px;
} 
}

.moduleblue p strong, .moduleblue p em {
    font-weight: 600;
}


/* New honour section for donate_main with clean show/hide logic */
.honournew {margin: 0 auto; width: 100%; display: none;}
.honournew .wrapper {padding: 20px 0;}
.honournew fieldset {background-image: url(../img/marker-red.svg); background-size: 120px 70px; background-position: -36px -8px; background-repeat: no-repeat; width: 100%; background-color: #fff; -webkit-appearance: none; outline: none; border-radius: 4px; border: 1px solid #86b0be;}
.honournew fieldset input {background-color: #fff; border: none; border-bottom: 0px solid #86b0be; outline: none; -webkit-appearance: none; padding: 15px 15px 10px 0; margin-left: 46px; width: calc(100% - 60px); font-family: 'Poppins'; font-size: 15px; line-height: 1; float: left; clear: left;}
.honournew fieldset .cs-select {float: left; clear: left; margin-left: 46px; width: calc(100% - 60px);}
.honournew fieldset .cs-select .cs-options {overflow: scroll; overflow-x: hidden; height: 244px; top: -243px; width: 126%; left: -19%;}
.honournew fieldset .cs-select .cs-options:before {display: none;}
.honournew fieldset .cs-select > span {color: #000; font-weight: 400; padding: 15px 15px 10px 0;}
.honournew p {font-size: 15px; opacity: 0.7;}
.honournew ::-webkit-input-placeholder {color: #000; font-family: 'Poppins'; font-size: 15px; font-weight: 400; -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);}
.honournew :-moz-placeholder {color: #000; font-family: 'Poppins'; font-size: 15px; font-weight: 400; -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);}
.honournew ::-moz-placeholder {color: #000; font-family: 'Poppins'; font-size: 15px; font-weight: 400; -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);}
.honournew :-ms-input-placeholder {color: #000; font-family: 'Poppins'; font-size: 15px; font-weight: 400; -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95); transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);}
.honournew input.bt {width: 100%; background-color: #fff; -webkit-appearance: none; padding: 15px 15px 15px 46px; border: 1px solid #86b0be; outline: none; font-size: 15px; color: #000; border-radius: 4px; margin-bottom: 20px;}
.honournew input.notify {background: #fff url(../img/group-red.svg) no-repeat 13px 12px;}
.honournew input.dedicated {background: #fff url(../img/dedicated.svg) no-repeat 17px 12px; background-size: 15px auto;}

#page > .roundedimg {
  margin-top:-30px !important;
}

/*
 * Shared donation widget and eircode lookup styles
 */
#eircode-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

#eircode-suggestions div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

#eircode-suggestions div:hover {
    background: #f0f0f0;
}

.eircode-input-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

#donationchooser {
    padding: 60px 0 0 0;
    background: #eadcd2;
}

#donationchooserinner {
    max-width: 1600px;
    margin: 0 auto;
}

div#donation-type {
    max-width: 400px;
    height: 60px;
    margin: 0 auto 30px auto;
    cursor: pointer;
}

div#donation-type span {
    padding: 15px;
    display: block;
    color: #a1a1a1;
    font-weight: bold;
}

div#donation-type-monthly {
    width: 50%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0 solid #000 !important;
}

div#donation-type-once-off {
    width: 50%;
    float: left;
    background: #eee;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0 solid #000 !important;
}

.selmonthly div#donation-type-monthly {
    background: #da291c !important;
}

.selmonthly div#donation-type-monthly span {
    color: #fff !important;
}

.selmonthly div#donation-type-once-off:hover,
.selmonthly div#donation-type-once-off {
    background: #fff !important;
}

.selmonthly div#donation-type-once-off:hover span,
.selmonthly div#donation-type-once-off span {
    color: #a1a1a1 !important;
}

.selonceoff div#donation-type-monthly {
    background: #fff !important;
}

.selonceoff div#donation-type-monthly span {
    color: #a1a1a1 !important;
}

.selonceoff div#donation-type-once-off {
    background: #78be20 !important;
}

.selonceoff div#donation-type-once-off span {
    color: #fff !important;
}

div#donation-type-monthly:hover {
    box-shadow: 0 0 7px 3px rgba(189, 15, 15, 0.4);
}

div#donation-type-once-off:hover {
    box-shadow: 0 0 7px 3px rgba(78, 196, 82, 0.4);
}

div#donation-type img {
    position: absolute;
    bottom: -20px;
}

.offering-option {
    width: 31% !important;
    margin: 1.16%;
    border: 1px solid #ddd !important;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.offering-option-title {
    padding: 15px;
    min-height: 135px;
    display: table;
}

.offering-option-title-amount {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 40px;
    font-weight: bold;
}

.offering-option-title-description {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.offering-option img {
    display: block !important;
}

.donation-type-monthly-offerings .offering-option-title,
.donation-type-once-off-offerings .offering-option-title {
    background: #fff !important;
    color: #828282 !important;
}

.offering-option-body {
    position: relative;
}

.offering-option-background-image-heart {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

.offering-option-background-image-heart img {
    height: 230px;
    margin: 0 auto;
    display: none !important;
}

.input-tick {
    color: rgb(120, 190, 32);
    font-size: 18px;
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}

.input-tick.show {
    display: inline-block;
}

.selmonthly .activeitem .offering-option-title {
    background: #da291c !important;
    color: #fff !important;
}

.selonceoff .activeitem .offering-option-title {
    background: #78be20 !important;
    color: #fff !important;
}

.selmonthly .offering-option:not(.activeitem):hover {
    box-shadow: 0 0 7px 3px rgba(189, 15, 15, 0.4);
}

.selonceoff .offering-option:not(.activeitem):hover {
    box-shadow: 0 0 7px 3px rgba(78, 196, 82, 0.4);
}

.activeitem .offering-option-background-image-heart img {
    display: block !important;
}

.selmonthly #donation-type-section-once-off {
    display: none;
}

.selmonthly #donation-type-section-monthly {
    display: block;
}

.selonceoff #donation-type-section-once-off {
    display: block;
}

.selonceoff #donation-type-section-monthly {
    display: none;
}

.pagedonate.pagedonatenew .give:last-child {
    margin-left: 0 !important;
}

.pagedonate #donationchooser .give,
.pagedonate #donationchooser .give .box:before,
.pagedonate #donationchooser .give .box:after,
.pagedonate #donationchooser .box {
    background-color: transparent !important;
    background: none !important;
}

.pagedonate #donationchooser .box {
    margin: 0;
}

.pagedonate #donationchooser .give h2 {
    display: none;
}

#donation-widget-area2 {
    position: relative;
    width: 100%;
    max-width: 410px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    border-radius: 5px;
}

#donation-widget-area2:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    border-radius: 5px;
}

#donation-widget-area2:after {
    display: none;
}

#donation-widget-area2 > * {
    position: relative;
    z-index: 2;
}

#donation-widget-area2,
#donation-widget-area2 h2,
#donation-widget-area2 h3,
#donation-widget-area2 p,
#donation-widget-area2 label,
#donation-widget-area2 input,
#donation-widget-area2 .step-label,
#donation-widget-area2 .donor-details {
    color: #000;
}

#donation-widget-area2 .give .box,
#donation-widget-area2 .give .box:before,
#donation-widget-area2 .give .box:after {
    background: none !important;
    background-color: transparent !important;
}

#donation-widget-area2 .give .box {
    margin-top: 0;
    padding: 0;
}

#donation-widget-area2 .give .box #amount,
#donation-widget-area2 .give .box #amount input,
#donation-widget-area2 .give .MainAmount {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

#donation-widget-area2 .give .box #amount input,
#donation-widget-area2 .give .MainAmount {
    display: block;
}

#donation-widget-area2 .give .box #amount {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
    #donation-widget-area2 {
        max-width: 95%;
    }
}

#donationchooser h2 {
    font-family: 'ExtraMile';
    font-size: 60px;
    font-weight: normal;
}

.donation-head {
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.box {
    margin-top: 0 !important;
}

.box:before,
.box:after {
    background: none !important;
}

@media all and (max-width: 800px) {
    .offering-option {
        width: 96% !important;
    }

    .offering-option-background-image {
        height: 160px !important;
        overflow: hidden;
    }

    .offering-option-background-image img {
        margin-top: -10%;
    }

    .offering-option-background-image-heart img {
        height: 150px;
        width: auto;
    }

    .offering-option-title {
        padding: 5px;
        min-height: auto;
        font-size: 14px;
    }

    #eircode-search-input {
        width: 96% !important;
    }

    #eircode-suggestions {
        max-width: 96% !important;
    }
}

.modulequote .txt p {color: #fff; font-size: 20px !important; font-family: 'Poppins', Arial, sans-serif !important; line-height: 1.3;}
.modulequote .txt{padding: 20px 20px !important;}

img.aligncenter {
    clear: both;
    margin: 0px auto !important;
    display: block;
}

.roundedimg .rimg{
  background-position: center center !important;
}

.roundedimg .rvideo {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 940px;
  overflow: hidden;
  width: 100%;
}

.roundedimg .rvideo iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}


footer #menu-footer-navigation {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer #menu-footer-navigation a {
  color: #ffffff !important;
}

footer #menu-footer-navigation a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  footer #footertitle,
  footer .footernav,
  footer #charitynumbers,
  footer #footerlower .partners,
  footer #footerlower .social,
  footer #footerlower .legal {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}


#grid .gridbox {
  margin: 6px !important;
  width: calc(33.333% - 12px) !important;
}

@media all and (max-width: 1024px) {
  #grid {
    padding: 0 16px;
  }

  #grid .gridbox {
    height: 200px;
    margin: 6px !important;
    width: calc(50% - 12px) !important;
  }

  #grid .gridboxlink {
    height: 200px;
  }
}

@media all and (max-width: 640px) {
  #grid {
    padding: 0 12px;
  }

  #grid .gridbox {
    float: none !important;
    height: 230px;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
  }

  #grid .gridboxlink {
    height: 230px;
  }

  #grid .gridboxlink .cta {
    min-height: 56px;
    padding: 10px 12px;
  }

  #grid .gridboxlink .cta .title {
    font-size: 18px;
    line-height: 1.2;
  }

  #grid .gridboxlink .cta .subtitle {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media all and (max-width: 1180px) and (min-width: 769px) {
  .homeherotext {
    padding: 60px 4vw;
  }

  .homeherotextinnertext h1 {
    font-size: 52px !important;
  }

  .homeherotextinnertext h2 {
    font-size: 19px;
  }

  #homehero .slidelybutton {
    padding: 14px 22px;
  }

  #slidely {
    max-width: calc(100% - 72px);
  }

  #slidely .slidelytext h3 {
    font-size: 18px !important;
  }

  #slidely .slidelytext h4 {
    font-size: 13px;
  }

  #grid {
    max-width: calc(100% - 32px);
  }

  #grid .gridbox {
    height: 155px;
  }

  #grid .gridboxlink {
    height: 155px;
  }

  #grid .gridboxlink .cta .title {
    font-size: 15px;
  }

  #grid .gridboxlink .cta .subtitle {
    font-size: 11px;
  }
}

@media screen and (min-width: 1025px) {
  .menu.header #primary-nav > li {
    position: relative;
  }

  .menu.header #primary-nav {
    box-sizing: border-box;
    padding-right: 260px;
  }

  .menu.header #primary-nav > li.search {
    position: absolute;
    right: 210px;
    top: 0;
    padding-right: 0;
    width: auto;
  }

  .menu.header #primary-nav > li.search > a {
    display: block;
    line-height: 70px;
    padding: 0 30px 0 0 !important;
    white-space: nowrap;
  }

  .menu.header #primary-nav li,
  .menu.header #primary-nav li a {
    border: 0 !important;
  }

  .menu.header #primary-nav li.main:after,
  .menu.header #primary-nav ul.sub-menu li.main:after {
    background: none !important;
    display: none !important;
    height: 0 !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu {
    align-items: flex-start;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    bottom: auto !important;
    
    display: none !important;
    gap: 0;
    height: auto !important;
    left: 0 !important;
    margin-left: -20px !important;
    max-width: calc(100vw - 40px);
    min-width: 700px;
    padding: 0 20px 0 0 !important;
    position: absolute;
    top: 70px;
    width: auto !important;
    z-index: 30;
  }

  .menu.header #primary-nav > li:hover > ul.sub-menu,
  .menu.header #primary-nav > li:focus-within > ul.sub-menu {
    display: flex !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu:before,
  .menu.header #primary-nav > li > ul.sub-menu:after {
    display: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li,
  .menu.header #primary-nav > li > ul.sub-menu > li.main,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub {
    display: block;
    flex: 0 0 220px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li.banner,
  .menu.header #primary-nav > li > ul.sub-menu > li.back-button {
    display: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li:after,
  .menu.header #primary-nav > li > ul.sub-menu > li.main:after,
  .menu.header #primary-nav > li > ul.sub-menu > li > a:before,
  .menu.header #primary-nav > li > ul.sub-menu > li > a:after,
  .menu.header #primary-nav > li > ul.sub-menu > li.main > a:before,
  .menu.header #primary-nav > li > ul.sub-menu > li.main > a:after,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub > a:before,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub > a:after {
    display: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > a,
  .menu.header #primary-nav > li > ul.sub-menu > li > a:hover,
  .menu.header #primary-nav > li > ul.sub-menu > li > a:focus,
  .menu.header #primary-nav > li > ul.sub-menu > li.main > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.main > a:hover,
  .menu.header #primary-nav > li > ul.sub-menu > li.main > a:focus,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub > a:hover,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub > a:focus {
    background: transparent !important;
    border: 0;
    border-radius: 20px;
    color: #333333 !important;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    margin: 0 !important;
    overflow: visible;
    padding: 20px !important;
    transform: none !important;
    white-space: normal;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu {
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    bottom: auto !important;
    overflow :hidden;
    display: none !important;
    height: auto !important;
    left: 0 !important;
    min-width: 220px;
    padding: 6px 0 !important;
    position: absolute !important;
    top: 100% !important;
    width: 220px !important;
    z-index: 31;
    margin-left:20px;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li:hover > ul.sub-menu,
  .menu.header #primary-nav > li > ul.sub-menu > li:focus-within > ul.sub-menu {
    display: block !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li.menu-item-has-children:after {
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu:before,
  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu:after {
    display: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li {
    display: block;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    background: #ffffff !important;
    border: 0;
    color: #3c3c3c !important;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: 1.3;
    margin: 0 !important;
    padding: 8px 14px !important;
    transform: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:before,
  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:after {
    display: none !important;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li:hover > a,
  .menu.header #primary-nav > li > ul.sub-menu > li:focus-within > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.main:hover > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.main:focus-within > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub:hover > a,
  .menu.header #primary-nav > li > ul.sub-menu > li.sub:focus-within > a {
    font-weight: 700;
  }

  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .menu.header #primary-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    background: transparent !important;
    color: #333333 !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 8px 14px !important;
    transform: none !important;
  }
}


@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile {
    background: #ffffff !important;
    border-radius: 0 !important;
    bottom: auto !important;
    height: 100vh !important;
    left: 0 !important;
    overflow: hidden !important;
    position: fixed !important;
    top: 0 !important;
    width: 100vw !important;
    z-index: 1000;
  }

  .menu.header.showMenuMobile #primary-nav {
    background: #ffffff;
    bottom: 0;
    box-shadow: none !important;
    display: block !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 80px 0 30px !important;
    position: fixed !important;
    right: 0;
    top: 0 !important;
    width: 100vw !important;
  }

  .menu.header.showMenuMobile #primary-nav,
  .menu.header.showMenuMobile #primary-nav ul,
  .menu.header.showMenuMobile #primary-nav li {
    list-style: none;
  }

  .menu.header.showMenuMobile #primary-nav li {
    display: block !important;
    float: none !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }

  .menu.header.showMenuMobile #primary-nav a {
    background: transparent !important;
    border-bottom: 1px solid #e6e6e6 !important;
    color: #333333 !important;
    display: block !important;
    font-size: 18px;
    font-weight: 500;
    height: auto !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 19px 58px 19px 24px !important;
    position: relative !important;
    text-decoration: none !important;
    transform: none !important;
    width: 100% !important;
  }

  .menu.header.showMenuMobile #primary-nav a:hover,
  .menu.header.showMenuMobile #primary-nav a:focus,
  .menu.header.showMenuMobile #primary-nav a:active {
    background: transparent !important;
    color: #333333 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 19px 58px 19px 24px !important;
    transform: none !important;
  }

  .menu.header.showMenuMobile #primary-nav a:before,
  .menu.header.showMenuMobile #primary-nav a:after,
  .menu.header.showMenuMobile #primary-nav a:hover:before,
  .menu.header.showMenuMobile #primary-nav a:hover:after,
  .menu.header.showMenuMobile #primary-nav a:focus:before,
  .menu.header.showMenuMobile #primary-nav a:focus:after,
  .menu.header.showMenuMobile #primary-nav a:active:before,
  .menu.header.showMenuMobile #primary-nav a:active:after,
  .menu.header.showMenuMobile #primary-nav li:before,
  .menu.header.showMenuMobile #primary-nav li:after,
  .menu.header.showMenuMobile #primary-nav li:hover:before,
  .menu.header.showMenuMobile #primary-nav li:hover:after,
  .menu.header.showMenuMobile #primary-nav li:focus-within:before,
  .menu.header.showMenuMobile #primary-nav li:focus-within:after,
  .menu.header.showMenuMobile #primary-nav ul:before,
  .menu.header.showMenuMobile #primary-nav ul:after {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    transform: none !important;
    width: 0 !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after {
    content: '›' !important;
    display: block !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .menu.header.showMenuMobile #primary-nav ul.sub-menu {
    background: #ffffff !important;
    bottom: 0 !important;
    box-shadow: none !important;
    display: none !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 80px 0 30px !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    z-index: 1001;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > ul.sub-menu {
    display: block !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active li.mobile-submenu-active > ul.sub-menu {
    z-index: 1002;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-back-button > a {
    color: #da291c !important;
    font-size: 16px;
    font-weight: 700;
    padding-left: 58px !important;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-back-button > a:before {
    content: '‹' !important;
    display: block !important;
    font-size: 34px;
    font-weight: 400;
    left: 24px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .menu.header.showMenuMobile .menumobile {
    left: auto !important;
    position: fixed !important;
    right: 12px !important;
    top: 10px !important;
    z-index: 1100 !important;
  }

  .menu.header.showMenuMobile .menumobile span {
    background-color: #000000 !important;
  }
}


@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav ul.sub-menu {
    background: #f7f7f7 !important;
    bottom: auto !important;
    display: none !important;
    height: auto !important;
    left: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    z-index: auto !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > ul.sub-menu {
    display: block !important;
  }

  .menu.header.showMenuMobile #primary-nav ul.sub-menu a,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:hover,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:focus,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:active {
    background: transparent !important;
    color: #333333 !important;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 15px 58px 15px 42px !important;
  }

  .menu.header.showMenuMobile #primary-nav ul.sub-menu ul.sub-menu {
    background: #eeeeee !important;
  }

  .menu.header.showMenuMobile #primary-nav ul.sub-menu ul.sub-menu a,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu ul.sub-menu a:hover,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu ul.sub-menu a:focus,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu ul.sub-menu a:active {
    font-size: 15px;
    padding-left: 62px !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after {
    content: '+' !important;
    font-size: 24px;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:after {
    content: '-' !important;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-back-button {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav a,
  .menu.header.showMenuMobile #primary-nav a:hover,
  .menu.header.showMenuMobile #primary-nav a:focus,
  .menu.header.showMenuMobile #primary-nav a:active,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:hover,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:focus,
  .menu.header.showMenuMobile #primary-nav ul.sub-menu a:active {
    border-bottom: 0 !important;
    color: #da291c !important;
  }

  .menu.header.showMenuMobile #primary-nav ul.sub-menu {
    background: transparent !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
  }

  .menu.header.showMenuMobile #primary-nav > li.mobile-submenu-active > ul.sub-menu,
  .menu.header.showMenuMobile #primary-nav > li > ul.sub-menu > li.mobile-submenu-active > ul.sub-menu {
    border-bottom: 1px solid #da291c !important;
    border-top: 1px solid #da291c !important;
  }

  .menu.header.showMenuMobile #primary-nav > li > ul.sub-menu > li > ul.sub-menu {
    background: rgba(218, 41, 28, 0.2) !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after {
    content: '' !important;
    display: block !important;
    height: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 0 !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:before {
    border-bottom: 8px solid transparent !important;
    border-left: 12px solid #da291c !important;
    border-top: 8px solid transparent !important;
    right: 22px;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after {
    border-bottom: 6px solid transparent !important;
    border-left: 9px solid #ffffff !important;
    border-top: 6px solid transparent !important;
    right: 25px;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:before {
    display: none !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:after {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #da291c !important;
    border-bottom: 0 !important;
    right: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav li:before,
  .menu.header.showMenuMobile #primary-nav li:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children:after {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
    left: auto !important;
    right: auto !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:after {
    background: none !important;
    box-shadow: none !important;
    content: '' !important;
    display: block !important;
    height: 0 !important;
    left: auto !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:before {
    border-bottom: 8px solid transparent !important;
    border-left: 12px solid #da291c !important;
    border-right: 0 !important;
    border-top: 8px solid transparent !important;
    right: 22px !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:after {
    border-bottom: 6px solid transparent !important;
    border-left: 9px solid #ffffff !important;
    border-right: 0 !important;
    border-top: 6px solid transparent !important;
    right: 25px !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:hover:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:focus:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:active:before {
    display: none !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:hover:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:focus:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:active:after {
    border-bottom: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #da291c !important;
    left: auto !important;
    right: 22px !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:before,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:before {
    background: #da291c !important;
    border: 0 !important;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block !important;
    height: 17px !important;
    left: auto !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 15px !important;
  }

  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:hover:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:focus:after,
  .menu.header.showMenuMobile #primary-nav li.menu-item-has-children > a:active:after {
    background: #ffffff !important;
    border: 0 !important;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block !important;
    height: 11px !important;
    left: auto !important;
    right: 26px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 9px !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:hover:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:focus:before,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:active:before {
    display: none !important;
  }

  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:hover:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:focus:after,
  .menu.header.showMenuMobile #primary-nav li.mobile-submenu-active > a:active:after {
    background: #da291c !important;
    border: 0 !important;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block !important;
    height: 13px !important;
    left: auto !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header .logo,
  body.menu-open .menu.header .logo {
    display: block !important;
    left: 16px !important;
    margin: 0 !important;
    opacity: 1 !important;
    right: auto !important;
    top: 14px !important;
    visibility: visible !important;
    width: 43px !important;
    z-index: 1010 !important;
  }

  .menu.header .logo img.heart,
  .menu.header.resize .logo img.heart,
  .menu.header.showMenuMobile .logo img.heart {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu.header .logo img.full,
  .menu.header.resize .logo img.full,
  .menu.header.showMenuMobile .logo img.full,
  .menu.header .logo span.stroketxt {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .menu.header .donate,
  body.menu-open .menu.header .donate,
  .menu.header.showMenuMobile .donate {
    display: block !important;
    left: 50% !important;
    opacity: 1 !important;
    position: absolute !important;
    right: auto !important;
    top: 14px !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    z-index: 1010 !important;
  }

  .menu.header .donate .btn.don,
  .menu.header .donate .btn.don:hover,
  .menu.header .donate .btn.don:focus,
  .menu.header.showMenuMobile .donate .btn.don,
  .menu.header.showMenuMobile .donate .btn.don:hover,
  .menu.header.showMenuMobile .donate .btn.don:focus {
    background-color: #da291c !important;
    border: 1px solid #da291c !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    min-width: 96px;
    padding: 12px 18px !important;
    text-align: center;
  }

  .menu.header .donate .btn.don:after,
  .menu.header.showMenuMobile .donate .btn.don:after {
    display: none !important;
  }

  .menu.header .donate .donatesub {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .menu.header .menumobile,
  .menu.header.showMenuMobile .menumobile {
    left: auto !important;
    right: 12px !important;
    top: 10px !important;
    z-index: 1011 !important;
  }

  .menu.header #searchmobile {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header .donate .btn.don,
  .menu.header .donate .btn.don:hover,
  .menu.header .donate .btn.don:focus,
  .menu.header.showMenuMobile .donate .btn.don,
  .menu.header.showMenuMobile .donate .btn.don:hover,
  .menu.header.showMenuMobile .donate .btn.don:focus {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  header > div.menu a.menumobile.close span,
  .menu.header.showMenuMobile .menumobile.close span,
  .menu.header.showMenuMobile .menumobile.close > span {
    background-color: #da291c !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header .logo,
  body.menu-open .menu.header .logo {
    top: 13px !important;
    transform: none !important;
  }

  .menu.header .donate,
  body.menu-open .menu.header .donate,
  .menu.header.showMenuMobile .donate {
    top: 13px !important;
    transform: translateX(-50%) !important;
  }

  .menu.header .menumobile,
  .menu.header.showMenuMobile .menumobile {
    top: 13px !important;
    transform: none !important;
  }
}

.mobile-menu-search {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu.header .menumobile,
  .menu.header.showMenuMobile .menumobile {
    top: 13px !important;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search {
    display: block !important;
    padding: 0 20px 18px !important;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search form {
    display: flex;
    gap: 8px;
    margin: 0;
    width: 100%;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search input {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #da291c;
    border-radius: 20px;
    color: #333333;
    flex: 1 1 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    min-width: 0;
    padding: 0 16px;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search input::placeholder {
    color: #da291c;
    opacity: 1;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search button {
    background: #da291c;
    border: 1px solid #da291c;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    flex: 0 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 1;
    padding: 0 18px;
  }

  .menu.header.showMenuMobile #primary-nav > li.search {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .menu.header .menumobile.close span.top,
  .menu.header.showMenuMobile .menumobile.close span.top {
    transform: translate3d(-2px, 18px, 0) rotate(45deg) !important;
  }

  .menu.header .menumobile.close span.bottom,
  .menu.header.showMenuMobile .menumobile.close span.bottom {
    transform: translate3d(-2px, 13px, 0) rotate(-45deg) !important;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body,
  .menu.header,
  .menu.header.showMenuMobile,
  .menu.header.showMenuMobile #primary-nav {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .menu.header.showMenuMobile,
  .menu.header.showMenuMobile #primary-nav {
    width: 100% !important;
  }

  .menu.header.showMenuMobile #primary-nav,
  .menu.header.showMenuMobile #primary-nav *,
  .menu.header.showMenuMobile #primary-nav *:before,
  .menu.header.showMenuMobile #primary-nav *:after {
    box-sizing: border-box;
  }

  .menu.header.showMenuMobile #primary-nav .mobile-menu-search {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }
}

#slidely .slidely-card-cta {
  align-self: flex-start;
  background: #da291c;
  border: 1px solid #da291c;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: auto;
  padding: 11px 20px;
  text-decoration: none;
}

#slidely .slidelyslide:hover .slidely-card-cta,
#slidely .slidelyslide:focus .slidely-card-cta {
  background: #b91f15;
  border-color: #b91f15;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #slidely .slidely-card-cta {
    font-size: 13px;
    padding: 10px 18px;
  }
}

.menu.header #primary-nav > li.mobile-menu-search {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .menu.header.showMenuMobile #primary-nav > li.mobile-menu-search {
    display: block !important;
  }
}

#slidely .slidely-card-cta {
  margin-top: 10px !important;
}

body.overlay:after {
  background-color: transparent !important;
  opacity: 1 !important;
}

@media all and (max-width: 768px) {
  #homehero .homeheroimage {
    aspect-ratio: auto !important;
    background-image: var(--hero-mobile-image) !important;
    display: block !important;
    height: 300px !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  #homehero .homeheromobile {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  #homehero .homeheroimage {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #homehero .homeheroimage .hovervideo {
    height: 100% !important;
    width: 100% !important;
  }
}

.slidely-section-heading {
  color: #da291c;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 70px 20px 20px;
  text-align: left;
}

.slidely-section-heading + #slidely {
  margin-top: 0 !important;
}

@media all and (max-width: 768px) {
  .slidely-section-heading {
    font-size: 28px;
    margin: 44px 12px 18px;
  }
}

.slidely-section-heading {
  color: #000000 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .slidely-section-heading {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media all and (min-width: 769px) {
  .slidely-section-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 769px) {
  #slidely .slick-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  #slidely .slick-track {
    margin-left: 0 !important;
  }
}

.cmplz-btn.cmplz-btn,
.cmplz-btn.cmplz-btn:hover,
.cmplz-btn.cmplz-btn:focus {
  background-color: #da291c !important;
  border-color: #da291c !important;
  color: #ffffff !important;
}

#glt-translate-trigger .notranslate {
  color: #000000 !important;
}

/* Homepage heading font reset */
.homeherotextinnertext h1,
.slidely-section-heading,
#slidely .slidelytext h3,
.gridboxlink .cta .title {
  font-family: 'Poppins', Arial, sans-serif !important;
}

/* Temporary slidely card refinements */
#slidely .slidely-card-cta {
  display: none !important;
}

#slidely .slidelytext h3 {
  color: #da291c !important;
  font-weight: 700 !important;
}

.homeherotextinnertext h1 {
  font-weight: 800 !important;
}

/* Desktop hero media should fill text-driven height */
@media all and (min-width: 769px) {
  #homehero .homeheroimage {
    align-self: stretch !important;
    aspect-ratio: auto !important;
    min-height: 100% !important;
    overflow: hidden !important;
  }

  #homehero .homeheroimage .hovervideo {
    height: 100%;
    left: 50%;
    max-width: none !important;
    object-fit: cover !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #page.has-header-img .head {
    min-height: 130px !important;
    padding-bottom: 20px;
  }
}
