/*
Theme Name: Yandell WW
Author: inter.direct
Author URI: https://inter.direct/
Description: Yandell WW
Version: 1.0.3
Template: interdirect
Tags: foundation 
*/

/*BASICS*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);

/* ========= Fonts ========= */
@font-face {
    font-family: 'Frutiger-Light';
    src: url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.eot');
    src: url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.svg#Frutiger-Light') format('svg'),
		 url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.woff') format('woff'),
         url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Frutiger-Light';
		src: url('/wp-content/themes/YandellWW/assets/fonts/Frutiger-Light.svg#Frutiger-Light') format('svg');
	}
}


/* suggested font smoothing code, not seen it work yet but turn on if having issues - might work */

*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
	text-rendering: optimizeLegibility;
}


/* === Fonts === */



/* =========  general classes =========  */
.hidden    { display:none; }
.clearBoth { clear:both; }

/*form, input, img { margin: 0px; padding: 0px; } DONT THINK NEEDED */
/*textarea { font-family:Arial, Helvetica, sans-serif; } DONT THINK NEEDED */

html { min-height: 101%; } /* makes browser always have sidebar scroller area - so doesnt jump */
body {
	margin: 0px;
	padding: 0px;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color:#ffffff;
}
body.cke_show_borders { /* adds side spacing so easier to edit */
	margin: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
	width:auto;
}
html.CSS1Compat {
	_overflow-y: scroll; /* important for ckeditor display - not sure what, need to check */
}


/* overall links */
a {
	display:inline-block;
}

a:link { color:#9ca5ba; text-decoration:none; outline: none; }
a:visited { color: #9ca5ba; text-decoration: none; outline: none; }
a:hover { color: #EC008C; text-decoration: none; outline: none; }
a:active { color: #6a737b; text-decoration: none; outline: none; }

/* ========= usercontent styles  ========= */
/* (frontend and in admin ckeditor)*/

div.userContent a,
body.cke_show_borders a { font-weight:bold; }
div.userContent a {color:#4a4742;}
/* scales images correctly */
div.userContent img { max-width:100%; }
/* possible image rendering improvement in IE for scalable images - need to test*/
img { -ms-interpolation-mode: bicubic !important; } 


h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color:#231f20;
	font-weight:100;
	margin-bottom: 0.5rem;
    margin-top: 0.2rem;
	padding:0px;
	
}

.hidden    { display:none; }
.showBlock {display:block;}
.showInline {display:inline;}
.showInlineBlock {display:inline-block;}

.noPad {padding:0!important;}
.noPadLeft {padding-left:0!important;}
.noPadRight {padding-right:0!important;}


.underlineIt a span::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #EC008C;
	transition:width ease-out 0.5s;
	-webkit-transition:width ease-out 0.5s;
	-moz-transition:width ease-out 0.5s;
	-ms-transition:width ease-out 0.5s;
	-o-transition:width ease-out 0.5s;
}

.underlineIt a:hover span::after {
	width:100%;
	transition:width ease-out 0.5s;
	-webkit-transition:width ease-out 0.5s;
	-moz-transition:width ease-out 0.5s;
	-ms-transition:width ease-out 0.5s;
	-o-transition:width ease-out 0.5s;
}

/*GLOBAL*/



.acf-field input[type="text"], 
.acf-field input[type="password"], 
.acf-field input[type="date"], 
.acf-field input[type="datetime"], 
.acf-field input[type="datetime-local"], 
.acf-field input[type="email"], 
.acf-field input[type="month"], 
.acf-field input[type="number"], 
.acf-field input[type="search"], 
.acf-field input[type="tel"], 
.acf-field input[type="time"], 
.acf-field input[type="url"], 
.acf-field input[type="week"], 
.acf-field textarea, 
.acf-field select{
	border-radius:5px;
	padding: 4px 10px!important;
}

[type="submit"] {
	padding: 0.9375rem;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #cd5c5c;
    display: block;
    margin: auto;
}

.captchaContainer {
	display:inline-block;
	width:100%;
	max-width:100%;
}

.g-recaptcha {margin:0 0 0.9375rem 0;}

section {
	display:inline-block;
	width:100%;
	padding:1.875rem 0;
}

.horizDivider hr {
	border-bottom: 1px solid #ccc;
}

.sectionInner {
	display:block;
	width:65%;
	margin:auto;
	float:none;
	padding:0 0.9375rem;
}

.sectionInner p {
	text-align:center;
}

section h1 {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:100;
	margin:0.9375rem 0 1.875rem 0;
}

#content_hold {
	display: block;
    max-width: 1240px;
    margin: auto;
    float: none;
    width: 100%;
    padding: 1.875rem 0;
}

#content_hold a {
	color:#cd5c5c;
	font-weight: bold;
}

#content_hold a:hover {cursor: pointer;}

#content_hold ul.buttonList {
	list-style:none;
	margin:1.875rem 0;
	display:flex;
	justify-content: center;
}

