﻿@import url('//fonts.googleapis.com/css?family=Nunito:400,700,300');
@import url('//fonts.googleapis.com/css?family=Nunito+Sans:400,700,800');

/* Table of Contents
    I. Reset Styles
    II. Base Styles
    III. Header
    IV. Navigation
    V. Content Styles
    VI. Home Styles
    VII. Footer
    VIII. Misc
    IX. Degree Page Content Section    
*/

/* I. Reset Stylesheet */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    button.toggler {
        width: 100%;
        text-align: left;
        background-color: inherit;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}

em {
    font-style: italic;
    font-family: Arial, Verdana, sans-serif;
}

/* II. Base Styles */

body {
    font-size: 1em;
    line-height: 1.25em;
    font-family: Arial, Verdana, sans-serif;
}

#site-wrapper {
    background: #fff url(/images/header-bg-fabric-shading-repeat.jpg) repeat-x center top;
}

.site-header {
    margin: 0px auto;
    max-width: 1280px;
    height: 155px;
}

.main-logo {
}

    .main-logo a {
        display: inline-block;
        margin: 70px 0px 0px 18px;
    }

    .main-logo img {
        max-width: 335px;
        width: 100%;
        height: auto;
    }

.keystone-wrapper {
    text-align: center;
    display: block;
    overflow: visible;
    max-width: 1280px;
    height: 0px;
}

.seal-keystone {
    margin: 0px auto;
    display: inline-block;
}

    .seal-keystone img {
        max-width: 215px;
        width: 100%;
        height: auto;
    }

/* wrappers */
#full-site-wrap {
    width: 100%;
}

.content-wrapper {
    padding: 0px 30px;
}


#middle-content-wrap {
    margin: 0px auto;
    width: 1000px;
}

#third-level-content-wrap {
    margin: 0px;
    padding: 0px 20px 20px;
    width: 710px;
    float: left;
    background-color: #CCC;
}

/* columns */

.col-1000 {
    margin: 55px auto 0px;
    /*width: 1000px;*/
    max-width: 1280px;
}

.degree-search {
    padding: 30px;
    background-color: #FFF;
    overflow: hidden;
}

.col-750 {
    /*float: left;*/
    /*width: 750px;*/
    background-color: #FFF;
    overflow: hidden;
}

.col-500 {
    /*float: left;*/
    /*width: 500px;*/
    background-color: #333;
    overflow: hidden;
}

#left-column {
    margin: 0px 30px 30px 0px;
    float: left;
    width: 220px;
}

#right-column {
    float: right;
    width: 250px;
    background-color: #666;
}

/* III. Header */

header .container-fluid {
    height: auto;
    background: transparent;
}

#search-row {
    margin: 10px 0px 0px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    height: 65px;
}

    #search-row a {
        text-decoration: none;
        color: #FFF;
        text-transform: uppercase;
        font-size: 12px;
        top: 20px;
        left: 80px;
        position: absolute;
    }

        #search-row a:hover {
            color: #D6A800;
        }

        #search-row a span {
            margin-left: 20px;
            color: #D6A800;
        }

        #search-row a img {
            margin-right: 5px;
        }

        #search-row a#header-login-link {
            top: 20px;
            left: 0px;
        }

    #search-row input {
        margin: 10px 0px 10px 0px;
        padding: 12px 5px 12px 35px;
        width: 175px;
        border: none;
        background: #FFF url(/images/search-icon.png) no-repeat 10px 14px;
        float: right;
        border-radius: 0.4em;
        -moz-border-radius: 0.4em;
        -webkit-border-radius: 0.4em;
        font-size: 12px;
        color: #333;
    }

#request-apply-wrapper {
    margin: 17px auto 0px;
    width: 360px;
}

#request-info-button {
    width: 174px;
    height: 38px;
    display: inline-block;
    background: transparent url(/images/design-sprite.png) no-repeat -265px -385px;
    border-radius: 0.4em;
}

    #request-info-button:hover {
        background: transparent url(/images/design-sprite.png) no-repeat -265px -511px;
    }

