
/** HEADER **/

    #universal-menu.top-bar.expanded {
        height: auto;
    }
    #universal-menu .title-area img {
        width: 180px;
    }

    .top-bar-section ul li > a.parent-link {
        display:none;
    }
    /**
     * remove column padding for mobile
     */
    #universal-menu #more-dropdown .column,
    #universal-menu #more-dropdown .columns {
        padding-left: 0;
        padding-right: 0;
    }
    #universal-menu .top-bar-section .dropdown label {
        color: #A67F31;
        font-size: .8rem;
        padding: 10px 15px 8px;
    }

    .top-bar ul,
    .top-bar li,
    .top-bar label,
    .top-bar a,
    .top-bar-section ul,
    .top-bar-section li,
    .top-bar-section ul li,
    .top-bar-section label,
    .top-bar-section a,
    .top-bar-section li:not(.has-form) a:not(.button),
    .top-bar.expanded .title-area {
        background: none;
    }

    #hide_arrow {
        background-color: #333;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
    }
    #universal-menu {
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    #universal-menu .top-bar-section .has-dropdown > a i:after {
        display: none;
    }
    #universal-menu .top-bar-section .has-dropdown > a{
        padding: auto 0.9375rem !important;
    }
    #universal-menu .top-bar-section .has-dropdown > a {
        padding-right: 0.9375rem !important;
    }
    .fa.main-menu-icon {
        display: none
    }
    #universal-menu .title.back.js-generated{
        background-color: #444;
    }
    /** Search **/
    #universal-menu.top-bar input,
    #universal-menu.top-bar .button,
    #universal-menu.top-bar button {
        height: 2.3125rem;
        top: 0;
    }
    #universal-menu #search_btn{
        background-color: #222;
        border-color: #1a1a1a;
        padding: 0;
    }
    #universal-menu #search_btn:hover{
        background-color: #111;
    }
    #universal-menu #search_btn .fi-magnifying-glass{
        color: #ccc;
    }
    .dropdown .back.js-generated h5 a::before {
        content: "\2039\2039\2002";
    }
    .top-bar-section .dropdown li.parent-link a {
        display: none;
    }

/** FOOTER **/

   #footer-thin{  
       background-color: #333;
       color: #666;
       font-size: 1em;
       font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
       
    }
   #footer-thin a{
        color: #666;
        text-decoration: underline;
    }
    #footer-thin .footer-content {
        line-height: 1.3em;
        text-align: center;
    }
    #footer-thin .footer-social {
        border-bottom: 1px dotted #a67f31;
        padding: 7px 0;
        text-align: center;
    }
    #footer-thin .footer-social > a {
        margin-left: 3px;
    }
    #footer-thin #footer-copy{
        display: block;
        font-size: 80%;
        line-height: 2em;
        text-align: center;
    }
    #footer-thin .footer-right{
        padding: 20px 0;
    }
    #footer-thin .footer-right .fa{
        padding-right: 3px;
    }
    #footer-thin #footer-affiliates {
        background-color: #2a2a2a;
        color: #666;
        font-size: 1rem;
    }
    #footer-thin #footer-affiliates a{
        color: #666;
        text-decoration: none;
    }
    #footer-thin #footer-affiliates .columns{
        padding: 0;
    }
    #footer-thin #footer-affiliates ul{
        margin: 0;
    }
    #footer-thin #footer-affiliates #footer-affiliates-mobile{
        margin: 20px;
    }
    #footer-thin .wakewill-prompt{
        background: #1a1a1a;
        padding: 10px;
    }
    #footer-thin .wakewill-prompt a{
        text-decoration: none;
    }
    #footer-thin #wakewill-prompt-first{
        color: #a67f31;
        font: 16px/18px Palatino,"Book Antiqua",serif;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    #footer-thin #wakewill-prompt-second{
        color: #999;
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0.02em;
    }

