/*
Theme Name: Brown and Gold Default Theme
Theme URI: http://ologie.com/
Description: Brown and Gold
Version: 1.0
Author: Nicole Rodriguez, Adelphi University
Author URI: https://www.adelphi.edu/
Tags: custom
Template: adelphi.edu

*/

#gform_33 .gfield_label {
    font-size: 16px;
    text-transform: uppercase;
}

#gform_33 .gfield_description {
    font-size: 14px;
}

#gform_33 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(2),
#gform_33 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(3) {
    color: #50a109;
}

#gform_33 table.gsurvey-likert th.gsurvey-likert-choice-label:last-child,
#gform_33 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(5) {
    color: #ad2323;
}

#gform_33 table.gsurvey-likert td.gsurvey-likert-row-label {
    text-align: left !important;
    padding: 10px !important;
}

#gform_34 .gfield_label {
    font-size: 16px;
    text-transform: uppercase;
}

#gform_34 .gfield_description {
    font-size: 14px;
}

#gform_34 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(2),
#gform_34 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(3) {
    color: #50a109;
}

#gform_34 table.gsurvey-likert th.gsurvey-likert-choice-label:last-child,
#gform_34 table.gsurvey-likert th.gsurvey-likert-choice-label:nth-child(5) {
    color: #ad2323;
}

#gform_34 table.gsurvey-likert td.gsurvey-likert-row-label {
    text-align: left !important;
    padding: 10px !important;
}

#slate-form {
    width: 300px;
    float: right;
    margin: 10px !important;
}


/*-----AWB Plugin - Bragbox Feature----*/

#callout-feature {
    max-width: 900px;
    margin: 0 auto;
}

#callout-feature .nk-awb {
    text-align: center;
}

#callout-feature .nk-awb .nk-awb-inner,
#callout-feature .nk-awb .nk-awb-overlay,
#callout-feature .nk-awb .nk-awb-wrap {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 150%);
}

#callout-feature .nk-awb .label,
#callout-feature .nk-awb .label a {
    padding-top: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4em;
    font-weight: 400;
    margin: .5em;
    font-size: .9rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#callout-feature .nk-awb hr {
    width: 150px;
    border-top: 2px solid #ffb500;
    margin: 0 auto;
    margin-top: 1.2em;
    margin-bottom: 1.9em;
}

#callout-feature .nk-awb h2,
#callout-feature .nk-awb h2 a {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 3.3rem;
    font-weight: 300;
    margin: 0;
    padding: 2%;
    display: block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#callout-feature .nk-awb .description,
#callout-feature .nk-awb .description a {
    /*font-family: 'TiemposText', Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif;*/
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0 10% 2rem 10%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#callout-feature .nk-awb p#border-button-container {
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

#callout-feature .nk-awb a.border-button {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.1875;
    border-width: 0;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 25px 18px;
    color: #fff;
    box-shadow: inset 0 0 0 1px #ffb500;
    margin-right: .5rem;
    margin-bottom: 2rem;
    margin-left: .5rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear;
    cursor: pointer;
    pointer-events: visible;
}

#callout-feature .nk-awb a.border-button:hover {
    background: #ffb500;
    box-shadow: inset 0 0 0 1px #fff;
    color: #000;
    transform: scale(1);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


/* ---------------- SERVICE ---------------- */

table.double {
    width: 100%;
    vertical-align: top;
}

.double th {
    font-size: 18px;
    padding: 2% 0 1% 0;
}

.double td {
    width: 50%;
    padding: 5px;
}

#tab {
    width: 750px;
    margin-top: 15px;
}

