/*
Theme Name: Hello Baby 2020
Theme URI: http://thisisredagency.com
Author: This Is Red Agency
Author URI: http://thisisredagency.com
Version: 0.1.919

Text Domain: hellobaby theme
-------------------------------------------------------------- */

/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a7026aa8-785c-4cc0-8d57-f70bbbd1f1f2");*/
@font-face{
	font-family:"AvenirNextLTW01-Regular";
	src:url("webfonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),url("Fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff");
}
@font-face{
	font-family:"AvenirNextLTW01-Medium";
	src:url("webfonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"),url("Fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff");
}
@font-face{
	font-family:"Avenir Next LT W01 Demi";
	src:url("webfonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"),url("Fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff");
}


/* ---------------------------- */
.WesFY-Bold { 
	font-family: WesFY-Bold;
	font-weight: normal;
	font-style: normal;
}
.WesFY-Regular { 
	font-family: WesFY-Regular;
	font-weight: normal;
	font-style: normal;
}
.WesFY-Thin { 
	font-family: WesFY-Thin;
	font-weight: normal;
	font-style: normal;
}
/* ---------------------------- */
html {
  scroll-behavior: smooth;
}

h1, h2{
	font-family:"Avenir Next LT W01 Demi", 'Roboto', sans-serif;
	font-weight:normal;
}
h3 {
	font-family: WesFY-Bold, sans-serif;
	font-weight:normal;
}
h4,h5,h6{
	font-family: WesFY-Regular, sans-serif;
	font-weight:normal;
}

.content-box,
.content-box p{
	font-family: 'Roboto', sans-serif;
}

.headlinesection h1{
	font-family: WesFY-Thin;
}

nav a,
nav .global-nav a,
.search .btn, .top-content h2, .container-local-resources h3, .container-ext-resources h3, .headlinesection p, .citem, .searchBtn{
font-family: WesFY-Bold;
font-weight:normal;
}

nav ul.main-nav ul li a,
.citem em,
.search input, .searchInput{
font-family: WesFY-Regular;
font-weight:normal;
}


.headlinesection a, .template-a-header h1, .template-b-header h1, .content-box h4,
.in-page-btn, .in-page-btn-large, .large-dir-btn,
footer p,
.top-dts h4, .top-dts h3,
.location-dt .col-1, .location-dt .loc-dt, .location-dt .cat-dt, .location-dt .col-1 strong
{
font-family:"Avenir Next LT W01 Demi", 'Roboto', sans-serif;
font-weight:normal;
}

.content-box .cbox-btn{
font-family:"AvenirNextLTW01-Medium", 'Roboto', sans-serif;
font-weight:normal;
}


/* ---------------------------- */
body,html,table,td,tr,thead,tbody,p,li,ul,ol,fieldset,form,input,textarea,select,legend,address,footer,header,section,a,strong,hr,h1,h2,h3,h4,h5,h6,main,section{
	margin:0;padding:0;	
}
body,html{
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#56574f;	
}
header,nav,main,section,footer{
	display:block;
	clear:both;
}
ol {
	font-size: 18px;
	font-weight: 100;
	margin-left: 45px;
}
.hide{
		display:none !important;
}

.left{	float:left;	}
.right{	float:right;}

.wrap{
	width:700px;
	margin: 0 auto;
}

.anim{
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	-o-transition:all ease-out .2s;
	transition: all ease-out .2s;
}
.anim_slow{
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	-ms-transition: all ease-out .6s;
	-o-transition:all ease-out .6s;
	transition: all ease-out .6s;
}
.inv-label{
	opacity:0;
}



nav a{
	font-family: WesFY-Bold;
	font-weight: normal;
	color:#52c3b0;
}	
nav ul li{
	display:inline;	
}
nav ul li a{
	text-decoration:none;
	padding-bottom:15px;
}
nav ul.main-nav{
	padding-bottom:10px;
}
nav ul.main-nav > li{
	
	margin-right:50px;
}
nav ul.main-nav li a{
	font-size:22px;
}

.page-health-safety nav ul.main-nav > li > a,
.page-essentials nav ul.main-nav > li > a,
.page-family-supports nav ul.main-nav > li > a,
.page-childcare-development nav ul.main-nav > li > a{
	color:#b2b2b2;
}

.page-health-safety nav ul.main-nav > li:nth-of-type(1) > a{
	color:#52c3b0;
}
.page-childcare-development nav ul.main-nav > li:nth-of-type(2) > a{
	color:#52c3b0;
}
.page-family-supports nav ul.main-nav > li:nth-of-type(3) > a{
	color:#52c3b0;
} 
.page-essentials nav ul.main-nav > li:nth-of-type(4) > a{
	color:#52c3b0;
}
nav ul.main-nav li a:hover,
.page-health-safety nav ul.main-nav > li > a:hover,
.page-essentials nav ul.main-nav > li > a:hover,
.page-family-supports nav ul.main-nav > li > a:hover,
.page-childcare-development nav ul.main-nav > li > a:hover{
	color:#0f8069;
}

nav ul.main-nav li:last-child a{
	margin-right:0;
}
.main-nav li{
	position:relative;
}
nav ul.main-nav li ul{
	z-index:100;
	position:absolute;
	left:0;
	top:31px;
	background:#60dabc;
	padding:10px 5%;
	width:220px;
	width:90%;
	height:auto;
	overflow:hidden;
}
nav ul.main-nav li:hover ul{
	height:auto;
	padding:10px 5%;
}
nav ul.main-nav ul li{
	display:block;
	padding:5px 10px 6px;
	border-bottom:1px solid #317468;
}
nav ul.main-nav ul li:last-child{
	border:none;
}
nav ul.main-nav ul li a{
	font-family:WesFY-Regular;
	font-size:16px;
	margin:0;
	color:#fff;
	padding-bottom:6px;
}
nav ul.main-nav ul li:hover{
	background:#317468;
}


.global-nav{
	position:absolute;
	top:20px;
	right:20px;
	width:200px;
	text-align:right;
}
nav .global-nav li{
	padding:0 0 0 20px;	
}
nav .global-nav a{
	font-family: WesFY-Bold;
	font-weight: normal;
	text-transform:uppercase;
	color:#b9b9b9;
	font-size:14px;
}

nav{
	text-align:center;	
}
nav .logo img{
	height:50px;
	padding:5px 0 0;
}
.callnow img{
	/*background:#f3698d;
	padding:15px;
	height:20px;
	border-radius:50px;*/
	display:block;
	margin:5px auto 15px;	
	height:41px;
} 

.mnav{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	min-height:200px;	
	background:#60dabc url(images/hb_logo_mobilemenu.png) 10% 92% no-repeat;
	background-size:130px auto;
	z-index:20;
	
	display:none;
}
.mnav .closeX{
	background:url(images/closeeBtn.png) no-repeat;
	height:26px;
	width:26px;
	background-size:100% auto;
	display:block;
	position:absolute;
	top:10px;
	left:30px;
	cursor:pointer;
}
.mnav ul.mnavlist{
	padding:50px 6% 40px;	
}
.mnav ul.mnavlist ul{
	padding:5px 10px;
}
.mnav li{
	display:block;
	margin-bottom:6px;

	text-align:left;
	background:#60dabc;
}
.mnav li a{
	color:#fff;
	font-size:18px;
	display:block;
	padding:6px 0 10px;
	border-bottom:1px solid #000;
}
.mnav ul.mnavlist ul li a{
	border-bottom:1px solid #308c7b; /* #317468 */
}
.c-wrap{
	width:80%;
	margin:20px auto 0;
	max-width:1140px;
	position:relative;	
}

main{
	background:#f0f1ec;
	padding:20px 0 80px;	
	min-height:350px;
}

main img{
	border:0;
	max-width:100%;
}	
main .c-wrap figure.is-resized{
	display:inherit;
}

.hamburger{
	display:block;
	width:30px;
	height:30px;
	background:url(images/hamburger.png) center center no-repeat;
	background-size:100% auto;
	cursor:pointer;	
	position:absolute;
	top:20px;
	left:10px;
}

.home-section{
	/*height:300px;*/	
}
.headlinesection{
	background:#89ccc3 url(images/home-header-c-mb.jpg) center top no-repeat;
	background-size: 100% auto;		
	padding:140px 0 20px;
	width:100%;
	position:relative;
}
.headlinesection .inner{
	text-align:center;
	width:80%;
	padding:20px 0 20px 0;
	margin:0 auto;
	position:relative;	
	max-width:360px;
}
.headlinesection h1{
	/*font-family: WesFY-Thin;*/
	font-weight: normal;
	color:#fff;
	font-size:36px;
}
.template-a-header h1, .template-b-header h1 {
	/*font-family:"Avenir Next LT W01 Demi";*/
	font-size:48px;
	position:absolute;
	bottom:20px;
	left:10px;
}
.template-a-header .c-wrap, .template-b-header .c-wrap {
	position:relative;
	height:100%;	
	z-index:2;
}
.template-a-header .shadow, .template-b-header .shadow {
	width:100%;
	height:100%;
	background: linear-gradient(to bottom, rgba(57,56,49,0) 46%,rgba(57,56,49,.63) 100%);	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
body .template-a-header{
	border-bottom:4px solid #71cdbe;
	background-image:url(images/header-use-words-alt.jpg);
	background-size: auto 108%;
}
body .toolkit-header{
	border-bottom:4px solid #71cdbe;
	background-image:url(images/header-use-words-alt.jpg);
	background-size: auto 108%;
}

.template-a-header{
	height:160px;
}
body .template-b-header{
	/*border-bottom:4px solid #71cdbe;*/
	background-image:url(images/optoutTopHero.jpg);
	background-size: auto 108%;
}
.template-b-header{
	height:160px;
}
.headlinesection p{
	font-family: WesFY-Bold;
	font-weight: normal;
	color:#fff;	
	font-size:14px;
	line-height:19px;
	padding:15px 0;
}
.headlinesection a{
	/*font-family:"Avenir Next LT W01 Demi";*/
	font-weight:bold;
	font-size:20px;
	line-height:28px;
	height:30px;
	width:180px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	display:block;
	/*position:absolute;
	bottom:15px;
	right:20px;*/
	margin:10px 0;
	padding:5px;
	border:solid 2px #ffffff;
	border-radius:32px;
}



h1{
	/*font-family:"Avenir Next LT W01 Demi";
	font-weight:normal;*/
	font-size:22px;
	/*color:#fff;*/
}

h2{
	/*font-family:"Avenir Next LT W01 Demi";
	font-weight:normal;	*/
	color:#51c5b1;
	margin: 15px 0;
	font-size: 32px;
	border-bottom:2px solid #51c5b1;
	clear: both;
}
h2.h2woline{
	border-bottom:none;
	padding:20px 0 8px;
	margin-bottom:15px;
	clear: both;
	
}
h3{
	font-family: WesFY-Bold;
	font-weight: normal;
	color:#787876;
	font-size:22px;
	padding-bottom:4px;
	margin-bottom:16px;
	margin-top: 20px;
	border-bottom:none;
}
h3.h3wline {
	font-family: WesFY-Bold;
	font-weight: normal;
	color:#787876;
	font-size:22px;
	padding-bottom:4px;
	margin-bottom:16px;
	margin-top: 20px;
	border-bottom:1px solid #000;
	clear: both;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#56574f;
}
p a{
	/*color:#f3698d;*/
	color: #EF4A75;
	text-decoration:underline;	
}


main p{
	font-size:18px;
	color:#56574f;
	padding:15px 0;
}
main img.flleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	max-width: 300px;
}
main iframe{
	/*width:100%;
	height:auto;*/
	padding:30px 0;
}
main ul{
	/*color:#51c5b1;*/
	font-size:18px;
	padding-left:30px;
	list-style: none;
	margin-bottom: 15px;
}
main ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	/*color:#51c5b1; */
	color: #56574F;
	font-weight: normal; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 8px;
	margin-left: -18px;
	margin-right: 10px;
	transform: scale(1.8,1.8);
}
main ul.blocks-gallery-grid li::before {
	content: none; 
}
main ul li{
	padding:5px 0;
}
main a{
	color:#f3698d;
}
main a:hover {color: #51c5b1}
.videoHolder {
  position: relative;
  overflow: hidden;
  padding-top: 55%; /* this should be adjusted to suit the resource */
 }
.videoResponsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
 }