#apply-button {
    margin-left: 20px;
    width: 159px;
    height: 38px;
    display: inline-block;
    background: transparent url(/images/design-sprite.png) no-repeat -272px -443px;
    border-radius: 0.4em;
}

    #apply-button:hover {
        background: transparent url(/images/design-sprite.png) no-repeat -272px -569px;
    }

/* IV. Site Navigation */

#navbarSupportedContent .dropdown-item {
    padding: 2px 0px 3px 0px;
}

#main-nav-bs4 .navbar-brand {
    display: none;
}

#main-nav-bs4 .navbar-nav {
    width: 100%;
    position: relative;
}

#main-nav-bs4 .nav-item {
    width: 20%;
    text-align: center;
    border-right: 1px #FFF solid;
    border-left: 1px #FFF solid;
}

#main-nav-bs4 .navbar-nav li.show {
    background-color: #F1F1F1;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

#main-nav-bs4 .nav-item:hover {
    background-color: #F1F1F1;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

#main-nav-bs4 .nav-item .nav-link {
    font-weight: 700;
    color: #4F3674;
}

#main-nav-bs4 .dropdown {
    position: initial;
}

#main-nav-bs4 .dropdown-menu {
    left: unset;
    padding: 15px 10px;
    border-top: hidden;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    top: 111%;
}

#main-nav-bs4 .dropdown-menu-degree {
}

#main-nav-bs4 .dropdown-menu-prospect {
}

#main-nav-bs4 .dropdown-menu-admissions {
}

#main-nav-bs4 .dropdown-menu-student {
    right: 0px;
}

#main-nav-bs4 .dropdown-menu-about {
    right: 0px;
}

#main-nav-bs4 .bu-col {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: top;
}

    #main-nav-bs4 .bu-col p {
        margin: 2px 0px 5px 0px;
        padding-bottom: 10px;
        border-bottom: 1px #CCC solid;
        font-weight: bold;
        color: #4F3674;
    }

        #main-nav-bs4 .bu-col p:nth-child(n+2) {
            margin-top: 20px;
        }

    #main-nav-bs4 .bu-col .dropdown-item {
        line-height: 1.25em;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

#main-nav-bs4 .doe-message {
    margin: 20px 0px 0px;
    color: #333;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: none;
}

    #main-nav-bs4 .doe-message a {
        color: #333;
        text-decoration: none;
    }

#main-mobile-request-info-button {
    display: none;
}

.mobile-only {
    display: none;
}

.student-services-2col-menu { /* Div splitting student services menu into two columns */
    margin-right: 20px;
    float: left;
}

div.student-services-2col-menu p {
    margin: 1px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px #CCC solid;
    font-size: 0.8em;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #4F3674;
}