td.catalogRight {
    border-bottom: 7px solid #fff;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

h2.catalog {
    border-bottom: 7px solid #fff;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #666666;
    color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog {
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #666666;
    color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-arts,
h2.catalog-arts {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-stem,
h2.catalog-stem {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-professional,
h2.catalog-professional {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-health,
h2.catalog-health {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-cas,
h2.catalog-cas {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-nursing,
h2.catalog-nursing {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-business,
h2.catalog-business {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-swk,
h2.catalog-swk {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-uc,
h2.catalog-uc {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-soe,
h2.catalog-soe {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td.catalog-derner,
h2.catalog-derner {
    background-color: #666666;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

td:hover.catalog-arts,
td:hover.catalog-stem,
td:hover.catalog-professional,
td:hover.catalog-health {
    background-color: #ffb500;
    color: #000000;
}

td:hover.catalog-cas,
td:hover.catalog-nursing,
td:hover.catalog-business,
td:hover.catalog-swk,
td:hover.catalog-uc,
td:hover.catalog-soe,
td:hover.catalog-derner {
    background-color: #ffb500;
    color: #000000;
}

a.catalogCategory {
    text-decoration: none;
    color: #fff;
    /*font-family: 'Graphik', Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: 600;
}

a.catalogCategoryLeft {
    text-decoration: none;
    color: #fff;
    /*font-family: 'Graphik', Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

a:hover.catalogCategoryLeft,
a:hover.catalogCategory {
    color: #000000;
}

div.catalogBorders {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #CCCCCC;
}

div.catalogTaxonomyList {
    font-size: 11px;
}

ul.tabbernav li a:link {
    font-weight: normal !important;
    font-size: 1.250em !important;
    line-height: 1em !important;
    color: #fff !important;
    text-transform: uppercase !important;
    height: 18px !important;
    padding: 5px 10px 5px 10px !important;
    border-top: 1px solid #aaaaaa !important;
    border-left: 1px solid #aaaaaa !important;
    border-right: 1px solid #aaaaaa !important;
    border-bottom: 1px solid #aaaaaa !important;
    margin: 0 10px 0 -1px !important;
    position: relative !important;
    left: -23px !important;
    background: none repeat scroll 0 0 #aaaaaa !important;
}

ul.tabbernav li.tabberactive a {
    font-weight: normal !important;
    border-top: 1px solid #ffb500 !important;
    border-left: 1px solid #ffb500 !important;
    border-right: 1px solid #ffb500 !important;
    border-bottom: 1px solid #ffb500 !important;
    background: #ffb500 !important;
    color: #000000 !important;
}

ul.tabbernav li a:hover {
    font-weight: normal !important;
    border-top: 1px solid #ffb500 !important;
    border-left: 1px solid #ffb500 !important;
    border-right: 1px solid #ffb500 !important;
    border-bottom: 1px solid #ffb500 !important;
    background: #ffb500 !important;
    color: #000000 !important;
}


/* ----------------------- SINGLE CATALOG SERVICE STYLES (single-catalog.php) ----------------- */

.single-catalog H1 {
    border-width: 0;
    margin-top: 0;
    padding: 0 0 0.25em 0;
}

.single-catalog .catalog-details {
    background-color: #f0ebe8;
    padding: 15px 15px 10px 15px;
    border-top: 1px solid #ffb500;
    border-bottom: 1px solid #ffb500;
    margin-bottom: 15px
}


/* ----------------------- EXPLORE PAGE -------------------------- */

BODY.catalog H2.program {
    color: #fff;
    background-color: #9f9081;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0.6em;
    margin-bottom: 1em;
    cursor: pointer;
    width: 741px;
}

BODY.catalog H2.program SPAN.subtitle {
    font-size: .8em;
    text-transform: none;
    display: inline;
    position: relative;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0;
    top: 0;
    background: none;
}

BODY.catalog H2.arts {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.degree {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.stem {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.professional {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.health {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.masters {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.doctoral {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.certificates {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.major {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.minor {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.cas {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.nursing {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.business {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.swk {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.uc {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.soe {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.derner {
    background-color: #666666;
    transition: background-color .5s;
}

BODY.catalog H2.all {
    background-color: #666666;
    transition: background-color .5s;
}


/*BODY.landing-page H2:hover {
    color: #000000;
    background-color: #ffb500;
}

BODY.catalog H2.index:hover {
    color: #ffb500;
    background-color: #ffffff !important;
}*/

BODY.catalog h2.double-ruled:hover {
    color: inherit;
    background-color: inherit;
}

BODY.catalog H2.program SPAN {
    display: block;
    position: absolute;
    height: 100%;
    width: 65px;
    left: auto;
    right: 0;
    top: 0;
    color: inherit;
    background: url(img/accordion_btn_open.png) scroll no-repeat 0 50% transparent;
}

BODY.catalog H2.closed SPAN {
    background-image: url(img/accordion_btn.png);
}

BODY.catalog DIV.accordion-content {}

div.accordion-content .grid_4 {
    width: 96%;
}

@media only screen and (max-width: 761px) {
    #gform_33 table.gsurvey-likert td.gsurvey-likert-choice {
        font-weight: bold !important;
    }
    #gform_33 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2),
    #gform_33 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
        color: #50a109;
    }
    #gform_33 table.gsurvey-likert td.gsurvey-likert-choice:last-child,
    #gform_33 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
        color: #ad2323;
    }
    #gform_34 table.gsurvey-likert td.gsurvey-likert-choice {
        font-weight: bold !important;
    }
    #gform_34 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(2),
    #gform_34 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(3) {
        color: #50a109;
    }
    #gform_34 table.gsurvey-likert td.gsurvey-likert-choice:last-child,
    #gform_34 table.gsurvey-likert td.gsurvey-likert-choice:nth-child(5) {
        color: #ad2323;
    }
}

@media only screen and (max-width: 670px) {
    #callout-feature .nk-awb p#border-button-container {
        align-items: center;
        justify-content: center;
        display: grid;
        margin-top: 2rem;
    }
    #callout-feature .nk-awb a.border-button {
        display: inline-block;
        margin: 0;
        margin-bottom: 1rem;
    }
    #callout-feature .nk-awb a.border-button:last-child:not(:first-child) {
        margin-bottom: 2rem;
    }
}

.sp-lcp-item {
    align-items: normal !important;
}

.sp-logo-carousel-pro-area .sp-lcp-item .list-title {
    color: #000000;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: normal;
    text-transform: none;
    text-align: left !important;
}

.sp-logo-carousel-pro-area .list-description {
    text-align: left !important;
}

div.sp-logo-carousel-pro-section .list-logo-area {
    padding-top: 15px;
}

#bragbox-feature .nk-awb .label,
#bragbox-feature .nk-awb .label a {
    padding-top: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4em;
    font-weight: 400;
    margin: .5em;
    font-size: .9rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#bragbox-feature .nk-awb hr {
    width: 150px;
    border-top: 2px solid #ffb500;
    margin: 0 auto;
    margin-top: 1.2em;
    margin-bottom: 1.9em;
}

#bragbox-feature .nk-awb h2,
#bragbox-feature .nk-awb h2 a {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 3.3rem;
    font-weight: 300;
    margin: 0;
    padding: 2%;
    display: block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#bragbox-feature .nk-awb .description,
#bragbox-feature .nk-awb .description a {
    /*font-family: 'TiemposText', Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif;*/
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0 10% 2rem 10%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#bragbox-feature .nk-awb p#border-button-container {
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

#bragbox-feature .nk-awb a.border-button {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.1875;
    border-width: 0;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 25px 18px;
    color: #fff;
    box-shadow: inset 0 0 0 1px #ffb500;
    margin-right: .5rem;
    margin-bottom: 2rem;
    margin-left: .5rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    transition: background-color .25s linear, border-color .25s linear, box-shadow .25s linear, color .25s linear, opacity .25s linear;
    cursor: pointer;
    pointer-events: visible;
}

#bragbox-feature .nk-awb a.border-button:hover {
    background: #ffb500;
    box-shadow: inset 0 0 0 1px #fff;
    color: #000;
    transform: scale(1);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 670px) {
    #bragbox-feature .nk-awb p#border-button-container {
        align-items: center;
        justify-content: center;
        display: grid;
        margin-top: 2rem;
    }
    #bragbox-feature .nk-awb a.border-button {
        display: inline-block;
        margin: 0;
        margin-bottom: 1rem;
    }
    #bragbox-feature .nk-awb a.border-button:last-child:not(:first-child) {
        margin-bottom: 2rem;
    }
}


/* Golf Classic Ads */

.ejeg-journal-title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25;
}

.mobile {
    display: block
}

.ejeg-page-toggle-controls .ejeg-icon {
    visibility: hidden;
}

.ejeg-page-toggle-controls .ejeg-control {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    margin-left: -30px;
}

div.perfect-quotes>span.quote {
    font-size: 1em;
    font-style: normal;
    line-height: 1.2em;
    font-style: normal;
}

div.perfect-quotes>span.quote:before {
    display: none;
}

div.perfect-quotes>span.quote:after {
    display: none;
}

div.perfect-quotes {
    text-align: center;
    margin: 0 !important;
}

div.perfect-quotes A.register-button {
    margin-top: 15px;
}

td.call-out-1 {
    padding: 0 10px;
    background-color: #f3f1ef;
    vertical-align: middle;
    width: 40%
}

td.call-out-2 {
    width: 60%
}


/*Shadowbox Video Embed*/

.shadowbox-iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.shadowbox-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*End Shadowbox Video Embed*/

.benefits .toggle-box+.toggle-container {
    background-color: #ffb500;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: .8em;
}

.benefits .toggle-container {
    border-top: none;
}

.benefits .toggle-box+.toggle-container:hover::before {
    color: #000000;
}

.benefits .toggle-box+.toggle-container::before {
    color: #000000;
}

.benefits .toggle-container {
    color: #000000;
}

.benefits .toggle-container:hover {
    color: #000000;
}

.hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%);
}

.hp-hero .soliloquy-container .soliloquy-caption-inside {
    width: 100%;
    text-align: right;
    float: right !important;
}

.hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {}

.hp-hero .soliloquy-container .soliloquy-caption-inside p {
    padding: 0 0 15px;
    text-align: right !important;
    float: right !important;
    width: 475px;
}

.hp-hero .soliloquy-container .soliloquy-caption-inside H1 {
    color: #fff;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.9em !important;
    text-align: right !important;
    float: right !important;
    line-height: 1em !important;
    top: 0 !important;
    padding: 0 !important;
    width: 475px;
    text-shadow: 0 2px 5px #000000;
}

.gold-hero-text {
    color: #ffb500;
    text-shadow: 0 2px 5px #000000 !important;
}

.white-thin-hero-text {
    font-weight: 400;
    text-shadow: 0 2px 5px #000000 !important;
}

.hp-hero .soliloquy-container .soliloquy-caption-inside p {
    padding-top: 10px !important;
}

.hp-hero .soliloquy-container .soliloquy-pager {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 15px 0 0 0;
    right: 0;
    bottom: 10px;
    height: 14px;
}

.hp-hero .soliloquy-container .soliloquy-pager-link.active,
.hp-hero .soliloquy-container .soliloquy-pager-link:hover {
    background-image: url(img/circle-hover1.png);
}

.hp-hero .soliloquy-container .soliloquy-pager-link {
    background: url(img/circle1.png);
}

.hp-hero .soliloquy-container .soliloquy-pager SPAN {
    display: none;
}

.hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    pointer-events: auto;
    cursor: default;
}

.hp-hero .register-button {}

.hp-hero .register-button {
    background-color: #ffb500;
    text-align: center;
    margin: 0 0 5px 0;
    display: block;
    float: none;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.2em;
    cursor: pointer;
}

.hp-hero .register-button:hover {
    background-color: #ffb500;
    color: #000;
    text-decoration: none;
}

.hp-hero .register-button:after {
    content: "»";
    margin-left: 10px;
}

.hp-hero .register-button.video:before {
    font-family: 'FontAwesome';
    content: "\f04b ";
    font-size: 70%;
    margin-right: 10px;
}

.hp-hero .register-button.video:after {
    content: "";
}

.hp-hero .soliloquy-container .soliloquy-caption-inside {
    width: 940px;
    text-align: right;
    float: right !important;
}

.hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {}

.hp-hero .soliloquy-container .soliloquy-caption-inside p {
    padding: 0 0 15px;
    text-align: right !important;
    float: right !important;
    width: 475px;
}

.hp-hero .soliloquy-container .soliloquy-caption-inside H1 {
    color: #fff;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.4em !important;
    text-align: right !important;
    float: right !important;
    line-height: 1em !important;
    top: 0 !important;
    padding: 0 !important;
    width: 475px;
    text-shadow: 0 2px 5px #000000;
}

.hp-hero .soliloquy-container .soliloquy-caption-inside p {
    padding-top: 10px !important;
}

.hp-hero .soliloquy-container .soliloquy-pager {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 15px 0 0 0;
    right: 0;
    bottom: 10px;
    height: 14px;
}

.hp-hero .soliloquy-container .soliloquy-pager-link.active,
.hp-hero .soliloquy-container .soliloquy-pager-link:hover {
    background-image: url(img/circle-hover1.png);
}

.hp-hero .soliloquy-container .soliloquy-pager-link {
    background: url(img/circle1.png);
}

.hp-hero .soliloquy-container .soliloquy-pager SPAN {
    display: none;
}

.hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    pointer-events: auto;
    cursor: default;
}

.hp-hero .register-button {}

.hp-hero .register-button {
    background-color: #ffb500;
    text-align: center;
    margin: 0 0 5px 0;
    display: block;
    float: none;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.2em;
    cursor: pointer;
}

.hp-hero .register-button:hover {
    background-color: #ffb500;
    color: #000;
    text-decoration: none;
}

.hp-hero .register-button:after {
    content: "»";
    margin-left: 10px;
}

.hp-hero .register-button.video:before {
    font-family: 'FontAwesome';
    content: "\f04b ";
    font-size: 70%;
    margin-right: 10px;
}

.hp-hero .register-button.video:after {
    content: "";
}

.study-abroad .wall-outer .dcsns-toolbar {
    display: none !important;
}

.it .wall-outer .dcsns-toolbar {
    display: none !important;
}


/* ------------------------ HOME PAGE ----------------------------- */

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    padding-bottom: 10px !important;
}


/* ===========================
	#  Soliloquy Plugin
============================ */

.hero .soliloquy-container .soliloquy-caption-inside b {
    text-shadow: none !important;
}

.bartitle A {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.gform_wrapper div.validation_error {
    color: #ffffff !important;
    background-color: #ad2323;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    border: 2px solid #ad2323;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

BODY.home #home-hero-row {
    width: 761px;
    height: auto;
}

BODY.home #home-hero-row .hero {
    height: auto;
}

BODY.home #home-hero-row .hero-wrap {
    height: 100%;
    width: 100%;
}

BODY.home #home-hero-row .hero-button-container {
    top: 275px;
    right: 3px;
    display: block;
}

BODY.home #home-hero-row .hero-button-container .button-envelope {
    float: right;
}

BODY.home #home-hero-row .hero-button-container A {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: -1px;
}

.home .homepage-boxes-container UL {
    padding: 0;
    margin: 0;
}

.home .homepage-boxes-container UL LI {
    list-style-type: none;
    width: 245px;
    /*height:160px; */
    margin-bottom: 0px;
    float: left;
    border-bottom: 0px solid #ffb500;
    padding-bottom: 0px;
}

.home .homepage-boxes-container UL LI.menu-pos-1,
.home .homepage-boxes-container UL LI.menu-pos-4 {
    margin: 0 0px;
}

.home .homepage-boxes-container UL LI A {
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
}

.home .homepage-boxes-container UL LI A .yellow-bar {
    border-bottom: 5px solid #ffb500;
    margin-bottom: 0px;
    height: 115px;
    cursor: pointer;
    background: #cfcfcf url(img/home_boxes.jpg) scroll no-repeat 0 0;
    display: block;
}

.home .homepage-boxes-container UL LI.menu-pos-1 A .yellow-bar {
    background-position: -245px 0;
}

.home .homepage-boxes-container UL LI.menu-pos-2 A .yellow-bar {
    background-position: -491px 0;
}

.home .homepage-boxes-container UL LI.menu-pos-3 A .yellow-bar {
    background-position: 0 -115px;
}

.home .homepage-boxes-container UL LI.menu-pos-4 A .yellow-bar {
    background-position: -245px -115px;
}

.home .homepage-boxes-container UL LI.menu-pos-5 A .yellow-bar {
    background-position: -491px -115px;
}

.home .homepage-boxes-container UL LI A SMALL {
    display: block;
    font-size: 0.7em;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
}

BODY.home #home-hero-row {
    width: 761px;
    height: auto;
}

BODY.home #home-hero-row .hero {
    height: auto;
}

BODY.home #home-hero-row .hero-wrap {
    height: 100%;
    width: 100%;
}

BODY.home #home-hero-row .hero-button-container {
    top: 275px;
    right: 3px;
    display: block;
}

BODY.home #home-hero-row .hero-button-container .button-envelope {
    float: right;
}

BODY.home #home-hero-row .hero-button-container A {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: -1px;
}

