/*
Theme Name: Naima
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates.
Version: 1.0
Author: Canic Interactive
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
sup {
    font-size: 50%;
}
.box {
    display: inline-block;
    /* vertical-align: top; */
    /* max-width: 624px; */
}

.img-wrap.blue {
    background: #235f90 !important;
}

.overlay:after {
    /* position: absolute; */
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*z-index: 9999999999;
    width: 624px;*/
}





section.related-articles-container.mobile {display: none}


.shake{
    animation: shake 0.8s cubic-bezier(.36,.07,.19,.97) both;
    transform: translatey(0);
}

@keyframes shake {
  10%, 90% {
/*    transform: translate3d(-1px, 0, 0);*/
	transform: translatey(1px);
  }

  20%, 80% {
/*    transform: translate3d(2px, 0, 0);*/
	  transform: translatey(2px);
  }

  30%, 70% {
/*    transform: translate3d(-4px, 0, 0);*/
	  transform: translatey(4px);
  }

  40%, 50%, 60% {
/*    transform: translate3d(4px, 0, 0);*/
	  transform: translatey(5px);
  }
}


/* addsearch form and input */
input.addsearch.addsearch-written {
    display: none;
}
form.search-form .fa-search {
    display: none;
}
input.addsearch.search-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15;
}
form.search-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 15px;
    top: 50px;
}
#search-5.widget_search form.search-form{
	float:none;
	position:initial;
	right:0;
	top:0;
}
form.search-form label {
    display: none;
}
@media(max-width:600px) {
    .home .navbar-header a {
        padding-top: 10px !important;
    }
    input.addsearch.search-field:focus,
    input.addsearch.search-field.focused {
        width: 100%;
        background: #fff;
        z-index: 9999;
        position: relative;
    }
    form.search-form {
        right: 5px;
        top: 13px;
    }
    form.search-form .fa-search {
        display: block;
        top: 7px;
        left: 10px;
        font-size: 17px;
        /* background: #83bb4e; */
        position: absolute;
        color: #fff;                        
    }
	.fa-search:before{
		content:"\f002";
	}
    input.addsearch.search-field {
        /*height: 31px;*/
        height: 30px;
        width: 35px;
        border-radius: 0;
        background: #83bb4e;
    }

    input.addsearch.search-field::-webkit-input-placeholder { color:transparent; }
    input.addsearch.search-field:-moz-placeholder { color:transparent; } /* FF 4-18 */
    input.addsearch.search-field::-moz-placeholder { color:transparent; } /* FF 19+ */
    input.addsearch.search-field:-ms-input-placeholder { color:transparent; } /* IE 10+ */
}

/* newsletter form */
/*@media(min-width: 992px) {
    .hs_email {
        float: left;
        width: 80%;
    }
}*/

span.thin-font {
    font-weight: 100;
}
input.hs-button.primary.large{
    font-weight: bold;
    background: #82bb4d;
    border: #82bb4d;
}

section.row.center.post_content.section-3 input.hs-button.primary.large{
	float:right;
	font-size: 19px;
	padding:5px 28px;
}

section.row.center.post_content.section-3 .hs_email{
	width:79%;
}

