/* --- SITE-WIDE CSS STYLES --- */
@media print {
    #topheader {
        height: auto !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    form {
        page-break-before: avoid;
    }
}

/* --- CANVAS & SLIDING-MENU ---*/
#slidingnav {
    position: absolute;
    height: 100%;
    background: #24557b;
    width: 250px;
    left: 0;
    margin-left: -250px;
}

#canvas {
}

@media (min-width: 1024px) {
    #slidingnav {
        margin-left: -250px !important;
    }

    #canvas {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* --- / CANVAS & SLIDING-MENU ---*/


/* --- SITE-WIDE --- */
body {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #23445d;
    font-size: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
}

a:hover:not([href]) {
    text-decoration: none;
}

audio {
    width: 100%;
}
/* --- / SITE-WIDE --- */


/* --- HEADER --- */
#topheader {
    background-color: #45a0dd;
    /*height:206px;*/
    height: 182px;
    position: relative;
    background: #3498db; /* Old browsers */
    background: -moz-linear-gradient(top, #3498db 0, #6ab2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#3498db), color-stop(100%,#6ab2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3498db 0,#6ab2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3498db 0,#6ab2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3498db 0,#6ab2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3498db 0,#6ab2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#6ab2e2',GradientType=0 ); /* IE6-9 */
}

#navcontainer {
    background-color: #0a254b;
    margin: 0;
    height: 60px;
}

#head {
    height: 120px; /*height: 144px;*/
}

    #head .logo {
        padding-top: 28px;
        float: left;
    }

    #head .menu-icon {
        display: none;
    }

.head-actions {
    text-align: right;
    padding-top: 32px;
    width: auto;
    float: right;
}

    .head-actions .join {
        float: left;
        padding-right: 4px;
    }

    .head-actions .login {
        float: left;
        padding-right: 4px;
    }

.advanced-search, .advanced-search a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.head-actions-mobile {
    padding: 5px 0;
    float: right;
    color: #fff;
    font-size: 24px;
    display: none;
}

    .head-actions-mobile a {
        color: #fff;
    }

    .head-actions-mobile i:last-child {
        padding-left: 10px;
    }

.head-actions .search-input-wrapper {
    text-align: left;
    height: 34px;
    width: 200px;
    padding-left: 3px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.head-actions input.searchcriteria {
    display: inline;
    height: 100%;
    width: 170px;
    border: none;
    margin-right: 5px;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
}

.head-actions .search-input-wrapper i {
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#searchmobile {
    display: none;
    height: 54px;
    background-color: #68b1e2;
    padding: 10px 0 0;
    border-top: 1px solid #fff;
}

    #searchmobile .form-group {
        margin-bottom: 0;
    }

    #searchmobile .search-input-wrapper {
        text-align: left;
        height: 34px;
        width: 230px;
        float: right;
        padding-left: 3px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #searchmobile input.searchcriteria {
        display: inline;
        height: 100%;
        width: 200px;
        border: none;
        margin-right: 5px;
        color: #555;
        font-size: 14px;
        line-height: 1.42857;
    }

    #searchmobile .search-input-wrapper i {
        cursor: pointer;
    }

.search {
    display: inline-block;
}

.cart-button-wrap {
    display: inline-block;
    margin-top: -5px;
    vertical-align: top;
}

a.cart-button-wrap:hover {
    text-decoration: none;
}

.cart-button {
    position: relative;
    color: #0a254b;
    font-size: 37px;
    padding: 4px;
    cursor: pointer;
}

.cart-number {
    position: relative;
    left: -25px;
    top: -12px;
    color: white;
    font-family: "Open Sans","Lucida Sans",Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* --- / HEADER --- */


/* --- DASHBOARD --- */
#dashboard_head {
    background-color: #051227;
    color: #fff;
    padding: 8px 0;
}

    #dashboard_head h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 2px 0;
    }

        #dashboard_head h2 p {
            display: inline;
        }

        #dashboard_head h2 i.fa {
            padding-top: 10px;
        }

    #dashboard_head h3 {
        font-size: 13px;
        margin: 3px 0;
    }

        #dashboard_head h2 a, #dashboard_head h3 a {
            color: #fff;
            text-decoration: underline;
        }

        #dashboard_head h3 i {
            padding-left: 6px;
        }

        #dashboard_head h3 .goto-dashboard {
            font-size: 12px;
            padding-top: 10px;
        }

            #dashboard_head h3 .goto-dashboard a {
                text-decoration: none !important;
            }

