/*
Theme Name:   resilient-educator
Template:    hotchalk-bootstrap
Author:      Hotchalk, Inc.
*/



/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- 
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,
caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,
figure,form,h1,h2,h3,h4,h5,h6,hgroup,html,i,iframe,ins,kbd,label,
legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,
strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,header,hgroup,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
.clear:after,.clear:before,.clearfix:after{content:"";display:block}table{border-collapse:collapse;border-spacing:0}
.clearfix:after{visibility:hidden;clear:both;height:0}.clear:after{clear:both}.clear{zoom:1}:focus{outline:0}.hidden{display:none}
*/

/* BOOTSTRAP UPGRADES */
.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 25px;
	padding-right: 25px;
	position:relative;
}
.row {
	margin-left: -25px;
	margin-right: -25px;
}

/* Global 
--------------------------------------------------------------------------- */
html {font-size:16px;}
body {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.grecaptcha-badge {
	display:none;
}

a {
	color:#727080; /* color:#9b9cba; */
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover, 
.categoryPage .post h3 a:hover, 
.two-col .post h3 a:hover {
	color:#90b7e2;
}


.btn {
  display: inline-block;
  border: 0;
  background:#ffd966;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s linear
}

.btn:hover {
  background:#3b4043;
  color:#FFF;
}

p {
	margin: 0 0 20px;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.wrap {
	padding:20px;
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}

.wrap:after, header:after, header ul:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}

header .logo img {
	margin-top: 6px;	
}
.logo img {
	width: 100%;
	height: auto;
}



/* Structure
---------------------------------------------------------*/
#content {
	background:#FFF url('img/bg-content.jpg') repeat-x top center;
	padding-bottom:80px;
	padding-top:40px;
}

#content.blogMain {
	background:#FFF;
}

#content.categoryPage {
	padding-top:10px;
}

#catPhoto {
    background: #e1e1e1;
   /* margin-top: 10px; */
}

#catPhoto img {
	width: 100%;
	display: block;
}


/* #content { width: calc(100% - 350px); } */
#sidebar {width: 350px;}

#main.full, .single.full #main {
	float: none;
	width: 100%;
}

#content.single {
	padding-top:50px;
}

.single #main #catPhoto{
	margin: 0;
}



.listing {
	display: flex;
	flex-wrap: wrap;
}

.listing .post {
	width: 50%;
	border: 0;
	box-sizing: border-box;
}

.listing .post:nth-child(even) {
	padding-right:20px;	
}

.listing .post:nth-child(odd) {
	padding-left:20px;	
}

.listing .post.full {
	width: 100%;
	padding-left:0;	
	padding-top:0;
}

.listing .post #catPhoto {
	margin-bottom:20px;
	display: block;
}



.single #main .post ul {
	list-style: disc;
	padding:0 0 20px 20px;
}


.single #main .post ol {
	list-style: decimal;
	padding:0 0 20px 25px;
}


/* Blog Home
---------------------------------------------------------*/
#featured {
	color:#FFF;
	font-size:20px;
	padding-top:200px;
	margin-bottom:70px;
	background-color:#212121;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.4s linear;
}
#featured a, #featured .cat, #featured .meta, .cols .post .cat strong a {color: #fff;}
.cols .post .cat strong a {background-color: #5ac4b8;}

.slider {
	padding:10px;
	overflow: hidden
	
}

.slider div {
	text-align: center;
	padding:20px;
}

.slider .cat {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.5px;
	font-size:16px;
}

.slider div h3 {
	font-size: 30px;
    line-height: 35px;
	padding:10px 50px;
	display: block;
}

.slider .meta {
	margin: 0;
}

.slider div h3 a {
	display: inline-block;	
}

#container {
	background: #5ac4b8;
    max-width: 750px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 auto -50px;
}

