@media screen and (max-width: 1199px) and (min-width: 992px) {
    .call-to-action h2 {
        font-size: 30px;
        color: #ccc;
    }
}

@media screen and (max-width: 991px) {
    .form-wrapper {
        z-index: 100;
    }

    section.hero-banner {
        height: 433px;
    }
}
@media screen and (max-width: 800px) {
    .form-wrapper {
        width: 95%;
        left: 2.5%;
        margin-right: 0px;
        top: 37%;
    }
    section.call-to-action {
        padding: 20px 0;
        background: #1b262b;
    }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
    .form-wrapper {
        top: 13%;
    }
}

@media screen and (max-width: 543px) { 
    section.banner h1 {
        position: inherit;
        font-size: 18px;
        line-height: 27px;
        padding: 7px 15px;
    }
    section.banner.newBlue {
        background-color: #fff;
        position: relative;
    }
    .form-wrapper {
        width: 95%;
        left: 2.5%;
        margin-right: 0px; 
        top: 15%;
    }
    .widget.call-to-action p {
        font-size: 20px;
        margin-top: 8px;
    }
    section.page-title h1 {
        font-size: 22px;
        /*margin-top: -5px;*/
    }
    section.page-title h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 544px) and (max-width: 767px) {     
    section.banner h1 {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
        bottom: 5px;
    }
    section.page-title h1 {
        font-size: 22px;
        /*margin-top: -5px;*/
    }
    section.page-title h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {     
    /** Default for medium screens */
    section.banner h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 15px;
        bottom: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {     
/** Default for large screens */
    section.banner h1 {
        font-size: 25px;
        line-height: 35px;
        padding: 10px 15px;
    }
}

@media screen and (min-width: 1200px) {     
 /** Default for Extra large screens */
}