﻿@charset "utf-8";
/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #00e;
}

    a:visited {
        color: #551a8b;
    }

    a:hover {
        color: #06e;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0 !important;
    padding: 0 0 0 40px !important;
    list-style: none;
}

dd {
    margin: 0 0 0 40px;
}

.eventsDate {
    line-height: 22px;
}

.eventsLink {
    color: #e7810b !important;
    text-decoration: none;
}

    .eventsLink:visited {
        color: #e7810b;
    }

.newsDate {
    font-family: Interstate;
    font-size: 12px;
    color: #58595b;
}

.newsLink {
    font-family: Garamond;
    font-size: 20px;
    line-height: 25px;
    color: #365777 !important;
    text-decoration: none;
}

.newsTitle {
    margin-bottom: 10px;
}


.firstLevelMenu {
    margin-right: 8px;
    margin: 0px !important;
    padding: 0px !important;
}

.secondLevelMenu {
    background-color: #862633;
    display: none;
    margin-top: 9px !important;
    padding-bottom: 26px !important;
    padding-left: 40px !important;
    padding-top: 26px !important;
    position: absolute;
    z-index: 999999;
}

    .secondLevelMenu li {
        width: 192px;
        display: inline-block;
    }

.navchildnode:hover ul {
    display: block;
}

.secondLevelMenu li a {
    color: #e39615 !important;
    display: block;
    font-family: Interstate !important;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.top_margin {
    margin-top: 60px;
}

.secondLevelMenu li > a:hover {
    color: #fff !important;
}
/*THIS IS THERE FOR THE HAMBURGER MENU ONLY*/
.toplevelpage {
    display: none !important;
}
/*THIS IS THERE FOR THE HAMBURGER MENU ONLY */
.navchildnode {
    margin-right: 8px;
    display: inline-block;
    /*/ height:30px;*/
    font-size: 13px;
}

    .navchildnode a:hover {
        border-bottom: #e39615 3px solid;
    }

.secondLevelMenu li a:hover {
    border-bottom: none;
}

#academicsnav, #aboutnav, #campuslifenav, #distinctlynav, #admissionsnav {
    left: -42px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: black;
    padding: .2em 0;
}

.garamond {
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
}

.garamondbold {
    font-family: "Garamond Bold" !important;
    font-style: normal;
}

.interstate {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
}

.interstateblack {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
}

.interstatebold {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
}

.colgate_u {
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
    font-size: 32pt;
    color: #862633 !important;
    text-decoration: none;
}

#TopNavRedBarSpacer {
    padding-left: 42px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

article {
    min-height: 100%;
}

    article a, article a:link, article a:visited {
        color: #e7810b;
        font-weight: 400;
    }

.margin0 {
    margin: 0;
}

#mainForm {
    min-height: 80%;
}

#mainForm, #footer {
    background-color: #2f3133;
}

.whitebg {
    background-color: #fff;
}

.graybg {
    background-color: #e4e2d5;
}

.fullheight {
    overflow: hidden;
}

html, body, p {
    color: #58595b;
}

html, body {
    height: 100%;
}

.topichl {
    text-transform: uppercase;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1em;
    color: #862633;
}

.rtopics {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
    font-size: 14px !important;
    color: #191919;
    text-transform: uppercase;
}

.redhl {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
    font-size: 12px;
    float: left;
    margin: 0 0 0 30px;
    color: #862633;
}

.sectionHeader {
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
    font-size: 30px !important;
    color: #365777 !important;
    line-height: 1.2em;
    width: 80%;
}

.FooterText_mobls {
    display: none;
}

    .FooterText_mobls a:hover {
        color: #FFF !important;
    }

.tblock .sfContentBlock {
    padding: .75em 0;
}

.sfContentBlock h1 {
    font-family: Garamond !important;
    font-style: normal;
    font-weight: normal;
    font-size: 30px !important;
    color: #365777 !important;
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 10px !important;
}

.intro {
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25.5px;
    line-height: 1.0em;
    color: #862633;
}

.subHeader {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #365777;
    line-height: 1em;
    margin-bottom: 8px;
}

.sfContentBlock h2 {
    margin-bottom: 8px !important;
    margin-top: 0px !important;
    color: #365777;
    font-size: 17px !important;
    font-family: Interstate;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1em !important;
}

.sfContentBlock h3 {
    margin-top: 22px !important;
    margin-bottom: 5px !important;
    color: #862633 !important;
    border-bottom: none !important;
    font-family: Interstate !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
}

.red_border {
    border-bottom: 5px solid #862633;
    padding-bottom: 3px;
}

.pcaption {
    display: block;
    color: white;
    background-color: #862633;
    padding: 5px 9px;
    font-size: 9pt;
    font-weight: bold;
    font-family: arial;
    max-width: 100%;
    margin-top: 5px;
}

a:hover .pcaption {
    background-color: #e39615;
}

table caption {
    color: white;
    background-color: #862633;
    padding: 6px 0 7px 10px;
    font-size: 9pt;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 12px;
}

.quicklinks td {
    padding: 2px 40px 5px 2px;
    text-transform: uppercase;
}

.readmore {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
    color: #e7810b !important;
    font-size: 10.5px;
    font-weight: 400;
}

summary {
    cursor: pointer;
    font-family: "Interstate" !important;
    font-style: normal !important;
    font-weight: Normal !important;
    color: #365777 !important;
    font-size: 12.5px;
}

details p {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
}

summary::-webkit-details-marker {
    display: none !important;
}

summary::before {
    content: url(../img/expand_plus.png) !important;
    float: left;
    padding-right: 10px;
}
/*This style supports IE & Firefox browsers to swap out image when summary is open*/
details.open > summary::before {
    content: url(../img/expand_minus.png) !important;
    float: left;
    padding-right: 10px;
}
/*This style supports Chrome browsers to swap out image when summary is open*/
details[open] summary:before {
    content: url(../img/expand_minus.png) !important;
}

.quickLink {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 12px !important;
    color: #e39615 !important;
}

.redInterstate {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 10.5px !important;
    color: #862633 !important;
}

.relatedlink {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    color: #e7810b !important;
}

.viewall {
    float: right;
    font-size: 12px;
}

    .viewall a {
        font-family: "Interstate Black";
        font-style: normal;
        font-weight: Normal;
        font-size: 12px;
        color: #e7810b !important;
        text-decoration: none;
    }

article .tblock {
    margin: 0 1.5em 1.5em 1.5em;
}

.tblock {
    margin: 1.5em;
}

.vblock {
    color: #000;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    padding: 10px 0;
    font-size: 10.5px;
}

div.imageSub {
    position: relative;
}

    div.imageSub img {
        z-index: 1;
    }

    div.imageSub div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        padding: 4px;
    }

        div.imageSub div.background {
            z-index: 2;
            color: #000;
            -ms-filter: "alpha(opacity=75)";
            filter: alpha(opacity=75);
            opacity: .75;
        }

        div.imageSub div.label {
            z-index: 3;
            color: white;
        }

div.play img {
    z-index: 4;
    margin: 0 auto;
    position: relative;
    top: -100px;
    display: block;
    vertical-align: middle;
}

.rsmFlow {
    padding-left: 20px !important;
}

.RadSiteMap .sfBreadcrumbNavigation a {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #58595b !important;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 !important;
}

.RadSiteMap .sfNoBreadcrumbNavigation a {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #862633 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 !important;
}

.sfBreadcrumbNodeSeparator {
    margin: 0 .25em 0 .5em;
}

.sfBreadcrumbWrp {
    margin: 5px 0 0 !important;
}

.rtsLI {
    background-color: transparent !important;
    width: 192px;
    height: 20px;
    border-right-width: 0 !important;
}

.rtsLevel1 {
    background-color: #862633 !important;
    width: 650px !important;
}

.rtsTxt {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    color: #e39615;
    font-size: 10px;
    text-transform: uppercase;
    display: block !important;
    text-align: left !important;
}

    .rtsTxt:hover {
        color: white;
    }

.mobile_only, .mob_contact, .mob_flinks {
    display: none;
}

.sfContentBlock li {
    padding-left: 7px;
    text-indent: -7px;
}

.sfContentBlock ul li:before {
    content: '- ';
}

.sfContentBlock ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.sfContentBlock ol {
    padding-left: 20px !important;
}

li.rtsLI:before, li.rsmItem:before {
    content: none;
}

ul.rtsUL {
    padding-left: 40px !important;
}

.sfContentBlock a:hover {
    color: #862633 !important;
}