section h4:after,
section h4:before  {
	content:'';
	display: block;
	background:#727288; /* background:#9b9cba; */
	width: 60px;
	height: 4px;
	position: absolute;
	bottom:0;
	left:-20px;
}

section h4:before {
	right:-20px;
	left:auto;
	width: 40px;
}



/* Columns */
.cols {
	overflow: hidden;
}

.cols.two-col {
	display: flex;
	flex-wrap: wrap;
}

.cols .post {
	float:left;
	border: 0;
	box-sizing: border-box;	
}

.two-col .post {
	width: 50%;
	padding-right:15px;
}

.two-col .post:nth-child(even) {
	padding-right: 0;	
	padding-left:15px;
}

.three-col .post, .listing.three-col .post, .three-col.listing .post:last-child {
	width: 33.333333%;
	padding: 0 7.5px;
}

.three-col .post:first-child, .three-col.listing .post:nth-child(3n+1) {
	padding-left: 0;
	padding-right:15px;	
}

.three-col .post:last-child, .three-col.listing .post:nth-child(3n) {
	padding-right: 0;
	padding-left:15px;	
		
}

/* Search */
.search .post #catPhoto {
	height: 200px;
	overflow: hidden;
	min-height: 0;	
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat
}

.searchResults .results .search-form {
	position: absolute;
	top:35px;
	right:20px;
}


.searchResults .search-form input {
	margin: 0;
	background: none;
	border:1px solid #90b7e2;
	color:#000;
	padding:5px 10px;
}

.searchResults .search-form input::placeholder {
	color:rgba(255,255,255,.5);
}

.searchResults .search-form .btn {
	margin: 0;	
}


.searchResults .post #catPhoto a {
	display: block;
}

.searchResults .listing.three-col .post .heading {
	padding-left:5px;
	padding-right:5px;
}
.searchResults .listing.three-col .post .excerpt {
	padding:0 5px 30px;
	font-size:14px;
	line-height: 18px;
}

.post .excerpt {
	font-size:16px;
	line-height: 22px;	
}


.cols .post .cat {
	text-align: center;
	padding:20px;
	box-sizing: border-box;
	position: relative
}

.cols .post .cat img,
.cols .post .cat strong  {
	position: relative;
	z-index: 10	
}

.cols .post .cat strong {
	text-transform: uppercase;
	padding-bottom:15px;
	display: block;
	color:#FFF;
	letter-spacing: 1.5px;
	font-weight: 900;
	font-size:16px;
}

.cols .post h3 {
	padding-bottom:10px;
}

.cols .post h3 a{
	font-size:28px;
	color:#333;
	line-height: 30px;
}

.cols.three-col .post h3 a {
	font-size:20px;
	line-height: 24px;
}

.postContent {
	display: block;
	padding:0 20px;
}

.cols .post .cat:after {
	content: '';
    background: #5ac4b8;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cols .post img {
	width: 100%;
	height: auto;	
}

.three-col.cols .post a.thumbnail {
	display: block;
    height: 175px;
    z-index: 10;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color:#e1e1e1;
}

.action {
	text-align: center;
	/* padding-top:30px; */
}

.action .btn {
	padding:10px 50px;	
}


#downloads {
	display: flex;
	margin-top:60px;
	margin-bottom:-180px;
	position: relative;
	z-index: 10
}

#downloads div {
	width: 100%;
	padding:20px;
	box-sizing: border-box;
	background:url('img/bg-paper.jpg') no-repeat top center;
	background-size:cover;
	color:#FFF;
	margin:0 15px;
}

#downloads img {
	width:30%;
	height: auto;
	border:1px solid rgba(0,0,0,.25);
	float:left;
	margin-top:-40px;
	display: block;
}

#downloads a {
	display: block;
}

#downloads a h3 {
	font-size:28px;
	line-height: 30px;
	color:#FFF;
	text-shadow: 0 1px 4px rgba(0,0,0,.25);
	padding:20px 0;
	
}