.home .homepage-boxes-container UL {
    padding: 0;
    margin: 0;
}

.home .homepage-boxes-container UL LI {
    list-style-type: none;
    width: 245px;
    /*height:160px; */
    margin-bottom: 0px;
    float: left;
    border-bottom: 0px solid #ffb500;
    padding-bottom: 0px;
}

.home .homepage-boxes-container UL LI.menu-pos-1,
.home .homepage-boxes-container UL LI.menu-pos-4 {
    margin: 0 0px;
}

.home .homepage-boxes-container UL LI A .yellow-bar {
    border-bottom: 5px solid #ffb500;
    margin-bottom: 10px;
    height: 115px;
    cursor: pointer;
    background: #cfcfcf url(img/home_boxes.jpg) scroll no-repeat 0 0;
    display: block;
}

.home .homepage-boxes-container UL LI.menu-pos-1 A .yellow-bar {
    background-position: -245px 0;
}

.home .homepage-boxes-container UL LI.menu-pos-2 A .yellow-bar {
    background-position: -491px 0;
}

.home .homepage-boxes-container UL LI.menu-pos-3 A .yellow-bar {
    background-position: 0 -115px;
}

.home .homepage-boxes-container UL LI.menu-pos-4 A .yellow-bar {
    background-position: -245px -115px;
}