*:focus {
    outline: 0;
}

.mpointer {
    cursor: pointer;
}

#search_area {
    background-color: #d5d5cd;
    width: 115px;
    margin-top: 4px;
}

#search_box {
    width: 95px;
    background-color: #d5d5cd;
    border: 0;
    color: #862633;
    font-family: Arial;
    font-size: 11.5px;
    padding-left: 4px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.red_hr {
    background-color: #862633;
    height: 4px;
}

.orange_text {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
    font-size: 12px;
    color: #e39615;
}

.red_text {
    font-family: "Interstate Black";
    font-style: normal;
    font-weight: Normal;
    font-size: 12px;
    color: #862633;
}

#Label2 {
    display: none !important;
}

#hover-menus {
    margin-top: 0;
}

.hover-menu {
    display: none;
    position: absolute;
    z-index: 110;
}

div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink span.rtsOut, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink span.rtsIn, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink span.rtsTxt {
    line-height: 20px !important;
    text-decoration: none !important;
}

div.RadTabStrip.RadTabStrip_Sitefinity .rtsLevel1 .rtsLI a:hover {
    background: none !important;
}

#TopNavRedBar {
    background: url(../img/topmenu-redbar.png);
    height: 28px;
}

#TopNavSeal {
    position: absolute;
    z-index: 300;
    margin-left: 26px;
    margin-top: -27px;
    height: 174px;
    width: 126px;
}

.menu_bottom_line {
    height: 2px;
    position: relative;
}

#FocusOnLabel {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    color: #fff;
    margin-left: 4px;
    margin-right: 10px;
    margin-top: 9px;
    display: inline-block;
    font-size: 15.5px;
}

.logo {
    margin-top: 11px;
}

    .logo img {
        height: 50px;
    }

.banner_seal_a {
    width: 162px;
    height: 105px;
}

.banner_seal_mob {
    display: none;
}

#TopBarGrey {
    /*overflow: hidden;*/
    background: url('/public/img/topbg.png') no-repeat;
    height: 107px;
    font-size: 16px !important;
    line-height: 1.4 !important;
    /*margin-bottom: -4px*/
}

.hpnav {
    background-color: #fff;
    display: inline;
    float: left;
    margin: 0 0 20px 0;
    width: 320px;
    height: 340px;
}

    .hpnav .tblock {
        margin: 1.5em 1.5em 1.5em 1.5em;
    }

#leftmenu {
    position: relative;
    top: 8px;
    line-height: 1em !important;
    /*margin-bottom: 4px*/
}

.navchildnode a {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    font-size: 17px;
    color: #58595b !important;
    text-decoration: none;
}

.leftmenu span {
    float: left;
    margin-right: 8px;
}

    .leftmenu span:hover {
        background: url('/public/img/highlight.png') repeat-x 0 18px;
    }

#TopQuickLinks {
    list-style-type: none;
    margin: 2px 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

    #TopQuickLinks li {
        line-height: 12px;
    }

    #TopQuickLinks a {
        font-family: Interstate !important;
        font-style: normal;
        font-weight: normal;
        font-size: 7pt;
        color: #862633;
        text-decoration: none;
    }

        #TopQuickLinks a:hover {
            font-family: Interstate;
            font-style: normal;
            font-weight: bold;
            color: #e7810b !important;
        }

.menu_bottom_line {
    background: url('/public/img/shadow.png') repeat-x;
    z-index: 214;
}

.sfPageEditor .hover-menu {
    display: block;
    width: 1008px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#hover-menus div.RadTabStrip.RadTabStrip_Sitefinity .rtsLevel .rtsLI a.rtsSelected {
    background: none !important;
}

div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected span.rtsOut, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected span.rtsIn, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected span.rtsTxt {
    color: #e39615 !important;
}

div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected:hover span.rtsOut, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected:hover span.rtsIn, div.RadTabStrip.RadTabStrip_Sitefinity ul li a.rtsLink.rtsSelected:hover span.rtsTxt {
    color: #fff !important;
}

.news .redhl, .events .redhl, .twitter .redhl {
    margin: 0 0 0 9px;
}

.news .du_rssreader_li_title {
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #365777;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    line-height: 1em;
}

.news .du_rssreader_li_pubdate {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    color: #58595b;
    font-size: 12px;
    display: block;
}

.news .du_rssreader {
    list-style-type: none;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-top: 6px !important;
}

.events .du_rssreader_li_title {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #e7810b;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

.events .du_rssreader_li_pubdate {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    color: #58595b;
    float: left;
    margin-right: 1em;
    font-size: 11px;
}

.events .du_rssreader {
    list-style-type: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 6px !important;
}

    .events .du_rssreader li {
        width: 281px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.twtr-ft {
    display: none;
}

.twtr-hd {
    display: none !important;
}

#TwiterContent .twtr-doc .twtr-hd {
    display: none;
}

#TwiterContent .twtr-doc, #TwiterContent .twtr-hd a, #TwiterContent h3, #TwiterContent h4 {
    background-color: #FFF !important;
}

#TwiterContent .twtr-doc, #TwiterContent .twtr-hd a, #TwiterContent h3, #TwiterContent h4 {
    background-color: #FFF !important;
}

#TwitterContent .twtr-doc, #TwitterContent .twtr-hd a, #TwitterContent h3, #TwitterContent h4 {
    background-color: #333 !important;
    color: #58595b !important;
}

#TwitterContent .twtr-bd, #TwitterContent .twtr-timeline i a, #TwitterContent .twtr-bd .twtr-tweet-wrap p {
    color: #365777 !important;
    font-family: Garamond !important;
    font-family: !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

    #TwitterContent .twtr-bd .twtr-user, #TwitterContent .twtr-timeline i a .twtr-user, #TwitterContent .twtr-bd .twtr-tweet-wrap p .twtr-user {
        font-family: Interstate !important;
        font-style: normal;
        font-weight: normal;
    }

.twtr-widget .twtr-tweet-wrap {
    padding: 6px 0 !important;
}

.twtr-widget .twtr-timestamp, .twtr-widget .twtr-reply, .twtr-widget .twtr-rt, .twtr-widget .twtr-fav, .twtr-widget em {
    display: none !important;
}

.twtr-tweets {
    margin-top: 0;
}

.ftritem {
    text-decoration: none;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #e39615 !important;
    padding-right: 12px;
}

.footerList *:hover {
    color: #FFF !important;
}

.footerList *:active {
    color: #FFF !important;
}

.just_for {
    background: url('/public/img/justfor_ribbon.png') no-repeat;
    height: 34px;
    line-height: normal;
}

.jfor {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    font-size: 15.5px;
    font-weight: bold;
    color: #e39615 !important;
    text-decoration: none;
    padding-right: 16px;
}

.FocusOn {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    font-size: 15.5px;
    font-weight: bold;
    color: #e39615 !important;
    text-decoration: none;
    padding-right: 10px;
}

.jfor.current {
    color: white !important;
}

.jforopts *:hover {
    color: #FFF !important;
}

.jforopts *:active {
    color: #FFF !important;
}

.jforblk {
    background-color: #e7e8e3;
    height: 46px;
    padding-top: 20px;
}

.jforopts {
    margin-left: 13px;
    margin-top: 4px;
    display: inline-block;
}

#JustForBlock {
    background-color: white;
    margin-left: 0 !important;
    width: 100%;
    height: 80px !important;
    position: relative;
}

#JustForLabel {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    display: inline-block;
    font-size: 15.5px;
}

.footerblk {
    background: url(/public/img/footer.png) no-repeat;
    height: 84px;
    padding-top: 42px;
}

#JustForRibbon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}

#JustForList {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    position: absolute !important;
    left: 115px !important;
    top: 13px !important;
    color: #e39615;
}

    #JustForList ul {
        position: absolute;
        list-style-type: none;
        width: 750px;
    }

    #JustForList li {
        float: left;
        padding-right: 20px;
    }

.footerList {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    color: #e39615;
}

#FooterText {
    font-family: Interstate !important;
    font-style: normal;
    font-size: 13px;
    color: #aaa;
    font-weight: normal;
    position: relative;
}

    #FooterText a:hover {
        color: #FFF !important;
    }

.ftricon {
    display: inline-block;
    float: left;
    background: url(/public/img/ftr_social.png) no-repeat;
    height: 32px;
}

#ftrfb {
    width: 25px;
    background-position: 0 0;
}

#ftrtw {
    width: 26px;
    background-position: -27px 0;
}