#content_hold ul.buttonList li {
	list-style:none;
	padding:0.9375rem;
	
	color:#fff;
}

#content_hold ul.buttonList li a {
	color:#fff;
	background:#cd5c5c;
	padding:0.9375rem;
}

#content_hold a.cta {
	border: 2px solid #cd5c5c;
    padding: 0 5px;
}

#breadBin {
	display: block;
    max-width: 1240px;
    margin: auto;
    float: none;
    width: 100%;
    padding: 0.9375rem 0 0 0;
}

#breadcrumbs {padding:0;}

#mainPageTitle {
	display:inline-block;
	width:100%;
	margin:0.9375rem 0 1.875rem 0;
}

#mainPageTitle h1 {
	text-align:center;
}

#userContent .bx-wrapper {
	box-shadow:none;
}

p {
	font-size:16px;
}

ul li,
ol li {
	font-size:16px;
}


/* Header */

header {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    z-index: 300!important;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

header.stuck {
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

#header_col01 {
	width:100%;
	display: inline-flex;
}

#header_col02 {
	width: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: #fff;
	position: relative;
	justify-content: center;
}

#header_col02 nav {
	width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 10;
	text-align: center;
	position: relative;
}

#mainLogo {
    margin-left: 0.9375rem;
}

#mainLogo img {
	max-width: 130px;
}

#topNav {
	background:#383838;
}

#topNav .navBlock {
	display:flex;
	flex-wrap:wrap;
	padding:0.9375rem 0;
	justify-content: center;
	align-items: center;
}

#topNav .navBlock a {
	padding: 3px 0;
    margin: 0 0.9375rem;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

#topNav .navBlock a i {
	color:#cc2e43;
	margin:0 10px 0 0;
	font-size:16px;
}

#topNav .navBlock a:first-child i {font-size:22px;}
#topNav .navBlock a:last-child i {font-size:18px;}

/* main Nav */

.mobNavBox {display:none;}

nav .custom-menu-class {
	width: 100%;
    height: 100%;
    align-items: center;
    display: inline-flex;
}

nav .menu {
	display: inline-flex;
    width: 100%;
    padding: 0 0.9375rem;
    justify-content: center;
}

nav .menu li {
	list-style: none;
    width: auto;
    display: inline-flex;
    position: unset;
    height: 100%;
	align-items: center;
	padding: 0 10px;
}

nav .menu li.menu-item-has-children a::before{
	border: 0;
    content: "\f107";
    font-family: fontawesome;
    margin: -2px 0 -2px 5px;
    float: right;
    height: 20px;
    width: 16px;
}

nav .menu li a {
	font-size: 16px;
    font-weight: 700;
    color: #383838;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
}

nav .menu li.active a {
	background:none;
	color:#cc2e43;
}

nav .menu li a::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(204,46,67,0.4);
    bottom: 5px;
    transition: all ease-out 0.2s;
    opacity: 0;
    left: 0;
}

nav .menu li.active a::after {
	bottom:0;
	opacity:1;
	height:2px;
}

nav .menu li.remove_line a::after{
    opacity:0;
}

nav .menu li ul {
	margin: 0;
    position: absolute;
    z-index: 300;
    width: 100%;
    display: inline-flex!important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50px;
	left: 0;
	opacity:0;
    top: 100%;
    overflow: hidden;
    border: 0;
    background: #c5c5c5;
    transition: all ease-out 0.3s;
}

nav .menu li ul.sub-menu li::before {
	content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 8px;
    background: #383838;
}

nav .menu li ul.sub-menu li:last-child::before {display:none;}

nav .menu li.active ul.sub-menu {
	opacity:1;
	z-index: 9999;
}

nav .menu li ul.menuHeight {
	height: calc(100vh - 165px);
}

nav .menu li ul li {
	width: auto;
    height: auto;
    display: flex;
    position: relative;
    padding: 0 0.9375rem;
}

nav .menu li ul li a {
	color: #383838;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    background: none;
}