.home .homepage-boxes-container UL LI.menu-pos-5 A .yellow-bar {
    background-position: -491px -115px;
}

.home .homepage-boxes-container UL LI A SMALL {
    display: block;
    font-size: 0.7em;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
}

.home .homepage-boxes-container ul li.menu-pos-1,
.home .homepage-boxes-container ul li.menu-pos-4 {
    margin: 0 10px;
}

.home .homepage-boxes-container ul li {
    list-style-type: none;
    width: 245px;
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #ffb500;
    padding-bottom: 10px;
}

td {
    font-size: 14px;
    line-height: 1.5em;
}

H2.swk,
H2.nursing,
H2.uc,
H2.soe,
H2.sob,
H2.derner,
H2.cas {
    background-color: #ffb500;
}

.clear {
    clear: both;
}

.dcwss-content img {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    body.home table td.call-out-1 br {
        display: block;
    }
    #top-nav-bar .adu-top-logo {
        position: absolute;
        top: 1px;
        left: -5px;
    }
    .main-logo {
        display: none;
    }
    #lightbox-menu {
        display: block !important;
    }
    #sub-nav-menu {
        display: none;
    }
    .page-template-default .container_16 .logo {
        display: none !important;
    }
    #the-explore-color-bar .hidden {
        display: block !important;
    }
    .main-slider-wrapper {
        margin-bottom: 10px;
    }
    #the-explore-color-bar {
        margin: 0 0 10px !important;
    }
    .home #the-explore-color-bar {
        margin: 0 !important;
    }
    #the-explore-color-bar .hidden {
        margin-bottom: 0 !important;
    }
    /* ===========================
		# navigations
	============================ */
    #cas-nav-menu-canvas {
        position: absolute;
        left: 0;
        right: 0;
        top: 42px;
        background: #4f2c1d;
        height: auto;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
    }
    #cas-nav-menu-canvas ul li {
        float: none;
        display: block;
        padding: 0;
    }
    #cas-nav-menu-canvas a {
        display: block;
        padding: 5px;
        color: #fff;
    }
    #cas-nav-menu-canvas a.nav {
        color: #fff;
    }
    #cas-nav-menu-canvas a.nav:hover {
        border: 0;
    }
    #cas-nav-menu-canvas li ul {
        background: none;
        position: relative;
        top: 0;
        padding-left: 30px;
        display: none;
    }
    #cas-nav-menu-canvas li ul a {
        display: inline-block;
    }
    #cas-nav-menu-canvas li:hover ul {
        display: none;
    }
    #cas-nav-menu-canvas .information {
        width: auto;
        background: none;
    }
    #cas-nav-menu-canvas a.info {
        color: #fff;
    }
    #cas-nav-menu-canvas table,
    #cas-nav-menu-canvas tbody {
        display: block;
        width: 100% !important;
    }
    #cas-nav-menu-canvas tr,
    #cas-nav-menu-canvas td,
    #cas-nav-menu-canvas th {
        display: block;
        width: 100%;
        padding: 0 0 4px 0 !important;
    }
    #cas-nav-menu-canvas td a {
        display: block;
    }
    #cas-nav-menu-canvas td br {
        display: none;
    }
    #cas-nav-menu-canvas ul li ul {
        height: auto !important;
    }
    #home-dept-row div.page {
        height: auto;
    }
    #home-tout-row .container_16 .grid_5 {
        width: 50%;
    }
    #home-tout-row .rel>div {
        width: 280px;
    }
    #home-tout-row img {
        display: block;
        width: 100%;
        height: auto;
    }
    #home-tout-row .rel>div.post-thumb {
        width: 96px;
    }
    #the-content-section img {
        max-width: 100%;
        height: auto;
    }
    .child-nav-menu-canvas ul li a:hover,
    .child-nav-menu-canvas ul li.current_page_item a,
    .child-nav-menu-canvas ul li.current_page_ancestor a {
        background: none;
    }
    .child-nav-menu-canvas ul li ul {
        border: 0;
        width: auto;
        box-shadow: none;
    }
    .bragbox {
        width: auto;
        height: auto;
    }
    body.open-navigation #cas-nav-menu-canvas {
        visibility: visible;
        opacity: 1;
    }
    #home-dept-row div.page h3 a {
        position: relative;
        bottom: 0;
    }
    .page.departments-programs ul.parent {
        position: relative;
        overflow: hidden;
        margin: 0;
        width: auto;
    }
    .page.departments-programs ul.parent li {
        width: auto;
    }
    .page.departments-programs ul.parent>li {
        margin: 0;
        width: 33.3%;
        padding: 0 10px;
    }
    .page.departments-programs ul.parent>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #tab {
        width: auto;
    }
    #main-section {
        width: auto;
        float: none;
        padding: 0 10px 10px 10px;
    }
    #buttons {
        width: auto;
        float: none;
        position: relative;
    }
    .special-collections-container ul li.menu-pos-1,
    .special-collections-container ul li.menu-pos-4 {
        margin: 0;
    }
    .special-collections-container ul {
        width: auto;
    }
    .special-collections-container ul li {
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }
    .clearfix {
        width: auto !important;
    }
    .container_12_special {
        width: auto;
        padding: 0 10px;
    }
    .container_12_special div {
        float: none !important;
    }
    .homepage-boxes-container ul {
        width: auto;
        position: relative;
        overflow: hidden;
    }
    /* ===========================
    	# body clsses
    ============================ */
    body.explore #sub-nav-menu {
        margin: 0 0 10px 0;
        padding-top: 10px;
    }
    body.program-page .container_16 .grid_col_2 {
        width: auto;
        float: none;
        display: block;
        margin-top: 0 !important;
    }
    body.program-page .hero {
        height: auto;
    }
    .container_16 .grid_16,
    .container_12 .grid_12 {
        width: 100% !important;
    }
    .container_16 .logo {
        display: block;
        width: 100%;
        background: #4f2c1d;
        height: auto;
    }
    .container_16 .logo h4 {
        font-size: 18px !important;
        color: #fff;
        font-family: 'Graphik', Arial, Helvetica, sans-serif;
        font-weight: normal;
        width: auto !important;
        line-height: 20px !important;
        padding: 0.6em;
    }
    .buttons {
        display: block;
        width: 100%;
        padding: 0 10px 0 10px;
        margin-bottom: 20px;
    }
    .buttons a {
        background-color: #ffb500;
        padding: 5px 10px 5px 10px;
        display: inline-block;
        color: #000;
        font-family: 'Graphik', Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
        border: none;
        margin: 0 0 5px 0;
        list-style-type: none;
        float: none;
        overflow: hidden;
        -webkit-transition: background-color .5s, color .5s;
        -moz-transition: background-color .5s, color .5s;
        -ms-transition: background-color .5s, color .5s;
        -o-transition: background-color .5s, color .5s;
        transition: background-color .5s, color .5s;
    }
    .buttons a:hover {
        background-color: #4f2c1d;
        color: #fff;
    }
    .buttons a~a {
        margin-left: 10px;
    }
    .features {
        display: none;
    }
    .hidden {
        display: none;
    }
    .nav-secondary {
        display: block;
        margin: 0 10px;
    }
    .nav-secondary ul {
        list-style: none;
    }
    .nav-secondary ul li {
        display: block;
        border-bottom: 1px solid #e9e9e9;
        padding: 5px 0 5px 0;
        font-size: 15px;
        color: #5a2000;
    }
    .nav-secondary ul li a {
        text-decoration: none;
    }
    .nav-secondary ul li:first-child {
        border-top: 1px solid #e9e9e9;
    }
    .nav-secondary ul li ul.children li {
        border: 0;
    }
    /*
		Page Explore our programs
	*/
    .container_12 h1.grid_12 {
        padding-bottom: 20px;
    }
    .container_12 .grid_6 {
        width: 100%;
        margin-left: 0;
    }
    .community-page #lightbox-menu span {
        display: inline;
    }
    body.community-page h2.program {
        width: auto;
        padding: 10px 80px 10px 10px;
    }
    body.community-page a.program-button {
        width: 100%;
    }
    body.community-page a.program-button>span:first-child {
        width: auto;
        background-size: cover;
    }
    body.community-page .program-popup {
        width: 100%;
    }
    .footer-quicklinks {
        /*display: none;*/
    }
    /* ===========================
        # grid
    ============================ */
    .container_16 .grid_1,
    .container_16 .grid_2,
    .container_16 .grid_3,
    .container_16 .grid_5,
    .container_16 .grid_6,
    .container_16 .grid_7,
    .container_16 .grid_8,
    .container_16 .grid_9,
    .container_16 .grid_10,
    .container_16 .grid_11,
    .container_16 .grid_12,
    .container_16 .grid_13,
    .container_16 .grid_14,
    .container_16 .grid_15,
    .container_16 .grid_16,
    .container_16 .grid_col_2 {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
        margin: 0;
    }
    .container_16 .grid_4 {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    body.community-page DIV.accordion-content .clear_3_column {
        clear: none;
    }
    body.community-page DIV.accordion-content .clear_2_column {
        clear: both;
    }
    #home-tout-row .container_16 .grid_5 {
        width: 100%;
        float: none;
        display: block;
    }
    #home-tout-row .rel>div.the-content-wrap {
        width: 100%;
    }
    .alpha {
        margin: 20px 0 !important;
    }
    .page-header img {
        max-width: 100%;
        height: auto;
    }
    iframe {
        margin: 0 auto;
        display: block;
    }
    .homepage-boxes-container ul li {
        float: none;
    }
    .homepage-boxes-container ul li a {
        width: auto;
    }
    body.community-page h2 {
        padding-right: 45px;
        font-size: 1.2em;
    }
    body.community-page h2 span {
        width: 45px;
        background-position: center center;
    }
    body.home table,
    body.home tbody,
    body.home tr,
    body.home th {
        display: block;
        width: auto !important;
        padding: 0;
    }
    body.home table br {
        display: none;
    }
    body.home #home-hero-row {
        margin-bottom: 7px;
    }
    .buttons a {
        width: 41%;
    }
}


