/*  Custom CSS  */ 

/*  Global Elements */
.et_pb_section {
	font-family: 'Nunito', sans-serif;
}
.et_pb_section h1, .et_pb_section h2,
.et_pb_section h3, .et_pb_section h4{
	font-family:'Nunito', sans-serif;
	line-height:130%;
}
.et_pb_section h3{
	font-size: 2em;
}
#top-menu .menu-item a{
	color:white;
}
#top-menu .menu-item.current-menu-item a{
	color:white;
}
.mobile_menu_bar:before{
	color:white;
}
.et_mobile_menu{
	border-top-color:white;
}
.et_pb_button{
	font-size:14px;
	text-transform:uppercase;
	border-radius:0;
	border:1px solid black;
	color:black;
}
.et_pb_section .et_pb_button:hover{
	border:1px solid !important;
	background-color:#f0f0f0;
	border-color:black;
}
.et_pb_contact_form_container input[type=text],
.et_pb_contact_form_container textarea.input{
	background-color:white;
	border:1px solid;
}
.et_pb_contact_form_container textarea.input{
	border-color:white;
	border-bottom-color:#999;
}
#footer-bottom{
	background-color:#212121;
}
#footer-info{
	color:white;
	text-align:center;
	width:100%;
}
.et_pb_toggle h5.et_pb_toggle_title{
	text-transform:uppercase;
	color:#212121;
}
.et_pb_toggle h5.et_pb_toggle_title:before{
	content: '\4c';
	color: #212121;
	font-size: 24px;
}
.et_pb_toggle.et_pb_toggle_close{
	background-color:white;
	border:1px solid;
}
.et_pb_toggle.et_pb_toggle_open{
	background-color:white;
	border:1px solid;
}
.videoSection .et_pb_column:nth-child(2) .et_pb_module{
	width:80%;
	margin:0 auto;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	position:relative;
}
.videoSection .et_pb_column:nth-child(2) .et_pb_module h2{
	line-height:160%;
}
.et_pb_section:before {
	position:absolute;
	background-color:#eee;
	content:'';
	width:100%;
	height:1px;
	max-width:1080px;
	z-index:90;
	margin:0 auto;
	left:50%;
	top:-1px;
	transform:translateX(-50%);
}








/*Custom Header*/
#main-header{
	background-color:rgba(10, 10, 10, 0.25);
}
#main-header .logoRight .et_pb_button{
	color:white;
	margin-left:20px;
	border-color:white;
}
#main-header .logoRight .et_pb_button:hover{
	border:1px solid !important;
	color:white !important;
}
#main-header .logoCenter, #main-header .logoRight{
	color:white;
	padding-bottom:8px;
	text-transform:uppercase;
}
@media (min-width:981px){
	#main-header #logo{
		position:absolute;
		width:270px;
		left:0;
		top:20px;
	}
	#main-header .logoCenter{
		position:absolute;
		top:40px;
		color:white;
		left:50%;
		transform:translateX(-50%);
	}
	#main-header .logoRight{
		position:absolute;
		right:0;
		top:40px;
		color:white;
	}
}
.et-fixed-header #logo{
	max-height:30px !important;
	width:164px !important;
	position:fixed;
	left:0;
}
@media (max-width: 479px){
	.et-fixed-header #logo{
		visibility:hidden;
	}
}
.logoRight,
.logoCenter{
	transition:all .5s ease;
}
.et-fixed-header .logoRight,
.et-fixed-header .logoCenter{
	transform:translateY(-14px);
}
.et-fixed-header .logoCenter{
	opacity:0;
}
#menu-item-895{
	display:none !important;
}
#top-menu .current-menu-item a{
	text-decoration:underline;
}
@media (max-width: 479px){
	.logoCenter, .logoRight{
		display:none;
	}
}
.et-fixed-header .logo_container{
	height:26px !important;
}
.et-fixed-header .logo_container #logo{
	transform:translateX(-50%);
}
.et-fixed-header .logo_container .logoRight{
	transform:translate(20%,-13.5px);
}
.et-fixed-header .logo_container .logoRight span{
	opacity:0;
}
@media (min-width:981px){
	.et_fixed_nav #et-top-navigation{
		width:800px !important;
		margin:0 auto;
	}
}