.centered-img{
	padding:40px 0;
	margin:0 auto;
}
.wp-block-image{
	text-align:center;
}	

.in-page-btn,
.in-page-btn-large{
	font-size:22px;
	color:#fff;
	background:#f3698d;
	padding:15px;
	height:24px;
	line-height:22px;
	border-radius:26px;
	display:block;
	margin:15px auto 25px;
	width:180px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	/*font-family:"Avenir Next LT W01 Demi";
	font-weight:normal;*/
}
.in-page-btn-large{
	display:inline-block;
	width:auto;
	margin:0;
	padding:15px 25px;
	height: auto;
}
.top-content h2{
	/*font-family: WesFY-Bold;*/
	font-size: 32px;
	
}
.top-content{
	padding: 25px 0 50px 0;
	position:relative;
}
.top-content img{
	display:none;
	width:120px;
	height:170px;
	position:absolute;
	left:0;
	top:0;
}
.top-content p{
	font-size:16px;
	color:#000000;
	min-height:100px;
}
.container-local-resources,
.container-ext-resources{
	padding:10px 0 40px;
	border-top:1px solid #58bf92;
	overflow:auto;
	height:auto;
}
.container-local-resources{
	border-top:1px solid #58bf92;
}
.container-local-resources h3{
	color:#58bf92;
	border:none;
	font-family: WesFY-Bold;
	font-size: 20px;
}
.container-ext-resources{
	border-top:1px solid #ee6e97;
}
.container-ext-resources h3 {
	color: #ee6e97;
    border: none;
    font-family: WesFY-Bold;
    font-size: 20px;
}
.page-id-1199 .container-ext-resources h3 { display: none;}
.noBorder{
	border:none;
}


