.main-content {

    padding-bottom: 0 !important;
}

/*.brd-btm {*/
/*display: none;*/
/*}*/

.content_text {

    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'effra-regular', sans-serif;
    line-height: 1.5;
}

.content_text h2 {
    font-family: 'effra-light', sans-serif;

    font-size: 30px;
    margin: 35px 0;

}



hr {
    border-color: #6ed4f4;
    color: #6ed4f4;
}

.content_text .entry p {
    margin-bottom: 30px;
}

.page-template-template-appointed-representatives .block-with-request {
    margin-top: 38px;
}

.crp_related {
    display: none;
}

/*.header-img .image-bg {*/
    /*background-color: #000;*/
    /*background-size: cover !important;*/
    /*min-height: 415px;*/
    /*height: auto;*/
    /*background-position: center center !important;*/
/*}*/

/*.header-img .image-bg:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: #000;*/
    /*opacity: 0.4;*/
/*}*/
h1.entry-title {
    margin-top: 15px;
    font-family: 'brandon_med-webfont',sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
     padding: 0 15px;
}

.main-content{
    padding-top: 70px;
}

.page-template-template-appointed-representatives .header-img .info-box .slide-text{
    margin: 10px auto;
}
.content_text a{
    text-decoration: underline;
    color: #fff!important;
}
.right-img {
    margin: -90px 0;
    overflow: hidden;
    min-height: 370px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.right-img img {
    position: relative;

}

.footer-main-content {
    background: #edf9ff;
    padding: 90px 0;
    position: relative;
}

.footer-main-content h3 {
    color: #68caf1;
    font-family: 'effra-light', sans-serif;
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 35px;
}

.footer-main-content .btn-find-out-more,
.footer-main-content .btn-contact-us {
    padding: 12px 30px;

    font-family: "effra-regular", sans-serif;
    font-size: 24px;
    border-radius: 5px;
    display: inline-block;
}

.footer-main-content .btn-contact-us {
    background: #267b96;
    border: none;
    padding: 12px 35px;
}

.footer-main-content .btn-find-out-more {
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.under-header {
    margin-top: 15px;
}

/*.reveal-modal {*/
    /*margin-top: 15%;*/
/*}*/

@media screen  and (max-width: 991px) {
    #main-content .footer-main-content .right-img {
        float: none !important;

    }

    #main-content .footer-main-content .right-img img {
        left: -300px;
    }

    #main-content .footer-main-content {
        text-align: center;
    }

    .footer-main-content h3 {
        padding-top: 50px;
        margin-top: 110px;
    }

    .footer-main-content .btn {
        width: 205px;
        margin: 20px 10px;
    }

    .footer-main-content .btn-find-out-more {
        border-radius: 5px !important;
        background: #05c2f3 !important;
    }

}

@media screen and (min-width: 991px) and (max-width: 1099px) {
    .right-img {
        min-height: 390px;
    }
}

@media screen  and (max-width: 767px) {
    #main-content .footer-main-content .right-img img {
        left: -470px;
    }
}