#downloads a span.dl {
	display: block;
	margin-left:30%;
	padding-left:20px;
}


.searchResults .navigation {
	width: auto;
	left:20px;
	right:20px;
}




/* Post Styles
---------------------------------------------------------*/
.categoryPage h2 {
	font-size:36px;
}


.categoryPage .meta {
	margin-bottom:20px;	
}

.categoryPage .post h3, .categoryPage .post h3 a {
	font-size:24px;
	line-height: 26px;
	font-weight: 700;
	color:#333333;
	padding:5px 0;
}


.post {
	padding:20px 0;
	border-bottom:1px solid #e1e1e1;
	overflow: hidden;
}

.full .post {
    max-width: 825px;
    margin: 0 auto;	
    border-bottom: 0;
}

.thumbPost p {
	margin-left:40%;
}

.post p a, .blogpage p a {
	text-decoration: underline;
}

.post p a.btn {
	text-decoration: none;
}

/* Large CTA */
.large-cta {
	text-align: center;
	padding:30px 0;
}

.large-cta .btn {
	overflow: visible;
	margin: 0 50px;	
	font-size:16px;
	padding:15px 30px;
}

.large-cta .btn:before,
.large-cta .btn:after {
	content:'';
	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	background: url('img/icon-spark-left.png') no-repeat center center;
	background-size:30px;
	left:-50px;
	top:0;
}

.large-cta .btn:after {
	background-image: url('img/icon-spark-right.png');
	left:auto;
	right:-50px;
}

.post h1, .blogpage h1 {
	font-size:42px;
	padding:10px 0;
	margin: 0;
	color:#333;
	line-height: 38px;
}

.blogpage h1 {
	padding:50px 0 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

h2, h2 a {
	color:inherit;
	font-size:35px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2 {
	padding:10px 0;
}


h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}
	
.cat, .meta {
	color:#333;
	display: block;	
	font-weight: 400;
	font-size:14px;
}

.cat {
	text-transform: uppercase;
	font-weight: bold;
}

.meta {
	margin-bottom:30px;
}

.meta em {
	display: inline-block;
	padding:0 8px;
	font-style: normal;
}

.thumb {
	width: 35%;
	height: 200px;
	float: left;
	margin-right:20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	border:1px solid #e1e1e1;
	background-color:#f1f1f1;
}

.navigation {	
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;	
	overflow: hidden;
	border-top:1px solid #9b9cba;
	
}

.navigation li {
	width: 50%;
	float:left;
}

.navigation li.old {
	text-align: right;
	float:right;
}

.navigation a {
	color:#2f4c77;
	text-transform: uppercase;
	text-decoration:none;
	padding:8px 0 5px;
	font-weight: 700;
	position: relative;
	font-size:16px;
}

.navigation a:before {
	content: "\f3cf";
	position: absolute;
	top:9px;
	font-size:20px;
	font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left:5px;	
}

.navigation li.new a {
	background-size:20px;
	padding-left:25px;
}


.navigation li.old a {
	background-size:20px;
	padding-right:25px;
}

.navigation li.old a:before {
	content: "\f3d1";	
	right:5px;
	left:auto;
}


.navigation a:hover {
	opacity: .5;
	cursor: pointer;
}



.single .heading {
	text-align: center;
}

.single #main .post .heading ul.social {
	border-top:1px solid #9b9cba;
	border-bottom:1px solid #9b9cba;	
	padding:10px;
	text-align: center;
	margin-bottom:30px;
}

.single .heading .social li {
	display: inline-block;
	padding:0 10px;
}

.single img.size-full {
	width: 100%;
	max-width: 100%;
	height: auto;
}



/* Sidebar 
-------------------------------------------------------- */
/* School results and filter (Ziggy)
---------------------------------------------------------*/
.form-218153 { /* background and program */
    margin: 10px 0;
}

.form-218153 .submit {
    margin-top: 10px;
}