/** MEDIA QUERIES **/

    /** small **/
    @media only screen and (max-width: 40em) {
        #universal-menu .small-menu-border {
            border-bottom: 1px solid #555;
        }
        #universal-menu .top-bar-search{
            margin: 16px 0;
        }
    }

    /** medium **/
    @media only screen and (min-width: 40.063em) {

        /*
         #universal-menu,
         #universal-menu.top-bar,
         #universal-menu.top-bar .name {
             height: auto;
             min-height: 95px;
         }
        */
        #universal-menu.top-bar{
            height: auto;
        }
         #universal-menu > .top-bar-section {
            display: block;
            float: none;
         }

        #universal-menu > .top-bar-section > ul {
            /*border-bottom: 2px dotted #A67F31; */
            /*clear: both;*/
            display: block;
            margin-top: 16px;
            /*float: none !important;*/
            /*
            height: 50px !important;
            margin-bottom: 15px;
            margin-top: 28px;
            */
        }
        #universal-menu.top-bar .name h1 a {
           padding: 0;
        }
        #universal-menu .title-area{
            margin: 10px 15px;
        }
        #universal-menu .title-area img {
            width: 300px;
        }

        #universal-menu .top-bar-section li:not(.top-bar-search) a{
            color: #999;
            text-transform: uppercase;
        }
        #universal-menu .top-bar-section li:not(.has-form) a:not(.button){
            font-size: 13px;
            line-height: 37px;
        }

        #universal-menu #more-dropdown {
            background-color: #555555;
            /* max-width: 632px; */
            position: relative;
            z-index: 205;
        }

        #universal-menu #more-dropdown ul,
        #universal-menu #more-dropdown li,
        #universal-menu #more-dropdown label,
        #universal-menu #more-dropdown a {
            background: none;
        }
        #universal-menu #more-dropdown .dropdown li:hover a {
            background-color: #333;
        }

        #universal-menu #more-dropdown li.columns ul,
        #universal-menu #more-dropdown li.columns li {
            float:none;
        }

        #universal-menu #more-dropdown .back {
            display: none;
        }

        #universal-menu #more-dropdown .has-dropdown {
            border-right: 1px dotted #FFFFFF;
            min-height: 280px;
        }
        #universal-menu #more-dropdown .has-dropdown:last-child {
            border-right: none;
        }
        #universal-menu .top-bar-section .has-dropdown {
            position: static;
        }
        #universal-menu .top-bar-section #more-dropdown .has-dropdown {
            position: static;
        }
        #universal-menu .top-bar-section #more-dropdown.has-dropdown > a:after {
            display: inline-block;
            position: relative;
        }

        #universal-menu .top-bar-section #more-dropdown {
            margin-top: 16px;
            padding-bottom: 30px;
            padding-top: 30px;
        }
        #universal-menu .top-bar-section li:not(.top-bar-search) {
            padding-top: 0;
        }
        #universal-menu .top-bar-section #more-dropdown li:not(.top-bar-search) a {
            color: #fff;
        }
        #universal-menu .top-bar-section #more-dropdown li:not(.top-bar-search) a:hover {
            color: #999999;
        }
        /**
         * Label
         */
        #universal-menu .top-bar-section #more-dropdown .dropdown label,
        #more-dropdown .label {
            color: #A67F31;
            font-size: 0.8rem;
            font-weight: normal;
            padding: 0 0.4rem;
            text-transform: none;
        }

        /**
         * reset padding for medium up
         */
        #universal-menu #more-dropdown .column,
        #universal-menu #more-dropdown .columns {
            padding-left: 0.275rem;
            padding-right: 0.275rem;
        }
        #universal-menu #more-dropdown > li {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.6;
            text-transform: capitalize;
        }
        #universal-menu #more-dropdown > li a {
            font-size: 0.6rem;
            padding: 0 0.4rem;
        }
        #universal-menu #more-dropdown > li#menu_iam {
            width: 14%;
        }
        #universal-menu #more-dropdown > li#menu_campus {
            width: 24%;
        }
        #universal-menu #more-dropdown > li#menu_academic {
            width: 20.5%;
        }
        #universal-menu #more-dropdown > li#menu_schools {
            width: 28%;
        }
        #universal-menu #more-dropdown > li#menu_tools {
            width: 13%;
        }

        /** negate styling for has-dropdown and dropdown for anything under #more-dropdown */
        #universal-menu .top-bar-section #more-dropdown .has-dropdown {
            position: relative !important;
        }
        #universal-menu .top-bar-section #more-dropdown .dropdown {
            position: relative !important;
        }
        #universal-menu .top-bar-section .right li #more-dropdown.dropdown li .dropdown {
            right: inherit;
        }

        /** makes down arrow **/
        #universal-menu .top-bar-section .has-dropdown > a i:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: rgba(255,255,255,0.4) transparent transparent transparent;
            border-top-style: solid;
            position: relative;
            top: 2px;
        }
        /** makes up arrow **/
        #universal-menu .top-bar-section .has-dropdown.hover > a i:after {
            border-color: transparent transparent rgba(255,255,255,0.4) transparent;
            top: -3px;
        }
        /** makes up arrow **/
        .top-bar-section .has-dropdown.hover > a:after {
            border-color: transparent transparent rgba(255,255,255,0.4) transparent;
            top: 17px;
        }

        /**Search**/
        #universal-menu .top-bar-search {
            margin-right: 15px;
        }
        #universal-menu .top-bar-search #search_form > div {
            max-width: 200px;
        }
        

        /* New Menu Styles */

