.sitPage #banner_sit {
    width: 100%;
    height: 73vh;
    background-position: 0% 0% !important;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding-top: 12%;
}

.sitPage #banner_sit h1 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.head_menu{
    background: transparent;
    position: absolute;
    z-index: 9999999;
    padding:20px;
}
.sitPage #banner_sit .overlay{
    position: absolute;
    bottom: 0;
    background: rgb(28 50 0 / 58%);
    color: #f1f1f1;
    width: 100%;
    opacity: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sitEoiPage #banner_sit .overlay {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-template-page-sit .site-header{
    background-color: transparent;

}
.page-template-page-hub-scholar-eoi #top,
.page-template-page-hub-scholar-eoi footer .container-fluid,
.page-template-page-hub-scholar-eoi .navContainer,
.page-template-page-hub-scholar-eoi header {
    display: none !important;
}

/*.v{*/
/*    position: relative;*/
/*    font-size: 44px;*/
/*    line-height: 45px;*/
/*}*/
.sitPage ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitPage ul li{
    width: 20%;
    display: inline-block;
}

.qual_text h2 {
    padding: 0px !important;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.qual_text .desc p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.qual_text iframe{
    margin: 0px !important;
}



.pageContent {
    background: #000;
    padding-top: 50px;
}
.pageContent .blurb p {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
}



@media screen and (min-width: 320px) and (max-width: 767px) {

    .sitPage #banner_sit .kick_text p{
        position: relative;
        font-size: 44px;
        margin-bottom: 45px;
        line-height: 40px;
    }
    .sitPage #banner_sit{
        background-position: 50% 0% !important;
        height: 400px;
        align-items: center;
    }
    .sitPage ul li{
        width: 45%;
    }
    .sitPage ul li:nth-child(3){
        width: 100%;
        margin: 30px 0px;
    }
    .sitPage ul{
        display: block;
    }
    .qual_text{
        text-align: center;
        margin-top: 20px;
    }

    .sitPage #banner_sit h1 {
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 15px;
    }
    .pageContent .blurb p {
        font-size: 24px;
        line-height: 36px;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sitPage #banner_sit{
        background-position: 50% 0% !important;
        align-items: center;
    }

    .sitPage #banner_sit .kick_text p{
        position: relative;
        font-size: 58px;
        margin-bottom: 45px;
        line-height: 56px;
    }

    .sitPage ul li{
        width: 25%;
    }
    .sitPage ul li:nth-child(3){
        width: 100%;
        margin: 30px 0px;
    }
    .sitPage ul{
        display: block;
    }
    .qual_text{
        text-align: center;
        margin-top: 20px;
    }
}

.wpcf7-form-control-wrap.has-verifier .wpcf7-list-item{
    margin:0px !important;
}

#wpcf7-f24849-o1 label, #wpcf7-f24849-o1 span{
    color:#ffffff!important;
}
#wpcf7-f24849-o1 .wpcf7-response-output{
    color:#ffffff!important;
}