.school-list-wrapper .filters .field {
    display: inline-block;
}


/* Resources */
#hc_sources_list {
    margin-top: 20px;
    font-size:14px;
    color:#777;
}

#hc_sources_list li {
    list-style: disc;
    padding-bottom:15px;
    text-indent: 0
}

#hc_sources_list li a {
	color:#333;
}

#hc_sources_click em {
	display: inline-block;
	margin-left:10px;
}	


/* Footer 
--------------------------------------------------------------------------- */
footer {
  position: relative;
  padding:25px 0;  
  text-align: right;
  color:#3b4043;
  background: #e6e6e6;
}

footer p {
  margin: 0;
  padding-top:10px;
  font-size:15px;
}

footer ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
  font-size:15px;	
}

footer ul li {
	display: inline-block;
	padding-left: 10px;
	line-height: normal;
}

footer ul li:last-child {
  margin-left:10px;
  border-left:1px solid #8f9192;
}

footer ul a {
	color: #3b4043;
	text-decoration: underline;
}

footer ul a:hover {
	color: rgba(0,0,0,0.4);
}

footer .footer-logos {display:flex; align-items:center;}
footer .versidi-logo {max-width:100px; margin-left:25px !important;}
@media (max-width:575px) {
	footer {
    text-align: left;
  }
  
  footer p {
    padding: 0;
    font-size:14px;
  }
  
  footer ul {
    padding: 5px 0 0;
  }
  
  footer ul li {display:block; padding-left:0;}
  footer ul li:last-child {border:none; margin: 5px 0 0 0;}
  
  footer .logo {
    margin: 0 0 20px 0;
  }	
}




/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #9b9cba;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9b9cba;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
	content: "\f3cf";
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 60%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 900;
  text-indent: -999em;
}
.bx-wrapper .bx-controls-direction a:after {
	content: "\f3d1";
    font-size: 38px;
	font-family: "Ionicons";
    speak: none;
    right:15px;	
    transition: all 0.2s linear;
    display: block;
    position: absolute;
    text-indent: 0; 
	left:12px;
    top:5px; 
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* ========================================================== 				
	Responsive Design
========================================================== */

@media only screen and (max-width: 800px) {
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	
	/* Slider */
	.slider div h3 {
		font-size:32px;
		line-height: 35px;
	}
	
	/* Three Col */
	.two-col .post,
	.three-col .post {
		width:100%;
		padding:0 0 20px !important;
	}
	
	
	.listing.three-col .post, .three-col.listing .post:last-child {
		width: 50%;
	}
	
	.listing.three-col .post:nth-child(even){
		padding-left:15px !important;
	}
	
	.listing.three-col .post:nth-child(odd){
		padding-right:15px !important;
	}
		
	
	
	/* Category Page */	
	#main, .navigation {
		position: static; 
		width: auto;
		float:none;
	}
	
	aside {
	    margin-left: 0;
	    padding-left: 0;
	    box-sizing: border-box;
	    margin-top: 30px;
	}	
	
	.full.single aside {
		display: block;
		
	}
	
	.full.single aside div.bucket {
		width: 100%;
		margin: 30px 0 !important;
		box-sizing: border-box;
	}
	
	.full.single aside #subscribe h3 {
		float:none;
    margin-top: 0;
    line-height: normal;
    font-size: 20px;	
    width: auto;	
	}
	.full.single aside #subscribe form {
		float:none;
		margin: 0 auto -70px;
	}
	
}



