/*ContactUs Start*/

.fcw-wrap .fieldset {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border-top-left-radius: 0;
    padding: .5em;
    margin: 1px 0 0 0;
    background-color: #eee;
    border: 1px solid #ddd;
    overflow: auto;
}

.header__search-modal {
    z-index: 2000 !important;
}

.fcw-wrap .input-wrap {
    margin-top: 5px;
    margin-bottom: 0px;
    min-height: 40px;
    overflow: auto;
}

.fcw-wrap .control-label {
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 3px 0 3px .5em;
    width: 30%;
    float: left;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #5d5d5d;
    clear: both;
}

.fcw-wrap .required-field .control-label:before {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.fcw-wrap .form-control {
    width: 65%;
    height: 20px;
    border-radius: 0;
}

.fcw-wrap .required-text {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1em;
    font-weight: normal;
    margin-top: 5px;
    font-style: italic;
}

.fcw-wrap h3 {
    font-weight: 300 !important;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px !important;
    line-height: inherit;
    color: #333;
}

.fcw-wrap .form-submit-border {
    text-align: right;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.fcw-wrap .btn-default {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    padding: .4em 1em;
    background-color: #61abdc;
    border: 1px solid #61abdc;
    display: inline-block;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
}

.fcw-wrap textarea {
    height: 42px !important;
    border: 1px solid #ccc !important;
}

.fcw-wrap .select.form-control {
    height: auto;
}

.fcw-wrap .form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.fcw-wrap .thankyou-text {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.contactusfcw-wrap label {
    font-size: 15px;
    font-weight: 500;
}

.contactusfcw-wrap textarea {
    height: 42px;
}

.contactusfcw-wrap .contact-required {
    margin-top: 0;
}


/*ContactUs End*/


/*Survey Form Start*/

.fcw-wrap .survey-fieldset {
    padding: .5em;
    margin: 1px 0 0 0;
}

.fcw-wrap .wffm__checkboxlist,
.fcw-wrap .wffm__radiolist {
    margin-top: 6px;
}

    .fcw-wrap .wffm__checkboxlist label {
        font-weight: 400;
        cursor: pointer;
        display: block;
    }

.fcw-wrap .checkbox-block label {
    display: block;
}

.fcw-wrap .survey-banner-img img {
    max-width: 100%;
    height: auto;
}

.fcw-wrap .survey-desc {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1em;
}

.fcw-wrap .checkbox-wrap {
    height: 100px;
}

.fcw-wrap .form-submit-border {
    text-align: end;
    margin-top: 15px;
}

.fcw-wrap .wffm__radiolist input,
.fcw-wrap .wffm__checkboxlist {
    margin-right: 6px;
}

.fcw-wrap .checkbox-block {
    margin-bottom: 30px;
}

.form-submit-border {
    text-align: right;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.survey-wrap .input-wrap {
    overflow: inherit !important;
}

.survey-wrap .form-submit-border input {
    font-size: 14px;
    border-radius: 6px;
}

.survey-wrap .form-submit-border {
    margin-top: 0 !important;
    padding-top: 0;
}

    .survey-wrap .form-submit-border input:focus {
        border: 2px solid black;
    }


/*Survey Form End */


/*Scholarship Form Start*/

.mt-20 {
    margin-top: 20px !important;
}

.fcw-wrap select {
    padding: 0 !important;
    font-size: 14px;
    border: 1px solid #ccc;
}

.fcw-wrap input[type=file] {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #231f20;
    font-size: 1em;
    width: 65%;
}

.fcw-wrap .choosefile-wrap {
    overflow: auto;
}

.fcw-wrap .submit-text {
    text-align: right;
    color: #ff0000;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.fcw-wrap legend {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
}

.fcw-wrap .field-validation-error {
    color: #a94442 !important;
    display: block;
}

.fcw-wrap .complete-captcha {
    font-size: inherit !important;
}

.fcw-wrap .recaptcha-wrap {
    display: flex;
    min-height: 95px;
    flex-direction: column;
}

.scholarship-wrap input[type=file]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.scholarship-wrap .form-submit-border input:focus {
    border: 2px solid black;
}


/*Scholarship Form End*/


/*Ag center form start*/

.agcenter-wrap .checkbox-dblock label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .agcenter-wrap .checkbox-dblock label input {
        margin-top: 9px;
    }

.agcenter-wrap .checkbox-dblock {
    min-height: 75px;
}

.agcenter-wrap .ag-help-block {
    color: #737373;
}

.agcenter-wrap address {
    font-style: normal;
    margin-top: 40px;
}

.agcenter-wrap .valid ~ span.ag-help-block {
    color: #3c763d;
}

.agcenter-wrap .field-validation-error ~ span.ag-help-block {
    color: #a94442 !important;
}

.agcenter-wrap .ag-desc {
    margin-top: 0;
}

.agcenter-wrap .form-submit-border input:focus {
    border: 2px solid black;
}


/*Ag center form end*/


/*ContactUs Media Query Start*/

@media (max-width: 550px) {
    .fcw-wrap .input-wrap {
        display: block;
    }

    .fcw-wrap .control-label {
        width: 95%;
        float: none;
        text-align: left;
    }

    .fcw-wrap .form-control {
        width: 95%;
        float: none;
        text-align: left;
    }

    .fcw-wrap .checkbox-wrap {
        height: auto;
    }

    .form-submit-border {
        text-align: center !important;
    }

    .contactusfcw-wrap .input-wrap {
        min-height: 60px;
    }

    .scholarship-wrap .form-submit-border {
        text-align: center;
    }
}


/*ContactUs Media Query End*/

@media (min-width: 850px) {
    .header__container .header__main-menu .header__site-logo {
        margin-left: 15px;
    }
}