nav .menu li.active ul li a {color:#383838;}
nav .menu li ul li a:hover {color:#cc2e43;}

nav .menu li ul li a::before {display:none;}

nav .menu li.active ul li a::after {
	bottom: 5px;
	opacity: 0;
	height:1px;
}

nav .menu li.active ul li a:hover::after {
	bottom: 0;
    opacity: 1;
    height: 2px;
}

.menuClose {
	position: absolute;
    width: 30px;
    height: 30px;
    top: calc(100% + 1.875rem);
    right: -1.875rem;
    opacity: 0;
    z-index: 310;
    transition: all ease-out 0.3s;
}

.menuClose.active {
	right: 1.875rem;
	opacity:1;
}

.menuClose:hover {cursor: pointer;}

/* search */

.search_wrapper {
	position: absolute;
	background: #383838;
    width: 400px;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    transition: all ease-out 0.3s;
}

.search_wrapper.open {
	top:100%;
	opacity:1;
}

.searchButton {
	display: inline-block;
    z-index: 99;
    padding: 5px 8px;
    width: 34px;
    right: 0.9375rem;
    position: absolute;
    height: 30px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

.searchButton:hover {
	cursor:pointer;
}

.searchButton img {
	width:18px;
	height:18px;
}

#headerContainer.internal .searchButton i {color:#252525;}

#headerContainer.stuck {z-index:9998;}

.search_wrapper .SiteSearch {
    width: 79%;
    margin: 0.9375rem;
    height: 40px;
    box-shadow: none;
    font-size: 13px;
	border-radius: 5px;
	font-weight:bold;
	border:0;
}

.search_wrapper .SiteSearchSubmit {
	display: inline-block;
    float: right;
    margin-right: 0.9375rem;
    padding: 12px;
    border: 0;
    color: #fff;
    font-size: 16px;
    background:#cc2e43;
    height: 40px;
    border-radius: 5px;
}

.search_wrapper .SiteSearchSubmit:focus {outline:none;}

.searchTitle {
	text-align:center;
	font-size:28px;
	margin:1.875rem 0 0.9375rem 0;
}

.searchClose {
    position: absolute;
	opacity:0;
    padding: 5px 10px;
	background: #383838;
	transition:all ease-out 0.3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.searchClose:hover {
	cursor: pointer;
}

.searchClose i {
	color:#fff;
	font-size:16px;
}

.search_wrapper.open .searchClose {
	opacity:1;
}

* searchResults */

#searchResults {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

#searchResults ul {
	width:100%;
	margin:0 0 0.9378rem 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

#searchResults ul li {
	list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    width: 33.333%;
    padding: 0.9375rem;    
}

#searchResults ul li .searchBlock {
	padding: 0.9375rem;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#searchResults ul li a {
	font-size:16px;
	color:#383838;
	float:right;
}

#searchResults ul li h3 a {
	color: #cc2e43;
    font-size: 22px;
	font-weight: bold;
	width:100%;
	float:left;
}

#searchResults ul li p {
	font-size:16px;
	width:100%;
}


/* footer */

footer {
	display: flex;
    width: 100%;
    background: #fff;
    padding: 3.75rem 0;
	flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
    float: none;
    padding-top: 1.875rem;
    width: 100%;
    padding: 1.875rem;
}

footer .sectionInner p {text-align: left;}

footer .sectionInner .footerAddress  {
	display:flex;
	justify-content: center;
}

footer .sectionInner .footerAddress a i.fa-mobile {font-size:22px;}

footer .sectionInner .footerAddress {
	font-size:14px;
	margin:0 0 10px 0;
	width:100%;
}

#footerLogos {
	padding:0 12rem;
	width:100%;
	display:flex;
	justify-content: center;
}

#footerLogos .footerItem img {
	width: 150px;
    margin:0 10px;
}

h4.logoTag {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:100%;
	margin:0 0 0.9375rem 0;
}

.footerTop {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 0.9375rem;
    justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top:0.9375rem;
}

.footerTop div a {
	width:100%;
	color:#383838;
	font-size:16px;
}