#dashboard_content {
    color: #fff;
    background-color: #79858d;
    display: block;
    padding: 26px 0 20px;
}

    #dashboard_content h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0 0 6px;
    }

        #dashboard_content h2 a {
            color: #fff;
        }

    #dashboard_content p {
        font-size: 14px;
        margin: 12px 0;
    }

        #dashboard_content p a {
            color: #fff;
        }

    #dashboard_content .col-md-4 {
        padding: 0 33px;
    }

    #dashboard_content .border-right {
        border-right: solid 1px #879199;
        min-height: 200px;
    }

    #dashboard_content li {
        font-size: 14px;
        color: #fff;
        padding: 5px 0;
    }

        #dashboard_content li a {
            color: #fff;
            text-decoration: none;
        }

            #dashboard_content li a:hover {
                text-decoration: underline;
            }

    #dashboard_content .fa {
        font-size: 12px;
        padding-left: 0;
    }

        #dashboard_content .fa:hover {
            text-decoration: underline;
        }

.-hideshow + i {
    cursor: pointer;
}

#dashboard_head .dashboard {
    display: block;
}

#dashboard_head .goto-dashboard {
    display: none;
}

@media (max-width: 767px) {
    #dashboard_head .container {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        #dashboard_head .container h2 {
            cursor: pointer;
        }
}

@media (max-width: 1023px) {
    #dashboard_head .dashboard {
        display: none !important;
    }

    #dashboard_head .goto-dashboard {
        display: block !important;
    }

    #dashboard_content {
        display: none !important;
    }
}
/* --- / DASHBOARD --- */


/* --- FOOTER --- */
.viewfullsite {
    padding: 20px 0 20px;
}

footer {
    font-size: 13px;
    min-height: 76px;
    background-color: #051227;
    padding: 50px 0;
    color: #fff;
}

    footer .footlogo {
        display: block;
        padding-bottom: 15px;
        max-width: 220px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #79ab47;
        }

    footer ul.links {
        list-style: none;
        margin: 16px 0 0;
        padding: 0;
    }

        footer ul.links:last-child {
            margin: 0 0 16px;
        }

        footer ul.links li {
            display: block;
            padding: 0 5px;
            text-decoration: underline;
            font-size: 15px;
            line-height: 28px;
        }

    footer ul.social {
        list-style: none;
        padding: 10px 0;
        font-size: 13px;
        text-align: right;
    }

        footer ul.social li {
            display: inline;
            padding: 0 6px;
        }

    footer ul.contact {
        list-style: none;
        padding: 2px 0 0;
    }

        footer ul.contact li {
            display: inline;
            padding: 0 12px 0 0;
            text-decoration: none;
        }

    footer .fa-2x {
        font-size: 40px;
    }

    footer svg {
        fill: #fff;
        display: inline-block;
        vertical-align: bottom;
    }

        footer svg:hover {
            fill: #79ab47;
        }

#mobilefootersocial svg:hover {
    fill: #fff;
}

    footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5 {
        float: right !important;
    }
/* --- / FOOTER --- */