.nav-item.request-info-button {
    width: 149px;
    border: none;
    background-color: #D6A800;
}

    .nav-item.request-info-button:hover {
        width: 149px;
        border: none;
        background-color: #D6A800;
    }

    .nav-item.request-info-button div { /* Start now menu position */
        background-color: #D6A800;
        border: none;
        right: 0px;
        width: 117px;
        text-align: center;
    }

    .nav-item.request-info-button a {
        padding: 8px 20px;
        font-size: 1.2em;
        color: #000;
        line-height: 1.1em;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

    .nav-item.request-info-button ul.sub-nav-group li a {
        margin: 0px auto 10px;
        padding: 70px 0px 0px;
        font-size: 1em;
        color: #000;
        line-height: 1.25em;
        text-transform: none;
        display: block;
        width: 117px;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

a.start-now-apply {
    background: transparent url(/images/design-sprite.png) no-repeat -175px 10px;
}

    a.start-now-apply:hover {
        background: transparent url(/images/design-sprite.png) no-repeat -408px 10px;
    }

a.start-now-request-info {
    background: transparent url(/images/design-sprite.png) no-repeat -175px -115px;
}

    a.start-now-request-info:hover {
        background: transparent url(/images/design-sprite.png) no-repeat -408px -115px;
    }

a.start-now-credit-xfer {
    background: transparent url(/images/design-sprite.png) no-repeat -175px -240px;
}

    a.start-now-credit-xfer:hover {
        background: transparent url(/images/design-sprite.png) no-repeat -408px -240px;
    }

.help-login-nav-wrap {
    display: none;
}


/* Third Level Nav */

#left-side-menu {
    font-size: 1em;
    border-top: 1px #939597 solid;
    background-color: #4F3674;
    font-family: "Nunito", Arial, Verdana, sans-serif;
    font-weight: 300;
}

    #left-side-menu li.active {
        background-color: #3F2C5D; /* Third Level Nav Highlight Color */
    }

    #left-side-menu p, #left-side-menu button {
        margin: 0px;
        padding: 10px;
        color: #EEE5BC;
        font-size: 1em;
    }

    #left-side-menu .page-menu ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        border-top: 1px #939597 solid;
        font-size: 0.9em;
    }

        #left-side-menu .page-menu ul li {
            margin: 0px;
            padding-left: 10px;
            border-bottom: 1px #939597 solid;
        }

            #left-side-menu .page-menu ul li a {
                padding: 10px;
                color: #FFF;
                text-decoration: none;
                display: block;
            }

li.page-menu-break {
    padding: 5px;
    background-color: #F6F5F8;
}


/* Location Page Navigation */

#locNavWrap, #tabs {
    margin: 0px 0px 30px 0px;
}

    #locNavWrap ul, #tabs ul {
        margin: 0px;
        list-style-type: none;
        overflow: hidden;
    }

        #locNavWrap ul li, #tabs ul li {
            margin-right: 3px;
            float: left;
        }

            #locNavWrap ul li a, #tabs ul li a {
                padding: 20px 40px;
                background-color: #4F3674;
                color: #FFF;
                display: block;
                text-decoration: none;
            }

                #locNavWrap ul li a:hover, #tabs ul li a:hover, #tabs .activeTab a {
                    background-color: #D6A800;
                    color: #333;
                    text-decoration: none;
                }

/* V. Content Styles */

.col-1000 a, .col-750 a {
    color: #437288;
    text-decoration: underline;
}

    .col-1000 a:hover, .col-750 a:hover {
        color: #727577;
        text-decoration: none;
    }

p {
    margin: 0px 0px 15px 0px;
    font-size: 1em;
    line-height: 1.7em;
}

h1 {
    margin: 0px 0px 20px;
    font-size: 2em;
    line-height: 1.25em;
    color: #000;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-weight: 800;
}

h2 {
    margin: 0px 0px 20px;
    font-size: 1.3em;
    color: #333;
    line-height: 1.35em;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-weight: 700;
}

h3 {
    margin: 0px 0px 20px;
    font-size: 1.25em;
    color: #437288;
    line-height: 1.4em;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
}

/* List Styles */