.footerTop .footerCta {
	float: right;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footerCta .footerCtaInner {
	display:flex;
	flex-wrap:wrap;
}

.footerDetailInner {
	display: inline-block;
	float:left;
	margin:0 0.9375rem 0 0;
}

.footerDetail {min-width:390px;}

.footerTop .footerCta ul {padding:0.9375rem 0;}

footer a.newsletterButton {
	background:#9f7895;
	color:#fff;
	border:none;
	font-size:24px;
	text-transform: uppercase;
}

.footerTop .footerCta .footerSm {
	float:right;
	padding:0 5px;
}

.footerTop .footerCta .footerSm a {
	font-size:20px;
	color:#9f7895;
}

.footerBottom {
	display:flex;
	justify-content: space-between;
	margin:0.9375rem auto 0;
	float:none;
	text-align:center;
	padding:0;
	width:100%;
	border-top:1px solid #231f20;
}

.footerTop ul,
.footerBottom ul {
	display: inline-flex;
    list-style: none;
    margin: 0;
    align-self: flex-end;
}

.footerTop ul li,
.footerBottom ul li {
	display:inline-block;
}

.footerBottom ul li a {
	font-size:12px;
	font-weight: 300;
	padding:0.9375rem;
	position:relative;
}

.footerBottom ul li:first-child a {padding-left:0;}

.footerBottom ul li a::after {
	content:"|";
	color:#231f20;
	font-size:14px;
	font-weight:300;
	position:absolute;
	right:0;
}

.footerBottom ul li:last-child a::after {display:none;}

.footerBottom .idTag {margin:0}

.footerBottom .idTag a {
	padding: 0.9375rem 0;
    font-size: 12px;
}

.footerDetail p, 
.footerDetail a {
	margin:0;
	color:#575757;
	font-size:14px;
	font-weight:300;
	position:relative;
	overflow:hidden;
	z-index: 5;
	background: none;
	transition: all ease-in 0.3s;
}

.footerSm a {
	font-size: 16px;
    color: #383838;
    padding: 0 5px;
}

#footerLogos .slick-prev {left:0;} 
#footerLogos .slick-next {right:0;}

/* Search */


#mainImage {
	height:600px;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	
}

#mainImage::after {
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	height:100px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}

#mainImage h1 {
	color: #fff;
    display: inline-flex;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 100;
    padding: 0 1.875rem;
}


/* mobile menu - copy mob nav css here*/

/*mobile burger widget */

#nav-toggle { 
	cursor: pointer;
    padding: 0;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 20px 4px 0 4px;
    top: 0.9375rem;
    width: 40px;
    position: absolute;
    right: 0.9375rem;
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #333;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span, 
#nav-toggle span::before, 
#nav-toggle span::after {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

#nav-toggle span:before {top: -8px; }
#nav-toggle span:after {bottom: -8px;}

#nav-toggle:hover span::before {top:-12px;}
#nav-toggle:hover span::after {bottom:-12px;}

/* active */

#nav-toggle.active {
	transform:rotate(90deg); 
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before {
	top:0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background:#EC008C; 
}
#nav-toggle.active span:after {
	bottom:0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background:#EC008C; 
}

.left-small:hover #nav-toggle.active span:before {top:0;}
.left-small:hover #nav-toggle.active span:after {top:0;}

/* ============================ Homepage ==================================== */

/* slideshow */

#homeSlide ul.bxslider .position-left   {background-position:left!important;}
#homeSlide ul.bxslider .position-right  {background-position:right!important;}
#homeSlide ul.bxslider .position-top 	 {background-position:top!important;}
#homeSlide ul.bxslider .position-bottom {background-position:bottom!important;}
#homeSlide ul.bxslider .position-centre {background-position:center!important;}

#homeSlide ul.bxslider .position-left-top 	   {background-position:left top!important;}
#homeSlide ul.bxslider .position-right-top    {background-position:right top!important;}
#homeSlide ul.bxslider .position-left-bottom  {background-position:left bottom!important;}
#homeSlide ul.bxslider .position-right-bottom {background-position:right bottom!important;}

#homeSlide {
	display:inline-block;
	width:100%;
	float:left;
	height:800px;
}

#homeSlide .bx-wrapper {
	box-shadow:none;
}

#homeSlide ul.bxslider {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: 100%;
	height:600px;
}

#homeSlide ul.bxslider li a div.bgSlide  {
	height: 800px;
    width: 100vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

#homeSlide .slideDetail {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:50%;
	min-width:360px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

#homeSlide .slideDetail h3,
#homeSlide .slideDetail p {
	text-align:center;
	color:#fff;
	font-size:40px;
}

#homeSlide .slideDetail p {
	font-size:20px;
}

#homeSlide .bx-wrapper .bx-pager {
	bottom:30px;
}