/* --- BUTTONS --- */
.btn-dkgreen, .btn-default {
    color: #fff !important;
    font-size: 15px;
    padding: 5px 20px;
    background-color: #59862d;
    border-color: #59862d;
    border-radius: 0;
}

    .btn-dkgreen:hover, .btn-default:hover, .btn-default:active, .btn-default:focus {
        color: #fff !important;
        background: linear-gradient(to bottom, #59862d 0,#669933 100%); /* W3C */
        background-color: #59862d;
        border-color: #59862d;
    }

.btn-dkgreen-ch {
    color: #fff;
    border-radius: 0px;
    background-color: #0A254B;
    border-color: #0A254B;
}

    .btn-dkgreen-ch:hover {
        color: #fff;
        background-color: #59862d;
        border-color: #59862d;
    }


.btn-ltgreen {
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    background-color: #0a254b;
    border-color: #0a254b;
    border-radius: 0;
}

    .btn-ltgreen:hover {
        color: #fff;
        background: #86b854; /* Old browsers */
        background: linear-gradient(to bottom, #79ab47 0,#86b854 100%); /* W3C */
        border-color: #86b854;
    }
/* --- / BUTTONS --- */


/* --- MISC --- */

a.products.studentaid, a.products.ask, a.products.nasfaau {
    display: block;
}

#refinesearch_content h2.display-inline {
    line-height: 36px;
}

.display-inline {
    display: inline;
    vertical-align: top;
}

.clear {
    clear: both;
}

.img-left-aligned {
    float: left;
    margin: 10px 10px 10px 0;
}

.img-right-aligned {
    float: right;
    margin: 10px 0 10px 10px;
}

.small-text {
    font-size: 12px;
}

.red-text, .red-text a {
    color: #CB2027 !important;
}

.sm-red {
    color: #CB2027;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
}

    .sm-red a {
        color: #CB2027 !important;
        font-weight: 600 !important;
        text-decoration: underline !important;
    }

.blue-bold {
    color: #24557b;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
}

    .blue-bold a {
        color: #24557b !important;
        font-weight: 600 !important;
        text-decoration: underline !important;
    }

.orange-font {
    color: #DE7E26;
    font-weight: 400;
}

    .orange-font a {
        color: #E90 !important;
        font-weight: 400 !important;
        text-decoration: underline !important;
    }

.green-bold {
    color: #59862d;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
}

    .green-bold a {
        color: #59862d !important;
        font-weight: 600 !important;
        text-decoration: underline !important;
    }

.green-button-link {
    background-color: #59862d;
    border-color: #59862d;
    border-radius: 0px;
    color: #FFF !important;
    display: inline;
    margin: 0 6px;
    font-size: 14px;
    padding: 5px 12px;
}

    .green-button-link:hover {
        color: #fff;
        background: #669933;
        background: -moz-linear-gradient(top, #59862d 0, #669933 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#59862d), color-stop(100%,#669933));
        background: -webkit-linear-gradient(top, #59862d 0,#669933 100%);
        background: -o-linear-gradient(top, #59862d 0,#669933 100%);
        background: -ms-linear-gradient(top, #59862d 0,#669933 100%);
        background: linear-gradient(to bottom, #59862d 0,#669933 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59862d', endColorstr='#669933',GradientType=0 );
        border-color: #2A6496;
        text-decoration: none;
    }

.updating {
    cursor: wait;
    opacity: 0.5;
}

    .updating * {
        cursor: wait;
    }

.padding-top-14 {
    padding-top: 14px;
}

.table-active thead {
    background: #3498db;
}

.table.table-active > thead > tr > th {
    color: #fff !important;
}

.table-active .fa-check {
    color: #428BCA;
}

table.table-noborder td, table.table-noborder th {
    border-width: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.m-auto {
    margin: auto;
}

label.error {
    color: #a94442;
    display: none;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}

.form-vertical .form-horizontal .form-group > label {
    text-align: left;
}

.form-horizontal .form-vertical .form-group > label {
    float: none;
    padding-top: 0;
    text-align: left;
    width: 100%
}

.form-horizontal .form-vertical .form-control {
    margin-left: 0;
}

.form-horizontal .form-vertical.form-actions,
.form-horizontal .form-vertical .form-actions {
    padding-left: 20px;
}

.form-group .form-group {
    margin-bottom: 0;
}
/* --- /MISC --- */


/* --- RESPONSIVES --- */
@media (max-width: 1023px) {
    #head {
        padding-top: 9px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 69px !important;
    }

    #topheader {
        height: 64px !important;
    }

        #topheader .head-actions {
            display: none;
        }

    .head-actions-mobile {
        display: block;
    }

    #head .logo img {
        height: 36px !important;
    }

    #head .logo {
        padding-top: 6px !important;
    }

    #head .menu-icon {
        display: block;
        float: left;
        padding-right: 14px !important;
    }

    #navcontainer {
        display: none;
    }

    #dashboard_head h2 {
        padding-top: 6px;
    }

    #dashboard_head h3 .dashboard {
        line-height: 30px !important;
        margin-top: 20px !important;
    }

    #dashboard_content .border-right {
        border-right: none !important;
        min-height: 20px !important;
    }

    #dashboard_content .col-md-4 {
        padding: 6px 20px 20px !important;
    }

    footer .col-md-5 {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    #searchmobile {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    footer .footlogo {
        text-align: center;
        margin: auto;
    }

    footer .col-md-5, footer .col-md-4, footer .col-md-3, footer .col-md-2 {
        width: 100% !important;
        text-align: center !important;
    }

    footer ul.social {
        text-align: center !important;
    }

    footer {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* --- / RESPONSIVES --- */