#ftryt {
    margin-top: 4px;
    width: 32px;
    background-position: -53px 0;
}

#ftrplus {
    width: 32px;
    background-position: -85px 0;
}

#ftrfl {
    width: 34px;
    background-position: -121px 0;
}

#search_area_footer, #search_box_footer {
    display: none !important;
}

.audienceTopMenu {
    vertical-align: middle;
    font-size: 16px;
}

.audienceTopMenuMobile {
    vertical-align: middle;
    font-size: 16px;
    display: none;
}

.audienceTopMenu a:hover {
    color: #e7810b !important;
}

.jforTop {
    font-family: Interstate !important;
    font-style: normal;
    font-size: 11px;
    color: #FFF !important;
    text-decoration: none;
    padding-right: 18px;
    margin-right: -5px;
}

@media(max-width:1024px) {
    #leftmenu {
        top: 8px;
    }

    .navchildnode:hover ul {
        display: none;
    }
}

@media(max-width:749px) {
    #TopNavRedBarMobile {
        display: normal;
    }

    #academicsnav, #aboutnav, #campuslifenav, #distinctlynav, #admissionsnav {
        left: 0;
    }

    #TopBarGrey {
        background: url("/public/img/topbg.png") no-repeat scroll 0 0 transparent;
        border-bottom: 2px solid #aba9a1;
        height: 49px;
        overflow: visible;
        position: fixed;
    }

    .logo {
        height: 50px;
        width: 145px;
        float: left;
    }

        .logo img {
            padding: 17px 0 0 5px;
            float: left;
            width: 117px;
        }

    #mobileNav {
        display: block;
        height: 40px;
        margin-right: 10px;
        margin-top: 4px;
        position: fixed;
        right: 0;
        z-index: 299;
    }

    #audience, #search, #hamburgerMenu {
        display: inline-block;
        height: 40px;
        width: 40px;
    }

    #search_box_mobile {
        height: 45px;
        width: calc(100% - 30px);
        margin-left: 10px;
        border-radius: 15px;
        border: 1px solid #5c5b57;
    }

    .mobileMenuButton {
        background-color: #B0A9A3;
    }

    .mobileNavColor {
        background-color: #5c5b57;
    }

    #mobileFooter {
        width: 100%;
        background-color: #B0A9A3;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #mobileFooter ul {
            padding: 0 !important;
            margin: 0 !important;
        }

    .footerNav {
        background-color: white;
        text-align: left;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 4px;
        padding-top: 4px;
        padding-bottom: 3px;
    }

        .footerNav a {
            color: #e7810b !important;
            font-size: 10pt;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            padding-left: 14px;
        }

            .footerNav a:hover {
                color: #e7810b !important;
            }

    .mobileSpace {
        display: inline-block !important;
    }

    #TopNavRedBar {
        display: none;
    }

    #mobileLogo {
        height: 51px;
        padding-left: 95px;
        padding-top: 12px;
    }

        #mobileLogo img {
            padding: 0;
            width: 212px;
        }

    body {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    table {
        width: 100% !important;
    }

    .filmstrip .carousel .carousel_inner .quote {
        background-image: url("/public/img/quote_orangebg.png");
        background-repeat: no-repeat;
        background-size: 94% 86%;
    }

    .container_24 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

        .container_24 .grid_1, .container_24 .grid_2, .container_24 .grid_3, .container_24 .grid_4, .container_24 .grid_5, .container_24 .grid_6, .container_24 .grid_7, .container_24 .grid_8, .container_24 .grid_9, .container_24 .grid_10, .container_24 .grid_11, .container_24 .grid_12, .container_24 .grid_13, .container_24 .grid_14, .container_24 .grid_15, .container_24 .grid_16, .container_24 .grid_17, .container_24 .grid_18, .container_24 .grid_19, .container_24 .grid_20, .container_24 .grid_21, .container_24 .grid_22, .container_24 .grid_23, .container_24 .grid_24 {
            display: block;
            float: none;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    #slideshow {
        display: none;
    }

    iframe {
        width: 100% !important;
        max-width: 100%;
    }

    article {
        float: left;
        width: 100%;
    }

        article .pcaption {
            margin: 0 5px;
            padding: 3px 2% !important;
            max-width: 96% !important;
        }

    #TopNavRedBarMobile {
        background: url(../img/topmenu-redbarMobile.png);
        height: 9px;
        display: none;
    }

    img {
        max-width: 100%;
        height: auto !important;
        width: auto;
        padding: 5px 0;
    }

    .prefix_1, .suffix_1, .prefix_2, .suffix_2, .prefix_3, .suffix_3, .prefix_4, .suffix_4, .prefix_5, .suffix_5, .prefix_6, .suffix_6, .prefix_7, .suffix_7, .prefix_8, .suffix_8, .prefix_9, .suffix_9, .prefix_10, .suffix_10, .prefix_11, .suffix_11, .prefix_12, .suffix_12, .prefix_13, .suffix_13, .prefix_14, .suffix_14, .prefix_15, .suffix_15, .prefix_16, .suffix_16, .prefix_17, .suffix_17, .prefix_18, .suffix_18, .prefix_19, .suffix_19, .prefix_20, .suffix_20, .prefix_21, .suffix_21, .prefix_22, .suffix_22, .prefix_23, .suffix_23, .prefix_24, .suffix_24 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #TopQuickLinks {
        display: none;
    }

    #mainForm, #footer {
        background-color: #fff;
    }

    #search_area, .menu_bottom_line {
        display: none !important;
    }

    #search_area_footer, #search_box_footer {
        display: block !important;
    }

    #search_area_footer {
        padding: 3px 0;
    }

        #search_area_footer img {
            margin: 1px 0 0 2px;
            padding: 0;
            float: left;
        }

    #TopBarGrey {
        overflow: visible;
        z-index: 999;
    }

    #TopNavSeal {
        position: relative;
        margin-top: -5px !important;
        margin-left: 0 !important;
    }

    img#TopNavSeal {
        padding: 0;
        float: left;
        margin-left: 10px !important;
        width: 45px;
    }

    .news {
        padding-left: 0;
    }

    .logo {
        margin: 0 0 !important;
    }

    #news_container, #events_container, #twitter_container {
        width: 100%;
    }

    .tinybar .viewport, .events .du_rssreader li {
        width: 96% !important;
    }

    .banner_seal_a {
        display: none !important;
    }

    .banner_seal_mob {
        display: block;
        height: auto;
        width: auto;
    }

    .topnav {
        width: 100% !important;
        text-align: center;
    }

    header {
        background: url("/public/img/topbg.png") no-repeat scroll 0 0 transparent;
        max-width: 100%;
        height: 49px;
    }

    .leftmenu span {
        padding: 0 0 !important;
        margin: 0 0 !important;
        display: inline-block;
        float: none;
    }

        .leftmenu span:hover {
            background: 0;
        }

    #leftmenu a, #audienceMenu a {
        font-size: 11pt;
        margin: 0;
    }

    .navchildnode a {
        color: white !important;
        font-family: Interstate !important;
        font-weight: bold;
        padding-left: 10px;
        text-align: left;
        text-transform: uppercase;
        display: block;
    }

    #audience img, #search img, #hamburgerMenu img {
        padding-top: 3px;
        height: 35px !important;
    }

    #leftmenu, #audienceMenu, #searchNav {
        margin-right: 10px;
        margin-left: 10px;
        position: fixed;
        max-height: 400px;
        overflow: auto;
        display: none;
        top: 44px;
        z-index: 299;
        line-height: 1.4em !important;
    }

        #leftmenu .navchildnode .secondLevelMenu a:after, .noTriangle a {
            content: none;
        }

    .noTriangle a {
        content: none;
    }

    .navchildnode {
        border-top: 1px solid #b0a9a3;
        margin-right: 0;
        padding-bottom: 5px;
        padding-top: 6px;
        text-align: left;
        background-color: #5c5b57;
        left: 0;
        width: 100%;
        /*    background-color: #5c5b57;
    left: 0;
    width: 100%;
    padding-top: 6px;
    display: inline-block;
    font-size: 13px;*/
    }

        .navchildnode a {
            font-size: 17px;
            margin: 0 5px;
        }

            .navchildnode a:hover {
                border-bottom: none;
                color: white !important;
            }

    .secondLevelMenu {
        background-color: #858480;
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        margin: 5px 0 -6px !important;
        padding: 0 !important;
        position: relative;
        width: 100%;
    }

        .secondLevelMenu li {
            width: auto;
            padding-top: 5px;
            height: 23px;
            display: block;
        }

            .secondLevelMenu li a {
                font-size: 9px;
                color: white !important;
                font-weight: normal;
                padding-left: 24px;
                text-transform: capitalize;
                font-family: Interstate !important;
            }

    #leftmenu .navchildnode .secondLevelMenu a:after {
        content: none;
    }

    #leftmenu .navchildnodeLink:after {
        color: #e7810b;
        content: "▲";
        position: absolute;
        right: 15px;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    .open a::after {
        -webkit-transform: rotateZ(0deg) !important;
        transform: rotateZ(0deg) !important;
    }

    #leftmenu a, #audienceMenu a {
        font-size: 11pt;
        margin: 0;
    }

    .secondLevelMenu li a {
        color: white !important;
        font-family: Interstate !important;
        font-size: 9px;
        font-weight: normal;
        padding-left: 24px;
        text-transform: capitalize;
    }

    .mobileSearch {
        color: #ffffff;
        font-size: 16pt;
        font-weight: bold;
        padding-left: 95px;
        padding-top: 5px;
        text-transform: uppercase;
    }

    .navchildnode input[type="text"] {
        color: #5a5b57;
        font-size: 12pt;
        padding-left: 10px;
    }
    /*.navchildnode input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #5c5b57;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #e39615;
    font-size: 13pt;
    font-weight: 900;
    height: 35px;
    margin-left: -48px;
    width: 39px;
}*/
    #mobileLogoImg {
        display: none;
    }

    #mobileLogo {
        padding-left: 95px;
        height: 51px;
        padding-top: 12px;
        display: none;
    }

    .toplevelpage {
        display: block !important;
    }

    .top_margin {
        margin-top: 10px;
    }

    .filmstrip_video {
        display: inline-block;
        height: auto !important;
        max-width: 100%;
        padding-left: 0 !important;
        padding-top: 10px !important;
        font-size: .8em;
    }

        .filmstrip_video iframe {
            max-width: 100%;
            height: auto;
            padding: 0 !important;
        }

    .filmstrip_video_text {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
        max-width: 100% !important;
        font-size: .8em;
    }

    #about_colgate_img, #campus_life_img, #distincly_colgate_img, #admissions_img, #academics_img {
        display: none;
    }

    #footer {
        background-color: #fff;
        float: left;
    }

    #FooterText {
        margin: 0 10px;
        font-size: 10pt;
    }

    .just_for {
        background: 0;
        height: auto;
    }

    .no_mobile {
        display: none !important;
    }

    .jforblk {
        padding: 14px 0;
        background-color: #e7e8e3;
        margin-top: 20px;
        height: auto;
    }

    .footerblk {
        height: auto;
    }

    #JustForLabel {
        margin: 0 10px 0 10px !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 10.5pt;
    }

    .jforopts {
        display: inline;
        margin: 0 !important;
        padding: 0 !important;
    }

    .just_for {
        background-color: #862633;
        padding: 5px 10px !important;
        line-height: 1.75em;
        font-size: 10.5pt;
    }

    .footerblk {
        padding: 0;
        background: none !important;
    }

    .jfor {
        white-space: nowrap;
        font-size: 10.5pt;
        margin: 0;
        padding: 0 10px !important;
    }

        .jfor a, .jfor a:hover {
            color: #e39615 !important;
        }

    .ftritem {
        line-height: 2em !important;
        padding: 0 10px !important;
        float: left;
        font-size: 9.5pt;
    }

    #search_area_footer {
        background: #d5d5cd;
        margin: 10px 20px;
        display: block;
        width: 115px;
        max-width: 100%;
    }

        #search_area_footer a {
            float: right;
            margin: 0 5px;
        }

    .ftricon {
        float: none;
    }

    .footerList {
        left: 0 !important;
        margin: 16px 0 8px;
        padding: 10px 0;
        background: url("/public/img/footer_res.jpg") no-repeat !important;
        background-size: auto 100%;
    }

    .grid_4.footerList {
        display: none;
    }

    .mobile_only, .mob_contact, .mob_flinks {
        display: block;
    }

    .mob_contact {
        margin-top: 5px;
        padding: 0 10px;
        font-size: 9.5pt;
    }

    .mob_flinks {
        display: inline-block;
    }

        .mob_flinks a {
            width: 15px;
            height: 24px;
        }

        .mob_flinks #ftrfb {
            background: url(/public/img/ftr_fb.png) no-repeat;
            width: 24px;
            background-size: 24px auto;
        }

        .mob_flinks #ftrtw {
            background: url(/public/img/ftr_tw.png) no-repeat;
            width: 24px;
            background-size: 24px auto;
        }

        .mob_flinks #ftryt {
            background: url(/public/img/ftr_yt.png) no-repeat;
            width: 24px;
            background-size: 24px auto;
        }

        .mob_flinks #ftrplus {
            background: url(/public/img/ftr_plus.png) no-repeat;
            width: 24px;
            background-size: 24px auto;
        }

        .mob_flinks #ftrfl {
            background: url(/public/img/ftr_flckr.png) no-repeat;
            width: 24px;
            background-size: 24px auto;
        }

    ul#TopQuickLinks.mobile_only {
        display: block;
        background: #fff;
        margin: 10px 0 0 !important;
    }

        ul#TopQuickLinks.mobile_only li {
            display: inline-block;
            margin: 10px 10px 0 20px;
        }

            ul#TopQuickLinks.mobile_only li a {
                font-size: 8pt;
                line-height: 1.25em;
            }

    .mobile_only.TopQuickLinks {
        margin-bottom: -7px;
    }

    #directory_search_container, .letter_container {
        margin: 0 10px !important;
    }

    span.orange_text {
        margin-left: 10px;
    }

    .drop_list {
        width: 100%;
        margin: 20px 10px !important;
        padding-left: 0 !important;
    }

    #SearchButton {
        margin-left: -2em;
        padding: 10px 10px;
    }

    .sectionHeader {
        font-size: 24px !important;
        margin-left: 10px;
    }

    #ddlSearchType, #ddlDepartment {
        margin: 5px 0 !important;
        padding: 10px 5% !important;
        width: 95% !important;
    }

    #lbError {
        margin: auto 10px;
    }

    .events .du_rssreader li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .filmstrip .carousel .carousel_inner .quote {
        margin: 5px -5px -35px 5px !important;
        font-size: 10pt;
    }

        .filmstrip .carousel .carousel_inner .quote .title {
            height: auto !important;
            min-height: 100px;
            max-width: 100%;
        }

    #slideshow-left, #slideshow-right {
        display: none;
    }

    #RightNavBarBackground {
        margin-left: 2% !important;
        width: 100% !important;
    }

    .sfContentBlock h1 {
        font-size: 24px !important;
    }

    .sfContentBlock .intro {
        font-size: 20px !important;
    }

    .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title * {
        font-size: 20px !important;
    }

    .sfBreadcrumbWrp {
        clear: both;
    }

    .filmstrip .carousel img {
        padding: 5px 0 !important;
    }

    .rlinks, .pageNavMenu {
        background-size: 100% 100% !important;
    }

    #slideshow-left, #slideshow-right {
        display: none !important;
        height: auto;
        width: auto;
    }
}