/*-----SEARCH AND DIRECTORY STYLES---*/


/*Directory*/

.st_depindex {
    position: relative;
    display: inline-block;
    margin: 0 .4em;
    outline: none;
    color: #cccccc;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.7em;
    padding-top: 1em;
    line-height: 1.4em;
}

.st_depindex a {
    text-decoration: none;
    outline: none;
    color: #ffb500;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

.st_depindex a:hover {
    /*effect hover color change*/
    color: #e3860c;
}

.st_section {
    display: inline-block;
    padding: 15px;
    background-color: #f3f0ee;
    margin: 1em 0;
}

div.st_section {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.4em;
    color: #ffb500;
    display: block;
}

.st_section ul {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4f2c1d;
    line-height: 1.5em;
    font-weight: normal;
    line-height: 1.7em;
}

.contact .name {
    font-weight: 600;
}

.contact .position {
    font-style: italic;
}

ul.st_personnel.contact li {
    list-style: none;
    padding-bottom: 1em;
}

ul.st_personnel.contact {
    margin-left: 0;
    margin-right: 0;
    border-spacing: 1em;
}

ul.st_personnel.contact:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 1em 0;
    background: #ffb500;
}

.st_phonehead {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 2em;
}

.st_searchresult {
    font-style: italic;
    margin-top: 1em;
}

a.department {
    margin-top: 1em;
    display: inline-block;
}

div.st_departments {
    margin-bottom: 2em;
}


/*directory input fields*/

.st_search label {
    padding-right: 1em;
}