.section-3 .hbspt-form {
    background: #e4e5e6;
    overflow: auto;
    padding: 20px;
    /*border: 1px solid #5f6062;*/
    max-width: 65%;
    margin: 0 auto;
}
.section-3 .hbspt-form form{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.section-3 .hbspt-form form div.hs-email{
	width:100% !important;
	float:none !important;
	margin-right:20px;
}
.section-3 .hbspt-form form div.hs_submit{
	/*width:21%;*/
	float:none !important;
}

.section-3 .container p.section3Content{
	width:80%;
	margin:0 auto;
	margin-bottom:40px;
}
/*section.row.center.section-3 {
    margin-bottom: 5em;
}*/
.hs-input {
    display: inline-block;
}
label#label-email-1440259f-1009-427f-991b-d1a6bebc7a29 {
    display: none;
}
input#email-1440259f-1009-427f-991b-d1a6bebc7a29 {
    padding: 0 15px;
}
/*button.green {
    background: #82bb4d;
    border: #82bb4d;
    padding: 4px 20px;
}*/
button.green {
    background: #82bb4d;
    border: #82bb4d;
    padding: 10px 35px;
    font-size: 18px;
}
button.green a {
    text-decoration: none;
    color: #fff;
}
.site-content{
    overflow: hidden;
}
#carouselSideShow.row{
	margin:0px;
	text-align:center;
}
.sliderOverlay{
	height: 100%;
    width: 100%;
    flex-shrink: 0;
    background: transparent;
    z-index: 10000;
    position: absolute;
}
.sliderOverlay .textSpacer{
	height:70px;
	width:70%;
	margin:0 auto;
}
.sliderOverlay button.green{
	margin-top:25px;
}
.row.post_content.upper-section{
	margin-bottom:25px;
	overflow:hidden;
}
.upper-section .gateway-selector {
    margin: 0;
    padding: 0;
}
/*.upper-section h1 {
    color: #fff;
}*/
.upper-section h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 55px;
}
.upper-section .callout-text p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 35px;
}
.upper-section .gateway-selector .teaser-img img {
    width: 100%;
    /*min-height: 833px;*/

    max-height: 550px;
    max-height: 720px;

}
.SliderHeader-Left{
	position: absolute;
	z-index:250;
	top:33%;
}
.SliderHeader-Right{
	position: absolute;
	z-index:250;
}
.callout-text {
    position: absolute;
    color: #fff;
    /*z-index: 99999;*/
    top: 30%;
    width: 100%;
    margin: 0 auto;
    /* left: auto; */
    /* right: auto; */
    /*left: 2em;*/
    /*left: 7.5%;*/
}
.hero-body-text{
	width:70%;
	margin: 0 auto;
}
.slide0 .hero-body-text,
.slider0 .hero-body-text{
	opacity:1;
}
.swiper-slide .callout-text h1,
.swiper-slide .callout-text .green{
	opacity:0;
}

.arrow-callout {
    margin-top: 0px;

}

.arrow-callout .glyphicon-chevron-down {
    /*border: 1.5px solid #82bb4d;
    padding: 5px;
    border-radius: 50%;
    color: #82bb4d;
    font-weight: 100;*/
	width:30px;
	height:30px;
	background-image:url("https://insulationinstitute.org/wp-content/uploads/2019/01/GreenArrow.png");
}
.glyphicon-chevron-down:before{
	content: none;
}