@media(max-width:360px) {
    header {
        height: 49px;
    }
}

@media(max-width:319px) {
    .navchildnode a {
        font-size: 8.5pt;
    }
}

@media(min-width:1024px) {
    .navchildnode {
        height: 30px;
    }
}

@media(max-width:1024px) and (min-width:1000px) {

    .navchildnode a {
        font-size: 14px;
        color: green;
    }

    .jforblk .jfor {
        font-size: 10px !important;
        padding-right: 25px;
    }

    .jforblk #JustForLabel {
        font-size: 10pt !important;
    }

    .jforTop {
        font-size: 11px;
    }

    .jforblk .FocusOn {
        font-size: 14px !important;
    }

    .just_for #FocusOnLabel {
        font-size: 14px !important;
    }
}

@media(max-width:999px) and (min-width:950px) {
    .navchildnode a {
        font-size: 13px;
    }

    #TopNavSeal {
        margin-left: 20px;
    }

    .jforblk .jfor {
        font-size: 9pt !important;
        padding-right: 25px;
    }

    .jforblk #JustForLabel {
        font-size: 9pt !important;
    }

    .jforTop {
        font-size: 10px;
    }

    .jforblk .FocusOn {
        font-size: 13px !important;
    }

    .just_for #FocusOnLabel {
        font-size: 13px !important;
    }
}

