﻿/*--------------------------------------------------
    [Careers - Scholarship Application]
----------------------------------------------------*/
#scholarshipapp-review h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#scholarship-application .toolbar > .toolbtn {
    margin-bottom: 20px;
}

#scholarship-application label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
}

#scholarship-application .form-control {
    font-size: 1.25em;
    height: 40px;
}

#scholarship-application .checkbox > label {
    font-family: ProximaNova-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
}

#scholarship-application label.control-label {
    font-family: ProximaNova-Regular;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1em;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
}

#scholarship-application textarea {
    width: 100% !important;
    min-height: 150px !important;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.25em;
    resize: vertical;
    text-align: justify;
    vertical-align: top;
    line-height: 1.1;
    color: #555;
}

#scholarship-application #application-questions .form-group {
    margin-bottom: 2.85714rem !important; /*(bn-mb-40 sizing)*/
}
/*--------------------------------------------------
    [Careers - Release Agreements]
----------------------------------------------------*/

#release-agreements .checkbox {
    margin: 30px;
}

/***********************************
     iPad portrait and smaller 
***********************************/
#submittal-msg {
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
    padding: 20px 0;
    vertical-align: top;
}

#submittal-msg i.fa {
    font-size: 70px;
    color: rgb(119, 189, 22);
}

#submittal-msg h3 {
    margin: 0;
    color: #333;
}

#submittal-msg p {
    font-size: 18px;
    padding-top: 8px;
    display: block;
}

#submittal-msg p > span {
    color: rgb(13, 115, 181);
}

#submittal-msg p > span.bn-font-bold {
    color: #333;
}

#submittal-msg span.img {
    display: block;
    padding-right: 20px;
}

@media (max-width: 550px) {
    #submittal-msg i.fa {
        font-size: 60px;
    }

    #submittal-msg p {
        font-size: 16px;
    }

    .print-button {
        text-align: center;
    }
}
/*--------------------------------------------------
    [Review]
----------------------------------------------------*/

#scholarshipapp-review h4 {
    font-size: 24px;
    padding: 0 20px 5px 20px;
    margin-bottom: 20px;
    color: rgb(3, 42, 101);
}

#scholarshipapp-review .scholarshipapp-section {
    margin-bottom: 0px;
    padding: 0 20px;
}

#scholarshipapp-review .panel {
    margin-bottom: 30px;
}

#scholarshipapp-review .question > ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 30px;
}

    #scholarshipapp-review .question > ul > li > ul {
        padding-left: 30px;
        list-style: none;
        margin-top: 10px;
    }

#scholarshipapp-review .scholarshipapp-section.applicant .appname {
    font-size: 20px;
}
/*--------------------------------------------------
    [Agreement]
----------------------------------------------------*/

#scholarshipapp-review .well.agreement {
    padding: 30px;
}

#scholarshipapp-review .agreement > p {
    text-align: right;
}

#scholarshipapp-review .agreement button {
    margin-left: 10px;
}

@media (max-width: 440px) {
    #scholarshipapp-review h2 {
        font-size: 24px;
    }

    #scholarshipapp-review label {
        margin-bottom: 10px;
    }

    #position-requirements .checkbox {
        margin: 20px;
        padding: 0;
    }

    #scholarshipapp-review .toolbar button,
    #scholarshipapp-review .toolbar .toolbtn {
        min-width: 133px;
        max-width: 133px;
    }

    #scholarshipapp-review h4 {
        padding: 0;
    }

    #scholarshipapp-review .jobapp-section {
        padding: 0;
    }

    #scholarshipapp-review .question > ul > li > ul {
        padding-left: 15px;
    }

    #scholarshipapp-review .agreement > p {
        text-align: center;
    }

    #scholarshipapp-review .agreement .bn-btn {
        display: block;
        min-width: 10px;
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #scholarshipapp-review .well.agreement {
        padding: 30px 15px;
    }
}

/*--------------------------------------------------
	[Div Table]
----------------------------------------------------*/
.div-table {
    display: table;
}

.div-tableRow {
    display: table-row;
}

.div-tableCell {
    display: table-cell;
    vertical-align: top;
}