header {
    height: 90px;
    width: 100%;
    border: none;
    background: #2b90d9 !important;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table-row;
    position: relative;
    left: 0;
    z-index: 11;
}

.main {
    background: url('/jobfair/Content/img/background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /*background-size: contain;*/
    background-size: cover !important;
    -o-background-size: cover;
    /*background-position: top left;*/
    background-position: center center !important;
}

/*Large screens*/
@media screen and (min-width: 993px) {
    header {
        height: 90px;
        position: fixed;
        z-index: 11;
        margin: 0;
        border: none;
    }

    .content {
        margin-top: 90px
    }

    .welcome {
        font-size: 2.1rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 200;
    }

    .why-reg {
        font-size: 1.25rem;
        font-weight: 200;
    }

    .sec-q {
        font-size: .9rem;
        font-weight: 200;
    }

    .jf-title {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .jf-details {
        font-size: .8rem;
        font-weight: 400;
    }

    .container-fluid {
        padding: 0 4rem;
    }

    .display-header {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0;
    }

    .rbtn-sm {
        padding: 0.25rem 1rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0;
    }

}

/*Tablets*/
@media screen and (min-width: 482px) and (max-width: 992px) {
    header {
        height: 90px;
        position: fixed;
        z-index: 11;
        margin: 0;
        border: none;
    }

    .content {
        margin-top: 90px
    }

    .welcome {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .lead {
        font-size: 1.1rem;
        font-weight: 300;
    }

    .why-reg {
        font-size: 1.1rem;
        font-weight: 300;
    }

    .sec-q {
        font-size: .8rem;
        font-weight: 300;
    }

    .jf-title {
        font-size: 1.1rem;
        font-weight: 400;
    }

    .jf-details {
        font-size: .7rem;
        font-weight: 400;
    }
 
    .container-fluid {
        padding: 0 1.5rem;
    }

    .display-header {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .btn-lg {
        padding: .375rem 0.75rem;
        font-size: 1.0625rem;
        line-height: 1.5;
        border-radius: 0;
    }

    .rbtn-sm {
        padding: 0.20rem .5rem;
        font-size: .9rem;
        line-height: 1.5;
        border-radius: 0;
    }

}

/*Cellphones*/
@media screen and (max-width: 481px) {

    .main {
        background: url('/jobfair/Content/img/background-sm.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        /*background-size: contain;*/
        background-size: cover !important;
        -o-background-size: cover;
        /*background-position: top left;*/
        background-position: center center !important;
    }

    header {
        height: 48.66667px;
        position: fixed;
        z-index: 11;
        margin: 0;
        border: none;
    }

    .content {
        margin-top: 48.66667px;
    }

    .welcome {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .card-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid .group {
        border: none !important;
    }

    .lead {
        font-size: .9rem;
        font-weight: 300;
    }

    .why-reg {
        font-size: .8rem;
        font-weight: 300;
    }

    .sec-q {
        font-size: .7rem;
        font-weight: 300;
    }

    .jf-title {
        font-size: .95rem;
        font-weight: 400;
    }

    .jf-details {
        font-size: .7rem;
        font-weight: 400;
    }

    .why-regs {
        margin-top: -55px;
    }

    .display-header {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .btn-lg {
        padding: 0.25rem 1rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0;
    }

    .rbtn-sm {
        padding: 0.10rem .8rem!important;
        font-size: .8rem;
        line-height: 1.5;
        border-radius: 0;
    }

    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .catch-phrase {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

.JFORbanner {
    border: none;
    height: 100%;
    background: #227bbc;
    background-position: 16px 37px;
    display: block;
    border-bottom: none;
}

/*Large screens*/
@media screen and (min-width: 993px) {
    .JFORbanner {
        background-size: auto;
        height: 90px !important;
        background-position: 20px;
    }
}

/*Tablets*/
@media screen and (min-width: 482px) and (max-width: 992px) {
    .JFORbanner {
        background-size: auto 955px;
        height: 90px;
    }
}

/*Cellphones*/
@media screen and (max-width: 481px) {
    .JFORbanner {
        height: 48.66667px;
    }
}

.dole-logo {
    -webkit-border-radius: 0 45px 45px 0;
    -moz-border-radius: 0 45px 45px 0;
    -o-border-radius: 0 45px 45px 0;
    border-radius: 0 45px 45px 0;
    height: 90px;
    width: 220px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    background: url("/jobfair/Content/img/dole-logo.png") no-repeat #fff;
    background-size: 85%;
    background-position: 40% 45%;
}

/*Large screens*/
@media screen and (min-width: 993px) {
    .dole-logo {
        -webkit-border-radius: 0 45px 45px 0;
        -moz-border-radius: 0 45px 45px 0;
        -o-border-radius: 0 45px 45px 0;
        border-radius: 0 45px 45px 0;
        height: 60px;
        width: 200px !important;
        margin-top: 15px;
        background-size: 85%;
        background-position: 40% 45%;
    }
}

/*Tablets*/
@media screen and (min-width: 482px) and (max-width: 992px) {
    .dole-logo {
        -webkit-border-radius: 0 45px 45px 0;
        -moz-border-radius: 0 45px 45px 0;
        -o-border-radius: 0 45px 45px 0;
        border-radius: 0 45px 45px 0;
        height: 60px;
        width: 150px !important;
        margin-top: 15px;
        background-size: 85%;
        background-position: 40% 45%;
    }
}

/*Cellphones*/
@media screen and (max-width: 481px) {
    .dole-logo {
        -webkit-border-radius: 0 45px 45px 0;
        -moz-border-radius: 0 45px 45px 0;
        -o-border-radius: 0 45px 45px 0;
        border-radius: 0 45px 45px 0;
        height: 38px;
        width: 100px !important;
        margin-top: 5px;
        background-size: 75%;
        background-position: 40% 45%;
    }
}

.h-title-wrapper h1 {
    display: inline-block;
    width: 700px;
    vertical-align: top;
    margin: 33px 0 0 30px;
}

.h-title-wrapper h1 > span {
    color: #FFFFFF;
    font-family: 'montserrat-light';
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    font-style: italic;
    position: relative;
    top: 10px;
    right: 0px;
}

.h1 {
    display: inline-block;
    width: 49px;
    height: 63px;
    background-color: #fff;
    background-size: 100%;
    padding-left: 45px;
    background-position: 0 8px;
}

.h-title-wrapper h1 {
    position: relative;
}

.h-title-wrapper h1 > span {
    font-size: 30px;
    margin: 0;
    margin-right: -60px;
    top: 20px;
    position: absolute;
    right: 20px;
}

/*Large screens*/
@media screen and (min-width: 993px) {
    .h-title-wrapper h1 {
        width: 480px;
        font-size: 41px;
        color: #fff;
        font-weight: normal;
        margin: 22px 0 0 10px;
    }

    .h-title-wrapper span {
        background-size: 90%;
    }

    .h-title-wrapper h1 > span {
        font-size: 12px;
        margin: 0 0 0 60px;
        padding-left: 23px;
        background-size: 21px;
        position: relative;
        top: 0px;
    }
}

/*Tablets*/
@media screen and (min-width: 482px) and (max-width: 992px) {
    .h-title-wrapper h1 {
        width: 310px;
        font-size: 30px;
        color: #fff;
        font-weight: normal;
        margin: 27px 0 0 7px;
    }

    .h-title-wrapper span {
        background-size: 90%;
    }

    .h-title-wrapper h1 > span {
        font-size: 12px;
        margin: 0 0 0 60px;
        padding-left: 23px;
        background-size: 21px;
        position: relative;
        top: 0px;
    }
}

/*Cellphones*/
@media screen and (max-width: 481px) {
    .h-title-wrapper h1 {
        width: 165px;
        font-size: 15px;
        color:#fff;
        font-weight:normal;
        margin: 17px 0 0 1px;
    }

    .h-title-wrapper span {
        background-size: 90%;
    }

    .h-title-wrapper h1 > span {
        font-size: 12px;
        margin: 0 0 0 60px;
        padding-left: 23px;
        background-size: 21px;
        position: relative;
        top: 0px;
    }

    .card-mb-padding {
        padding: 0 .7rem;
    }
}

padding-bottom-0 {
    padding-bottom: 0px !important;
}

.container-fluid .group .row {
    padding-bottom: 0px !important;
}


@media screen and (min-width: 768px) {

    .modal-dialog {
        width: 700px; /* New width for default modal */
    }

    .modal-sm {
        width: 400px; /* New width for small modal */
    }
}

/*.modal-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px solid #e5e5e5;
    background-color: #343a40 !important;
}*/

.modal-header {
    padding: 8px 15px 8px 15px !important;
    border-bottom: 1px solid #e5e5e5;
    background-color: #343a40 !important;
}


    .modal-header .close {
        margin-top: -8px;
        padding: 6px 15px 5px 15px !important;
        color: white;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: .9rem;
    font-weight: 500;
    color: white;
}

.modal-header .close span {
    color: white;
    font-weight: normal;
}

.light-gray {
    color: #e5e5e5
}

/*@media (min-width: 768px) {
    .container-fluid {
        padding: 0 5rem;
    }
}*/

@media (min-width: 768px) {
    .forms .container-fluid {
        padding: 0 1.5rem;
    }
}



/*.card {
    margin-top: 200px!important;
}*/