@media(max-width:951px) and (min-width:880px) {
    .navchildnode a {
        font-size: 12px;
    }

    #TopNavSeal {
        margin-left: 10px;
    }

    .jforblk .jfor {
        font-size: 8.5pt !important;
        padding-right: 20px;
    }

    .jforblk #JustForLabel {
        font-size: 8.5pt !important;
    }

    .jforTop {
        font-size: 9px;
    }

    .jforblk .FocusOn {
        font-size: 12px !important;
    }

    .just_for #FocusOnLabel {
        font-size: 12px !important;
    }
}

@media(max-width:879px) and (min-width:750px) {
    .navchildnode a {
        font-size: 11px;
    }

    #TopNavSeal {
        margin-left: 5px;
    }

    .audienceTopMenu {
        display: none;
    }

    .audienceTopMenuMobile {
        display: inline;
    }

    .jforTop {
        font-size: 9px;
    }

    .jforblk .FocusOn {
        font-size: 12px !important;
    }

    .just_for #FocusOnLabel {
        font-size: 10px !important;
    }
}

@media(max-width:1008px) and (min-width:750px) {
    .container_24 {
        width: 100%;
        max-width: 100%;
    }

        .container_24 .grid_1 {
            width: 4%;
        }

        .container_24 .grid_2 {
            width: 8%;
        }

        .container_24 .grid_3 {
            width: 12%;
        }

        .container_24 .grid_4 {
            width: 16%;
        }

        .container_24 .grid_5 {
            width: 20%;
        }

        .container_24 .grid_6 {
            width: 24%;
        }

        .container_24 .grid_7 {
            width: 28%;
        }

        .container_24 .grid_8 {
            width: 32%;
        }

        .container_24 .grid_9 {
            width: 36%;
        }

        .container_24 .grid_10 {
            width: 40%;
        }

        .container_24 .grid_11 {
            width: 44%;
        }

        .container_24 .grid_12 {
            width: 48%;
        }

        .container_24 .grid_13 {
            width: 52%;
        }

        .container_24 .grid_14 {
            width: 56%;
        }

        .container_24 .grid_15 {
            width: 60%;
        }

        .container_24 .grid_16 {
            width: 64%;
        }

        .container_24 .grid_17 {
            width: 68%;
        }

        .container_24 .grid_18 {
            width: 72%;
        }

        .container_24 .grid_19 {
            width: 76%;
        }

        .container_24 .grid_20 {
            width: 80%;
        }

        .container_24 .grid_21 {
            width: 84%;
        }

        .container_24 .grid_22 {
            width: 88%;
        }

        .container_24 .grid_23 {
            width: 92%;
        }

        .container_24 .grid_24 {
            width: 96%;
        }

            .container_24 .grid_24.menu_bottom_line {
                width: 100%;
            }

        .container_24 .prefix_1 {
            padding-left: 4%;
        }

        .container_24 .prefix_2 {
            padding-left: 8%;
        }

        .container_24 .prefix_3 {
            padding-left: 12%;
        }

        .container_24 .prefix_4 {
            padding-left: 16%;
        }

        .container_24 .prefix_5 {
            padding-left: 20%;
        }

        .container_24 .prefix_6 {
            padding-left: 24%;
        }

        .container_24 .prefix_7 {
            padding-left: 28%;
        }

        .container_24 .prefix_8 {
            padding-left: 32%;
        }

        .container_24 .prefix_9 {
            padding-left: 36%;
        }

        .container_24 .prefix_10 {
            padding-left: 40%;
        }

        .container_24 .prefix_11 {
            padding-left: 44%;
        }

        .container_24 .prefix_12 {
            padding-left: 48%;
        }

        .container_24 .prefix_13 {
            padding-left: 52%;
        }

        .container_24 .prefix_14 {
            padding-left: 56%;
        }

        .container_24 .prefix_15 {
            padding-left: 60%;
        }

        .container_24 .prefix_16 {
            padding-left: 64%;
        }

        .container_24 .prefix_17 {
            padding-left: 68%;
        }

        .container_24 .prefix_18 {
            padding-left: 72%;
        }

        .container_24 .prefix_19 {
            padding-left: 76%;
        }

        .container_24 .prefix_20 {
            padding-left: 80%;
        }

        .container_24 .prefix_21 {
            padding-left: 84%;
        }

        .container_24 .prefix_22 {
            padding-left: 88%;
        }

        .container_24 .prefix_23 {
            padding-left: 92%;
        }

        .container_24 .prefix_24 {
            padding-left: 96%;
        }

        .container_24 .suffix_1 {
            padding-right: 4%;
        }

        .container_24 .suffix_2 {
            padding-right: 8%;
        }

        .container_24 .suffix_3 {
            padding-right: 12%;
        }

        .container_24 .suffix_4 {
            padding-right: 16%;
        }

        .container_24 .suffix_5 {
            padding-right: 20%;
        }

        .container_24 .suffix_6 {
            padding-right: 24%;
        }

        .container_24 .suffix_7 {
            padding-right: 28%;
        }

        .container_24 .suffix_8 {
            padding-right: 32%;
        }

        .container_24 .suffix_9 {
            padding-right: 36%;
        }

        .container_24 .suffix_10 {
            padding-right: 40%;
        }

        .container_24 .suffix_11 {
            padding-right: 44%;
        }

        .container_24 .suffix_12 {
            padding-right: 48%;
        }

        .container_24 .suffix_13 {
            padding-right: 52%;
        }

        .container_24 .suffix_14 {
            padding-right: 56%;
        }

        .container_24 .suffix_15 {
            padding-right: 60%;
        }

        .container_24 .suffix_16 {
            padding-right: 64%;
        }

        .container_24 .suffix_17 {
            padding-right: 68%;
        }

        .container_24 .suffix_18 {
            padding-right: 72%;
        }

        .container_24 .suffix_19 {
            padding-right: 76%;
        }

        .container_24 .suffix_20 {
            padding-right: 80%;
        }

        .container_24 .suffix_21 {
            padding-right: 84%;
        }

        .container_24 .suffix_22 {
            padding-right: 88%;
        }

        .container_24 .suffix_23 {
            padding-right: 92%;
        }

        .container_24 .suffix_24 {
            padding-right: 96%;
        }

    #TopNavRedBarSpacer {
        padding-left: 4%;
    }
}

@media(max-width:1024px) {
    #hover-menus {
        display: none;
    }
}