input[name="searchString"] {
    height: 33px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: .7em;
    width: 75%;
    min-width: 336px;
    color: #555;
    display: inline;
    line-height: 1.42857;
    padding-left: 12px;
    padding-right: 12px;
}

.st_search input[type="submit"] {
    background-color: #ffb500;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: none;
    margin: 0 0 5px 0;
    list-style-type: none;
    float: none;
    overflow: hidden;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}

.st_search input[type="submit"]:hover {
    background-color: #4f2c1d;
    color: #fff;
}


/*Course Search*/


/*search-form*/

div.section {
    margin-bottom: 1em;
}

div.section select {
    -webkit-appearance: menulist-button;
    height: 33px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 90%;
    min-width: 345px;
    cursor: pointer;
}

div.section select[name="department[]"] {
    width: 90%;
    min-width: 345px;
    min-height: 100px;
    height: 150px;
    cursor: pointer;
}

select[name="department[]"] option {
    padding: .7em;
}

div.section input[type="text"] {
    height: 33px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 90%;
    min-width: 320px;
    padding-left: 12px;
    padding-right: 12px;
}

input[type="checkbox"] {
    cursor: pointer;
}

.section label {
    line-height: 1.7em;
    cursor: pointer;
}

.section input[type="submit"] {
    background-color: #ffb500;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: none;
    margin: 0 0 5px 0;
    list-style-type: none;
    float: none;
    overflow: hidden;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}

.section input[type="submit"]:hover {
    background-color: #4f2c1d;
    color: #fff;
}


/*search-results*/

.dep {
    font-size: 2em;
    padding: 15px;
    background-color: #f3f0ee;
    margin: 1em 0;
    text-align: center;
}

.crs {
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 0;
}

th.crs {
    padding: 2% 0;
}

.details td {
    padding-top: 1%;
}

tr.details td {
    padding: 0 1em 1.8em 0;
    line-height: 1.8em;
}

tbody.section:after {
    content: '';
    display: block;
    height: 1.8em;
}

h2.course-title {
    font-size: 2em;
    line-height: 1.1em;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

th.semester {
    padding-left: 0 !important;
}

.section-details small:before {
    content: "\00a0";
    display: block;
    margin-top: -1.5%;
}


/* summer course search filter by buttons */

#course-search-form hr {
    display: none;
}

div.form-input {
    display: none;
}

div#course_tabs ul.tabbernav li a:link {
    padding: .5em 1em !important;
    border-top: 3px solid #ffb500 !important;
    border-left: 3px solid #ffb500 !important;
    border-right: 3px solid #ffb500 !important;
    border-bottom: 3px solid #ffb500 !important;
    background: none repeat scroll 0 0 #fff !important;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 1.250em !important;
    color: #000 !important;
    text-transform: inherit !important;
    -o-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
    cursor: pointer;
}

div#course_tabs ul.tabbernav li a:link:hover,
div#course_tabs ul.tabbernav li.tabberactive a {
    background: none repeat scroll 0 0 #ffb500 !important;
    text-decoration: none !important;
}

div#course_tabs ul.tabbernav {
    margin-left: 35px;
    padding-bottom: 1.2em;
}

div#tab-dept-results,
ul#tab-degree-results,
ul#tab-school-results {
    margin: 10px;
}

div#course_tabs .level2 li {
    display: inline-block;
    background-color: #f3f1ef;
    color: #000;
    transition: background-color .5s;
    width: 45%;
    min-width: 200px;
    padding: 1em 0;
    border-bottom: 7px solid #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 1em;
    margin: .5em 1em .5em 0;
}

div#course_tabs h3 {
    padding-top: 1.8em;
}

p#filter-label {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7a6855;
    line-height: 2em;
    letter-spacing: .6px;
}

@media only screen and (max-width: 600px) {
    div#course_tabs ul.tabbernav li a:link {
        line-height: 3em !important;
        margin-left: 0 !important;
    }
    div#course_tabs ul.tabbernav {
        margin-left: 0;
    }
    div#course_tabs .level2 li {
        width: 100%;
    }
    div#tab-dept-results,
    ul#tab-degree-results,
    ul#tab-school-results {
        margin: 0;
    }
}

@media only screen and (max-width: 960px) {
    div#course_tabs ul.tabbernav {
        margin-left: 23px;
    }
    p#filter-label {
        margin-left: 0;
    }
}


/*------- GCS SEARCH FIELD --------*/

.form-input {
    border: 1px solid #4f2c1d;
    font-size: 15px;
    position: relative;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    background: #ffffff;
}

::-webkit-input-placeholder {
    color: #c2c2c2;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
}

:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-input .input {
    background: #fff;
    border: none;
    padding: 0.6em;
    width: 92%;
}

.form-input .button {
    background: none;
    border: none;
    margin: .5em;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.form-input .button~.input {
    /* padding-right: 2em; */
    color: #808080;
}

.fa-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    div.sp-logo-carousel-pro-section.layout-list .sp-lcp-item {
        display: block !important;
    }
    div.sp-logo-carousel-pro-section .list-content-area {
        width: 100% !important;
        display: block;
    }
    div.sp-logo-carousel-pro-section .list-logo-area {
        width: 100% !important;
        display: block;
    }
    div.sp-logo-carousel-pro-section .list-logo-area,
    div.sp-logo-carousel-pro-section .list-content-area {
        margin-right: 0;
        margin-left: 0;
    }
    div.sp-logo-carousel-pro-area .list-description {
        text-align: center !important;
    }
    div.sp-logo-carousel-pro-area .sp-lcp-item .list-title {
        text-align: center !important;
    }
    .sp-logo-carousel-pro-area .list-description {
        text-align: center !important;
    }
    .sp-logo-carousel-pro-area .sp-lcp-item .list-title {
        text-align: center !important;
    }
}