/*
        .top-bar ul.title-area .name h1{
            position:relative;
            top:20px;
        }
*/

        .top-menu-button-wrapper {
            margin-right: 15px !important;
            margin-bottom: 35px;
            width: 17% !important;
        }
        #menu-admissions {
            margin-left: 15px !important;
        }
        .top-menu-button-wrapper:last-child {
            margin-right: 0px !important;
        }

        .top-menu-button {
            border-radius: 5px 5px 5px 5px;
            background-color: #737373 !important;
            padding: 5px 10px;
            text-align: center;
            letter-spacing: 2px;
        }
        .top-menu-button-wrapper:hover {

        }
        .top-menu-button:hover {
            color:#fff !important;
            background-color:#696969 !important;
        }
        .fa.main-menu-icon {
            display: inline-block;
        }

        /* End New Menu Styles */


       #footer-thin{
           font-size: 60%;
        }

        /** FOOTER **/
        #footer-thin .footer-right, #footer-affiliates {
            font-size: 12px;
        }
        #footer-thin .footer-content{
            padding-top: 15px;
            padding-bottom: 10px;
            text-align: left;
        }
        #footer-thin .footer-social {
            text-align: right;
        }
        #footer-thin .footer-social img{
            width: 25px;
            height: 25px;
        }
        #footer-thin #footer-copy {
            text-align: right;
        }
        #footer-thin #footer-affiliates ul li{
            display: inline;
            font-size: 12px;
            border-right: #888 1px solid;
            padding: 2px 5px;
        }

    }
/*     MEDIUM */
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #footer-thin #footer-affiliates-1 li:last-child, #footer-thin #footer-affiliates-2 li:last-child {
            border-right: none;
        }
    }
    /** large **/
    @media only screen and (min-width: 64.063em) {

        #universal-menu > .top-bar-section > ul {
            clear: none;
            display: inline;
            float: right !important;
            height: auto !important;
        }
        #universal-menu #more-dropdown {
            width: 850px;
        }

        #universal-menu #more-dropdown .column,
        #universal-menu #more-dropdown .columns {
            padding-left: 0.875rem;
            padding-right: 0.875rem;
        }

        #universal-menu #more-dropdown .has-dropdown {
            min-height: 310px;
        }
        #universal-menu .top-bar-section #more-dropdown {
            margin-top: 16px;
            position:relative;
            z-index:9999;
        }

/*          #universal-menu > .top-bar-section { */
/*             display: inline; */
/*             float: right; */
/*          } */

/*         #universal-menu > .top-bar-section > ul { */
/*             border-bottom: 2px dotted #A67F31; */
/*             clear: both; */
/*             display: block; */
/*             float: none !important; */
/*             height: 50px !important; */
/*             margin-bottom: 15px; */
/*         } */

        #universal-menu .top-bar-section #more-dropdown .dropdown label,
        #more-dropdown .label {
            font-size: 1rem;
        }
        #universal-menu #more-dropdown > li a {
            font-size: 0.75rem;
        }
        #universal-menu #more-dropdown > li#menu_iam {
            width: 14%;
        }
        #universal-menu #more-dropdown > li#menu_campus {
            width: 22.5%;
        }
        #universal-menu #more-dropdown > li#menu_academic {
            width: 20.5%;
        }
        #universal-menu #more-dropdown > li#menu_schools {
            width: 26%;
        }
        #universal-menu #more-dropdown > li#menu_tools {
            width: 17%;
        }

        /* New Menu Styles */

/*
        .top-bar ul.title-area .name h1{
            position:relative;
            top:20px;
        }
*/

        .top-menu-button-wrapper {
            margin-right: 40px !important;
            margin-bottom: 35px;
            width: 15% !important;
        }
        #menu-admissions {
            margin-left: 40px !important;
        }
        .top-menu-button-wrapper:last-child {
            margin-right: 0px !important;
        }

        .top-menu-button {
            border-radius: 5px 5px 5px 5px;
            background-color: #737373 !important;
            padding: 5px 10px;
            text-align: center;
            letter-spacing: 2px;
        }
        .top-menu-button-wrapper:hover {

        }
        .top-menu-button:hover {
            color:#fff !important;
            background-color:#696969 !important;
        }
        .fa.main-menu-icon {
            display: inline-block;
        }

        /* End New Menu Styles */

        #footer-thin .footer-content {
            padding-top: 25px;
            padding-bottom: 0;
        }
        #footer-thin #footer-affiliates ul{
            margin: 5px 0;
        }
        #footer-thin #footer-affiliates-2 li:last-child {
            border-right: none;
        }
    }