@media(max-width:1024px) and (min-width:750px) {
    body {
        max-width: 100% !important;
        min-width: 100% !important;
        background: #fff !important;
    }

    #leftmenu {
        position: relative;
        top: 8px;
        line-height: 1em !important;
        margin-bottom: 4px;
    }

    #search_area {
        width: 105px;
    }

    #search_box {
        margin-bottom: 2px;
        width: 80px;
        background-color: #d5d5cd;
    }

    .just_for #FocusOnLabel {
        background: url('/public/img/just_for_a.png');
        padding: 6px;
        margin: 0 !important;
        line-height: 18px;
    }

    .filmstrip_video {
        display: inline-block;
        height: 70% !important;
        max-width: 100%;
        padding-left: 0 !important;
        padding-top: 10px !important;
        font-size: .8em;
    }

        .filmstrip_video iframe {
            max-width: 100%;
            padding: 8% 5% !important;
        }

    .filmstrip_video_text {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px !important;
        max-width: 100% !important;
        font-size: .8em;
        height: 575px !important;
    }

        .filmstrip_video_text .topichl {
            display: block;
            margin-top: 45px;
        }

    .intro {
        font-size: 20px;
    }

    .ftritem, .footerList {
        font-size: 12px;
    }

    .leftmenu span img {
        display: none;
    }

    .grid_4.topnav.suffix_1 {
        padding-right: 0;
        padding-left: 0;
        width: 18%;
    }

    .grid_4.topnav.banner_seal_a {
        width: 18%;
    }

    #RightNavBarBackground {
        margin-left: 0 !important;
    }

    #slideshow-container {
        position: relative;
    }

    #slideshow {
        margin-bottom: .75em;
        border-bottom: none !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        position: static !important;
    }

        #slideshow img.ssimg {
            width: 50%;
            height: auto;
            position: static;
        }

        #slideshow .slide .panel {
            width: 45%;
            height: auto;
            position: static;
            background-color: #862633;
            padding: 0;
            margin: 8px 2% 8px 1%;
        }

            #slideshow .slide .panel .title {
                padding-top: 0;
                font-size: 15px;
            }

            #slideshow .slide .panel .social-icons {
                position: static;
                float: right;
            }

        #slideshow div {
            position: static !important;
        }

    #slideshow-left, #slideshow-right {
        position: absolute !important;
        top: 80px !important;
    }

    #slideshow-right {
        left: 98% !important;
    }

    .sectionHeader {
        font-size: 24px !important;
    }

    .grid_14 .grid_7 {
        width: 50%;
    }

    .grid_14 img {
        max-width: 100%;
    }

    .just_for {
        background-size: contain;
    }

    .jforblk .grid_1 {
        display: none;
    }

    .jforblk .grid_22 {
        width: 92%;
        margin: 0 4%;
    }

    .jforblk #JustForLabel {
        font-size: 8.5pt;
        width: 7%;
        text-align: center;
    }

    .jforblk .jfor {
        font-size: 8.5pt;
        text-align: center;
        padding-right: 18px;
    }

    .jforblk .jforopts {
        width: 85%;
        text-align: center;
    }

    .filmstrip, .filmstrip .carousel, .filmstrip .slides, .filmstrip .slides > div {
        width: 100% !important;
        height: auto !important;
    }

    .filmstrip-expanded {
        width: 100% !important;
    }

    .filmstrip .slides .picture img {
        width: 100% !important;
        height: auto !important;
    }

        .filmstrip .slides .picture img.social-icon {
            width: auto !important;
        }

    .just_for {
        background: 0;
    }

        .just_for #JustForLabel {
            background: url('/public/img/just_for_a.png');
            padding: 6px;
            margin: 0 !important;
            line-height: 18px;
        }

        .just_for .jforopts {
            background: url('/public/img/just_for_b.png') no-repeat;
            background-size: 100% 100%;
            padding: 5px 6px;
            line-height: 15px;
            margin-left: 5px;
        }

    #ftrfb {
        background: url('/public/img/ftr_fb.png') no-repeat;
        width: 20%;
    }

    #ftrtw {
        background: url('/public/img/ftr_tw.png') no-repeat;
        width: 20%;
    }

    #ftryt {
        background: url('/public/img/ftr_yt.png') no-repeat;
        width: 20%;
    }

    #ftrplus {
        background: url('/public/img/ftr_plus.png') no-repeat;
        width: 20%;
    }

    #ftrfl {
        background: url('/public/img/ftr_flckr.png') no-repeat;
        width: 20%;
    }

    #TopNavSeal {
        margin-top: -27px;
    }

    .events .du_rssreader li {
        width: 97%;
    }

    #events_container .overview {
        width: 100%;
    }

    .news .du_rssreader_li_title {
        font-size: 16px;
    }

    #TwitterContent .twtr-bd, #TwitterContent .twtr-timeline i a, #TwitterContent .twtr-bd .twtr-tweet-wrap p {
        font-size: 14px;
    }

    .grid_7.hpnav.ev1 {
        padding: 0 3%;
    }

    .grid_7.hpnav.suffix_2 {
        padding-right: 4%;
    }

    .tinybar .viewport {
        width: 100%;
    }

    .hpnav {
        width: 33%;
        margin-top: 15px;
        height: auto;
    }

        .hpnav .tblock {
            margin: 0;
        }

    .grid_4.footerList {
        position: static !important;
        width: 24%;
        padding: 0 8% 0 0;
    }

    .footerblk .grid_1 {
        display: none;
    }

    .footerblk .grid_17 {
        width: 64%;
        padding-left: 4%;
    }
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.filmstrip-expanded {
    width: 1008px;
    height: 625px;
    background-color: #fff;
}

.filmstrip .vblock a {
    color: #e7810b;
    font-weight: 400;
}

    .filmstrip .vblock a:hover {
        color: #862633;
    }

