@font-face {
    font-family: 'aliens_cows_reg';
    src: url('../fonts/hinted-aliensandcows.woff2') format('woff2'),
        url('../fonts/hinted-aliensandcows.woff') format('woff'),
        url('../fonts/hinted-aliensandcows.eot') format('eot'),
        url('../fonts/hinted-aliensandcows.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mission_script_reg';
    src: url('../fonts/mission_script.otf') format('otf'),
        url('../fonts/mission_script_webfont.woff2') format('woff2'),
        url('../fonts/mission_script_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.oppu-template .scholar-section-header, .shr-form h3.form-heading {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2em !important;
    text-align: center !important;
}

.sch-contain {
    margin: 0 auto;
    width: 100%;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
}
.sch-header {
    padding: 0;
    background-image: url(../images/scholar/header-scholar-bg.png);
    background-repeat: repeat-x;
    color: #fff;
}

.sch-header > .sch-contain {
    display: table;
    padding: 50px 0;
}

.sch-header .header-text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.sch-header .header-text h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    font-family: "Raleway" !important;
}

.sch-header .header-image {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.sch-header h1 {
    font-size: 84px;
    letter-spacing: -2px;
    margin: 0;
    font-weight: 800;
    font-family: "Raleway" !important;
}
.opp-schlar-tag {
    color: #ffffff;
    font-size: 56px;
    margin: 15px 0 0 0;
}

.sch-section-padding {
    padding:30px 0;
}

.section-text, .section-text p {
    font-size: 20px;
}

.sch-section.application {
    background: #e6e9ed;
    margin-top: 150px;
    padding-bottom: 20px;
}

ul.sch-nav {
    margin: 0 auto;
    padding: 0;
    display: table;
}
ul.sch-nav li {
    list-style: none;
    position: relative;
    float: left;
}
ul.sch-nav li a {
    font-size: 23px;
    color: #333333;
}
ul.sch-nav li:after {
    content: "|";
    margin: 0 10px;
    font-size: 30px;
}
ul.sch-nav li:last-child:after {
    content: "";
    margin: 0;
}

.sch-icon {
    margin: 25px auto 40px;
    max-width: 110px;
}
.sch-icon img {
    width: 100%;
}

.sch-section {
    position: relative;
}

.bottom-skew {
    bottom: -80px !important;
    left: 0;
    z-index: -1 !important;   
    background: #e6e9ed;
}

.top-skew {
    top: -80px !important;
    left: 0;
    z-index: -1 !important;   
    background: #e6e9ed;
}

.sch-form {
    max-width: 1050px;
    margin: 0 auto;    
}

.sch-form ul {
    margin: 0;
}
.sch-form li {
    list-style: none;
    clear: both;
    display: block;
    width: 100%;
    position: relative;
}
.sch-form li > label {
    float: left;
    width: 285px;
    color: #4a4a4c;
    line-height: 48px;
    font-size: 23px;
}
.sch-form li.add-state {
    float: right;
    clear: none;
    width: auto;
    width: 315px;
}
.essay-info {
    margin: 75px 0 0 0;
}

.sch-form li.add-str {
    width: 777px;
    float: left;
    clear: none;
}
.sch-form li.add-apr {
    width: 250px;
    float: right;
    clear: none;
}

.sch-form .add-apr .ginput_container {
    width: 100%;

}
.sch-form .add-str .ginput_container {
    width: 482px;
    float: right;
}
.sch-form .add-city .ginput_container {
    width: 426px;
}

.sch-form .ginput_container {
    float: right;
    width:755px;
}
.sch-form [type=color],.sch-form [type=date],.sch-form [type=datetime-local],.sch-form [type=datetime], 
.sch-form [type=email],.sch-form [type=month],.sch-form [type=number],.sch-form [type=password],.sch-form [type=search], 
.sch-form [type=tel],.sch-form [type=text],.sch-form [type=time],.sch-form [type=url],.sch-form [type=week],
.sch-form textarea,.sch-form select{
    height: 48px;
    margin: 0 0 30px;
}

.sch-form [type=color],.sch-form [type=date],.sch-form [type=datetime-local],.sch-form [type=datetime], 
.sch-form [type=email],.sch-form [type=month],.sch-form [type=number],.sch-form [type=password],.sch-form [type=search], 
.sch-form [type=tel],.sch-form [type=text],.sch-form [type=time],.sch-form [type=url],.sch-form [type=week],
.sch-form textarea,.sch-form select,.sch-form .rule-text{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-family: inherit;
    font-size: 18px;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 -10px 13px rgba(239, 236, 236, 0.59);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sch-form select{
    padding:0 15px 0 13px;background-position: right center;
}
.sch-form .rule-text .gsection_title{
    font-weight: bold;
    font-size: 24px;
    margin: 5px 0 0 0;
}
.sch-form .rule-text p{
    margin: 0 0 5px 0;
}
.school-info {
    margin: 145px 0 0 0;
}

.sch-form .terms label {
    width: 100%;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 0 80px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
.sch-form li.add-city {
    width: 721px;
    float: left;
    clear: none;
}
.sch-form .add-state .ginput_container {
    width: 96%;
    float: right;
}

.sch-form .terms .ginput_container {
    float: none;
    width: 100%;
}
.sch-form .gform_button {
    float: none;
    width: 60%;
    font-size: 20px;
    margin: 40px auto;
    display: table;
    padding: 0.7em 1em;
}

.sch-form .gform_button, .sch-form .gform_button:hover, .sch-form .gform_button:focus {
    float: none;
    margin: 115px auto 19px auto;
    display: block;
    color: #fff;
    background: #ebba48 !important;
    max-width: 250px;
    padding: 10px;
    clear: both;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.sch-form .gform_button:hover {
    background: #dcae43 !important;
}


.sch-form .essay-field .ginput_container {
    float: none;
    width: 100%;
}

.sch-form .essay-field textarea {
    min-height: 300px;
}

/*checkbox*/
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    visibility: hidden;
    margin: 0;
    width: 0!important;
    position: absolute;
}
input[type=checkbox] + label:before {
    background-image: url(../../assets/images/scholar/checkbox.png);
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
}
input[type=checkbox]:checked + label:before { 
    background-position: -37px 0;
}
input[type=checkbox]:checked + label:hover:before { 
    background-position: -37px 0;
}
.sch-form li.terms {
    margin: 15px 0 0 0;
}
.sch-content > ul{
    padding: 0 0 0 15px;
}
.sch-content > ul li {
    position: relative;    list-style: none;
}
.sch-content > ul li:after {
    content: "";
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    display: table;
    position: absolute;
    left: -36px;
    top: 11px;
}
.sch-content .gfield_error [type='text'], 
.sch-content .gfield_error textarea {
    border: 1px solid #910b0b;
}
.sch-content .gform_footer {
    position: relative;
}
.sch-content .gform_ajax_spinner {
    position: absolute;
    top: 15px;
    left: 30%;
}
.sch-content .validation_message{
    font-size: 18px;
}
.contest-winner {
    color: white;}
.contest-win-address {
    line-height: 1;
    margin-top: 23px;}
.contest-win-by {
    font-weight: 600;
    margin-top: 30px;
    line-height: normal;
}
.contest-date {
    margin-bottom: 23px;
    display: none;
}
.contest-win-address p{
    line-height: 1;
    margin-top: 23px;
    font-size: 28px;
}

.winner-list {
    padding: 20px;
    background: #e6e9ed;
    margin-bottom: 150px;
}

.winner-list .scholar-section-header {
    margin:10px 0 30px;
}

.winner-list h3 {
    font-family: 'aliens_cows_reg' !important;
    font-size: 3.4em;
    text-align: center;
    margin-bottom: 27px;
}

.winner-list:after {
    clear: both;
    content: "";
    display: block;
}

.winner-list .item {
    display: block;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.winner-list .item .thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    max-width: 210px;
    display: inline-block;
}

.winner-list .item .thumb a {
    display: block;
}

.winner-list .item .thumb a img {
    width: 100%;
    transition: all 0.7s;
    will-change: transform;    
    transform: scale(1);
    filter: grayscale(40%);
}

.winner-list .item .thumb a:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
}

.winner-list .item .name {
    font-weight: 800;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.winner-list .item .school {
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.winner-list .item .link a {
    display: block;
}

.carousel-arrow {
    font-size: 27px !important;
    cursor: pointer;
    opacity: 0.5;
    top: 50%;
    position: absolute;
    margin-top: -45px;
}

.carousel-arrow:hover {
    opacity: 0.8;
}

.carousel-next {
    right: -25px;
}

.carousel-prev {
    left: -25px;
}

body .video-testimonials .testimonial .overlay {
    width: 36%;
    height: 100%;
    background: rgba(0, 0,0,0.4);
    position: absolute;
    right: 0;
}
body .video-testimonials .testimonial .overlay:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 500px 300px;
    border-color: transparent transparent rgba(0, 0, 0,0.4) transparent;
    left: -300px;
    position: absolute;
}


@media (max-width: 1100px) {
    .sch-form .ginput_container {
        float: none !important;
        width: 100% !important;
    }

    .sch-form li {
        width: 100% !important;
        float: none !important;
    }

}

@media (max-width: 990px) {
    .sch-header h1 {
        font-size: 52px;
    }

    .sch-header .header-image {
        padding-left: 23px;
    }

}

@media (max-width: 600px) {
    .sch-header h1 {
        font-size: 33px;
        letter-spacing: -1px;
    }  

    .sch-header .header-text h3 {
        font-size: 14px;
    }

    ul.sch-nav li a {
        font-size: 16px;
    }

    ul.sch-nav li:after {
        margin: 0 4px;
        font-size: 20px;
    }

    .sch-icon {
        margin: 25px auto 20px;
        max-width: 88px;
    }

    .oppu-template .scholar-section-header, .shr-form h3.form-heading {
        font-size: 1.5em !important;
        margin-bottom: 20px;
    }

    .contest-win-by {
        margin-top: 0;
        font-size: 30px;
    }

    .contest-win-address p {
        line-height: 1;
        margin-top: 0;
        font-size: 19px;
    }

    .contest-winner {
        text-align: center;
        padding: 0 0 00;
    }

    .section-text, .section-text p {
        font-size: 17px;
    }

    .sch-form li > label {
        line-height: 28px;
        font-size: 16px;
    }

    .school-info {
        margin: 29px 0 0 0;
    }

    .sch-form .rule-text p {
        font-size: 13px;
        margin-top: 12px;
    }

    .sch-form .terms label {
        font-size: 14px;
        line-height: 21px;
        padding: 0 0 0 49px;
        margin-bottom: 25px;
    }

}

@media (max-width: 420px) {
    ul.sch-nav li a {
        font-size: 13px;
    }

    .section-text, .section-text p {
        font-size: 15px;
    }

    .sch-icon {
        margin: 25px auto 20px;
        max-width: 50px;
    }

}