@media only screen and (max-width: 670px) {
    .page.departments-programs ul.parent li {
        float: none;
        display: block;
    }
    .page.departments-programs ul.parent>li {
        margin: 0;
        width: 100%;
        padding: 0 10px;
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    .page.departments-programs .departments ul.parent>li.page-item-85 {
        background-position: 22px 0;
    }
    .page.departments-programs .departments ul.parent>li.page-item-87 {
        background-position: -279px 0;
    }
    .page.departments-programs .departments ul.parent>li.page-item-89 {
        background-position: -579px 0;
    }
    .buttons a {
        width: 39%;
    }
}

@media only screen and (max-width: 600px) {
    #slate-form {
        width: 100%;
        float: none;
        margin: 0 0 10px 0 !important;
    }
    td.call-out-1 {
        width: 100%;
        display: block;
        padding: 15px;
        margin: 5px;
    }
    td.call-out-2 {
        width: 100%;
        display: block;
    }
    img.alignright,
    img.alignleft,
    img.alignnone {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .hp-hero .soliloquy-container .soliloquy-caption,
    .landing-hero .soliloquy-container .soliloquy-controls-auto,
    .landing-hero .soliloquy-container .soliloquy-pager {
        display: block;
    }
    .hp-hero .soliloquy-container .soliloquy-caption {
        position: relative;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside p {
        text-align: center;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside {
        width: 100%;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside H1 {
        color: #ffb500;
        text-shadow: none;
        padding: 0 !important;
        text-align: center !important;
        width: 100%;
        font-size: 7vw !important;
    }
    .gold {
        text-shadow: none !important;
    }
    .white-thin {
        text-shadow: none !important;
    }
    .hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        background: none;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside p {
        width: 100%;
    }
    .hp-hero .soliloquy-container .soliloquy-caption {
        position: relative;
    }
    .hp-hero .soliloquy-container .soliloquy-caption,
    .hp-hero .soliloquy-container .soliloquy-controls-auto,
    .hp-hero .soliloquy-container .soliloquy-pager {
        display: block;
    }
    /*course search results*/
    .course-search-results table {
        max-width: 600px;
    }
    .course-search-results tr {
        padding-left: 0;
        padding-right: 0;
    }
    .course-search-results td {
        display: block;
        width: 100%;
        /*text-align: center;*/
        padding-left: 0;
    }
    .dep {
        text-align: center;
        font-size: 2.3em;
    }
    .crs {
        /*text-align: center;*/
        font-size: 1.4em;
    }
    tr.details:after {
        content: "\00a0";
    }
    .section-details tr::after {
        content: "\00a0";
        display: block;
        margin-bottom: 1%;
    }
    /* end course search results*/
    img.alignright,
    img.alignleft,
    img.alignnone {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
    }
    /* ===========================
        # tables
    ============================ */
    tr {
        padding: 0 0 10px 0!important;
        margin: 0 0 10px 0;
    }
    th:before,
    th:after,
    td:before,
    td:after {
        display: table;
        content: ' ';
    }
    th:after,
    td:after {
        clear: both;
    }
    th:after,
    td:after {
        *zoom: 1;
    }
    .container_16 .grid_col_1 {
        margin: 0 auto !important;
        float: none;
        display: block;
        clear: both;
        position: relative;
        *zoom: 1
    }
    .container_16 .grid_col_1:before,
    .container_16 .grid_col_1:after {
        display: table;
        content: ' ';
    }
    .container_16 .grid_col_1:after {
        clear: both;
    }
    #tab tr {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    #tab td {
        border: 0;
        padding: 10px !important;
        width: auto !important;
    }
    .gsc-search-box tr {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    a.catalogCategoryLeft {
        padding-left: 0;
    }
    ul.tabbernav li a:link {
        font-size: 1em !important;
    }
    .gce-calendar table,
    .gce-calendar tbody,
    .gce-calendar thead {
        display: table;
    }
    .gce-calendar tr {
        display: table-row;
    }
    .gce-calendar td,
    .gce-calendar th {
        display: table-cell;
        width: auto !important;
    }
    .gce-page-grid .gce-calendar .gce-caption {
        width: 100%;
    }
    .container_16 .grid_4 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .buttons a {
        width: 37%;
        font-size: 18px;
    }
}


/* ----------------------- EXPLORE PAGE -------------------------- */

BODY.collections-page H2.program {
    color: white;
    background-color: #666666;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 0.6em;
    padding-right: 70px;
    margin-bottom: 1em;
    cursor: pointer;
    width: 761px;
}

BODY.collections-page H2.program:hover {
    color: #000000;
    background-color: #ffb500;
}

BODY.collections-page H2.program SPAN {
    display: block;
    position: absolute;
    height: 100%;
    width: 65px;
    left: auto;
    right: 0;
    top: 0;
    background: url(img/accordion_btn_open.png) scroll no-repeat 0 50% transparent;
}

BODY.collections-page H2.closed SPAN {
    background-image: url(img/accordion_btn.png);
}

BODY.collections-page DIV.accordion-content {}

BODY.collections-page DIV.accordion-content .clear_3_column {
    clear: both;
}

BODY.collections-page A.program-button {
    display: block;
    border: 1px solid #d0d0d0;
    background-color: #f7f4f2;
    color: #4f2c1d;
    text-decoration: none;
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: .5em;
    /* JH: width:242px; */
}

BODY.collections-page A.program-button>SPAN {
    display: block;
    margin: 0 0.75em;
    /* JH: width:242px; */
}

BODY.collections-page A.program-button>SPAN:first-child {
    background: none scroll no-repeat 50% -5px;
    margin: 0.75em .75em .5em .75em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* JH: width:220px; */
    height: 90px;
}

BODY.collections-page .program-popup {
    display: none;
    bottom: 15px;
    top: auto;
    color: #fff;
    background-color: #464748;
    z-index: 2000;
    opacity: 0.9;
    /* JH: width:244px; */
}

BODY.collections-page .program-popup A {
    color: #fff;
    text-decoration: none;
}

BODY.collections-page .program-popup A:hover {
    text-decoration: underline;
}

BODY.collections-page .program-popup .program-link {
    border-top: 1px solid #f4f0ef;
    margin-top: 1em;
    padding-top: 0.5em;
    font-size: 1.2em;
}

BODY.collections-page #TB_ajaxWindowTitle {
    text-transform: capitalize;
}

BODY.collections-page #TB_window UL {
    border-top: 1px solid #CCC;
    padding: 0.4em 0 0 0;
    margin: 0 0 1em 0;
}

BODY.collections-page #TB_window UL LI {
    list-style-type: none;
}

BODY.collections-page #TB_window UL LI STRONG {
    color: #ffb500;
    font-weight: normal;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-size: .95em;
    display: block;
    line-height: 1em;
    padding-right: 1em;
}

.suggest {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    -moz-user-select: none;
}

.course_list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #000000;
}


/*--------- SIDEBAR STYLES -------------*/

.sidebar {
    width: 250px;
    margin-left: 10px;
    float: right;
    text-align: center;
    border-bottom: 1px solid #fbb300;
    padding-bottom: 10px;
    margin-bottom: 5px;
}


/*div.sidebar-content {
	position: relative;
	top: -20px;
}
*/

.sidebar-head {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    color: #fbb300;
    font-size: 30px;
    text-align: center;
    padding: 5px 0 20px 0;
    font-weight: bold;
}

.sidebar-caption {
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    color: #979797;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6em;
}

div.sidebar-caption {
    margin-bottom: 1em;
}


/* ----------------------- SOCIAL MEDIA PAGE -------------------------- */

xp {
    padding: 0;
    margin: 0;
}

#video {
    float: right;
    width: 400px;
    background-color: #f5e7dd;
    text-align: center;
}

img.wallpaper {
    max-width: 200px;
    padding-bottom: 5px;
}

img.coverphoto {
    max-width: 728px;
    padding-bottom: 5px;
}