.col-1000 ul, .col-750 ul {
    margin: 0px 0px 20px 45px;
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .bulleted, .col-750 .bulleted {
    margin: 0px 0px 20px 45px;
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .numbered, .col-750 .numbered {
    margin: 0px 0px 20px 45px;
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .noBullets, .col-750 .noBullets {
    margin: 0px 0px 20px 25px;
    list-style-type: none;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 ul li, .col-750 ul li, .numbered li, .bulleted li, .noBullets li {
    margin-bottom: 10px;
}

/* Quick Links */

.rightColumn {
    margin: 20px 0px 20px 20px;
    float: right;
    width: 180px;
}

.relatedLinks {
    margin-bottom: 20px;
}

    .relatedLinks ul {
        list-style-type: none;
        border-top: 1px #CCC solid;
    }

        .relatedLinks ul li {
            padding: 5px;
            font-size: 0.9em;
            border-bottom: 1px #CCC solid;
        }

/* VI. Home Styles
see homepage-styles.css */

/* VII. Footer */

#site-footer {
    /*background: url(/images/footer-seal_04.png) no-repeat #4F3674 center top;*/
    background: url(/images/footer-seal_04.png) no-repeat center top, linear-gradient(#2f1a45, #4F3674);
    clear: both;
    width: 100%;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    margin-top: 40px;
}

#footer-list-wrap {
    margin: 0px auto;
    padding: 50px 0px;
    max-width: 1280px;
}

.footer-list {
    margin: 0px 40px 0px 0px;
    font-size: 1em;
}

    .footer-list li,
    .footer-list-wide li {
        margin-bottom: 15px;
    }

        .footer-list li a,
        .footer-list-wide li a {
            color: #EEE5BC;
            text-decoration: none;
        }

            .footer-list li a:hover,
            .footer-list-wide li a:hover {
                color: #FFF;
                text-decoration: none;
            }

.footer-list-wide {
    margin: 0px 30px 0px 0px;
    width: 570px;
    font-size: 0.9em;
}

    .footer-list-wide ul {
        margin: 0px 20px 0px 0px;
        padding-left: 20px;
        width: 200px;
        font-size: 0.9em;
    }

        .footer-list-wide ul.ql-sml {
            padding-left: 20px;
            width: 120px;
            font-size: 0.9em;
        }

#contact-us-info {
    font-size: 0.9em;
    color: #FFF;
}

    #contact-us-info a {
        color: #EEE5BC;
        text-decoration: none;
    }

        #contact-us-info a:hover {
            color: #FFF;
            text-decoration: none;
        }

#site-footer h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    color: #FFF;
    border-bottom: 1px #FFF solid;
    font-size: 1.2em;
}

#footer-list-social {
    margin: 20px 0px;
    list-style-type: none;
}

    #footer-list-social li {
        display: inline-block;
    }

        #footer-list-social li a {
            width: 40px;
            display: block;
        }

            #footer-list-social li a:hover {
                -moz-opacity: 0.5;
                -webkit-opacity: 0.5;
                opacity: 0.5;
            }

#bottom-links {
    margin: 20px 0px 30px;
    clear: both;
    padding-top: 30px;
    text-align: center;
    list-style-type: none;
    font-size: 0.8em;
    color: #FFF;
}

    #bottom-links li {
        padding: 0px 20px;
        display: inline;
    }

        #bottom-links li a {
            color: #FFF;
            text-decoration: none;
        }

            #bottom-links li a:hover {
                color: #FFF;
                text-decoration: underline;
            }

.get-adobe-reader {
    margin: 0px auto;
    width: 158px;
    display: block;
}

/* VIII. Misc */

.superscript {
    vertical-align: 0.2em;
    font-size: 0.8em;
}

hr.seperator {
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background: #333;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.visuallyhidden { /*Used to hide text from sighted users but will be seen by screen readers*/
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hide-text { /* Kellum Method for Image Replacement */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#full-page-wrap {
    margin: 40px auto 0px;
    width: 1000px;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.headerImage { /* Class for legacy header images so they come over properly */
    margin-bottom: 20px;
    max-width: 465px;
    height: 181px;
    display: block;
}

.header-image {
    margin-bottom: 30px;
    display: block;
}

ul.videoRow { /* Removes list style for FATV video thumbnails */
    list-style-type: none;
    width: 300px;
}

    ul.videoRow li {
        margin-right: 10px;
        display: inline-table;
    }

ul.news-share-nav { /* Twitter & Facebook Share Count Menu */
    list-style-type: none;
    float: right;
}

.photoCredit { /* image caption text */
    font-size: 16px;
    font-style: italic;
}

.field-off {
    margin: 0px;
    padding: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

.multicolumn-ul { /* Flexbox fix for multi-column bulleted lists */
    display: flex;
}

    .multicolumn-ul ul { /* Flexbox fix for multi-column bulleted lists */
        margin-right: 20px;
    }


/* Campus Alert Styles */

#CampusAlert {
    padding-top: 30px;
}

#campus-alert-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #AB162B;
    color: #FFF;
}

p.alert-title {
    margin: 0px 30px 10px 0px;
    font-size: 2em;
    line-height: 1.15em;
    float: left;
    text-transform: uppercase;
    font-family: "Nunito", Arial, Verdana, sans-serif;
    font-weight: 400;
}

    p.alert-title span {
        font-size: 1.4em;
        float: left;
        color: #D6A800;
    }

#divStaffMessage,
#divStudentMessage {
    margin: 0px 30px 20px 0px;
    float: left;
}

    #divStaffMessage a,
    #divStudentMessage a {
        color: #FFF;
        font-weight: bold;
        text-decoration: underline;
    }