@media only screen and (max-width: 600px) {
	#downloads {
		display: block;
		margin-top:0;
	}
	#downloads div {
	    margin: 0 0 40px 0;	
	    width: auto;	
	}

	#downloads img {
		max-width:120px;
	}
	
	.cta.newsletter {
		padding:0 10px;
		margin: 0 auto 50px;
	}
	
	.cta.newsletter {
		display: block;
	}
	
	.cta.newsletter div {
		float:none;
		width: 100%;
		padding:0 !important;
	}
	
	.cta.newsletter h3 {
		float:none;
		padding: 40px 0 0;
		font-size: 20px;
		line-height: 23px;		
	}
	
	.cta.newsletter form {
	    margin: 0 auto -20px;
		position: relative;
		top: 20px;	    
	}	
	
	/* Slider */
	.slider div h3 {
		font-size:24px;
		line-height: 26px;
	}	
	
	
	
	.listing .post {
		width:100%;
		padding:20px 0 !important
	}
	
	
	
	.categoryPage h2, .blogpage h2 {
		font-size:25px;
	}
	
	.categoryPage .post h3, .categoryPage .post h3 a {
	    font-size: 20px;
	    line-height: 30px;
	}	
	
	.post h1, .blogpage h1 {
		font-size:28px;
	}
	
	.blogpage {
		padding-bottom:30px;
	}
	
	.blogpage h1 {
		padding: 20px 0;
	}
	
	.listing.three-col .post,
	.listing.three-col .post:first-child,
	.listing.three-col .post:last-child,
	.listing.three-col .post:nth-child(even),
	.listing.three-col .post:nth-child(3n+1) {
		width: 100%;
		padding:0 !important;
	}


	.searchResults .results .search-form {
		position: static;
	}
	
	.searchResults .results .search-form input {
		width: 80%;
	}	
	
}




@media only screen and (max-width: 450px) {
	
	body {
		font-size:15px;
	}
		
	
	#content {
		padding-top: 20px;		
	}
	   
	.wrap {
		padding:10px;
	}
	
	section h4 {
		font-size: 25px
	}
	
	section h4:before {
		right:-10px;
	}
	
	section h4:after {
		left:-10px;
	}


	.cols .post h3 a {
		font-size:20px;
		line-height: 22px;
	}
	
	.cols .post .cat {
		padding:20px 10px
	}

	#downloads img {
		width: 100%;
		float: none;
		margin: -40px auto 0;
	}
	
	#downloads div {
		text-align: center;
	}
	
	#downloads a span.dl {
	    display: block;
	    margin-left: 0;
		padding-left:0;
	}
	
	#downloads a span.dl .btn {
		width: 100%;
		box-sizing: border-box;	
	}	
	
	.slider div h3 {
	    font-size: 20px;
	    line-height: 24px;
	    padding: 0;
	}	
	
	.bx-wrapper .bx-controls-direction a {
	    bottom: -40px;
	    top: auto;
	    margin-top: 0;
	}	
	
	
	

}
@media (max-width: 767px) {
	.mb-no-float {float:none !important;}
}

.hc_updated {display:block; color: #727080; font-size: 14px;}

/* post headline css */
.post h3 {margin-bottom: 5px; font-size: 1.35em;}
.post h4 {margin-bottom: 5px; font-size: 1.3em; letter-spacing: 1.2px; font-weight: 500;}

/*** Blog Elementor ***/ 
.blog-header-buffer {padding-top:50px;}
/* newseltter styles */
#newsletter-block .container {padding-top:50px;}
#newsletter-block .newsletter {background-position: left bottom; background-repeat:repeat-x;}
#newsletter-block h3 {font-size: 27px;}
@media (max-width: 767px) {
	#newsletter-block h3 {margin-top:25px;}
}
@media (min-width: 768px) {
	.mobile-only {display:none;}
	#newsletter-block form {margin-top: -30px;}
	#newsletter-block h3 {margin-top:75px;}
}

/* GUTTENBERG ADDITIONS */
.wp-block-embed-youtube.aligncenter {text-align:center;}
.is-type-video > .wp-block-embed__wrapper {position: relative; overflow: hidden; padding-top: 56.25%; margin-bottom: 25px;}
.is-type-video > .wp-block-embed__wrapper > iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}



