/**
 * Fix fonts that render as bold in Firefox
 */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}
.cta-wrapper h3 {
    margin: 0px !important;
}
.cta-wrapper{
    margin-left: calc((-100vw + 100%) / 2);
    width: 100vw;
    margin-top:70px;
}

.background {
    margin-left: -72px !important;
    margin-top: -70px;
    padding-bottom:70px;
    display:inline-block !important;
}
.background img {
    width: 585px;
    height: 390px;
    object-fit: cover;

}

.right-box-wrapper {
    position:relative;
    z-index: 2;
    padding-right: 20px;
    padding-bottom:70px;
    box-sizing: border-box !important;
    display:inline-block !important;
}

.cta-title{
    padding:55px 0px 15px 0px;
}

.cta-title, .cta-title h3 {
    color: white;
    font-size: 34px;
    line-height: 46px;
}

.cta-body{
    padding-bottom:30px;

}
.cta-body, .cta-body h3{
    color: white;
    font-size: 18px;
    line-height: 28px;
}

.cta-button button {
    border: 1px solid white;
    color: white;
    padding: 15px 20px;
    line-height:30px;
    font-size:18px;
    font-weight:600;
}

.cta-button button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 1200px) {
    .right-box-wrapper{
        min-height:350px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 979px) {
    .cta-title, .cta-title h3 {
        font-size: 32px;
        line-height: 46px;
    }
    .cta-body, .cta-body h3{
        font-size:16px;
        line-height: 28px;
    }
    .background {
        margin-left:-60px;
        margin-top:-60px;
        padding-bottom:60px;
    }
    .background img {
        width: 460px;
        height: 307px;
    }
    .right-box-wrapper{
        padding-bottom:60px;
        min-height:325px;
    }
    #landing-banner-text{
        width: calc( 100% - ((100vw - 940px) /2 + 240px) * (2/3));
    }
}


@media screen and (max-width: 979px) and (min-width: 767px)  {
    .cta-wrapper{
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    .cta-wrapper .row{
        margin-left:0px;
    }
    .cta-title, .cta-title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cta-body, .cta-body h3{
        font-size:16px;
        line-height: 25px;
    }

    .right-box-wrapper{
        width: calc(58vw - 20px) !important;
        margin-left:20px !important;
    }
    .background {
        margin-left:-60px !important;
        margin-top:-45px;
        padding-bottom:45px;
    }
    .background img {
        width: calc(50vw - 40px);
        height: calc((50vw - 40px) / 1.5);
        max-width:unset;
    }
    .right-box-wrapper{
        padding-bottom:45px;
    }
}

@media screen and (max-width: 767px) {
    .cta-wrapper{
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    .cta-title, .cta-title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cta-body, .cta-body h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .right-box-wrapper{
        padding:0px 20px 30px 20px;
    }

    .cta-button button {
        width:100%;
    }
    .cta-wrapper .hidden-phone{
        display: none !important;
    }
}