#FirstCopyBlock .container{
	width:75%;
	margin-top:50px;
	margin-bottom:40px;
}
.site-content .container{
	width:95%;
}
#FirstCopyBlock p{
	line-height:30px;
}
.center {
	text-align: center
}
h1.margin.blue{
    margin: 1em 0;
    color: #004080;
    font-size: 64px;
    line-height: 60px;

    font-size: 40px;
}
h2.margin.blue{
    margin: 1em 0;
    color: #004080;
    font-size: 64px;
    line-height: 60px;

    font-size: 40px;
}
.gray-background {
    background: #e4e5e6;
}
.section-2 h1 {
    color: #fff;
    margin: 1.75em 0;
    font-size: 45px;
    line-height: 60px;
}
.section-2 h2 {
    color: #fff;
    margin: 1.75em 0;
    font-size: 45px;
    line-height: 60px;
}
.section-2 {
    color: #fff;
    padding: 1em 0;
    background: url(https://insulationinstitute.org/wp-content/uploads/2019/01/CalculatorSectionBackground.jpg);
    background-size: cover;
	min-height:88vh;
}
.section-2 .container{
	max-height:800px;
}
.section-2 .content-container {
	margin-top: 80px;
    margin-bottom: 95px;
	line-height:32px;
	max-width:90%;
	margin:80px auto;
}
.section-2 .content-container small {
    font-size: 27px;
    line-height: 44px;
}
.cta {
    /*border: 3px solid #82bb4d;
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
    padding: 2em;
    margin-bottom: 3em;*/

    border: 3px solid #82bb4d;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    /*padding: 90px;*/
    margin-bottom: 3em;
}

.cta h3 {
    color: #fff;
    padding: 0;
}
.cta a {
    color: #fff;
    text-decoration: none;
}
.cta ul {
    list-style-type: none;
    margin: 1em;
    padding: 0;
}
.cta li {
    /*font-size: 24px;
    list-style: none;*/

    font-size: 40px;
    list-style: none;
    line-height: 55px;
}
.cta li:first-of-type {
    font-weight: bold;
}
.cta li:before {
    display: none;
}
/*.teaser-img img {
    float: left;
    width: 33%;
    width: 32.8%;
}*/
.insideButton{
	padding:50px 90px;
}
.section-3 h1.margin {
    padding-bottom: .3em;
	margin-top: 0.75em;
}
.section-3 h2.margin {
    padding-bottom: .3em;
    margin-top: 0.75em;
}
.related-articles-container .teaser-img {
    float: left;
    width: 33%;
    width: 32.8%;
}

/*span.img-wrap {display: inline-flex;}
.related-articles-container .img-wrap:hover {
    background-color: #22406b !important;
    height: 100%;
}*/
.related-articles-container .img-wrap:hover img {
    opacity: 0.3;
}

.related-articles-container .teaser-img:last-of-type .img-wrap:hover {

}

/*.related-articles-container .teaser-img:hover {
    background-color: #22406b !important;
    height: 100%;
}
.related-articles-container .teaser-img:hover img {
    opacity: 0.5;
}*/
.related-articles-container .teaser-img:hover .slide-text {
    /*position: absolute;
    z-index: 9999999999999;
    margin-top: -15%;
    margin-top: -62%;
    padding: 0 70px;
    font-size: 30px;
    width: 33%;
    margin: 0 auto;
    margin-top: -18%;
    line-height: 44px;*/




    /*position: absolute;
    width: 32.8%;
    margin-top: -19.7%;*/
}
.related-articles-container .teaser-img:last-of-type:hover .slide-text {
    /*position: relative;
    width: initial;
    margin-top: -60%;*/
}


.related-articles-container .teaser-img img {max-width: 100%}
section.row.center.gray-background {
    padding: 2.5em 0 0em;
}

section.related-articles-container .teaser-img:nth-child(2) {
    margin: 0 .5em;
    margin: 0 5px;
}

section.related-articles-container .teaser-img:last-of-type img{
    float:right;
}

section.related-articles-container .slide-text {
    color: #fff;
    padding: 0 120px;
    font-size: 35px;
    line-height: 42px;
}
section.row.center.post_content.section-3{
	margin-top:70px;
	margin-bottom:110px;
}
section.row.center.post_content.section-3 .margin.blue{
	margin-bottom:20px;
}
section.row.center.post_content.section-3 .container{
	padding:0px 10%;
}
@media(max-width: 867px) and (min-width: 601px) {
    .related-articles-container .slide-text {
        margin-top: -70%;
    }
}
@media(max-width: 600px) {
    .related-articles-container .slide-text {
        /*position: absolute;*/
        top: 32%;
        margin: 0 auto;
        width: 32.8%;
    }
}
@media(min-width: 868px) {
    .related-articles-container .slide-text {
        position: absolute;
        top: 32%;
        margin: 0 auto;
        width: 32.8%;
    }
}
.block-one .swiper-wrapper .swiper-slide .teaser-img,
.block-two .swiper-wrapper .swiper-slide .teaser-img{
	min-height:720px;
	height:720px;
}
.upper-section .gateway-selector .teaser-img img{
	min-height:720px;
	height:720px;
	width:auto !important;
	min-width:100%;
}
/*section.related-articles-container .teaser-img:last-of-type .slide-text {
    float: right;
    margin-right: 41%;
}*/

section.related-articles-container .swiper-pagination {
    margin-top: 30px;
    margin-bottom: 60px;   
}


/* sliders swiper */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet {
    background: none;
    border: 1px solid #000;
}
.swiper-pagination-bullet-active {
    background: #23282c;
}
/* top blocks */
.gateway-selector .swiper-pagination.swiper-pagination-bullets { 
     z-index: 99999999999; 
    position: absolute;
    /* margin-top: -12em;*/
}
.gateway-selector .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1;
}
.gateway-selector .swiper-pagination-bullet-active {
    background: #fff;
}
@media(max-width:1630px){
	.upper-section h2 {
    	font-size: 52px;
    	margin-bottom: 30px;
    	line-height: 55px;
	}
	.upper-section .callout-text p {
		margin-bottom: 25px;
    	font-size: 16px;
    	line-height: 35px;
	}
}
@media(max-width:1600px){

	section.related-articles-container .slide-text{
		font-size:30px;
		padding: 0 100px;
		line-height: 40px;
	}
	
}
@media(max-width: 1350px){
	.upper-section h2 {
    	font-size: 48px;
    	margin-bottom: 30px;
    	line-height: 55px;
	}
	.upper-section .callout-text p {
		margin-bottom: 25px;
    	font-size: 16px;
    	line-height: 35px;
	}
	section.related-articles-container .slide-text{
		font-size:28px;
		padding: 0 80px;
		line-height: 36px;
	}
	.section-2 h1{
		margin:1.25em 0;
	}
	.section-2 h2{
		margin:1.25em 0;
	}
	.cta{
		max-width:750px;
	}
	.insideButton{
		padding:35px 80px;
	}
	#FirstCopyBlock .container{
/*		width:1170px;*/
	}
	.section-3 .hbspt-form{
		max-width:85% !important;
		margin-top:30px;
	}
	
}
@media (max-width:1270px){
	.upper-section h2 {
    	font-size: 43px;
    	margin-bottom: 20px;
    	line-height: 55px;
	}
	.upper-section .callout-text p {
		margin-bottom: 25px;
    	font-size: 14px;
    	line-height: 22px;
	}
}
@media(max-width: 1200px){
	.upper-section h2 {
    	font-size: 45px;
    	margin-bottom: 30px;
    	line-height: 55px;
	}
	.upper-section .callout-text p {
		margin-bottom: 25px;
    	font-size: 16px;
    	line-height: 25px;
	}
	section.related-articles-container .slide-text{
		font-size:25px;
		padding: 0 70px;
		line-height: 32px;
	}
	.cta{
		max-width:750px;
	}
	.insideButton{
		padding:35px 80px;
	}
	.cta li{
		font-size: 35px;
		line-height:45px;
	}
	section.row.center.post_content.section-3 .container{
		padding:0 10%; 
	}
	section.row.center.post_content.section-3 .hs_email{
		width:76%;
	}
    .section-2 h1{
        font-size:40px;
    }
    .section-2 h2{
        font-size:40px;
    }
/*
	#FirstCopyBlock .container{
		width:970px;
	}
*/
}

@media(max-width: 1120px){
	.upper-section h2 {
    	font-size: 40px;
    	margin-bottom: 20px;
    	line-height: 55px;
	}
	.upper-section .callout-text p {
		margin-bottom: 25px;
    	font-size: 12px;
    	line-height: 22px;
	}
	button.green{
		font-size:16px;
	}
	section.related-articles-container .slide-text{
		font-size:24px;
		padding: 0 60px;
		line-height: 32px;
	}
	.section-2 h1{
		font-size:35px;
	}
	.section-2 h2{
		font-size:35px;
	}
	.cta{
		max-width:650px;
	}
	.insideButton{
		padding:20px 30px;
	}
	.cta li{
		font-size: 32px;
		line-height:40px;
	}
}
@media (max-width: 1095px) {
    /*section.related-articles-container .teaser-img:nth-child(2) img {
        margin: 0 0.4em;
    }*/
    section.related-articles-container .teaser-img:nth-child(2) {
        margin: 0 0.2em;
    }
	.section-2 h1{
		font-size:33px;
	}
	.section-2 h2{
		font-size:33px;
	}
}
@media only screen and (max-width:1040px){
	.sliderOverlay button.green{
		margin-top:10px;
	}
}
@media only screen and (max-width:1024px){
	.block-one .swiper-wrapper .swiper-slide .teaser-img, 
	.block-two .swiper-wrapper .swiper-slide .teaser-img{
		height:380px;
		min-height:380px;
	}
	.upper-section .gateway-selector .teaser-img img{
		height:380px;
		min-height:380px;
	}
	.sliderOverlay button.green {
		margin-top: -10px;
	}
}
@media only screen and (min-device-width: 834px) and (orientation: portrait) {
	 .block-one .swiper-wrapper .swiper-slide .teaser-img, 
	.block-two .swiper-wrapper .swiper-slide .teaser-img{
		height:430px;
		min-height:430px;
	}
	.upper-section .gateway-selector .teaser-img img{
		height:430px;
		min-height:430px;
	}
	.sliderOverlay button.green {
		margin-top: 10px;
	}
	  
	  
}
@media(max-width:990px){
	section.row.center.post_content.section-3 .container{
		padding:0px;
	}
/*
	#FirstCopyBlock .container{
		width:800px;
	}
*/
}
@media(max-width:960px){
	section.related-articles-container .slide-text{
		font-size:20px;
		padding: 0 45px;
		line-height: 27px;
	}
}
/*@media(max-width: 1325px) and (min-width: 866px) {
    section.related-articles-container .slide-text {
        font-size: 21px;
        line-height: 30px;
    }
}*/
/* MOBILE VIEW KICKS IN */
@media (max-width: 867px) {
    section.related-articles-container.desktop {display: none}
    section.related-articles-container.mobile {
		display: block
	}

    section.related-articles-container.mobile  .teaser-img img {
        float: none;
        width: 100%;
    }
	
	section.related-articles-container.mobile .slide-text{
		font-size:40px;
		padding: 0 25%;
		line-height: 48px;
	}
	
    section.related-articles-container.mobile .teaser-img:nth-child(2) {
        margin: 0.3em 0;
    }
    .related-articles-container .teaser-img {
        /*float: left;
        width: 100%;*/
        /* width: 32.8%; */
            float: left;
            width: 100%;
            overflow: hidden;
            min-height: 420px;
    }
}
@media(max-width:780px){
	.container{
		width:95%;
	}
/*
	#FirstCopyBlock .container{
		width:700px;
	}
*/
	section.row.center.post_content.section-3 .container{
		padding:0px;
	}
	section.row.center.post_content.section-3 .hs_email{
		width:73%;
	}
	.section-3 .container p.section3Content{
		width:90%;
		margin:0 auto;
	}
}
@media(max-width:730px){
	.container{
/*		width:620px;*/
	}
/*
	#FirstCopyBlock .container{
		width:620px;
	}
*/
}
@media (max-width: 640px){
	section.related-articles-container.mobile .slide-text{
		font-size:38px;
		padding: 0 20%;
		line-height: 47px;
	}
	.cta{
		max-width:450px;
	}
	.cta li{
		font-size: 25px;
		line-height:30px;
	}
	.section-2 h1{
		font-size:25px;
	}
	.section-2 h2{
		font-size:25px;
	}
/*
	.site-content .container{
		width:550px;
	}
*/
/*
	#FirstCopyBlock .container{
		width:550px;
	}
*/
	section.row.center.post_content.section-3 .hs_email{
		width:70%;
	}
}
@media(min-width: 600px) {
    .swiper-pagination {
        bottom: 1em;
        z-index: 999;
        position: relative;
        margin-top: 1.5em;
    }
}
@media(max-width: 600px) {
	body p{
		font-size:16px;
		line-height:23px;
	}
	#FirstCopyBlock p{
		line-height: 25px;
	}
	.section-2{
		background:url('/wp-content/themes/naima/images/mobile_blue_image.jpg');
		background-size:cover;
		background-repeat:no-repeat;
		min-height: 560px;
	}
	.row.post_content.upper-section{
		margin-bottom:25px;
		height:auto;
	}
	.gateway-selector .swiper-pagination.swiper-pagination-bullets {
         bottom: 1em;
    }
	.hero-body-text{
		width:70%;
	}
    .upper-section h2 {
        font-size: 30px;
        margin-bottom: 5px;
        line-height: normal;
    }
	.callout-text{
		top:30px !important;
	}
    button.green {
        padding: 11px 20px;
        padding: 5px 30px;
        font-size: 13px;
		margin-top:0 !important;
    }
	.block-one .swiper-wrapper .swiper-slide .teaser-img, .block-two .swiper-wrapper .swiper-slide .teaser-img{
		min-height:auto;
		height:270px;
	}
    .upper-section .gateway-selector .teaser-img img {
		height:270px !important;
		min-height:auto;
    }
    .upper-section .callout-text p {
        font-size: 15px;
        line-height: 21px;
    }
	#FirstCopyBlock .container{
		width:90%;
	}
    section.row.post_content.center .container {
    }
    h1.margin.blue {
        color: #004080;
        font-size: 30px;
        line-height: 35px;
    }
    h2.margin.blue {
        color: #004080;
        font-size: 30px;
        line-height: 35px;
    }
    .post_content {
        margin-bottom: 25px;
    }
    section.row.center.gray-background {
        padding: 1em 0 4.5em 0em;
    }
    .related-articles-container .teaser-img {
        min-height: 261px !important;
        max-height: 261px;
    }
    section.related-articles-container.mobile .slide-text {
        /*position: absolute;*/
        color: #fff;
        /*vertical-align: middle;*/
        margin-top: -70%;
        padding: 0 15%;
        font-size: 28px;
        line-height: 34px;
		width:100%;
    }
    .section-2 h1 {
        margin: 1em 0;
        font-size: 30px;
        line-height: 33px;
    }
    .section-2 h2 {
        margin: 1em 0;
        font-size: 30px;
        line-height: 33px;
    }
    .cta {
        max-width: 75%;
        /*padding: 25px 0px;*/
		margin-bottom:30px;
    }
	.insideButton{
		padding:25px 0px;
	}
	.cta ul{
		margin: 0 1em;
	}
    .cta li {
        font-size: 18px;
        line-height: 25px;
    }
    .section-2 .content-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section-2 .content-container small {
        font-size: 15.25px;
        line-height: 25px;
    }
    .section-2 {padding-bottom: 1em;}

    section.row.center.section-3 p {
        padding: 0 0px;
		font-size:15px;
    }

    .section-3 .hbspt-form {
        padding: 10px;
        max-width: 80% !important;
		margin-top:30px;
    }
	section.row.center.post_content.section-3{
		margin-top:30px;
	}
    section.row.center.post_content.section-3 .hs_email {
        width: 72%;
        height: 31px;
    }

   input.hs-button.primary.large {
        font-size: 10px;
        min-height: 30px;
        height: 30px !important;
    }
    .hs-input::placeholder {font-size: 10px}

    .hs_email .hs-input {
        height: 30px ;
    }
	section.row.center.post_content.section-3 input.hs-button.primary.large{
		font-size:10px;
	}

}

/*@media(min-width: 868px) {
    section.related-articles-container .teaser-img:last-of-type .slide-text {
        float: right;
        margin-right: 41%;
        margin-right: 1%;
    }
}*/

@media (max-width: 540px) {
    .gateway-selector .swiper-pagination.swiper-pagination-bullets {
        margin-top: -4em;
    }
}



@media (max-width: 385px) {
    /*.cta {
        max-width: 450px;
    }*/
    section.row.center.post_content.section-3 .hs_email {
        width: 70%;
    }
	section.related-articles-container .slide-text{
		line-height: 27px;
	}
}

@media (max-width: 600px){
	body {
		padding-top: 80px !important;
	}
}
.related-articles-container a:hover{
	text-decoration:none;
}


#addsearch-results.addsearch-d{
	height:85% !important;
}
#addsearch-results-mid{
	height:96% !important;
}
.callout-text a button.green{
	color:#fff !important;
}

.dkblue { color: #00467f !important; }