﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: -5px;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px;
        left: 45px;
        max-width: 175px;
        top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 34px;
        left: 45px;
        max-width: 230px;
        top: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 44px;
        left: 45px;
        max-width: 300px;
        top: 130px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    
}

@media only screen and (min-width: 768px) {
    
}

/*# sourceMappingURL=research-support-thank-you.css.map */