/*** VWO #126 Styles ***/
.info-box {
	display: block; 
	border: 2px solid rgb(0, 40, 86);
	padding: 1.5em 2em !important; 
	padding-bottom: 0 !important;
	color: rgb(0, 40, 86);
	font-weight: 600;
	text-align: left !important;
	margin-bottom: 2em !important;
}

.info-box li {
	margin-bottom: 1em;
}

i.yellow-down-arrow {
	color: rgb(246, 178, 51) !important;
}

button.program-link {
	text-align: center; 
	background-color: rgb(246, 178, 51) !important; 
	font-weight: 700; 
	color: rgb(51, 51, 51) !important; 
	padding: 0.5em; 
	margin-bottom: 4em; 
	width: 100%; 
	font-size: 16px !important; 
	letter-spacing: 1px !important; 
	text-transform: uppercase !important;
	box-shadow: 0 8px 11px -6px rgba(0,0,0,.25);
}

.enrollment-box {
	display: block;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-left: 2em;
	color: rgb(0, 40, 86);
	font-weight: 600;
	padding-bottom: 0px !important;
	text-align: left !important;
	bottom: auto;
	top: auto;
	margin-bottom:4em;
	background-color: rgb(192, 232, 252);
	box-shadow: 0 8px 11px -6px rgba(0,0,0,.25);
}

.enrollment-box ul {
	margin-top: 1em;
}

.enrollment-box li {
	margin-bottom: 1em;
}



@media (max-width:991px) {
	
	.dt {
		display: none !important;
	}
}
@media (min-width:992px) {
	.mb {
		display: none !important;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}

}


@media (max-width:575px)  {
	.page-template-blog-basic-elementor #sidebar-nav {top: 75px ; height: calc(100% - 75px);}
}
@media (min-width:576px) and (max-width:991px) {
	.page-template-blog-basic-elementor #sidebar-nav {top: 98px; height: calc(100% - 98px);}
}
@media (max-width:991px) {
	body.open-sidebar-menu {overflow-y: hidden;}
	.page-template-blog-basic-elementor #sidebar-nav {
		display: block;
		position: fixed;		
		right: 0;
		background-color: #fff;
		width: 100%;
		max-width: 250px;
		transform: translate3d(100%, 0, 0);
		transition: transform 0.3s;
	}
	.page-template-blog-basic-elementor #sidebar-nav.sb-open {
		transform: translate3d(0, 0, 0);
	}
	.page-template-blog-basic-elementor #sidebar-nav::before {
		position: absolute;
		background:#6DABD5;
		content:"\f104";
		width:35px;
		height:80px;
		left: -35px;
		top:calc(50% - 40px);
		font-family: 'FontAwesome';
		font-size:1.5rem;
		line-height:1;
		justify-content: center;
		align-items:center;
		display: flex;
	}
	.page-template-blog-basic-elementor #sidebar-nav > .elementor-column-wrap {position: absolute; height: 100%; overflow: auto;}
}


/* FEATURED VIDEO */
.featured-video {
    overflow: hidden;
    position: relative;
    width:100%;
}

.featured-video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.featured-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* EMAIL SIGNUP MODULE */
.email-module {
	margin-bottom: 4em;
}

.email-inner-div {
	border-top:1px solid #e1e1e4;
	padding:30px 0 12px;
	margin-top:30px;
}

.email-inner-table {
	padding:0 30px;
	background-color:#f8f8f8;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.email-table {
	max-width:620px;
	margin:30px auto 15px;
}

.email-table-tr {
	margin-left:auto;
	margin-right:auto;
}

.email-table-td {
	width:230px;
}