#homeSlide .bx-wrapper .bx-pager a {
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-in 0.3s;
	-moz-transition:all ease-in 0.3s;
	-ms-transition:all ease-in 0.3s;
	-o-transition:all ease-in 0.3s;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background:rgba(255,255,255,0.5);
	position:relative;
	margin:0 7px;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a::after {
	content: "";
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
	opacity:0;
	border-radius:18px;
	transition:all ease-out 0.3s;
	-webkit-transition:all ease-in 0.3s;
	-moz-transition:all ease-in 0.3s;
	-ms-transition:all ease-in 0.3s;
	-o-transition:all ease-in 0.3s;
}


#homeSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
}

#homeSlide .bx-wrapper .bx-pager.bx-default-pager a:hover::after {
	opacity:0.5;
}
 
#homeSlide .bx-wrapper .bx-pager.bx-default-pager a.active::after {
	opacity:1;
}


/* feature boxes */

#homeFeature {
	padding: 1.875rem 0;
    display: inline-block;
    width: 100%;
}

#homeFeature li {
	list-style:none;
}

#homeFeature li a {}

#homeFeature li a .featureImage {}

#homeFeature li a .featureArrow {}

#homeFeature li a .featureArrow i {}

/* homeBlog */

#blogFeature {
	background:#fff;
	padding:1.875rem 0;
	display:inline-block;
	width:100%;
}

#blogFeature .blogFeatureInner h4 {
	padding:0.9375rem 0 0 0;
	margin:0;
	text-align:left;
	color: #061a40;
	font-size:24px;
	line-height:32px;	
    font-family:dinmedium, Arial, Helvetica, sans-serif;
}

#blogFeature .blogFeatureInner ul {
	margin:0 0 1.875rem 0;
	display:inline-block;
	width:100%;
}

#blogFeature .blogFeatureInner ul li {
	list-style:none;
	margin-bottom:0.9375rem;
	padding:0.9375rem;
	
}

#blogFeature .blogFeatureInner ul li a {
	display:inline-block;
	width:100%;
	height:100%;
	float:left;
	position:relative;
	padding-bottom:0.9375rem;
}

#blogFeature .blogFeatureInner ul li a:hover {
	text-decoration:none;
}

#blogFeature .blogFeatureInner ul li a img {
	width:100%;
}

#blogFeature .blogFeatureInner ul li a p {
	padding:0.9375rem 0;
	font-size:16px;
	text-align:left;
	color:#6e6e6e;
	line-height:20px;
	font-family:din_lightregular, Arial, Helvetica, sans-serif;
}

#blogFeature .blogFeatureInner ul li a .featureDate {
	display: inline-block;
    padding: 0;
    width: 100%;
    color: #1c3c87;
    text-align: left;
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: dinmedium, Arial, Helvetica, sans-serif;
    bottom: 0;
}

#blogFeature .blogFeatureInner ul li i.fa-angle-right {
	font-size:30px;
	color:#4e4e4e;
	position:absolute;
	right:0.9375rem;
	bottom:0rem;
}

a.seeAll {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#1c3c87;
	text-decoration:underline;
	font-size:18px;
	font-family:din_lightregular, Arial, Helvetica, sans-serif;
}


/* listing page - standard */

.listingBlock {padding:0 0.9375rem;}

.listingBlock ul li {
    display: inline-block;
    height: 242px;
    width: calc(25% - 8px);
    margin: 0 6px 9px 0;
    padding: 0;
}

/* Blog */

.blogContainerInner {
	margin:0 0 1.875rem 0;
}

.blogPost {
	margin:0 0 1.875rem 0;
}


/* Blog inner page */



/* accordion */





/* ========================================= Media Queries ================================================= */

@media only screen and (max-width: 64.063em) {
	.headerBlock {height:auto!important;}
}

@media only screen and (max-width: 64.063em) and (orientation: landscape) {
	
}


@media only screen and (max-width: 40.063em) {
	#mainImage {height:400px;}
	
	#mainLogo img {
		position:relative;
		top:0;
		display:block;
		margin:auto;
		min-width:150px;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
	}
	
	#header_col03 {display:none;} 
	
	.slideInner {padding:0 0.9375rem;}
	#homeSlide .slideDetail h3 {font-size:30px;}
	#homeSlide .slideDetail p {font-size:16px;}
	
	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {height:480px;}
}


@media only screen and (max-width: 40.063em) and (orientation: landscape) {
	#homeSlide,
	#homeSlide ul.bxslider li a div.bgSlide {height:480px;}
}


/* to make captcha slightly smaller to fit on small screens */
@media screen and (max-width: 1024px){ 
	#rc-imageselect, 
	g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
font-size:initial !important;
color: #000 !important;
}
.acf-hidden{display:none}