/* COVID-19 WEBSITE HEADER BAR */

.covid-19-bar-wrapper {
    padding: 10px;
    background-color: #2f1a45;
}

.covid-19-bar-content {
    margin: 0px auto;
    max-width: 1240px;
    color: #FFF;
}

p.covid-19-headline {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

    p.covid-19-headline span {
        margin-right: 5px;
        padding: 0px 10px;
        color: #2f1a45;
        font-weight: 800;
        background-color: #D6a800;
        border-radius: 10px;
    }

p.covid-19-headline a {
    color: #D6a800;
    white-space: nowrap;
}

p.covid-19-bar-subtext {
    margin: 0px 0px 10px 40px;
}

/* Form Validation Error Text Styles */
div.validation-summary ul, label span {
    color: #AB162B;
}

    div.validation-summary ul li {
        margin-bottom: 0px;
    }

/* Form Submit Button Styles */

#form-submit-button {
    padding: 10px 20px;
    display: block;
    float: left;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", Arial, Verdana, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4F3674;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

    #form-submit-button:hover {
        background-color: #D6A800;
    }

/* CPE Application Callout */

.cpe-apply-callout {
    margin: 0px 0px 30px 30px;
    padding: 20px;
    background: #f6f6f8;
    float: right;
    width: 300px;
    font-size: 0.9em;
    border: 1px #CCC solid;
}

    .cpe-apply-callout h2 {
        color: #333;
        font-size: 1.5em;
        font-weight: 700;
    }

    .cpe-apply-callout ul {
        margin-left: 25px;
    }

    .cpe-apply-callout .cpe-apply-callout-button {
        padding: 20px;
        width: 100%;
        display: block;
        background-color: #4F3674;
        color: #FFF;
        text-align: center;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 1.25em;
        text-decoration: none;
    }

        .cpe-apply-callout .cpe-apply-callout-button:hover {
            padding: 20px;
            width: 100%;
            display: block;
            background-color: #D6A800;
            color: #333;
            text-align: center;
            font-family: "Nunito", Arial, Verdana, sans-serif;
            font-weight: 400;
            font-size: 1.25em;
            text-decoration: none;
        }

.cpe-apply-callout-phone {
    margin: 20px 0px 0px;
    text-align: center;
}

.naadac-wrapper {
    margin: 0px 0px 30px 30px;
    width: 300px;
    float: right;
}

    .naadac-wrapper img {
        margin: 0px auto;
        width: 168px;
        display: block;
    }

/* Financial Aid Forms Callout */

.financial-aid-forms-callout {
    margin: 20px 0px 20px 20px;
    padding: 20px;
    float: right;
    width: 250px;
    background-color: #f6f6f8;
    border: 1px #CCC solid;
}

    .financial-aid-forms-callout a {
        padding: 20px;
        width: 100%;
        display: block;
        background-color: #4F3674;
        color: #FFF;
        text-align: center;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 1.25em;
        text-decoration: none;
    }

        .financial-aid-forms-callout a:hover {
            background-color: #D6A800;
            color: #333;
        }

/* IX. Degree Page Content Section */
.floatRight {
    margin: 15px 0px 15px 15px;
    float: right;
}

.floatLeft {
    margin: 15px 15px 15px 0px;
    float: left;
}