.search input{
	font-family: WesFY-Regular;
	font-weight: normal;
	color:#7f7f7f;
	font-size:22px;
}
.search .btn{
	font-family: WesFY-Bold;
	font-weight: normal;
	color:#52c3b0;	
	text-transform:uppercase;
}



.filteredResults{
	overflow:auto;
}

.content-box{
	font-family: 'Roboto', sans-serif;
	background:#fff;
	font-size:15px;
	/*padding:10px 2%;
	padding-top:130px;*/
	padding-bottom:46px;
	border-radius:10px;
	width:31.2%;
	/*height:160px;*/
	float:left;
	margin:5px 1.5% 10px;
	
	box-shadow: 2px 2px 5px rgba(135,135,135, .4);
	display:block;
	position:relative;
	text-decoration:none;
}
.pref-img{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.content-box .cbox-copy{
	padding:10px 6%;
	min-height:100px;
	display:block;
}
.content-box .prev-img{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:10px 10px 0 0;
}
.content-box img{
	/*position:absolute;
	top:0;
	left:0;
	height:120px;*/
	border-radius:10px 10px 0 0;
	width:100%;
}

@media (min-width: 300px){
	.content-box .prev-img{
		height:120px;
	}
	.content-box img{
		min-height:100%;
	}
	.local-resource  .prev-img{
		height:200px;
	}
}
@media (min-width: 690px){
	.content-box .prev-img{
		height:120px;
	}
	.content-box img{
		min-height:100%;
	}
	.local-resource  .prev-img{
		height:200px;
	}
}
@media (min-width: 790px){
	.content-box .prev-img{
		height:120px;
	}
	.local-resource  .prev-img{
		height:210px;
	}
}
@media (min-width: 1000px){
	.content-box .prev-img{
		height:133px;
	}
	.local-resource  .prev-img{
		height:220px;
	}
}
@media (min-width: 1280px){
	.content-box .prev-img{
		height:163px;
	}
	.local-resource  .prev-img{
		height:256px;
	}
}
.content-box h4{
	/*font-family:"Avenir Next LT W01 Demi";*/
	font-weight:normal;	
	color:#ea3e77;	
	font-size:20px;
	padding-bottom:2px;
	line-height:19px;
}
.content-box p{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#474747;
	padding-top:8px;
}
.content-box .cbox-btn{
	color:#ea3e77;
	/*font-family:"AvenirNextLTW01-Medium";*/
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #ea3e77;
	padding:10px 22px;
	height:16px;
	font-size:12px;
	border-radius:25px;
	display:block;
	position:absolute;
	right:15px;
	bottom:20px;
}
.content-box:hover .cbox-btn,
.content-box .cbox-btn:hover{
	background:#ea3e77;
	color:#fff;
}

.postBtn{
	color:#ea3e77;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #ea3e77;
	padding:10px 22px;
	height:16px;
	font-size:12px;
	border-radius:25px;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 20px;
}
.postBtn:hover {
	background:#ea3e77;
	color:#fff;
}

.wp-block-code {
	border: 2px solid gray;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	font-size: 14px;
	font-weight: 100;
	overflow: scroll;
}
pre::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 100%;
	height: 5px;
}