.filmstrip .carousel {
    position: relative;
    overflow: hidden;
    width: 1008px;
    height: 140px;
    background-color: #fff;
}

    .filmstrip .carousel .left, .filmstrip .carousel .right {
        width: 34px;
        height: 42px;
        position: relative;
        top: -90px;
        border: 0;
    }

    .filmstrip .carousel .left {
        float: left;
        background-image: url('/public/img/arrow-left-orange.png');
    }

        .filmstrip .carousel .left:hover {
            background-image: url('/public/img/rollover_arrow_left.png');
        }

    .filmstrip .carousel .right {
        float: right;
        background-image: url('/public/img/arrow-right-orange.png');
    }

        .filmstrip .carousel .right:hover {
            background-image: url('/public/img/rollover_arrow_right.png');
        }

    .filmstrip .carousel .quote .title {
        font-family: "Garamond Bold" !important;
        font-style: normal;
        font-weight: normal !important;
    }

        .filmstrip .carousel .quote .title.orange, .filmstrip .carousel .quote .title.blue, .filmstrip .carousel .quote .title.red {
            background: none !important;
        }

    .filmstrip .carousel .carousel_inner {
        position: relative;
        left: 0;
    }

    .filmstrip .carousel .scroller {
        position: relative;
        top: -100px;
        float: left;
        width: 100%;
        height: 50px;
        color: white;
        font-size: 50px;
    }

    .filmstrip .carousel .carousel_inner div {
        float: left;
        height: 120px;
        width: 190px;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .filmstrip .carousel .carousel_inner .quote {
        background-image: url('/public/img/quote_orangebg.png');
    }

        .filmstrip .carousel .carousel_inner .quote img {
            display: none;
        }

    .filmstrip .carousel .carousel_inner:hover div.thumb {
        background-color: black;
    }

    .filmstrip .carousel span.title.red {
        background-color: #862633;
    }

    .filmstrip .carousel span.title.blue {
        background-color: #365777;
    }

    .filmstrip .carousel span.title.orange {
        background-color: #e7810b;
    }

    .filmstrip .carousel div.quote span.title.red {
        background: #862633;
        background-image: -moz-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: -webkit-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: -o-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: -ms-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: radial-gradient(center center, circle cover, #862633, #691c31 100%);
    }

    .filmstrip .carousel div.quote span.title.blue {
        background: #365777;
        background-image: -moz-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: -webkit-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: -o-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: -ms-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: radial-gradient(center center, circle cover, #365777, #274759 100%);
    }

    .filmstrip .carousel .quote .title.xorange {
        background: #ef9304;
        background-image: -moz-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: -webkit-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: -o-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: -ms-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
    }

.filmstrip .shaded {
    background: url('/public/img/gray60.png') repeat;
}

.filmstrip .slides .picture, .filmstrip .slides .video, .filmstrip .slides .quote, .filmstrip .slides .lucky13 {
    display: none;
}

.filmstrip .carousel-only {
    background-color: #f2f2f2 !important;
}

.filmstrip .mob_arrow {
    display: none;
    height: 46px;
    position: absolute;
    width: 28px;
    z-index: 1;
}

.filmstrip #mob_arrowleft {
    background-image: url('/public/img/arrow-left-mob.png');
    display: none;
    height: 46px;
    position: absolute;
    width: 28px;
    z-index: 1;
    float: left;
    left: 0;
}

.filmstrip #mob_arrowright {
    background-image: url('/public/img/arrow-right-mob.png');
    display: none;
    height: 46px;
    position: absolute;
    width: 28px;
    z-index: 1;
    float: right;
    right: 0;
}

.filmstrip .slides {
    width: 1008px;
    height: 635px;
}

    .filmstrip .slides .mobtitle {
        display: none;
    }

    .filmstrip .slides .subtitle {
        display: block;
    }

    .filmstrip .slides .picture img {
        width: 1008px;
        height: 635px;
    }

    .filmstrip .slides .picture .social-icon {
        width: auto;
        height: auto;
    }

    .filmstrip .slides div .closed {
        position: absolute;
        z-index: 100;
        float: right;
        top: 8px;
        right: 6px;
        background-color: black;
        color: #e7810b;
        font-weight: bold;
        font-size: 25px;
        height: 40px;
        width: 40px;
        text-align: center;
        padding: 10px 5px 0 5px;
    }

    .filmstrip .slides > .slide {
        height: 635px;
        width: 1008px;
        position: relative;
    }

@media(min-width:481px) {
    .filmstrip .carousel .carousel_inner:hover div.thumb > * {
        opacity: .5;
        -moz-opacity: .5;
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
    }

    .carousel_inner div {
        margin: 10px 6px 6px;
    }

    .filmstrip .carousel .carousel_inner:hover div.thumb.selected, .filmstrip .carousel .carousel_inner div.thumb:hover {
        background-color: transparent;
    }

        .filmstrip .carousel .carousel_inner:hover div.thumb.selected > *, .filmstrip .carousel .carousel_inner div.thumb:hover > *, .filmstrip .carousel .carousel_inner div.thumb.quote:hover > span.title {
            opacity: 1.0;
            -moz-opacity: 1.0;
            -ms-filter: "alpha(opacity=100)";
            filter: alpha(opacity=100);
        }

        .filmstrip .carousel .carousel_inner:hover div.thumb.selected > span.title, .filmstrip .carousel .carousel_inner div.thumb:hover > span.title {
            opacity: .8;
            -moz-opacity: .8;
            -ms-filter: "alpha(opacity=80)";
            filter: alpha(opacity=80);
        }
}

.filmstrip .carousel .carousel_inner div.selected:before {
    position: absolute;
    top: -10px;
    left: -5px;
    width: 200px;
    height: 136px;
    display: block;
    content: " ";
    background: url('/public/img/fitem-highlight.png') no-repeat top left;
}

.lt-ie9 .filmstrip .carousel .carousel_inner div.selected:before {
    top: -12px;
}

.filmstrip_video_text {
    padding-top: 200px;
    vertical-align: top;
    width: 294px;
    padding-left: 42px;
    display: inline-block;
}

.filmstrip_video {
    padding-top: 70px;
    padding-left: 42px;
}

.filmstrip_video {
    height: 565px;
    width: 610px;
    display: inline-block;
}

.filmstrip .carousel .picture .title, .filmstrip .carousel .video .title {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 90px;
    width: 180px;
    height: 22px;
    padding-left: 10px;
    padding-top: 8px;
    opacity: .8;
    filter: alpha(opacity=80);
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    border: 0;
}

.filmstrip .carousel .quote .title {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    top: 12% !important;
    left: -3% !important;
    display: block;
    height: 113px !important;
    width: 180px;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: normal;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.filmstrip-expanded .carousel-pair {
    margin-top: -150px;
}

.filmstrip-expanded .carousel-only {
    margin-top: -150px;
}

.filmstrip .slides > div .description {
    width: 550px;
    color: white;
    position: absolute;
    left: 30px;
    bottom: 160px;
}

.filmstrip .slides h2 .expander {
    float: right;
    color: #e7810b;
    width: 30px;
    height: 31px;
    margin-bottom: -10px;
    background: url('/public/img/arrow-up-orange.png') no-repeat;
}

.filmstrip .slides h2 .expander-collapse {
    background: url('/public/img/arrow-down-orange.png') no-repeat;
}

.filmstrip .slides .description .social-icons {
    float: right;
}

    .filmstrip .slides .description .social-icons a:before {
        content: '' !important;
    }

.filmstrip .slides > div.video {
    background: #e4e2d5;
}

.filmstrip .slides > div .description ul li a {
    color: #e7810b;
    text-decoration: none;
    font-weight: 400;
}

.filmstrip .slides h2 {
    text-transform: uppercase;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    font-size: 21.5px;
    line-height: 1em;
}

.filmstrip .slides > div .description {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 12px;
    width: 435px;
}

    .filmstrip .slides > div .description .desc_block {
        margin: .8em 0;
    }

    .filmstrip .slides > div .description span {
        position: relative;
        top: 5px;
    }

.filmstrip .slides ul {
    list-style: none;
    padding: 0 !important;
    color: #e39615;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
}

    .filmstrip .slides ul li {
        background-image: url(/public/img/list-arrow-orange.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        padding-left: 12px;
    }

.filmstrip .slides .description a:before {
    content: '> ';
}

.filmstrip .slides .description a {
    color: #e39615;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.filmstrip .slides h3 {
    padding-bottom: 0;
    margin-bottom: -15px;
    font-size: 1em;
}

.filmstrip .slides .expander {
    background: url('/public/img/arrow-down-orange.png') no-repeat;
    float: right;
    color: #e7810b;
    width: 30px;
    height: 31px;
    padding-bottom: 6px;
    position: relative;
    right: -15px;
    top: -10px;
    display: block;
}

@media(max-width:1024px) {
    #lucky13Thumb {
        display: none;
    }

    .filmstrip_video {
        height: auto;
        width: 50%;
    }

    .just_for #FocusOnLabel {
        background: url('/public/img/just_for_a.png');
        padding: 6px;
        margin: 0 !important;
        line-height: 18px;
    }
}

@media(max-width:749px) {
    .filmstrip-collapsed {
        display: none;
    }

    .filmstrip-expanded {
        height: auto;
        margin-bottom: 5px;
    }

        .filmstrip-expanded .carousel-pair {
            margin-top: 0;
        }

    .filmstrip-home-page #mob_arrowleft, .filmstrip-home-page #mob_arrowright {
        display: block;
    }

    .filmstrip {
        width: 100% !important;
    }

        .filmstrip .slides > div .description {
            color: #58595b;
        }

        .filmstrip .mobtitle {
            color: #862633;
        }

        .filmstrip .shaded {
            background: #f1f1ee;
        }

        .filmstrip .slides > .slide, .filmstrip .slides {
            width: 100% !important;
            height: auto !important;
        }

        .filmstrip .filmstrip .carousel .carousel_inner div {
            margin: 0;
        }

        .filmstrip .carousel_inner {
            width: 100% !important;
        }

            .filmstrip .carousel_inner div {
                margin-bottom: -35px !important;
                height: auto !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }

        .filmstrip .carousel .carousel_inner:hover div.thumb {
            background-color: transparent !important;
            opacity: 1;
            -moz-opacity: 1;
        }

        .filmstrip #carousel_right_arrow, .filmstrip #carousel_left_arrow, .filmstrip .expander {
            display: none !important;
        }

        .filmstrip .carousel div.quote span.title {
            margin: 0 auto;
            max-width: 100%;
        }

        .filmstrip .carousel div.picture .title, .filmstrip .carousel div.video .title {
            font-size: 8pt !important;
        }

        .filmstrip .carousel div.quote .title {
            font-size: 10pt !important;
        }

        .filmstrip .slides .mobtitle {
            display: block;
        }

        .filmstrip .slides .subtitle {
            display: none;
        }

        .filmstrip .slides .description {
            width: auto !important;
            position: static !important;
            left: 0 !important;
            bottom: 0 !important;
            margin-top: -5px;
        }

            .filmstrip .slides .description .desc_block {
                display: block !important;
                height: auto;
            }

        .filmstrip .carousel, .filmstrip .carousel .carousel_inner {
            position: static;
            width: 100% !important;
            height: auto !important;
            overflow: visible;
        }

            .filmstrip .carousel_inner div, .filmstrip .carousel .carousel_inner div.selected {
                width: 50% !important;
                height: auto !important;
                padding: 0 5px;
            }

            .filmstrip .carousel .carousel_inner .thumb {
                display: none;
            }

            .filmstrip .carousel .carousel_inner div.selected:before {
                background: none !important;
            }

            .filmstrip .carousel .picture .title, .filmstrip .video .title {
                display: block;
                padding: 5px 4% !important;
                height: 22px !important;
                width: 92% !important;
                float: left;
                position: relative !important;
                top: auto !important;
                bottom: 37px !important;
                left: auto !important;
            }

            .filmstrip .carousel .quote .title {
                bottom: auto !important;
            }

        .filmstrip .slides .picture img, .filmstrip .thumb img {
            height: auto !important;
            width: 100% !important;
            max-width: 100%;
        }

    .footer_container {
        margin-top: 1em;
    }

        .footer_container .hpnav {
            height: auto !important;
            width: 100%;
        }

        .footer_container .tinybar .viewport .extra {
            display: none !important;
        }

        .footer_container .tinybar .scrollbar, .footer_container .tinybar .track {
            display: none !important;
        }

    #TopNavRedBarMobile {
        background: url(../img/topmenu-redbarMobile.png);
        height: 9px;
        display: none;
    }
}

.lt-ie9 .carousel_inner .thumb {
    margin: 10px 6px 6px;
}

@media(max-width:749px) and (min-width:363px) {
    .logo {
        margin: 0 0 !important;
        height: 50px;
        width: 170px;
        float: left;
    }

        .logo img {
            padding: 15px 0 0 5px;
            float: left;
            width: 170px;
        }
}

@media(max-width:360px) {
    .filmstrip_video {
        width: 90%;
    }
}

@media(max-width:1024px) and (min-width:750px) {
    .filmstrip .carousel, .filmstrip .carousel .carousel_inner {
        height: 140px !important;
    }
}

@media(max-width:768px) and (min-width:748px) {
    .FooterText_mobls {
        display: inline-block;
        margin-left: 29px;
        width: 100%;
    }

    .grid_4.footerList {
        display: none;
    }

    #FooterText {
        display: none;
    }

    .footerList_mobls {
        width: 20%;
        float: right;
        margin-right: 102px;
        margin-top: 8px;
    }

    .FooterAddress_mobls {
        float: left;
        font-size: 13px;
        color: #aaa;
    }

    .FooterText_mobls {
        display: inline-block;
        margin-left: 29px;
        width: 100%;
    }

    .footerblk .grid_17 {
        width: 78%;
    }
}

.lucky13 .column {
    float: left;
    width: 133px;
    padding: 0 5px;
}

    .lucky13 .column.selected {
        width: 413px;
        height: 428px;
        float: left;
    }

.lucky_slide.selected {
    height: 433px !important;
}

.lucky_slide {
    width: 133px;
    height: 139px !important;
    display: inline-block;
    padding: 4px 0;
    float: left;
}

    .lucky_slide img {
        width: 100%;
        height: 100%;
    }

    .lucky_slide span {
        display: none;
    }

    .lucky_slide .lucky_expander {
        float: right;
        position: relative;
        height: 15px;
        width: 15px;
        background-image: url('/public/tmp/top_right_expand.jpg');
        top: -144px;
    }

    .lucky_slide.selected img {
        margin-top: -50px;
        width: 100%;
        height: 100%;
    }

    .lucky_slide.selected span {
        font-family: Interstate;
        font-style: normal;
        font-weight: bold;
        display: block;
        width: 180px;
        height: 40px;
        float: left;
        position: relative;
        z-index: 100;
        color: white;
        padding: 5px 10px;
        font-size: 12px;
    }

#lucky13Slide {
    background: none repeat scroll 0 0 #e4e2d5;
    padding-top: 22px;
    height: 612px;
}

.column.c0 {
    padding-left: 10px;
}

.column.c4 {
    padding-right: 10px;
}

.slideshow {
    width: 548px;
    height: 209px;
    background-color: #862633;
    border-bottom: 1px solid #862633;
}

    .slideshow .picture {
        display: none;
    }

.picture:first {
    display: block;
}

.slide .panel {
    padding: 12px;
    float: right;
}

.panel .title {
    font-size: 24px;
    color: #e39615;
}

.slide .ssimg {
    padding: 0 !important;
    width: 286px;
    height: 209px;
    margin: 0;
    float: left;
}

label span.placeholder {
    position: absolute;
    font-size: 75%;
    color: #862633;
    font-family: sans-serif;
    padding: 4px 3px;
    z-index: 1;
    cursor: text;
}

label span.placeholder-hide-except-screenreader {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

label span.placeholder-hide {
    display: none;
}

label.visuallyhidden-with-placeholder {
    height: auto !important;
    overflow: visible !important;
    position: absolute !important;
    left: -999em;
}

.letter_container .directorylink {
    color: #e7810b !important;
    font-weight: 400;
}

    .letter_container .directorylink:hover {
        color: #862633 !important;
    }

.gsc-above-wrapper-area {
    border-bottom-width: 0 !important;
}

.gsc-result-info {
    display: none;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title * {
    font-family: interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px !important;
    color: #365777 !important;
    text-decoration: none;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    color: #58595b;
    font-size: 12px !important;
}

.gsc-webResult .gsc-result {
    margin-bottom: 20px !important;
    overflow: hidden;
}

.gsc-cursor-box {
    text-align: center !important;
}

.gsc-cursor-page {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 12px !important;
    color: #e39615 !important;
    text-decoration: none !important;
}

.gsc-cursor-current-page {
    color: #58595b !important;
}

.cse .gsc-control-cse, .gsc-control-cse, .cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
    padding: 0 !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    display: none !important;
}

.gsc-thumbnail {
    display: none;
}

.gcsc-branding {
    display: none;
}

.facblk {
    background: url('/public/img/facultybg.png') no-repeat;
}

.facdesc {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    font-size: 10.5px !important;
    color: #862633 !important;
}

.rsmFlow {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.sfBreadcrumbWrp {
    margin-bottom: 0 !important;
}

div.RadTabStrip.RadTabStrip_Sitefinity .rtsLevel1 .rtsLI a:hover {
    background: none !important;
}

#directory_search_container {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    background: #f8f8f8;
    height: 24px;
    border: medium none;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

    #directory_search_container #search_link_img {
        float: right;
        padding: 6px 10px;
    }

    #directory_search_container .namefield {
        background: 0;
        border: 0;
        color: #862633;
        height: 18px;
        padding: 3px 6px;
        font-size: 12px;
        text-transform: uppercase;
        width: 80%;
    }

#ddlSearchType {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    font-size: 15px;
    color: #862633;
    border: 0;
    padding: 6px 0 0 15px;
    width: 290px;
    background: url('/public/img/drop_list_bg.jpg') repeat-x;
    background-color: transparent;
}

#ddlDepartment {
    font-family: "Garamond Bold" !important;
    font-style: normal;
    font-size: 15px;
    color: #862633;
    border: 0;
    padding: 6px 0 0 15px;
    width: 290px;
    background: url('/public/img/drop_list_bg.jpg') repeat-x;
    background-color: transparent;
}

.drop_list {
    padding-left: 14px;
    background: url("/public/img/right_navbar_top.png") no-repeat scroll 0 0 transparent;
    background-size: cover;
}

.drgrid {
    margin-top: .66em;
    margin-bottom: .66em;
    padding-left: 25px !important;
}

    .drgrid:first-child {
        padding-left: 42px !important;
    }

.dir_item {
    text-transform: lowercase;
}

.full_dir_item {
    min-height: 150px;
}

    .full_dir_item .sectionHeader {
        padding: 15px 20px 0;
        line-height: 1.2em;
        font-size: 24px !important;
    }

    .full_dir_item .facdesc, .full_dir_item .contact {
        padding: 5px 20px 0 20px;
    }

    .full_dir_item .contact {
        display: table;
    }

        .full_dir_item .contact .alpha, .full_dir_item .contact .omega {
            display: table-cell;
            vertical-align: top;
        }

#lbError, #ErrorMessage {
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #862633 !important;
}

.queryString {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    color: #58595b;
    font-size: 25px;
    text-transform: capitalize;
}

.dirp {
    color: #862633;
}

#ClassYears {
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    color: #365777 !important;
    font-size: 16px;
}

    #ClassYears label {
        padding-left: 4px;
    }

        #ClassYears label:hover {
            color: #862633;
        }

.sfBreadcrumbWrp {
    padding-left: 42px;
    margin: 20px 0 20px !important;
}

.gsc-thumbnail-inside {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-result .gs-title {
    height: 1.4em !important;
}

#gs_tti0 {
    display: none;
}

    #gs_tti0 .gsc-input-box-hover {
        display: none !important;
    }

.gsc-search-box .gsc-input > input#gsc-i-id1:hover, #gsc-iw-id1.gsc-input-box-hover {
    display: none !important;
}

#gs_tti1, #gsc-i-id2 {
    background-color: #f1f1f1 !important;
    color: #b8b5b5;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 8px !important;
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
}

.gsc-search-box {
    width: 295px !important;
    height: 27px !important;
}

.gsc-input-box {
    border: none !important;
}

.gsc-search-button, .gsib_b {
    display: none;
}

.gsc-search-box {
    display: none;
}

#search_area_content {
    width: 295px;
    height: 1em;
    background-color: #f8f8f8;
    float: right;
    margin-right: 30px;
    border-color: #d8d8d8;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
}

    #search_area_content img {
        left: 20px;
        position: relative;
        top: -10px;
    }

#search_box_content {
    border: 0;
    background-color: #f8f8f8;
    color: #862633;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Interstate !important;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: -5px;
    height: 18px;
    width: 80%;
    padding: 3px 6px;
}

#its_search_box {
    border: 0;
    background-color: #f8f8f8;
    color: #862633;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Interstate !important;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -10px;
    height: 18px;
    width: 80%;
    padding: 3px 6px;
}

#its_search_area_content {
    width: 295px;
    height: 1em;
    background-color: #f8f8f8;
    float: right;
    margin-right: 50px;
    border-color: #d8d8d8;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
}