/*Custom Elements*/
@keyframes jump{
	0% {transform:translateX(-50%) translateY(0)}
	80% {transform:translateX(-50%) translateY(0px)}
	85% {transform:translateX(-50%) translateY(10px)}
	90% {transform:translateX(-50%) translateY(0px)}
	95% {transform:translateX(-50%) translateY(10px)}
	100% {transform:translateX(-50%) translateY(0)}
}
.et_pb_section .scrollArrow{
	position: absolute;
    content: '\e04c';
    bottom: -40px;
    left: 50%;
    color: black;
    z-index: 9;
    font-family: 'ETModules';
    font-size: 30px;
    transform: translateX(-50%);
    animation: jump 5s ease infinite;
    opacity: .6;
}
.slideshowSection .et_pb_slide{
	height:600px;
}
.bodySlideshowSection .et_pb_slide{
	height:300px;
}
.testimonialCtaSection .et_pb_text h3{
	text-align:center;
}
.testimonialCtaSection .et_pb_text p{
	text-align:right;
	padding-right:160px;
	padding-top:20px;
}
.testimonialCtaSection .et_pb_row{
	padding-bottom:0;
}
.testimonialCtaSection .et_pb_button{
	position:absolute;
	right:0;
	bottom:30px;
}
.mosaicSection{
	padding:0 !important;
}
.mosaicSection:before{
    display:none;
}
.mosaicSection .et_pb_row{
	padding:0;
}
.mosaicSection .et_pb_column{
	position:relative;
}
.mosaicSection .et_pb_module{
	background-color:#37B2EFDD;
	height:226px;
	opacity:0;
	transform:translateY(10px);
	transition:all .25s ease;
}
.mosaicSection .et_pb_module.fullWidthMosaic{
	height:400px;
	max-width:700px;
	opacity:1;
	transform:translateY(0px);
}
.mosaicSection .et_pb_module.videoMosaic{
	background-image:url(assets/play-button.png);
	background-size:60px;
}
.mosaicSection .et_pb_module.imageMosaic{
	background-image:url(assets/view-button.png);
	background-size:60px;
}
.mosaicSection .et_pb_module:hover{
	transform:translateY(0px);
	opacity:1;
}
.mosaicSection .et_pb_text_inner{
	position:relative;
	height:auto;
	text-align:center;
	padding:0 20px;
}
body:not(.et-fb) .mosaicSection .et_pb_module .et_pb_text_inner{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.blurbsSection h4{
	text-align:center;
}
.blurbsSection .et_pb_blurb_description{
	text-align:center;
}
.videoBlurb .et_pb_main_blurb_image{
	position:relative;
}
.videoBlurb .et_pb_image_wrap:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#37B2EFDD url(assets/play-button.png) no-repeat center;
	background-size:60px;
	z-index:2;
	opacity:0;
	transform:translateY(10px);
	transition:all .25s ease;
	cursor:pointer;
}
.videoBlurb .et_pb_image_wrap:hover::before{
	opacity:1;
	transform:translateY(0);
}
body:not(.et-fb) .et_pb_blurb .et_pb_main_blurb_image img{
	opacity:0;
}
.et_pb_blurb .et_pb_main_blurb_image{
	background-size:cover;
	height: 200px;
	overflow:hidden;
	background-position: center;
}
.footerSection{
	background-color:#212121;
	padding-bottom:0;
}
.footerSection ul{
	padding:0;
	list-style:none;
}
.footerSection h2{
	display:none;
}
.footerSection a{
	color:white;
}
.footerSection p img.socialIcon{
	width:40px;
	margin-left:4px;
}
.halfSection{
	padding:0;
}
.halfSection .et_pb_row{
	padding:0;
}
.halfSection .et_pb_column{
	height:420px;
}
.halfSection .et_pb_module{
	width:520px;
	height:100%;
}
.halfSection .halfSectionImageRight .et_pb_module{
	float:right;
	padding-right:60px;
}
.halfSection .halfSectionImageLeft .et_pb_module{
	float:left;
	padding-left:60px;
}
.halfSection .et_pb_text_inner{
	top:50%;
	transform:translateY(-50%);
}
.gallerySection .et_pb_gallery_title{
	display:none;
}
.gallerySection .et_pb_gallery_caption{
	text-align:center;
}
.gallerySection .et_pb_gallery_items .et_pb_gallery_item{
	margin-right:.5% !important;
	margin-bottom:30px;
	width:32%;
	clear:none !important;
	height:260px;
}
.testimonialGroupSection{
	padding:80px 0;
}
.testimonialGroupSection .et_pb_row{
	padding:0;
}
.testimonialGroupSection .et_pb_column{
	border-right:2px solid #e0e0e0;
	border-bottom:2px solid #e0e0e0;
	padding:40px
}
.testimonialGroupSection .et_pb_column:last-child{
	border-right-color:transparent;
}
.testimonialGroupSection .et_pb_row:last-child .et_pb_column{
	border-bottom-color:transparent;
}
.testimonialGroupSection .et_pb_text h4{
	line-height:180%;
}
.testimonialGroupSection .et_pb_text h4:after {
    position: relative;
    content: '\e04e';
    color: #37b2ef;
    z-index: 9;
    font-family: 'ETModules';
    font-size: 20px;
    vertical-align:-2px;
    padding-left:10px;
}
.testimonialGroupSection .et_pb_text:not(.fullTestimonial) p{
	text-align:right;
}
.lity-content .et_pb_module{
	background-color:#ffffffdd;
	width:800px;
	height:400px;
}
.lity-content .et_pb_module > div{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	padding:0 50px;
	text-align:center;
	font-size:20px;
	line-height:150%;
	color:#222;
}
.single-post #main-header{
	background-color:#174F7B;
}
.replay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#footerFeaturedPosts ul li{
	list-style-type :disc;
}
#testimonialSlider .et_pb_slide_content p {
    font-size: 30px;
    line-height: 140%;
}
#testimonialSlider .et_pb_slider_container_inner{
	padding:0 !important;
}
#testimonialSlider .et_pb_slide_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#moreTestimonialsSection {
    padding-top:0;
}
#moreTestimonialsSection:before{
    display:none;
}
#moreTestimonialsSection .et_pb_row{
    padding-top:0;
    border-top-color:transparent;
}
#testimonialSlider .et_pb_slide_content{
    padding:0 80px;
}
#testimonialSlider .et_pb_slide_description,
#testimonialSlider .et_pb_slide{
    height:240px;
    padding:0;
}
@media (max-width: 479px){
	.page-id-121 .et_pb_section_5 .et_pb_text{
	    display:block;
	    width:340px;
	}
	.page-id-192 .et_pb_text_1 h2{
	    font-size:14px;
	    transform:translateY(80px);
	    padding-bottom:40px;
	}
}
.single-post .et_pb_gallery_title{
	display:none;
}