img.tablet {
    max-width: 350px;
    padding-bottom: 5px;
}

.dimensions {
    font-size: 1.2em;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.dcwss.dc-wall .stream {
    width: 772px;
    margin: 0 auto;
}


/* ---------------------- OVERRIDE THE TEASER A BIT -------------------------- */

.teaser-wrapper .call-to-action {
    color: #FFF;
}

TD,
TH {
    border: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    padding-left: 2%;
}


/*ipad landscape*/

@media only screen and (max-width: 960px) {
    #tab .mobile-styling tr {
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
    #tab .mobile-styling td {
        border: 0;
        padding: 10px 10px 0 10px!important;
        width: auto !important;
    }
    #tab {
        width: auto;
    }
    .hp-hero .soliloquy-container .soliloquy-caption,
    .landing-hero .soliloquy-container .soliloquy-controls-auto,
    .land .hp-hero .soliloquy-container .soliloquy-caption-inside p {
        width: 100%;
    }
    .hp-hero .soliloquy-container .soliloquy-caption {
        position: relative;
    }
    .hp-hero .soliloquy-container .soliloquy-caption,
    .hp-hero .soliloquy-container .soliloquy-controls-auto,
    .hp-hero .soliloquy-container .soliloquy-pager {
        display: block;
    }
    ing-hero .soliloquy-container .soliloquy-pager {
        display: block;
    }
    .hp-hero .soliloquy-container .soliloquy-caption {
        position: relative;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside p {
        text-align: center;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside {
        width: 100%;
    }
    .hp-hero .soliloquy-container .soliloquy-caption-inside H1 {
        color: #ffb500;
        text-shadow: none;
        padding: 0 !important;
        text-align: center !important;
        width: 100%;
        font-size: 7vw !important;
    }
    .gold {
        text-shadow: none !important;
    }
    .white-thin {
        text-shadow: none !important;
    }
    .hp-hero .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
        background: none;
    }
    .main-logo {
        display: none;
    }
    .home .homepage-boxes-container ul {
        position: relative;
        overflow: hidden;
        margin: 0 -10px;
    }
    .home .homepage-boxes-container ul li,
    .home .homepage-boxes-container ul li.menu-pos-1,
    .home .homepage-boxes-container ul li.menu-pos-4 {
        width: 33.3%;
        margin: 0 0 10px 0;
        padding: 0 10px;
    }
    .home .homepage-boxes-container ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .social-media-buttons {
        padding-top: 10px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .container_16 .grid_1,
    .container_16 .grid_2,
    .container_16 .grid_3,
    .container_16 .grid_4,
    .container_16 .grid_5,
    .container_16 .grid_6,
    .container_16 .grid_7,
    .container_16 .grid_8,
    .container_16 .grid_9,
    .container_16 .grid_10,
    .container_16 .grid_11,
    .container_16 .grid_12,
    .container_16 .grid_13,
    .container_16 .grid_14,
    .container_16 .grid_15,
    .container_16 .grid_16,
    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12,
    .container_16 .grid_col_2,
    .container_16 .grid_col_1 {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }
    .container_16 .grid_4 {
        width: auto;
        margin-left: 1%;
        margin-right: 1%;
    }
    .accordion-content .grid_4 {
        width: 100%
    }
    .course_list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #4f2c1d;
    }
    BODY.collections-page H2.program {
        width: 100%;
    }
    .home .menu-at-your-fingertips-container ul li {
        display: block;
        margin: 0 0 5px 0;
    }
    .home .homepage-boxes-container ul {
        text-align: center;
    }
    .home .homepage-boxes-container ul li,
    .home .homepage-boxes-container ul li.menu-pos-1,
    .home .homepage-boxes-container ul li.menu-pos-4 {
        float: none;
        display: inline-block;
        width: 247px;
        height: auto;
        margin: 0 auto 10px;
        text-align: left;
    }
    .home .homepage-boxes-container ul li a {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    #recaptcha_widget_div {
        margin-left: -20px;
    }
    #recaptcha_widget_div {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    BODY.catalog h2.program {
        width: auto;
        padding: 10px 80px 10px 10px;
    }
    /*catalog*/
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 12px !important;
    }
    .subnav-menu.mobile-styling {
        border-color: #ffb500;
    }
    /*end catalog*/
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 600px) {
    .alumni-box {
        width: 100% !important;
        display: block;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .alumni-box .soliloquy-caption.soliloquy-caption-mobile h2 {
        font-size: 1.8em;
    }
    .alumni-box .soliloquy-caption.soliloquy-caption-mobile p {
        font-size: 1.5em;
    }
}


/*----Homebox: Soliloquy----*/

.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    display: block;
}


/*----alumni-box: Soliloquy----*/

.alumni-box .soliloquy-wrapper {
    cursor: pointer;
}

.alumni-box .soliloquy-container {
    overflow: hidden;
}

.alumni-box {
    max-width: 761px;
    align-items: center;
}

.alumni-box img {
    width: 100%;
}

.alumni-box .soliloquy-caption.soliloquy-caption-mobile p {
    color: #000;
    z-index: 99;
    font-size: 1.1em;
    line-height: 1.3em;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) !important;*/
    padding: 10px;
}

.alumni-box .soliloquy-caption.soliloquy-caption-mobile h2 {
    color: #000;
    z-index: 99;
    font-size: 1.4em;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    padding: .3em .3em .4em .3em;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) !important;*/
}

.alumni-box .soliloquy-caption.soliloquy-caption-mobile h2 a {
    text-decoration: none;
}

.alumni-box .soliloquy-caption.soliloquy-caption-mobile p a {
    color: #fff;
    ;
    text-decoration: none;
}

.alumni-box TR TD:first-child {
    padding-right: 0 !important;
}


/*hover state*/

.alumni-box .soliloquy-container .soliloquy-caption {
    background: rgba(255, 181, 0, 0.9);
}

.alumni-box .soliloquy-container .soliloquy-caption {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.no-touch .alumni-box .soliloquy-container:hover .soliloquy-caption::before {
    background: rgba(0, 0, 0, .5);
}

.no-touch .alumni-box .soliloquy-item:hover .soliloquy-caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.no-touch .alumni-box .soliloquy-item:hover .soliloquy-caption-inside {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.alumni-box .soliloquy-container .soliloquy-caption-inside {
    background: rgba(255, 181, 0, 0.9);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/* caption title */

.alumni-box .soliloquy-container .soliloquy-caption-inside h2 {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px));
    transform: translateY( calc(-100% - 10px));
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    background: rgba(255, 181, 0, 0.9);
}

.no-touch .alumni-box .soliloquy-item:hover .soliloquy-caption-inside h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0);
}

.no-touch .alumni-box .soliloquy-item:hover .soliloquy-caption-inside {
    padding: 10px;
}


/*end hover state*/