p.intro {
    font-size: 1.2em;
}

/* Degree Search Box and Table Styles */
.margin-bottom-20 {
    margin-bottom: 20px;
}

.degreeListTable tr.altRow, .altRow {
    background-color: #F5F5F5;
}

/* BEGIN TUITION TABLE STYLES */

.tuition-table {
    width: 500px;
}

aside .tuition-table {
    width: 100%;
}

.tuition-wrapper {
    max-width: 400px;
}


/* Accreditation statement */

#degree-accreditation {
    display: table;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px #CCC solid;
}

    #degree-accreditation p {
        font-size: 1em;
    }

.current-student-requirement {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

/* Expandable Toggler */

.toggleable, .thirdLevelNavToggler {
    background: #eee;
}

a.toggler {
    text-decoration: none;
    color: #333;
}

    a.toggler:hover {
        cursor: pointer;
    }

.toggler i {
    display: inline-block;
    color: white;
    background: #4F3674;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 17px;
    font-family: verdana;
}

    .toggler i.icon-caret-right {
        padding: 6px 17px;
        background-color: #D25D12;
    }

    .toggler i + span {
        margin: 0px 0px 0 4px;
    }

.toggle-container {
    display: block;
    border: 1px solid rgb(238, 238, 238);
    padding: 12px;
    margin: 0px;
    background: rgb(255, 255, 255);
    top: initial !important;
    width: initial !important;
    height: initial !important;
}

#left-side-menu .toggleable, #left-side-menu .thirdLevelNavToggler {
    background: none;
    border-bottom: 1px solid #666;
}

#left-side-menu .toggle-container {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
    background: none;
}

li.note_asterisk a .note_asterisk:after, li.note_asterisk button .note_asterisk:after {
    content: " * "; /*"\2217";*/
}

li.note_dagger a .note_dagger:after, li.note_dagger button .note_dagger:after {
    content: " \2020 ";
}

/* Toggler styles */
.icon-caret-right:before {
    content: " - " /*"\f0da"*/
}

.icon-caret-down:before {
    content: " + " /*"\f0d7";*/
}

#head-mainmenu-row {
    margin-right: 30px;
    display: block;
}

/** Course control V3 **/

.courseV3-control-wrapper {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 10px;
}

.courseV3-control-button {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    width: 100%;
    color: #2f1a45;
    background: #FFF;
    font-size: 19px;
    line-height: 25px;
}

    .courseV3-control-button:focus {
        outline: 1px dotted;
    }

.courseV3-control-number {
    flex: 0 1 auto;
    text-align: left;
    min-width: 50px;
    width: 25%;
    padding-right: 5px;
}

.courseV3-control-name {
    flex: 1 2 auto;
    text-align: left;
    width: 100%;
}

.courseV3-control-credits {
    flex: 0 0 auto;
    text-align: right;
    text-wrap: none;
    margin: 0px 5px;
    min-width: 80px;
    max-width: 110px;
}

.courseV3-control-expander-icon {
    font-weight: 400;
    font-size: 30px;
}

.courseV3-control-button .courseV3-control-expander-icon { /* OPEN TOGGLER */
    flex: 0 0 20px;
}

    .courseV3-control-button .courseV3-control-expander-icon::before { /* OPEN TOGGLER */
        content: "-";
    }

.courseV3-control-button.collapsed .courseV3-control-expander-icon { /* COLLAPSED TOGGLER */
    flex: 0 0 20px;
}

    .courseV3-control-button.collapsed .courseV3-control-expander-icon::before { /* OPEN TOGGLER */
        content: "+";
    }

/**
bootstrap UI overrides    
**/
.btn-default-lg, .btn-default {
    color: #fff;
    background-color: rgb(79, 54, 116);
}

    .btn-default-lg:hover, .btn-default:hover {
        color: #fff;
        background-color: rgba(79, 54, 116, 0.6);
    }

.btn-warning {
    color: #ffffff;
    background-color: #d6a800;
    border-color: #eea236;
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }
