.homeHeaderOuter:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.bgiCenter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.homeHeaderOuter{
    position: relative;
    background-position: center;
    box-shadow: 0px 9px 29.5px rgba(0,0,0,0.15);
}
.homeHeader{
    position: relative;
    padding: 100px 15px;
    text-align: center;
    color: #ffffff;
    font-family: "Helvetica Neue";
}
.homeHeader p{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    max-width: 715px;
    margin: 56px auto;
}
.homeHeader h3{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Helvetica Neue";
    margin-bottom: 23px;
}
.homeHeader h1{
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
}
.homeHeaderPublish{
    padding-bottom: 82px;
}
.ctaSection{
    background-color: #fff;
    font-family: "Helvetica Neue";
    box-shadow: 0px 9px 29.5px rgba(0,0,0,0.15);
}
.ctaBox img{
    max-height: 44px;
    max-width: 50px;
}
.ctaBox{
    border: 1px solid #F2F2F2;
    text-align: center;
    padding: 50px 15px;
}
.ctaBox h3{
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 56px;
    color: #262626;
    margin-bottom: 13px;
}
.ctaBox h3:after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 30px;
    background-color: #262626;
    transform: translateX(-50%);
}
.ctaBox p{
    max-width: 235px;
    margin: auto;
    width: 100%;
}
.sectionImgBlock{
    background-color: #fff;
    font-family: "Helvetica Neue";
    min-height: 400px;
    box-shadow: 0px 9px 29.5px rgba(0,0,0,0.15);
}
.ctaBox .ctaIcon{
    /* margin-bottom: 23px; */
}

.btn-link, .btn-link:visited{
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #2c2e3d;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #262626;
    font-weight: 300;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-family: "Helvetica Neue";
    background-color: #fff !important;
    text-decoration: none !important;
}
.btn-link:hover{
    border: 1px solid #fff;
    background-color: #2c2e3d!important;
    color: #fff !important;

}
.sectionImgBlock h1 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #262626;
    font-weight: bold;
    font-family: "Helvetica Neue";
    margin-bottom: 34px;
}
.sectionImgBlockLink{
    margin-right: 40px;
}
.sectionImgBlockLink:last-of-type{
    margin-right: 0;
}
.sectionImgBlockLink p, .sectionImgBlockContent p{
    margin-bottom: 23px;
}
.sectionImgBlock .sectionImgBlockContent{
    padding-left: 140px;
}
.sectionImgBlock.left .sectionImgBlockContent{
    padding-left: 110px;
}
.sectionImgBlockLinkContainer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.m-body section.m-content:last-of-type{
    padding-bottom: 40px;
}
@media only screen and (max-width: 1400px){
    .sectionImgBlockLinkContainer{
        display: block;
    }
    .sectionImgBlockLinkContainer .sectionImgBlockLink{
        margin-bottom: 30px;
    }
    .sectionImgBlockLinkContainer .sectionImgBlockLink:last-of-type{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1200px){
    .sectionImgBlock.right .sectionImgBlockContent{
        padding-left: 75px;
    }
    .bgImgCta{
        width: 100%;
        padding-bottom: 89.55%;
    }

}
@media only screen and (max-width: 992px){


}
@media only screen and (max-width: 768px){
    .sectionImgBlock .sectionImgBlockContent{
        padding-left: 0 !important;
    }
    .sectionImgBlock.left{
        flex-direction: column-reverse;
    }
    .sectionImgBlockContent{
        padding: 40px 15px;
    }
    .sectionImgBlockBg{
        padding-bottom: 57%;
    }
    .homeHeader h1{
        font-size: 28px;
    }
    .homeHeader p {
        font-size: 18px;
        margin: 26px auto;
    }
    .sectionImgBlockLinkContainer{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .sectionImgBlock.left .sectionImgBlockContent, .sectionImgBlockContent{
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }

}
@media only screen and (max-width: 576px){
    .sectionImgBlockBg{
        padding-bottom: 75%;
    }
    .sectionImgBlockContent{
        text-align: center;
    }
    .sectionImgBlock h1{
        font-size: 28px;
        text-align: center;
    }
    .sectionImgBlockLink {
        margin-right: 0px;
        text-align: center;
    }
    .sectionImgBlockLinkContainer{
        display: block;
    }
    .homeHeader h1 {
        font-size: 24px;
    }
    .homeHeader p {
        font-size: 15px;
        margin: 26px auto;
        line-height: 22px;
    }
}