pre::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.local-resource .marker{
	width:80px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	background:url(images/teel-corner.png) no-repeat;
	background-size:80px auto;
}
.local-resource h4,
.local-resource .cbox-btn{
	color:#58bf92;
}
.local-resource .cbox-btn{
	border-color:#58bf92;
}
.local-resource:hover .cbox-btn{
	background:#58bf92;
	color:#fff;
}

/* -- Homepage Hero Updates by Kim -- */
.homeHeroImg {
	width: 65%;
    height: 390px;
    background-image: url(/wp-content/themes/hellobaby2020/images/home-header-res.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
	background-color: #52c3b0;
    float: left;
}
.homeHeroTxtCont {
	width: 35%;
    height: 390px;
    background-color: #52c3b0;
    float: right;
}
.homeHeroTxtWrap {
	display: flex;
    width: 65%;
    margin: auto;
    min-height: 390px;
	padding-right: 30px;
}
.homeHeroTxt {
	margin: auto;
    text-align: left;
}
.homeHeroTxt h1 {
	font-family: 'WesFY-Thin';
    font-weight: normal;
    color: #fff;
    font-size: 36px;
}
.homeHeroTxt a {
    text-decoration: none;
}
.homeHeroTxt button {
	font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 10px 0;
    padding: 5px 20px;
    border: solid 2px #ffffff;
    border-radius: 32px;
	background: transparent;
	cursor: pointer;
}

@media (max-width: 768px){
	.homeHeroImg {display: none;}
	.homeHeroTxtCont {width: 100%; float: none;}
	.homeHeroTxt {text-align: center;}
	.homeHeroTxt button {margin: 10px auto;}
}


/* -- Opt Out Page --*/
.fm-form .wdform-field:not([type=type_hidden]) {padding: 10px 0 !important;}
.wdform-label-section.wd-width-100.mobPadding.wd-flex-row, .wdform-element-section.wd-flex.mobPadding.wd-flex-row.wd-width-100 {
	width: 80%;
	margin:0 auto;
	max-width:1140px;
	position:relative;	
}
.fm-form .wd-name-separator {display: none !important;}

.optoutHeader {font-size: 22px; font-weight: bold; color: #EF4A75;}
input#wdform_5_element6 {width: 50%;}
.ui-datepicker.ui-widget td a {text-align: center;}
.optoutFull { background-color: #60dabc; color: #ffffff; padding: 30px 0; margin: 50px 0;}
.optoutFull p {color: #ffffff;}
.optoutFull ul li::before {color: #ffffff;}
.optoutFull ul li a {color: #ffffff;}
/*.fm-form-container.fm-theme16 .fm-form .button-submit {font-family: WesFY-Bold;}*/
.optoutBtmHero {
	background: url(/wp-content/themes/hellobaby2020/images/optoutBtmHero.jpg);
	background-position: center top;
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
}
.fm-form-container .fm-form .fm-message.fm-notice-success {display: none;}
.close-btn {cursor: pointer;}
.ui-datepicker td {padding: 6px!important;}

/* The Modal */
.modal {
  display: block;
  position: fixed; 
  padding-top: 150px;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%; 
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.modal-content {
  position: relative; 
  background-color: white;
  padding: 20px 50px 100px; 
  margin: auto; 
  width: 75%; 
  max-width: 450px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content h4 {
	color: #EF4A75;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.close-btn {
  float: right; 
  color: lightgray; 
  font-size: 24px;  
  font-weight: bold;
}
.close-btn:hover {
  color: darkgray;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* Toolkit Page */
.imgOne, .imgTwo, .imgThree, .imgFour, .imgFive, .imgSix, .imgSeven {/*margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #1a7b5a;*/ text-align: center;}
.imgOne img,.imgTwo img,.imgThree img, .imgFour img, .imgFive img, .imgSix img, .imgSeven img {max-height: 195px; vertical-align: middle;}
.imgHR {border-top: 1px solid #1a7b5a; margin-bottom: 40px; margin-top: 0;}
.socialImgWrap {position: relative; height: 141px;}
.socialImgInner {position: absolute; top: 50%; height: 104px; transform: translate(0, -50%);}
.socialImgInnerSingle {position: absolute; top: 50%; height: 40px; transform: translate(0, -50%);}
.socialImgBtn {
	color: #ea3e77;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ea3e77;
	padding: 10px 22px;
	height: 40px;
	font-size: 12px;
	border-radius: 25px;
	margin-right: 15px;
	display: inline-block;
	width: 125px;
	text-align: center;
}
.badgeBtn {
	color: #ea3e77;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ea3e77;
	padding: 10px 22px;
	height: 40px;
	font-size: 12px;
	border-radius: 25px;
	margin: 10px auto;
	display: inline-block;
	width: 141px;
	text-align: center;
}
.badgeBtn:hover {
	color: #ffffff;
	background-color: #ea3e77;
	text-decoration: none;
}
.fa-quote-left, .fa-quote-right {color: #51c5b1;}

@media (max-width: 767px){
	.imgOne, .imgTwo, .imgThree, .imgFour, .imgFive, .imgSix, .imgSeven {text-align: center;}
	.socialImgInner, .socialImgInnerSingle {transform: translate(-50%, -50%); width: 540px; left: 50%;}
}

/* Footer */
footer{
	background:#60dabc;
	color:#fff;	
	text-align:center;
}
footer .logo{
	height:60px;
	/*padding:40px 0 10px;*/
	margin:40px 0 10px;
}
footer p{
	margin:15px auto;
	width:80%;
	max-width:625px;
	color:#2a645b;
	/*font-family:"Avenir Next LT W01 Demi";*/
	font-size:13px;
}

.fcontacts{
	width:310px;
	max-width:90%;
	margin:0 auto;
	padding:10px 0 100px;
	
}

.fLogoWrap {background: #f0f1ec;}
.fLogos{
	display: none;
	/*width:310px;*/
	max-width:90%;
	margin:0 auto;
	padding:10px 0 100px;
	text-align: center;
}
.fLogos img {max-width: 150px; padding: 20px 20px 0;}
.page-about .fLogos {display: block;}
.citem{
	padding:0 0 10px 55px;
	margin:10px 20px;
	color:#000;
	min-height:52px;
	font-size:14px;
	background:url(images/icon-foot-email.png) top left no-repeat;
	background-size:42px auto;
	display:block;
	text-align:left;
	width:165px;
	/*font-family: WesFY-Bold;
	font-weight: normal;*/
	text-decoration:none;
	/*350w a piece */
}
.citem em{
	/*font-family: WesFY-Regular;
	font-style:normal;*/
	display: block;
	color:#6e6e6e;
	color:#505050;
	font-size:12px;
	padding-top:5px;
}
/*.citem em{
	text-decoration:none;
}*/
.ci-p1{
	background-image:url(images/icon-foot-phone1.png)
}.ci-p2{
	background-image:url(images/icon-foot-phone2.png)
}


.srH3, .no-resultsH3{
	text-align:center;	
	color:#000000;
	font-size:18px;
	border:none;
}


/* Events */
.mec-container h1{
	color: #f3698d;
	font-size:30px;
	padding-top:40px;
}
.tax-mec_category #main-content{
	width:80%;
	margin:0 auto;
	max-width:1140px;	
}
.event-dts{
	padding-top:50px;
	display:block;
}
.top-dts,
.location-dt{
	width:100%;
	float:none;
	display:block;
}
.top-dts{
	overflow:auto;
	margin:20px 0;
}
.top-dts h3{
	color:#000000;
	font-size:25px;
	/*font-family:"Avenir Next LT W01 Demi";
	*/
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.top-dts h4{
	color:#f3698d;
	font-size:25px;
	/*font-family:"Avenir Next LT W01 Demi";
	*/
}

.dt-date,
.dt-time,
.dt-cost{
	display:block;
	/*float:left;*/
	width:180px;
	background: url(images/event-icon-date.png) left top no-repeat;
	background-size:36px 36px;
	padding-left:44px;
}
.dt-date{
	/*margin-right: 2%;
	width:33%;*/
}
.dt-cost{
	background-image: url(images/event-icon-cost.png);
	/*float:right;*/
}
.dt-time{
	background-image: url(images/event-icon-time.png);
	/*width:22%;*/
}
.green-border-top{
	border-top:2px solid #60dabc;
}
.no-border-top{
	border-top:none;
}
.location-dt{
	position:relative;
	padding:50px 0;
	border-top:2px solid #60dabc;
	border-bottom:2px solid #60dabc;
}
.location-dt .col-1{
	display:block;
	/*width:18%;
	min-height:520px;*/
	font-size:14px;
	font-family:"Avenir Next LT W01 Demi";
}

.location-dt .col-1 img{
	width:100%;
	padding-bottom:30px;
}	
.location-dt .col-2{
	display:block;
	/*position:absolute;
	top:50px;
	right:0;
	width:76%;*/
}
.location-dt .col-2 iframe{
	padding:0;
	width:100%;
}
.location-dt .loc-dt,
.location-dt .cat-dt{
	display:block;
	padding-left:35px;
	background: url(images/event-icon-small-location.png) left top no-repeat;
	background-size:25px auto;
	color:#f3698d;
	/*font-family:"Avenir Next LT W01 Demi";*/
	padding-bottom:36px;
}
.location-dt .loc-dt{
	
	
}
.location-dt .cat-dt{
	background-image: url(images/event-icon-small-category.png);
}
.location-dt .col-1 strong{
	color:#000;
	text-transform:uppercase;
	/*font-family:"Avenir Next LT W01 Demi";*/
	display:block;
}

.large-dir-btn{
	padding:10px 10%;
	display:block;
	color:#fff;
	width:80%;
	background: #60dabc;
	/*font-family:"Avenir Next LT W01 Demi";*/
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}


@media (max-width: 919px){
	.dt-date,.dt-time,.dt-cost{ margin: 20px 15% 40px; }
	.location-dt .col-1 img{width:45%;float:left;}
	.location-dt .col-1 .loc-dt-text{
		width:45%;
		float:right;
	}
	.location-dt .col-1{
		overflow:auto;
	}
}

@media (min-width: 920px){
	.location-dt .col-1{
	width:18%;
	min-height:520px;
}
	
.location-dt .col-2{
	position:absolute;
	top:50px;
	right:0;
	width:76%;
}
.dt-date,
.dt-time,
.dt-cost{
	
	float:left;
	/*
	display:block;
	width:180px;
	background: url(images/event-icon-date.png) left top no-repeat;
	background-size:36px 36px;
	padding-left:44px;*/
}
.dt-date{
	margin-right: 2%;
	width:33%;
}
.dt-cost{
	float:right;
}
.dt-time{
	width:22%;
}

main .mec-search-form{
	position:relative;
}
.events-page .mec-search-form  .mec-dropdown-wrap{
    width: 250px;
    float: left;
}
.events-page .mec-text-input-search,
main .mec-text-input-search{
	float:left;
}




	/* end event media query */
}

/* COVID */

.covidLinkDesktop {text-decoration: none;}
.covidLinkDesktop:hover {text-decoration: underline; text-decoration-color: #ffffff;}
.covidBarDesktop {
	background-color: #EF4A75;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	margin-bottom: 10px;
}
.covidBarDesktop > img {max-width: 25px; margin-right: 10px; vertical-align: middle;}

.covidLinkMobile {text-decoration: none;}
.covidLinkMobile:hover {text-decoration: underline; text-decoration-color: #ffffff;}
.covidBarMobile {
	background-color: #EF4A75;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-weight: normal;
	margin-bottom: 10px;
}
.covidBarMobile > img {max-width: 25px; margin-right: 10px; vertical-align: middle;}


/* overrides */
main .mec-color,
main .mec-event-list-classic a.magicmore:hover,
main .mec-event-grid-simple:hover .mec-event-title,
main .mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i, 
main .mec-events-meta-group.mec-events-meta-group-venue:before,
main .mec-calendar .mec-calendar-side .mec-next-month i, 
main .mec-calendar .mec-calendar-side .mec-previous-month i,
main .mec-calendar .mec-calendar-side .mec-next-month:hover, 
main .mec-calendar .mec-calendar-side .mec-previous-month:hover,
main .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active, 
main .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current,
main .mec-single-event-date:before, main .mec-single-event-time:before,
main .mec-marker-infowindow-wp .mec-marker-infowindow-count,
main .mec-fes-form .mec-tooltip .box p a,
main .mec-color-before ::before, 
main .mec-color-hover:hover, 
main .mec-wrap .mec-color, 
main .mec-event-sharing-wrap .mec-event-sharing li:hover a
main .mec-wrap .mec-color-before ::before, 
main .mec-wrap .mec-color-hover:hover{
	color: #60dabc;
}
body main .mec-border-color, 
body main .mec-border-color-hover:hover, 
body main .mec-wrap .mec-border-color, 
body main .mec-wrap .mec-border-color-hover:hover,
body main .mec-events-masonry-cats a:hover,
body main .mec-events-masonry-cats a.mec-masonry-cat-selected,
body main .lity-content .mec-events-meta-group-booking .mec-booking form>h4:before,
body main .mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after,
body main .mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover ,
body main .mec-event-countdown-style3 .mec-event-date:after,
body main .event-carousel-type1-head .mec-event-date-carousel:after,
body main .mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,
body main .mec-calendar .mec-calendar-events-side .mec-table-side-day,
body main .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,
body main .mec-single-event .mec-events-meta-group-booking form>h4:before, 
body main .mec-single-event .mec-frontbox-title:before,
body main .mec-single-event .mec-social-single:before,
body main .mec-month-divider span:before,
body main .mec-event-list-modern .mec-event-sharing>li:hover a i,
body main .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,
body main .mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover {
	border-color:#60dabc;
}

main .mec-event-countdown-style3 .mec-event-date,
main .mec-event-countdown-style3 .mec-event-date:after,
main .mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active,
main .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,
main .mec-event-list-modern .mec-event-sharing li:hover a i,
main .mec-event-list-modern .mec-event-sharing>li:hover a i,
main .mec-event-grid-colorful .mec-event-article,
main .mec-event-sharing .mec-event-share:hover .event-sharing-icon,
main .mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover,
main .mec-event-grid-clean .mec-event-date,
main .mec-event-sharing-wrap:hover>li,
main .mec-calendar .mec-has-event::after{
	background-color: #60dabc;
}
main .mec-calendar .mec-selected-day, main .mec-calendar .mec-selected-day:hover {
    background: #60dabc;
}




.searchBar{
	height:52px;
	background:#fff;	
	border-radius:10px;
	box-shadow: 2px 2px 5px rgba(135,135,135, .4);
	display:block;
	position:relative;
	margin:20px 0;
}
.searchInput{
	position:absolute;
	top:1px;
	left:2%;
	width:96%;
	background: #fff url(images/search-icon.png) 96% center no-repeat;	
	background-size: auto 34px;
	height:50px;
	border:none;
	font-family: WesFY-Regular;
	font-weight: normal;
	color:#787876;
	color:#484848;
	font-size:20px;
}
.searchBtn{
	position:absolute;
	top:1px;
	right:2%;
	width:33%;
	height:50px;
	line-height:18px;
	padding:12px 0;
	color:#60dabc !important;
	font-family: WesFY-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	text-transform:uppercase;
	background:#fff !important;
	border:none !important;
	cursor:pointer;
}
@media (max-width: 390px){	
	.headlinesection a {
		padding: 11px;
		font-size: 20px;
		height: 26px;
	}
	.template-a-header, .template-b-header{
		height:80px;
	}
	
}
@media (max-width: 422px){
	.home-section{
		padding-top:200px;
	}
}
@media (min-width: 422px) and (max-width: 520px){
	.home-section{
		padding-top:200px;
	}
}
@media (min-width: 520px) and (max-width: 620px){
	.home-section{
		padding-top:230px;
	}
}
@media (max-width: 520px){
	.home-section {
		/*height: 280px;*/
		padding-bottom:5px;
	}
}
@media (min-width: 530px){
	body .toolkit-header{
		background-size: 100% auto;
	}
}
@media (max-width: 620px){
	.headlinesection h1 {
		font-size: 42px;
		width: 114%;
		margin-left: -7%;
	}
	.home-section .inner{
		width: 100%;
	}
	.headlinesection .inner{
		padding-bottom:0;
	}
	.headlinesection a {
		margin: 10px auto;
	}
}
@media (min-width: 620px){
	.home-section{
		background:url(images/home-header-b.png) left 90% no-repeat;
		background-size: auto 110%;		
		/*height:390px;*/
		width:100%;
		position:relative;
		padding:0;
	}
	.headlinesection .inner{
		width:48%;
		padding:90px 4% 40px 44%;
		position:relative;
		text-align:left;
	}
}
@media (min-width: 620px) and (max-width: 990px){
	.home-section{
		box-shadow: inset -450px 0 180px rgba(50,150,150,.9);
	}
	.home-section .inner {
		width: 60%;
		padding: 90px 0 40px 40%;
	}
}
@media (min-width: 690px) and (max-width: 990px){
	.content-box .cbox-btn{
		height:auto;
		padding: 10px 12px;
	}
	.content-box{
		padding-bottom: 62px;
	}
	.content-box p {
		font-size: 14px;
	}
	
	
}

@media (max-width: 690px){	
	.searchBtn{
		opacity:0;	
	}
	.content-box{
		background:#fff;
		font-size:15px;
	
		padding-bottom:36px;
		border-radius:15px;
		width:100%;
		max-width:480px;
		display:block;
		float:none;
		margin:5px auto 20px;
	}
}
@media (min-width: 690px){	
	.searchInput{
		width:62%;
		border-right:1px solid #60dabc;
	}
	.content-box .cbox-copy {
    	height: 160px;
	}
	.content-box p{
		font-size:14px;
	}
	.content-box h4{
		font-size:16px;	
	}
}
@media (min-width: 660px) and (max-width: 990px){
	.content-box p{
		font-size:14px;
	}
}
@media (min-width: 690px) and (max-width: 989px){
	.content-box{
		width: 48.5%;
	}
	.container-local-resources .content-box:nth-of-type(2n+0),
	.container-ext-resources .content-box:nth-of-type(2n+0),
	.filteredResults .content-box:nth-of-type(2n+0){
		margin: 5px 0 10px 1.5%;
	}
	.container-local-resources .content-box:nth-of-type(0),
	.container-local-resources .content-box:nth-of-type(2n+1),
	.container-ext-resources .content-box:nth-of-type(0),
	.container-ext-resources .content-box:nth-of-type(2n+1),
	.filteredResults .content-box:nth-of-type(0),
	.filteredResults .content-box:nth-of-type(2n+1){
		margin: 5px 1.5% 10px 0;
	}	
}
@media (min-width: 890px){	
	.content-box .cbox-copy {
    	height: 146px;
	}
}

@media (max-width: 950px){
	.modal {padding-top: 30px;}
}

@media (min-width: 990px){	
	.content-box{
		width: 31.2%;
	}
	.container-local-resources .content-box:nth-of-type(3n+0),
	.container-ext-resources .content-box:nth-of-type(3n+0),
	.filteredResults .content-box:nth-of-type(3n+0){
		margin: 5px 0 10px 1.5%;
	}
	.container-local-resources .content-box:nth-of-type(0),
	.container-local-resources .content-box:nth-of-type(3n+1),
	.container-ext-resources .content-box:nth-of-type(0),
	.container-ext-resources .content-box:nth-of-type(3n+1),
	.filteredResults .content-box:nth-of-type(0),
	.filteredResults .content-box:nth-of-type(3n+1){
		margin: 5px 1.5% 10px 0;
	}
}

	
@media (min-width: 1090px){ 
	nav .desktop{ display:block;}
	nav .mobile{ display:none;}
	
	.covidLinkDesktop {display: block;}
	.covidLinkMobile {display: none;}
	
	.c-wrap {
    	width:88%;
	}
	
	.wdform-label-section.wd-width-100.mobPadding.wd-flex-row, .wdform-element-section.wd-flex.mobPadding.wd-flex-row.wd-width-100 {
		width: 88%;
	}
	

	nav .logo img{
		height:60px;
		padding:5px 0;
	}
	.fcontacts{
		width:1050px;
		height:100px;
	}
	.citem{
		float:left;
		text-align:left;
		margin:10px 7%;
		width:13%;
	}
	.searchInput{
		width:73%;
	}
	.searchBtn{
		width:22%;
		font-size: 20px;
	}
	nav{
		text-align:left;	
	}
	.headlinesection{
		background:url(images/home-header-b.png) left 65% no-repeat;
		background-size: 110% auto;		
		height:390px;
		width:100%;
		position:relative;
		padding:0;
	}
	.template-a-header{
		background-image:url(images/header-wic.jpg);
	}
	.headlinesection .inner{
		width:42%;
		padding:60px 4% 40px 54%;
		position:relative;	
		max-width:360px;
	}
	.headlinesection p{
		font-size:14px;
		line-height:26px;
		padding:20px 0;
	}
	.content-box h4{
		font-size:18px;
	}
	.content-box .cbox-copy {
    	height: 130px;
	}
	.content-box .cbox-btn{
		border-width:2px;
		padding:8px 16px;
		border-radius:17px;
	}
	
	.top-content h2{
		display:none;
	}
	.top-content{
		padding: 25px 0 50px 150px;
		position:relative;
	}
	.top-content img{
		display:block;
	}
}
@media (max-width: 1090px){
	nav .desktop{ display:none;}
	
	.covidLinkDesktop {display: none;}
	.covidLinkMobile {display: block;}

}
@media (min-width: 1124px){
	nav ul.main-nav li a {
		font-size: 23px;
		/*margin-right: 58px;*/
	}
}
@media (min-width: 1200px){
	.content-box .cbox-copy {
    	height: 120px;
	}
	
}
@media (min-width: 890px) and (max-width: 1300px){
	.content-box .cbox-copy {
    	height: 178px;
	}
}
@media (min-width: 1230px){
	body .template-a-header, body .template-b-header{
		background-size: 100% auto;
	}
}



@media (min-width: 1300px){
	nav ul.main-nav li a {
		font-size: 24px;
		/*margin-right: 95px;*/
	}
}