.email-headline {
	font-weight:900;
	font-size:18px;
	color:#1d1c1d;
	font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.email-copy {
	font-size:15px;
	color:#000000;
}

.email-join-button {
	font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:15px;
	border-radius:4px;
	height:36px;
	min-width:80px;
	padding:0 12px 1px;
	background: #d59034;
	border:1px solid rgba(29,28,29,.3);
	color: #FFF;
	font-weight:900;
}

.email-image {
	margin-left:10px;
}
@media (max-width:767px) {
	.email-headline, .email-copy {margin-top: 25px;}
	.email-module-mobile {margin-bottom: 4em;}
}


/* brightedge */
#brightedge {margin-top:50px;}
.be-ix-link-block .be-related-link-container {display: block; max-width: none; text-align:left;}
.be-ix-link-block .be-related-link-container .be-label {margin-bottom:1em;}
.be-ix-link-block .be-related-link-container .be-label, .be-ix-link-block .be-related-link-container .be-list { vertical-align: top; }
.be-ix-link-block .be-related-link-container .be-list .be-list-item {padding-left: 0; vertical-align: top;}
@media (max-width:1599px) {
	#brightedge .inner > .container {max-width: none;}
}



/* Ad Styles */
.ad-container {margin:0; padding:0; list-style:none;}
.ad-container.ad-top, .ad-container.ad-bottom {margin:50px 0 25px 0;}
.singleContent .ad-container.ad-top, .singleContent .ad-container.ad-bottom {margin-bottom:50px;}
.ad-container.ad-top img, .ad-container.ad-bottom img {max-width:100%; height: auto;}
@media (max-width:991px) {
	.has-ad-sidebar .sidebar {display:none;}
}
@media (min-width:992px) {
	.has-ad-sidebar article {display:flex;}
	.has-ad-sidebar .categoryContent, .has-ad-sidebar .singleContent {width:calc(100% - 350px);}
	.has-ad-sidebar .sidebar {width:400px; padding:0 0 50px 50px;}
}




/* Event Styles */
ul.event-list-view, ul.single-event-view {
	list-style: none !important;
	margin: 1.5em 0 2em 0;
	padding: 0;
}

li.event {
	clear: both;
	margin: 0 0.5em 1.5em 0.5em;
	zoom: 1; /* Fix for IE 6+7 */
}

.event-date {
	float: left;
	margin: 0 0.4em 1.5em 0;
}

.event-list .multi-date {
	background: url(/wp-content/uploads/sites/34/2020/10/date-separator.png) center no-repeat;
}

.event-list .startdate, .event-list .enddate {
	text-align: center;
	width: 3.2em;
	border-radius: 5px;
	background-color: rgb(230,230,230);
}

.event-list .startdate {
	float: left;
}

.event-list .enddate {
	margin-left: 3.8em;
}

.event-weekday {
	font-size: 0.8em;
	text-transform: uppercase;
}

.event-day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}

.event-month {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1em;
	padding: 0.4em 0;
}

.event-year {
	font-size: 0.8em;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}

.event-info {
	display: block !important;
}

.multi-day {
	margin: 0 0 0 7.5em;
}

.single-day {
	margin: 0 0 0 3.8em;
}

.event-title h3 {
	clear: none;
	margin: 0 !important;
	padding: 0;
}

.event-time {
	font-weight: bold;
	padding-right: 0.8em;
}

.event-cat {
	font-size: 0.95em;
}

.event-content {
	font-size: 0.8em;
}

div.feed {
	display: block;
}

div.feed a * {
	vertical-align: middle;
}

div.feed img {
	margin: 0 5px 0 2px;
}

div.filterbar, div.filterbar div {
	clear: both;
	margin: 1em 0;
	vertical-align: middle;
}

div.filterbar select.dropdown, div.filterbar ul.hlist, div.filterbar a.link {
	margin: 0 3px;
	vertical-align: middle;
}

div.filterbar ul.hlist li {
	float: left;
	list-style: none;
	margin: 0;
}

div.filterbar ul.hlist li + li:before {
	content: "|";
	padding: 0 1px;
}

div.el-hidden {
	display: none;
}
