﻿article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline;
    display: inline-block;
    zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    ms-text-size-adjust: 100%;
    webkit-text-size-adjust: 100%;
    background-color: #2f3133;
}

html, button, input, select, textarea {
    color: #222;
    font-family: sans-serif;
}

body {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}

::selection {
    background: LightGray;
    color: #000;
    cursor: pointer;
    text-shadow: none;
}

::-moz-selection {
    background: LightGray;
    color: #000;
    text-shadow: none;
}

.firstLevelMenu {
    margin: 0px!important;
    padding: 0px!important;
}

.navchildnode {
    display: inline-block;
    font-size: 13px;
}

.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 {
        display: inline-block;
        width: 192px;
    }

.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;
}

.secondLevelMenu li > a:hover {
    color: #fff!important;
}

.toplevelpage {
    display: none!important;
}

.navchildnode {
    margin-right: 8px;
}

    .navchildnode a:hover {
        border-bottom: #e39615 3px solid;
    }

.secondLevelMenu li a:hover {
    border-bottom: none;
}

#academicsnav, #aboutnav, #campuslifenav, #distinctlynav, #admissionsnav {
    left: -42px;
}

#TopNavRedBarSpacer {
    padding-left: 42px;
}

.callToAction {
    background-color: #dad8d1;
    display: none;
    float: left;
    height: 60px;
    margin-bottom: 18px;
    margin-right: 4px;
    width: 88px;
    background-repeat: no-repeat;
}

    .callToAction:hover {
        background-color: #cac7bb;
        cursor: pointer;
    }

#getInfoCta {
    background-image: url('/public/img/getinfo_button.png');
    margin-left: 9px;
    background-position: center;
    background-size: 75%;
}

    #getInfoCta:hover {
        background-image: url('/public/img/getinfo_rollover.png');
        background-position: center;
        background-size: 75%;
    }

#visitCta {
    background-image: url('/public/img/visit_button.png');
    background-position: center;
    background-size: 45%;
}

    #visitCta:hover {
        background-image: url('/public/img/visit_rollover.png');
        background-position: center;
        background-size: 75%;
    }

#applyCta {
    background-image: url('/public/img/apply_button.png');
    background-position: center;
    background-size: 52%;
}

    #applyCta:hover {
        background-image: url('/public/img/apply_rollover.png');
        background-position: center;
        background-size: 75%;
    }

a {
    color: #00e;
}

    a:visited {
        color: #551a8b;
    }

    a:hover {
        color: #06e;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

#subNavList {
    display: inline-block;
    position: absolute;
    width: calc(100% - 36px);
    z-index: 30;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    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: 'courier new', monospace;
    font-family: monospace, serif;
    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 {
    list-style: none;
    margin: 1em 0!important;
    padding: 0 0 0 40px!important;
}

dd {
    margin: 0 0 0 40px;
}

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;
        overflow: visible;
        webkit-appearance: button;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        height: 13px;
        padding: 0;
        width: 13px;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    background: #ccc;
    color: black;
    margin: .2em 0;
    padding: .2em 0;
}

.garamond {
    font-family: "!important !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 {
    color: #862633!important;
    font-family: "!important !important";
    font-size: 32pt;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.audienceTopMenu {
    font-size: 16px;
    vertical-align: middle;
}

#RedBarSpacer {
    padding-left: 42px;
}

.filmstrip .slides > div .description {
    bottom: 160px;
    color: white;
    left: 30px;
    position: absolute;
    width: 550px;
}

.audienceTopMenuMobile {
    display: none;
    font-size: 16px;
    vertical-align: middle;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

article {
    min-height: 100%;
	clear:both;
}

    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%;
}

.eventsDate {
    line-height: 22px;
}

#news_container_bottom .viewport .overview::-webkit-scrollbar {
    width:3px;
}

#news_container_bottom .viewport .overview::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.1);
}

#news_container_bottom .viewport .overview::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}

#news_container_bottom .viewport .overview::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.4);
}

#news_container_bottom .viewport .overview::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}

.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;
}

#news_container_bottom .viewport .overview .rssreader .du_rssreader {
    height: 260px;
}

.indent {
    margin-left: 2.2em;
    margin-top: .5em;
}

.topichl {
    color: #862633;
    font-family: Interstate;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.rtopics {
    color: #191919;
    font-family: "Interstate Black";
    font-size: 14px!important;
    font-style: normal;
    font-weight: Normal;
    text-transform: uppercase;
}

.redhl {
    color: #862633;
    float: left;
    font-family: "Interstate Black";
    font-size: 12px;
    font-style: normal;
    font-weight: Normal;
    margin: 0 0 0 30px;
}

.sectionHeader {
    color: #365777!important;
    font-family: "!important !important";
    font-size: 30px!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    width: 80%;
}

.tblock .sfContentBlock {
    padding: .75em 0;
}

.sfContentBlock h1 {
    color: #365777!important;
    font-family: Garamond!important;
    font-size: 30px!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 10px!important;
    width: 100%;
}

.intro {
    color: #862633;
    font-family: Garamond!important;
    font-size: 25.5px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.0em;
}

.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 {
    background-color: #862633;
    color: white;
    display: block;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 5px;
    max-width: 100%;
    padding: 5px 5px 5px 5px;
}

a:hover .pcaption {
    background-color: #e39615;
}

table caption {
    background-color: #862633;
    color: white;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px 0 7px 10px;
}

.quicklinks td {
    padding: 2px 40px 5px 2px;
    text-transform: uppercase;
}

.readmore {
    color: #e7810b!important;
    font-family: "Interstate Black";
    font-size: 10.5px;
    font-style: normal;
    font-weight: 400;
    font-weight: Normal;
    text-transform: uppercase;
}

summary {
    color: #365777!important;
    cursor: pointer;
    font-family: "Interstate"!important;
    font-size: 12.5px;
    font-style: normal!important;
    font-weight: Normal!important;
}

details p {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 5px;
}

summary::-webkit-details-marker {
    display: none !important;
}

summary::before {
    content: url(../img/expand_plus.png)!important;
    float: left;
    padding-right: 10px;
}

details.open > summary::before {
    content: url(../img/expand_minus.png)!important;
    float: left;
    padding-right: 10px;
}

details[open] summary:before {
    content: url(../img/expand_minus.png)!important;
}

.quickLink {
    color: #e39615!important;
    font-family: Interstate;
    font-size: 12px!important;
    font-style: normal;
    font-weight: bold;
}

.redInterstate {
    color: #862633!important;
    font-family: Interstate!important;
    font-size: 10.5px!important;
    font-style: normal;
    font-weight: normal;
}

.relatedlink {
    color: #e7810b!important;
    font-family: Interstate!important;
    font-size: 12px!important;
    font-style: normal;
    font-weight: normal;
}

.viewall {
    float: right;
    font-size: 12px;
}

    .viewall a {
        color: #e7810b!important;
        font-family: "Interstate Black";
        font-size: 12px;
        font-style: normal;
        font-weight: Normal;
        text-decoration: none;
    }

.allLink:hover {
    color: #862633!important;
}

article .tblock {
    margin: 0 1.5em 1.5em 1.5em;
}

.tblock {
    margin: 1.5em;
}

.vblock {
    color: #000;
    font-family: Interstate;
    font-size: 10.5px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 0;
}

div.imageSub {
    position: relative;
}

    div.imageSub img {
        z-index: 1;
    }

    div.imageSub div {
        bottom: 0;
        height: 40px;
        left: 0;
        padding: 4px;
        position: absolute;
        right: 0;
    }

        div.imageSub div.background {
            color: #000;
            filter: alpha(opacity=75);
            ms-filter: "alpha(opacity=75)";
            opacity: .75;
            z-index: 2;
        }

        div.imageSub div.label {
            color: white;
            z-index: 3;
        }

div.play img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -100px;
    vertical-align: middle;
    z-index: 4;
}

.rsmFlow {
    padding-left: 20px!important;
}

.RadSiteMap .sfBreadcrumbNavigation a {
    color: #58595b!important;
    font-family: Interstate;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    padding: 0!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.RadSiteMap .sfNoBreadcrumbNavigation a {
    color: #862633!important;
    font-family: Interstate;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    padding: 0!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.sfBreadcrumbNodeSeparator {
    margin: 0 .25em 0 .5em;
}

.sfBreadcrumbWrp {
    margin: 5px 0 0!important;
}

.rtsLI {
    background-color: transparent!important;
    border-right-width: 0!important;
    height: 20px;
    width: 192px;
}

.rtsLevel1 {
    background-color: #862633!important;
    width: 650px!important;
}

.rtsTxt {
    color: #e39615;
    display: block!important;
    font-family: Interstate;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-align: left!important;
    text-transform: uppercase;
}

    .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: 6px!important;
}

.sfContentBlock a:hover {
    color: #862633!important;
}

*:focus {
    outline: 0;
}

.mpointer {
    cursor: pointer;
}

#search_area {
    background-color: #d5d5cd;
    margin-top: 4px;
    width: 115px;
}

#search_box {
    background-color: #d5d5cd;
    border: 0;
    color: #862633;
    font-family: Arial;
    font-size: 11.5px;
    padding-left: 4px;
    webkit-appearance: none;
    webkit-border-radius: 0;
    width: 95px;
}

.menu_bottom_line {
    height: 2px;
    position: relative;
}

.red_hr {
    background-color: #862633;
    height: 4px;
}

.orange_text {
    color: #e39615;
    font-family: "Interstate Black";
    font-size: 12px;
    font-style: normal;
    font-weight: Normal;
}

.red_text {
    color: #862633;
    font-family: "Interstate Black";
    font-size: 12px;
    font-style: normal;
    font-weight: Normal;
}

#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;
}

#TopNavRedBarMobile {
    display: none;
    height: 9px;
}

#TopNavSeal {
    height: 174px;
    margin-left: 26px;
    margin-top: -27px;
    position: absolute;
    width: 126px;
    z-index: 300;
}

.logo {
    margin-top: 11px;
}

    .logo img {
        height: 50px;
    }

.expander:hover {
    cursor: pointer;
}

.banner_seal_a {
    height: 105px;
}

.banner_seal_mob {
    display: none;
}

#TopBarGrey {
    /*overflow: hidden;*/
    background: #e1e1dc; /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1dc 0%, #fafafa 50%, #e1e1dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1e1dc), color-stop(50%,#fafafa), color-stop(100%,#e1e1dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* IE10+ */
    background: linear-gradient(to right, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1dc', endColorstr='#e1e1dc',GradientType=1 ); /* IE6-9 */
    height: 107px;
    font-size: 16px;
    line-height: 1.4;
    /*margin-bottom: -4px*/
}

.hpnav {
    background-color: #fff;
    display: inline;
    float: left;
    height: 340px;
    margin: 0 0 20px 0;
    width: 320px;
}

    .hpnav .tblock {
        margin: 1.5em 1.5em 1.5em 1.5em;
    }

.jforTop {
    color: #FFF!important;
    font-family: Interstate!important;
    font-size: 11px;
    font-style: normal;
    margin-right: -5px;
    padding-right: 18px;
    text-decoration: none;
}

.audienceTopMenu a:hover {
    color: #e7810b!important;
}

#TopQuickLinks {
    list-style-type: none;
    margin: 2px 0 0 0!important;
    padding: 0 0 0 0!important;
}

    #TopQuickLinks li {
        line-height: 12px;
    }

    #TopQuickLinks a {
        color: #862633;
        font-family: Interstate!important;
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
    }

        #TopQuickLinks a:hover {
            color: #e7810b!important;
            font-family: Interstate;
            font-style: normal;
            font-weight: bold;
        }

.menu_bottom_line {
    background: url('/public/img/shadow.png') repeat-x;
    z-index: 214;
}

.sfPageEditor .hover-menu {
    background-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1008px;
}

#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 {
    color: #365777;
    display: block;
    font-family: Garamond!important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 10px;
    text-decoration: none;
}

.news .du_rssreader_li_pubdate {
    color: #58595b;
    display: block;
    font-family: Interstate!important;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.news .du_rssreader {
    list-style-type: none;
    margin-left: 0!important;
    margin-top: 6px!important;
    padding-left: 0!important;
    padding-top: 0!important;
}

.events .du_rssreader_li_title {
    color: #e7810b;
    display: block;
    font-family: Interstate!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}

.events .du_rssreader_li_pubdate {
    color: #58595b;
    float: left;
    font-family: Interstate!important;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    margin-right: 1em;
}

.events .du_rssreader {
    list-style-type: none;
    margin-left: 0!important;
    margin-top: 6px!important;
    padding-left: 0!important;
}

    .events .du_rssreader li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 281px;
    }

.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: "!important !important";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

    #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 {
    color: #e39615!important;
    font-family: Interstate;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    padding-right: 12px;
    text-decoration: none;
}

.footerList *:hover {
    color: #FFF!important;
}

.footerHover a:hover {
    color: #FFF!important;
}

.footerHover {
    color: #e39615;
    text-decoration: none;
}

.footerList *:active {
    color: #FFF!important;
}

.just_for {
    background: url('/public/img/justfor_ribbon.png') no-repeat;
    height: 34px;
    line-height: normal;
}

.jfor {
    color: #e39615!important;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    font-weight: bold;
    padding-right: 16px;
    text-decoration: none;
}

.FocusOn {
    color: #e39615!important;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
}

.filmstrip {
    margin-bottom: 0em;
}

#slideshow-container {
    /*height:227px;*/ margin-bottom: 14px;
    position: relative;
}

.jfor.current {
    color: white!important;
}

.FocusOn.current {
    color: white!important;
}

.jforopts *:hover {
    color: #FFF!important;
}

.jforopts *:active {
    color: #FFF!important;
}

.jforblk {
    background-color: #e7e8e3;
    height: 46px;
    padding-top: 20px;
}

.jforopts {
    display: inline-block;
    margin-left: 13px;
    margin-top: 4px;
}

#JustForBlock {
    background-color: white;
    height: 80px!important;
    margin-left: 0!important;
    position: relative;
    width: 100%;
}

#JustForLabel {
    color: #fff;
    display: inline-block;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
}

#FocusOnLabel {
    color: #fff;
    display: inline-block;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    margin-left: 4px;
    margin-right: 10px;
    margin-top: 9px;
}

.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 {
    color: #e39615;
    font-family: "Garamond Bold"!important;
    font-style: normal;
    left: 115px!important;
    position: absolute!important;
    top: 13px!important;
}

    #JustForList ul {
        list-style-type: none;
        position: absolute;
        width: 750px;
    }

    #JustForList li {
        float: left;
        padding-right: 20px;
    }

.FooterText_mobls {
    display: none;
}

    .FooterText_mobls a:hover {
        color: #FFF!important;
    }

.footerList {
    color: #e39615;
    font-family: Interstate;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    position: relative;
}

#FooterText {
    color: #aaa;
    font-family: Interstate!important;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    position: relative;
}

    #FooterText a:hover {
        color: #FFF!important;
    }

.ftricon {
    background: url(/public/img/ftr_social.png) no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
}

#ftrfb {
    background-position: 0 0;
    width: 25px;
}

#ftrtw {
    background-position: -27px 0;
    width: 26px;
}

#ftryt {
    background-position: -53px 0;
    margin-top: 4px;
    width: 32px;
}

#ftrplus {
    background-position: -85px 0;
    width: 32px;
}

#ftrfl {
    background-position: -121px 0;
    width: 34px;
}

#search_area_footer, #search_box_footer {
    display: none!important;
}

.navchildnode a {
    color: #58595b!important;
    font-family: "Garamond Bold";
    font-size: 17px;
    font-style: normal;
    text-decoration: none;
}

#leftmenu {
    line-height: 1em!important;
    position: relative;
    top: 8px;
}

#RightNavBarBackground {
    margin-top: 45px;
    overflow: hidden;
    padding-bottom: 32px;
    width: 289px;
    margin-left: 26px;
}

.showChar {
    display: none;
}

.filmstrip .carousel .carousel_inner div.selected:before {
    background: url('/public/img/fitem-highlight.png') no-repeat top left;
    content: " ";
    display: block;
    height: 136px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 200px;
}

.lt-ie9 .filmstrip .carousel .carousel_inner div.selected:before {
    top: -12px;
}

.filmstrip .carousel .picture .title, .filmstrip .carousel .video .title {
    border: 0;
    color: white;
    filter: alpha(opacity=80);
    font-family: Interstate!important;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-weight: normal;
    height: 22px;
    left: 0;
    opacity: .8;
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    text-align: left;
    top: 90px;
    width: 180px;
}

.filmstrip .carousel .quote .title {
    color: white;
    display: block;
    filter: alpha(opacity=100);
    font-family: "Garamond Bold"!important;
    font-size: 18px;
    font-style: normal;
    height: 113px!important;
    left: -3%!important;
    line-height: normal;
    opacity: 1.0;
    position: relative;
    text-align: center;
    top: 12%!important;
    width: 180px;
}

.filmstrip-expanded .carousel-pair {
    margin-top: -150px;
}

.filmstrip .slides h2 .expander {
    background: url('/public/img/arrow-up-orange.png') no-repeat;
    color: #e7810b;
    float: right;
    height: 31px;
    margin-bottom: -10px;
    width: 30px;
}

.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 .description ul li a {
    color: #e7810b;
    font-weight: 400;
    text-decoration: none;
}

.filmstrip .slides h2 {
    font-family: Interstate;
    font-size: 21.5px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
}

.filmstrip .slides > div .description {
    font-family: Interstate;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 15px;
    width: 435px;
}

    .filmstrip .slides > div .description .desc_block {
        margin: .8em 0;
    }

.filmstrip .slides ul {
    color: #e39615;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    list-style: none;
    padding: 0!important;
}

    .filmstrip .slides ul li {
        background-image: url(/public/img/list-arrow-orange.png);
        background-position: 0 5px;
        background-repeat: no-repeat;
        padding-left: 12px;
    }

.filmstrip .slides .description .showLess a:before {
    content: '> ';
}

.filmstrip .slides .description a {
    color: #e39615;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.filmstrip .slides h3 {
    font-size: 1em;
    margin-bottom: -15px;
    padding-bottom: 0;
}

.filmstrip .slides .expander {
    background: url('/public/img/arrow-down-orange.png') no-repeat;
    color: #e7810b;
    display: block;
    float: right;
    height: 31px;
    padding-bottom: 6px;
    position: relative;
    right: -15px;
    top: -10px;
    width: 30px;
}

.showMore, .showLess {
    color: #FFF;
}

#dayOfImpactButton {
    background: url('/public/img/register_button_off.png') no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    width: 90px;
    height: 38px;
    margin: -300px 100px 100px 800px;
    display: none;
}

    #dayOfImpactButton:hover {
        background: url('/public/img/register_button_on.png') no-repeat;
    }

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

    .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;
}

.filmstrip-expanded {
    background-color: #fff;
    height: 625px;
    width: 1008px;
}

.filmstrip .vblock a {
    color: #e7810b;
    font-weight: 400;
}

    .filmstrip .vblock a:hover {
        color: #862633;
    }

.filmstrip .carousel {
    background-color: #fff;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 1008px;
}

    .filmstrip .carousel .left, .filmstrip .carousel .right {
        border: 0;
        height: 42px;
        position: relative;
        top: -90px;
        width: 34px;
    }

    .filmstrip .carousel .left {
        background-image: url('/public/img/arrow_left.jpg');
        float: left;
    }

        .filmstrip .carousel .left:hover {
            background-image: url('/public/img/arrow_left_maroon.jpg');
        }

    .filmstrip .carousel .right {
        background-image: url('/public/img/arrow_right.jpg');
        float: right;
    }

        .filmstrip .carousel .right:hover {
            background-image: url('/public/img/arrow_right_maroon.jpg');
        }

    .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 {
        left: 0;
        position: relative;
    }

    .filmstrip .carousel .scroller {
        color: white;
        float: left;
        font-size: 50px;
        height: 50px;
        position: relative;
        top: -100px;
        width: 100%;
    }

    .filmstrip .carousel .carousel_inner div {
        box-sizing: border-box;
        float: left;
        height: 120px;
        moz-box-sizing: border-box;
        ms-box-sizing: border-box;
        position: relative;
        text-align: center;
        -webkit-box-sizing: border-box;
        width: 190px;
    }

    .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: -ms-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: -o-radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: radial-gradient(center center, circle cover, #862633, #691c31 100%);
        background-image: -webkit-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: -ms-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: -o-radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: radial-gradient(center center, circle cover, #365777, #274759 100%);
        background-image: -webkit-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: -ms-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: -o-radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: radial-gradient(center center, circle cover, #ef9304, #d06502 100%);
        background-image: -webkit-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 .slides {
    height: 635px;
    width: 1008px;
}

    .filmstrip .slides .mobtitle {
        display: none;
    }

    .filmstrip .slides .subtitle {
        display: block;
    }

    .filmstrip .slides .picture img {
        height: 635px;
        width: 1008px;
    }

    .filmstrip .slides .picture .social-icon {
        height: auto;
        width: auto;
    }

    .filmstrip .slides div .closed {
        background-color: black;
        cursor: pointer;
        color: #e7810b;
        float: right;
        font-size: 25px;
        font-weight: bold;
        height: 40px;
        padding: 10px 5px 0 5px;
        position: absolute;
        right: 6px;
        text-align: center;
        top: 8px;
        width: 40px;
        z-index: 100;
    }

    .filmstrip .slides > .slide {
        height: 635px;
        position: relative;
        width: 1008px;
    }

.filmstrip .carousel .carousel_inner div.selected:before {
    background: url('/public/img/fitem-highlight.png') no-repeat top left;
    content: " ";
    display: block;
    height: 136px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 200px;
}

.lt-ie9 .filmstrip .carousel .carousel_inner div.selected:before {
    top: -12px;
}

.filmstrip_video_text {
    display: inline-block;
    padding-left: 42px;
    padding-top: 200px;
    vertical-align: top;
    width: 294px;
}

.filmstrip_video {
    padding-left: 42px;
    padding-top: 70px;
    display: inline-block;
    height: 565px; /*width:610px; */
}

.filmstrip .carousel .picture .title, .filmstrip .carousel .video .title {
    border: 0;
    color: white;
    filter: alpha(opacity=80);
    font-family: Interstate!important;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-weight: normal;
    height: 22px;
    left: 0;
    opacity: .8;
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    text-align: left;
    top: 90px;
    width: 180px;
}

.filmstrip .carousel .quote .title {
    color: white;
    display: block;
    filter: alpha(opacity=100);
    font-family: "Garamond Bold"!important;
    font-size: 18px;
    font-style: normal;
    height: 113px!important;
    left: -3%!important;
    line-height: normal;
    opacity: 1.0;
    position: relative;
    text-align: center;
    top: 12%!important;
    width: 180px;
}

.filmstrip-expanded .carousel-pair {
    margin-top: -150px;
}

.filmstrip-expanded .carousel-only {
    margin-top: -150px;
}

.filmstrip .slides > div .description {
    color: white;
    left: 30px;
    position: absolute;
    width: 550px;
}

.filmstrip .slides h2 .expander {
    background: url('/public/img/arrow-up-orange.png') no-repeat;
    color: #e7810b;
    float: right;
    height: 31px;
    margin-bottom: -10px;
    width: 30px;
}

.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;
    font-weight: 400;
    text-decoration: none;
}

.filmstrip .slides h2 {
    font-family: Interstate;
    font-size: 21.5px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
}

.filmstrip .slides > div .description {
    font-family: Interstate;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 15px;
    width: 435px;
}

    .filmstrip .slides > div .description .desc_block {
        margin: .8em 0;
    }

    .filmstrip .slides > div .description span {
        position: relative;
        top: 5px;
        width: 95%;
    }

.lt-ie9 .carousel_inner .thumb {
    margin: 10px 6px 6px;
}

.lucky13 .column {
    float: left;
    padding: 0 5px;
    width: 133px;
}

    .lucky13 .column.selected {
        float: left;
        height: 428px;
        width: 413px;
    }

.lucky_slide.selected {
    height: 428px!important;
}

.lucky_slide {
    display: inline-block;
    float: left;
    height: 139px!important;
    padding: 4px 0;
    width: 133px;
}

    .lucky_slide img {
        height: 100%;
        width: 100%;
    }

    .lucky_slide span {
        display: none;
    }

    .lucky_slide .lucky_expander {
        background-image: url('/public/tmp/top_right_expand.jpg');
        float: right;
        height: 15px;
        position: relative;
        top: -144px;
        width: 15px;
    }

    .lucky_slide.selected img {
        height: 100%;
        margin-top: -50px;
        width: 100%;
    }

    .lucky_slide.selected span {
        color: white;
        display: block;
        float: left;
        font-family: Interstate;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        height: 40px;
        padding: 5px 10px;
        position: relative;
        width: 180px;
        z-index: 100;
    }

#lucky13Slide {
    background: none repeat scroll 0 0 #e4e2d5;
    height: 612px;
    padding-top: 22px;
}

.column.c0 {
    padding-left: 10px;
}

.column.c4 {
    padding-right: 10px;
}

.slideshow {
    background-color: #862633;
    height: 209px;
    width: 548px;
}

    .slideshow .picture {
        display: none;
    }

.picture:first {
    display: block;
}

.panel .title {
    color: #e39615;
    font-size: 24px;
}

.slide .ssimg {
    float: left; /*height:210px;*/
    margin: 0;
    padding: 0!important;
    width: 286px;
}

label span.placeholder {
    color: #862633;
    cursor: text;
    font-family: sans-serif;
    font-size: 75%;
    padding: 4px 3px;
    position: absolute;
    z-index: 1;
}

label span.placeholder-hide-except-screenreader {
    border: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px!important;
    overflow: hidden;
    padding: 0!important;
    width: 1px!important;
}

label span.placeholder-hide {
    display: none;
}

label.visuallyhidden-with-placeholder {
    height: auto!important;
    left: -999em;
    overflow: visible!important;
    position: absolute!important;
}

#mobileFooter {
    background-color: #B0A9A3;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

    #mobileFooter ul {
        margin: 0!important;
        padding: 0!important;
    }

.footerNav {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    padding-bottom: 3px;
    padding-top: 4px;
    text-align: left;
}

    .footerNav a {
        color: #e7810b!important;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .footerNav a:hover {
            color: #e7810b!important;
        }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: button;
}

    button[disabled], input[disabled] {
        cursor: default;
    }

input[type="search"] {
    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-appearance: textfield;
    webkit-box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
        webkit-appearance: none;
    }

.center {
    margin-left: auto;
    margin-right: auto;
}

article {
    min-height: 100%;
}

.margin0 {
    margin: 0;
}

.topichl {
    color: #862633;
    font-family: Interstate;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.rtopics {
    color: #191919;
    font-family: "Interstate Black";
    font-size: 14px!important;
    font-style: normal;
    font-weight: Normal;
    text-transform: uppercase;
}

.sectionHeader {
    color: #365777!important;
    font-family: "!important !important";
    font-size: 30px!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    width: 80%;
}

.red_border {
    border-bottom: 5px solid #862633;
    padding-bottom: 3px;
}

a:hover .pcaption {
    background-color: #e39615;
}

.quicklinks td {
    padding: 2px 40px 5px 2px;
    text-transform: uppercase;
}

.quickLink {
    color: #e39615!important;
    font-family: Interstate;
    font-size: 12px!important;
    font-style: normal;
    font-weight: bold;
}

.redInterstate {
    color: #862633!important;
    font-family: Interstate!important;
    font-size: 10.5px!important;
    font-style: normal;
    font-weight: normal;
}

.relatedlink {
    color: #e7810b!important;
    font-family: Interstate!important;
    font-size: 12px!important;
    font-style: normal;
    font-weight: normal;
}

div.imageSub img {
    z-index: 1;
}

div.imageSub div {
    bottom: 0;
    height: 40px;
    left: 0;
    padding: 4px;
    position: absolute;
    right: 0;
}

    div.imageSub div.background {
        color: #000;
        filter: alpha(opacity=75);
        ms-filter: "alpha(opacity=75)";
        opacity: .75;
        z-index: 2;
    }

    div.imageSub div.label {
        color: white;
        z-index: 3;
    }

div.play img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -100px;
    vertical-align: middle;
    z-index: 4;
}

.RadSiteMap .sfBreadcrumbNavigation a {
    color: #58595b!important;
    font-family: Interstate;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    padding: 0!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.RadSiteMap .sfNoBreadcrumbNavigation a {
    color: #862633!important;
    font-family: Interstate;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    padding: 0!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.sfBreadcrumbNodeSeparator {
    margin: 0 .25em 0 .5em;
}

.rtsTxt:hover {
    color: white;
}

.sfContentBlock ul li:before {
    content: '- ';
}

.sfContentBlock ul {
    list-style: none!important;
    padding-left: 0!important;
}

li.rtsLI:before, li.rsmItem:before {
    content: none;
}

.sfContentBlock a:hover {
    color: #862633!important;
}

*:focus {
    outline: 0;
}

.mpointer {
    cursor: pointer;
}

#search_area {
    background-color: #d5d5cd;
    margin-top: 4px;
    width: 115px;
}

#search_box {
    background-color: #d5d5cd;
    border: 0;
    color: #862633;
    font-family: Arial;
    font-size: 11.5px;
    padding-left: 4px;
    webkit-appearance: none;
    webkit-border-radius: 0;
    width: 95px;
}

.red_hr {
    background-color: #862633;
    height: 4px;
}

.orange_text {
    color: #e39615;
    font-family: "Interstate Black";
    font-size: 12px;
    font-style: normal;
    font-weight: Normal;
}

.red_text {
    color: #862633;
    font-family: "Interstate Black";
    font-size: 12px;
    font-style: normal;
    font-weight: Normal;
}

#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;
}

.just_for {
    background: url('/public/img/justfor_ribbon.png') no-repeat;
    height: 34px;
    line-height: normal;
}

.jfor {
    color: #e39615!important;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    font-weight: bold;
    padding-right: 16px;
    text-decoration: none;
}

    .jfor.current {
        color: white!important;
    }

.FocusOn.current {
    color: white!important;
}

.jforopts *:hover {
    color: #FFF!important;
}

.jforopts *:active {
    color: #FFF!important;
}

.jforblk {
    background-color: #e7e8e3;
    height: 46px;
    padding-top: 20px;
}

.jforopts {
    display: inline-block;
    margin-left: 13px;
    margin-top: 4px;
}

#JustForBlock {
    background-color: white;
    height: 80px!important;
    margin-left: 0!important;
    position: relative;
    width: 100%;
}

#JustForLabel {
    color: #fff;
    display: inline-block;
    font-family: "Garamond Bold"!important;
    font-size: 15.5px;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
}

#JustForRibbon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}

#JustForList {
    color: #e39615;
    font-family: "Garamond Bold"!important;
    font-style: normal;
    left: 115px!important;
    position: absolute!important;
    top: 13px!important;
}

    #JustForList ul {
        list-style-type: none;
        position: absolute;
        width: 750px;
    }

    #JustForList li {
        float: left;
        padding-right: 20px;
    }

.ftricon {
    background: url(/public/img/ftr_social.png) no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
}

#search_area_footer, #search_box_footer {
    display: none!important;
}

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

    .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;
}

.lt-ie9 .carousel_inner .thumb {
    margin: 10px 6px 6px;
}

.pageNavMenu {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #fcfcfc 0%, #f2f0ed 65%, #d2cfc8 100%) no-repeat; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fcfcfc), color-stop(0%,#fcfcfc), color-stop(65%,#f2f0ed), color-stop(100%,#d2cfc8)) no-repeat; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fcfcfc 0%,#fcfcfc 0%,#f2f0ed 65%,#d2cfc8 100%) no-repeat; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fcfcfc 0%,#fcfcfc 0%,#f2f0ed 65%,#d2cfc8 100%) no-repeat; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fcfcfc 0%,#fcfcfc 0%,#f2f0ed 65%,#d2cfc8 100%) no-repeat; /* IE10+ */
    background: linear-gradient(135deg, #fcfcfc 0%,#fcfcfc 0%,#f2f0ed 65%,#d2cfc8 100%) no-repeat; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d2cfc8',GradientType=1 ) no-repeat; /* IE6-9 fallback on horizontal gradient */
    padding: 0 0 20px 17px;
    margin: 0 0 0 8px;
    z-index: 2;
    background-size: 273px 100%;
    float: left;
}

    .pageNavMenu .sflistItemTitle {
        color: #862633;
        font-family: "!important !important";
        font-size: 19px!important;
        font-style: normal;
        font-weight: normal;
    }

    .pageNavMenu .sflistItemContent {
        color: #58595b;
        font-family: Interstate!important;
        font-size: 13px!important;
        font-style: normal;
        font-weight: normal;
    }

.lt-ie9 .pageNavMenu {
    background: no-repeat center center fixed\0/;
    ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/right_navbar_top.png', sizingMethod='scale')";
    width: 307px;
}

    .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsUL {
        position: relative;
    }

    .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsLink:hover, .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLI a.rtsSelected {
        background-image: url('/public/img/yellow_highlight_ie.png');
    }

.pageNavMenu .RadTabStripVerticalx {
    background-color: transparent!important;
}

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI {
        border-bottom-style: none;
        height: auto;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLI {
        width: 260px;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 {
        margin-bottom: .5em!important;
        margin-top: .5em!important;
        padding-left: 10px!important;
    }

        .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 li.rtsLI .rtsTxt {
            color: #e39615;
        }

        .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 li.rtsLI {
            padding-left: 5px!important;
        }

        .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 .rtsTxt {
            color: #58595b;
            font-size: .9em!important;
        }

        .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 {
            padding-left: 10!important;
        }

            .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 li.rtsLI .rtsTxt {
                color: #e39615;
                font-size: .85em!important;
            }

            .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 li.rtsLI {
                padding-left: 5px!important;
            }

            .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 .rtsTxt {
                color: #58595b;
                font-size: .8em!important;
            }

            .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 {
                padding-left: 0!important;
            }

                .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 li.rtsLI .rtsTxt {
                    color: #e39615;
                    font-size: .75em!important;
                }

                .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 li.rtsLI {
                    padding-left: 20px!important;
                }

                .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 ul.rtsLevel2 .rtsTxt {
                    color: #58595b;
                    font-size: .7em!important;
                }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLevel2 .rtsLI .rtsLink:hover, .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLevel2 .rtsLI .rtsSelected, .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLevel2 .rtsLI .rtsLink:hover, .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLevel2 .rtsLI .rtsSelected {
        background-image: none;
    }

    .pageNavMenu .RadTabStripVerticalx > .rtsLevel1 {
        background-color: transparent!important;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI .rtsRoot {
        display: inline-block;
        margin-top: 6px;
    }

        .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI .rtsRoot .rtsTxt {
            background-color: transparent!important;
            color: #862633;
            font-family: "Garamond Bold"!important;
            font-size: 19px!important;
            font-style: normal;
            text-transform: capitalize;
        }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsTxt {
        color: #58595b;
        font-family: Interstate!important;
        font-size: 13px!important;
        font-style: normal;
        font-weight: normal;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI .rtsTxt:hover, .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI .rtsSelected {
        color: #862633;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsLink {
        background-color: transparent!important;
        background-size: 97% 100%;
        height: auto!important;
        line-height: 1em;
        padding: 8px 20px 8px 18px;
        padding-left: 10px;
        white-space: normal;
        width: 220px;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI.rtsFirst a.rtsLink:hover, .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI.rtsFirst a.rtsSelected {
        background: 0;
    }

    .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsLink:hover, .pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLI a.rtsSelected {
        background-image: url('/public/img/yellow_highlight.png');
        background-position: -5px 0;
        background-repeat: no-repeat;
        color: #862633!important;
    }

.lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsLink:hover, .lt-ie9 .pageNavMenu .RadTabStripVerticalx .rtsUL .rtsLevel1 .rtsLI a.rtsSelected {
    background-image: none;
    ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/yellow_highlight.png', sizingMethod='scale')";
}

.pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI .rtsLink * {
    height: auto!important;
    line-height: 1em!important;
    white-space: normal;
}

.pageNavMenu .RadTabStripVerticalx .rtsLevel .rtsLI a.rtsLink:hover {
    background-color: transparent!important;
}

.pageNavMenu .RadTabStripVerticalx .rtsLevel1 .rtsLevel2 .rtsSelected {
    color: #862633!important;
}

.sflistItemContent a {
    color: #58595b!important;
    font-family: Interstate!important;
    font-size: 12.5px!important;
    font-style: normal;
    font-weight: normal;
}

    .sflistItemContent a:hover {
        color: #e39615!important;
        font-family: Interstate!important;
        font-size: 12.5px!important;
        font-style: normal;
        font-weight: normal;
    }

.rlinks {
    background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%, #f6f6f6 47%, #f9f6f2 100%) no-repeat;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #f9f6f2)) no-repeat;
    background: -webkit-linear-gradient(45deg, #ffffff 0%, #f6f6f6 47%, #f9f6f2 100%) no-repeat;
    background: -o-linear-gradient(45deg, #ffffff 0%, #f6f6f6 47%, #f9f6f2 100%) no-repeat;
    background: -ms-linear-gradient(45deg, #ffffff 0%, #f6f6f6 47%, #f9f6f2 100%) no-repeat;
    background: linear-gradient(45deg, #ffffff 0%, #f6f6f6 47%, #f9f6f2 100%) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f6f2', GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    background-size: 273px 100%;
    margin: 0 0 0 8px;
    padding-left: 0;
    padding-right: 2.5em;
    padding-top: 25px;
    float: left;
    width: 100%;
    display: none;
}

    .rlinks .sflistTitle {
        visibility: hidden;
    }

    .rlinks .sfexpandedListWrp .sflistItemTitle {
        display: none;
    }

    .rlinks h2 {
        color: #862633;
        font-family: "Interstate Black";
        font-size: 11.5px!important;
        font-style: normal;
        font-weight: Normal;
        margin-bottom: 0!important;
        padding-left: 40px;
    }

    .rlinks a:link {
        color: #862633!important;
        font-family: Interstate!important;
        font-size: 10.5px!important;
        font-style: normal;
        font-weight: normal;
    }

    .rlinks a:hover {
        color: #e39615!important;
    }

    .rlinks .sflistItemContent {
        color: #58595b;
        font-family: Interstate;
        font-size: 12.5px;
        font-style: normal;
        font-weight: normal;
        width: 220px;
    }

.lt-ie9 .rlinks {
    background: no-repeat center center fixed\0/;
    ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/right_navbar_top.png', sizingMethod='scale')";
    width: 307px;
}

    .lt-ie9 .rlinks .sflistList {
        position: relative;
    }

.bodyCopy {
    color: #58595b;
    font-family: "Arial";
    font-size: 11.5px;
}

    .bodyCopy a {
        color: #e7810b!important;
        font-family: "Interstate Black";
        font-size: 10.5px;
        font-style: normal;
        font-weight: 400;
        font-weight: Normal;
    }

.sfPageEditor .rlinks {
    display: block!important;
}

.video_page {
    background: url(../img/vid_bg.jpg) repeat-x;
    background-size: auto 100%;
}

    .video_page .graybg {
        background: 0;
    }

    .video_page .sfContentBlock p, .video_page .topichl, .video_page .rtopics {
        font-family: Interstate;
        font-style: normal;
        font-weight: bold;
    }

    .video_page .sfContentBlock p {
        margin: 2em 0;
    }

    .video_page .sfContentBlock ul {
        color: #e7810b;
        font-family: Interstate;
        font-style: normal;
        font-weight: bold;
        list-style: none;
        padding-left: 0!important;
    }

    .video_page .sfContentBlock li {
        margin-left: 0;
    }

        .video_page .sfContentBlock li a {
            color: #e7810b;
            font-weight: 400;
        }

        .video_page .sfContentBlock li:before {
            content: '> ';
        }

    .video_page .tblock {
        margin: 4em 0;
    }

    .video_page .grid_13 .tblock {
        text-align: right;
    }

.slide .panel {
    font-family: Interstate!important;
    float: left;
    font-style: normal;
    font-weight: normal;
    left: 24px;
    padding: 12px 0 0 0;
    position: relative;
    width: 215px;
}

    .slide .panel .title {
        line-height: 1em;
        padding-top: 18px;
    }

    .slide .panel .description {
        color: #e7e8e3;
        padding-top: 10px;
    }

    .slide .panel .social-icons {
        left: 175px;
        position: absolute;
        top: 175px;
        width: 50px;
    }

#slideshow img {
    padding: 0;
}

#slideshow-left, #slideshow-right {
    display: inline-block;
    position: absolute;
    top: 85px;
    z-index: 20;
}

#slideshow-left {
    background: url('/public/img/arrow_left.jpg') no-repeat;
    height: 42px;
    left: -10px;
    padding: 0;
    width: 42px;
}

    #slideshow-left:hover {
        background: url('/public/img/arrow_left_maroon.jpg') no-repeat;
    }

#slideshow-right:hover {
    background: url('/public/img/arrow_right_maroon.jpg') no-repeat;
}

#slideshow-right {
    background: url('/public/img/arrow_right.jpg') no-repeat;
    height: 42px;
    left: 522px;
    padding: 0;
    width: 35px;
}

@media (min-width:1008px) {
    .navchildnode {
        height: 30px;
    }
}

@media (max-width:1024px) {
    .filmstrip_video {
        height: auto;
        width: 50%;
    }

    #leftmenu {
        top: 8px;
    }

    #lucky13Thumb {
        display: none;
    }

    #TopBarGrey {
        font-size: 16px !important;
    }
}

@media (max-width:319px) {
    #leftmenu a {
        font-size: 8.5pt;
    }
}

@media (max-width:1024px) and (min-width:1008px) {
    #leftmenu a {
        font-size: 16px;
    }

    .navchildnode:hover ul {
        display: none;
    }

    .jforblk .jfor {
        font-size: 10pt!important;
        padding-right: 25px;
    }

    .jforblk .FocusOn {
        font-size: 14px!important;
        padding-right: 25px;
    }

    .just_for #FocusOnLabel {
        font-size: 14px!important;
    }

    .jforblk #JustForLabel {
        font-size: 10pt!important;
    }

    .jforTop {
        font-size: 11px;
    }
    /*********************@media (max-width:1024px) and (min-width:1008px)*/
}

@media (max-width:1007px) and (min-width:950px) {
    .navchildnode a {
        font-size: 14px;
    }

    .navchildnode:hover ul {
        display: none;
    }

    .jforTop {
        font-size: 10px;
    }

    #TopNavSeal {
        margin-left: 20px;
    }

    .jforblk .jfor {
        font-size: 9pt!important;
        padding-right: 25px;
    }

    .jforblk #JustForLabel {
        font-size: 9pt!important;
    }

    .jforblk .FocusOn {
        font-size: 13px!important;
    }

    .just_for #FocusOnLabel {
        font-size: 13px!important;
    }
    /**************@media (max-width:1007px) and (min-width:950px)*/
}

@media (max-width:951px) and (min-width:880px) {
    .jforTop {
        font-size: 9px;
    }

    .navchildnode a {
        font-size: 13px!important;
    }

    .navchildnode:hover ul {
        display: none;
    }

    #TopNavSeal {
        margin-left: 10px;
    }

    .jforblk .FocusOn {
        font-size: 12px!important;
    }

    .just_for #FocusOnLabel {
        font-size: 12px!important;
    }

    #firstLevelMenu li > a {
        font-size: 13px;
    }

    .secondLevelMenu li > a {
        font-size: 11px;
    }

    .jforblk .jfor {
        font-size: 8.5pt!important;
        padding-right: 20px;
    }

    .jforblk #JustForLabel {
        font-size: 8.5pt!important;
    }
    /***********@media (max-width:951px) and (min-width:880px)*/
}

@media (max-width:879px) and (min-width:750px) {
    #RightNavBarBackground {
        margin-left: 0;
    }

    #leftmenu a {
        font-size: 11px;
    }

    .navchildnode:hover ul {
        display: none;
    }

    #TopNavSeal {
        margin-left: 5px;
    }

    .audienceTopMenu {
        display: none;
    }

    .audienceTopMenuMobile {
        display: inline;
    }

    .jforTop {
        font-size: 9px;
    }

    .jforblk .FocusOn {
        font-size: 11px!important;
    }

    .just_for #FocusOnLabel {
        font-size: 10px!important;
    }
}

@media (max-width:1008px) and (min-width:750px) {
    .container_24 {
        max-width: 100%;
        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:749px) {
    #FooterText a:hover {
        color: #e39615!important;
    }

    .hpnav .tblock {
        margin: 0px;
    }

    .navchildnode:hover ul {
        display: none;
    }

    .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 {
            height: auto!important;
            margin-top: -5px;
            width: 100%!important;
        }

        .filmstrip .filmstrip .carousel .carousel_inner div {
            margin: 0;
        }

        .filmstrip .carousel_inner {
            width: 100%!important;
        }

            .filmstrip .carousel_inner div {
                height: auto!important;
                margin-bottom: -35px!important;
                margin-left: 0!important;
                margin-right: 0!important;
            }

        .filmstrip .carousel .carousel_inner:hover div.thumb {
            background-color: transparent!important;
            moz-opacity: 1;
            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 {
            bottom: 0!important;
            left: 0!important;
            margin-top: -5px;
            position: static!important;
            width: auto!important;
        }

            .filmstrip .slides .description .desc_block {
                display: block!important;
                height: auto;
            }

        .filmstrip .carousel, .filmstrip .carousel .carousel_inner {
            height: auto!important;
            overflow: visible;
            position: static;
            width: 100%!important;
        }

            .filmstrip .carousel_inner div, .filmstrip .carousel .carousel_inner div.selected {
                height: auto!important;
                padding: 0 5px;
                width: 50%!important;
            }

            .filmstrip .carousel .carousel_inner .thumb {
                display: none;
            }

            .filmstrip .carousel .carousel_inner div.selected:before {
                background: none!important;
            }

            .filmstrip .carousel .picture .title, .filmstrip .video .title {
                bottom: 37px!important;
                display: block;
                float: left;
                height: 22px!important;
                left: auto!important;
                padding: 5px 4%!important;
                position: relative!important;
                top: auto!important;
                width: 92%!important;
            }

            .filmstrip .carousel .quote .title {
                bottom: auto!important;
            }

        .filmstrip .slides .picture img, .filmstrip .thumb img {
            height: auto!important;
            max-width: 100%;
            width: 100%!important;
        }

    .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;
        }
    /**************************************************/

    .filmstrip #mob_arrowleft, .filmstrip #mob_arrowright {
        display: block;
    }

    .filmstrip-home-page #mob_arrowleft, .filmstrip-home-page #mob_arrowright, .filmstrip-alumni #mob_arrowleft, .filmstrip-alumni #mob_arrow_right {
        display: block;
    }

    .filmstrip #mob_arrowleft {
        background-image: url('/public/img/arrow-left-mob.png');
        background-size: 28px 46px;
        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');
        background-size: 28px 46px;
        height: 46px;
        position: absolute;
        width: 28px;
        z-index: 1;
        float: right;
        right: 0;
    }

    .showLess {
        display: none;
    }

    .showMoreLinks {
        color: #e39615;
        cursor: pointer;
    }

    .showMore, .showLess {
        color: #58595b;
    }

    #academicsnav, #aboutnav, #campuslifenav, #distinctlynav, #admissionsnav {
        left: 0;
    }

    .secondLevelMenu::-webkit-scrollbar {
        background-color: #5c5b57;
        width: 12px;
    }

    .secondLevelMenu::-webkit-scrollbar-thumb {
        border-radius: 10px;
    }

    #mobileLogo {
        display: none;
        height: 44px;
        padding-left: 95px;
        padding-top: 12px;
    }

        #mobileLogo img {
            padding: 0px;
            width: 212px;
        }

    #mobileLogoImg {
        display: none;
    }

    #orangeLink {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

        #orangeLink img {
            margin-right: 1px;
        }

    #orangeLinkFooter {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

        #orangeLinkFooter img {
            margin-right: 1px;
        }

    #TopNavRedBarMobile {
        display: normal;
    }

    .mobileSpace {
        display: inline-block!important;
    }

    .toplevelpage {
        display: block!important;
    }

    #leftmenu, #audienceMenu, #searchNav {
        line-height: 1.4em!important;
        margin-left: 10px;
        margin-right: 10px;
        max-height: calc(100% - 50px);
        overflow: auto;
        width: calc(100% - 20px);
        position: fixed;
        top: 44px;
        z-index: 299;
    }

    .mobileSearch {
        color: #ffffff;
        font-size: 16pt;
        font-weight: bold;
        padding-left: 95px;
        padding-top: 5px;
        text-transform: uppercase;
    }

    .navchildnode a {
        color: white!important;
        font-family: Interstate;
        display: block;
        font-weight: bold;
        padding-left: 10px;
        text-align: left;
        text-transform: uppercase;
    }

    .navchildnode input[type=text] {
        color: #5a5b57;
        font-size: 12pt;
        padding: 0 0 0 10px;
    }

    .secondLevelMenu {
        background-color: #858480;
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        left: 0;
        margin: 5px 0 -6px 0!important;
        padding: 0!important;
        position: relative;
        width: 100%;
    }

        .secondLevelMenu li {
            display: block;
            height: 23px;
            padding-top: 5px;
            width: auto;
        }

            .secondLevelMenu li a {
                color: white!important;
                font-family: Interstate!important;
                font-size: 9px;
                font-weight: normal;
                padding-left: 24px;
                text-transform: capitalize;
            }

    .navchildnode {
        border-top: #B0A9A3 solid 1px;
        margin-right: 0px;
        padding-bottom: 5px;
        padding-top: 6px;
        text-align: left;
        background-color: #5C5B57;
        left: 0;
        width: 100%;
    }

    #leftmenu .navchildnodeLink::after {
        color: #e7810b;
        content: "▲";
        position: absolute;
        right: 15px;
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
    }

    #leftmenu .navchildnode .secondLevelMenu a::after, .noTriangle a {
        content: none;
    }

    .noTriangle a {
        content: none;
    }

    .open a::after {
        transform: rotateZ(0deg)!important;
        -webkit-transform: rotateZ(0deg)!important;
    }

    #TopNavRedBar {
        display: none;
    }

    #leftmenu a, #audienceMenu a {
        font-size: 11pt;
        margin: 0px;
    }

    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%;
        z-index: 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;
            margin-left: 0;
            margin-right: 0;
            float: none;
            width: 100%;
        }

    iframe {
        max-width: 100%;
        width: 100%!important;
    }

    article {
        float: left;
        width: 100%;
    }

        article .pcaption {
            margin: 0;
            padding: 3px 5px 3px 5px;
        }

    .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;
    }

    #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 {
            float: left;
            margin: 1px 0 0 2px;
            padding: 0;
        }

    .news {
        padding-left: 0;
    }

    .logo {
        float: left;
        height: 50px;
        margin: 0 0!important;
        width: 145px;
    }

        .logo img {
            float: left;
            padding: 17px 0 0 5px;
            width: 117px;
        }

    #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 {
        text-align: center;
        width: 100%!important;
    }

    header {
        background: url("/public/img/topbg.png") no-repeat scroll 0 0 transparent;
        height: 50px;
        max-width: 100%;
        z-index: 298;
    }

    #leftmenu span {
        display: inline-block;
        float: none;
        margin: 0 0!important;
        padding: 0 0!important;
    }

        #leftmenu span:hover {
            background: 0;
        }

    .filmstrip_video {
        display: inline-block;
        font-size: .8em;
        height: auto!important;
        max-width: 100%;
        padding-left: 0!important;
        padding-top: 10px!important;
    }

        .filmstrip_video iframe {
            height: auto;
            max-width: 100%;
            padding: 0!important;
        }

    .filmstrip_video_text {
        font-size: .8em;
        max-width: 100%!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-top: 10px!important;
    }

    #about_colgate_img, #campus_life_img, #distincly_colgate_img, #admissions_img, #academics_img {
        display: none;
    }

    #footer {
        background-color: #fff;
        float: left;
    }

    #FooterText {
        font-size: 10pt;
        margin: 0 10px;
    }

    .just_for {
        background: 0;
        height: auto;
    }

    .no_mobile {
        display: none!important;
    }

    .jforblk {
        background-color: #e7e8e3;
        height: auto;
        margin-top: 20px;
        padding: 14px 0;
    }

    .footerblk {
        height: auto;
        background: none!important;
        padding: 0;
    }

    #JustForLabel {
        color: #fff!important;
        font-size: 10.5pt;
        margin: 0 10px 0 10px!important;
        padding: 0!important;
    }

    .jforopts {
        display: inline;
        margin: 0!important;
        padding: 0!important;
    }

    .just_for {
        background-color: #862633;
        font-size: 10.5pt;
        line-height: 1.75em;
        padding: 5px 10px!important;
    }

    .jfor {
        font-size: 10.5pt;
        margin: 0;
        padding: 0 10px!important;
        white-space: nowrap;
    }

    .FocusOn {
        font-size: 10.5pt;
        margin: 0;
        padding: 0 10px!important;
        white-space: nowrap;
    }

    .jfor a, .jfor a:hover {
        color: #e39615!important;
    }

    .FocusOn a, .FocusOn a:hover {
        color: #e39615!important;
    }

    .ftritem {
        float: left;
        font-size: 9.5pt;
        line-height: 2em!important;
        padding: 0 10px!important;
    }

    #search_area_footer {
        background: #d5d5cd;
        display: block;
        margin: 10px 20px;
        max-width: 100%;
        width: 115px;
    }

        #search_area_footer a {
            float: right;
            margin: 0 5px;
        }

    .ftricon {
        float: none;
    }

    .grid_4.footerList {
        display: none;
    }

    .mob_contact {
        font-size: 9.5pt;
        margin-top: 5px;
        padding: 0 10px;
    }

    .mob_flinks {
        display: inline-block;
    }

        .mob_flinks a {
            height: 24px;
            width: 15px;
        }

        .mob_flinks #ftrfb {
            background: url(/public/img/ftr_fb.png) no-repeat;
            background-size: 24px auto;
            width: 24px;
        }

        .mob_flinks #ftrtw {
            background: url(/public/img/ftr_tw.png) no-repeat;
            background-size: 24px auto;
            width: 24px;
        }

        .mob_flinks #ftryt {
            background: url(/public/img/ftr_yt.png) no-repeat;
            background-size: 24px auto;
            width: 24px;
        }

        .mob_flinks #ftrplus {
            background: url(/public/img/ftr_plus.png) no-repeat;
            background-size: 24px auto;
            width: 24px;
        }

        .mob_flinks #ftrfl {
            background: url(/public/img/ftr_flckr.png) no-repeat;
            background-size: 24px auto;
            width: 24px;
        }

    ul#TopQuickLinks.mobile_only {
        background: #fff;
        display: block;
        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 {
        margin: 20px 10px!important;
        padding-left: 0!important;
        width: 100%;
    }

    #SearchButton {
        margin-left: -2em;
        padding: 10px 10px;
    }

    .sectionHeader {
        font-size: 24px!important;
    }

    #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 {
        font-size: 10pt;
        margin: 5px -5px -35px 5px!important;
    }

        .filmstrip .carousel .carousel_inner .quote .title {
            height: auto!important;
            max-width: 100%;
            min-height: 100px;
        }

    #slideshow-left, #slideshow-right {
        display: block;
    }

    .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 {
        height: auto; /*width:auto; */
    }
    /*****************************/
    .filmstrip-collapsed {
        display: none;
    }

    .filmstrip-expanded .carousel-pair {
        margin-top: 0;
    }

    .footer_container .tinybar .viewport .extra {
        display: none!important;
    }

    .footer_container .tinybar .scrollbar, .footer_container .tinybar .track {
        display: none!important;
    }
    /*****************1944****************/

    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%;
    }

    iframe {
        max-width: 100%;
        width: 100%!important;
    }

    article {
        float: left;
        width: 100%;
    }

    .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;
    }

    #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 {
            float: left;
            margin: 1px 0 0 2px;
            padding: 0;
        }

    #TopBarGrey {
        background: #e1e1dc; /* Old browsers */
        background: -moz-linear-gradient(left, #e1e1dc 0%, #fafafa 50%, #e1e1dc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1e1dc), color-stop(50%,#fafafa), color-stop(100%,#e1e1dc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* IE10+ */
        background: linear-gradient(to right, #e1e1dc 0%,#fafafa 50%,#e1e1dc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1dc', endColorstr='#e1e1dc',GradientType=1 ); /* IE6-9 */
        border-bottom: 2px solid #aba9a1;
        height: 49px;
        overflow: visible;
        position: fixed;
    }

    img {
        height: auto!important;
        max-width: 100%;
        padding: 5px 0;
        width: auto;
    }

    #TopQuickLinks {
        display: none;
    }

    #mainForm, #footer {
        background-color: #fff;
        width: 100%;
    }

    #TopNavSeal {
        margin-top: -5px!important;
        position: relative;
    }

    img#TopNavSeal {
        float: left;
        margin-left: 10px!important;
        padding: 0;
        width: 42px;
    }

    .news {
        padding-left: 0;
    }

    #mobileNav {
        display: block;
        height: 40px;
        margin-right: 10px;
        margin-top: 4px;
        position: fixed;
        right: 0;
        z-index: 299;
    }

    #search_box_mobile {
        border: 1px solid #5c5b57;
        border-radius: 15px;
        height: 45px;
        margin-left: 10px;
        width: calc(100% - 30px);
    }

    #leftmenu, #searchNav, #audienceMenu {
        display: none;
    }

    #audience, #search, #hamburgerMenu {
        display: inline-block;
        height: 40px;
        width: 40px;
    }

    .mobileMenuButton {
        background-color: #B0A9A3;
    }

    .mobileNavColor {
        background-color: #5c5b57;
    }

    .cusubnav {
        background-color: #edece7;
        margin: 0 10px 0 10px!important;
        padding: 0!important;
    }

    .topSubNav {
        background-color: #edece7;
        border-left: 1px solid #B0A9A3;
        border-right: 1px solid #B0A9A3;
        border-top: 1px solid #B0A9A3;
        height: 20px;
        margin: 0;
        padding: 4px 0 4px 10px;
        text-transform: uppercase;
    }

        .topSubNav a {
            font-size: 10pt;
            vertical-align: middle;
        }

    #SubMore {
        display: block;
    }

    #SubLess {
        display: none;
    }

    .subnavchildren a {
        color: #5c5b57!important;
        display: block;
        font-size: 10pt;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .cusubnavSecond {
        background-color: #edece7;
        border-bottom: 1px solid #B0A9A3;
        border-left: 1px solid #B0A9A3;
        border-right: 1px solid #B0A9A3;
        margin: 0 !important;
        max-height: 308px;
        overflow: auto;
        padding: 0 !important;
    }

    .subnavchildren {
        border-top: 1px solid #B0A9A3;
        display: none;
        padding: 4px 0;
    }

        .subnavchildren:hover {
            background-color: #e7810b;
        }

            .subnavchildren:hover a {
                color: #FFFFFF!important;
            }

        .subnavchildren a {
            color: #5c5b57!important;
        }

    #SubLess:after {
        background: url("../img/arrow_2nd.jpg") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        height: 20px;
        position: absolute;
        right: 23px;
        transform: rotateZ(180deg);
        vertical-align: middle;
        -webkit-transform: rotateZ(180deg);
        width: 20px;
    }

    #SubMore:after {
        background: url("../img/arrow_2nd.jpg") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        height: 20px;
        position: absolute;
        right: 23px;
        vertical-align: middle;
        width: 20px;
    }

    #audience img, #search img, #hamburgerMenu img {
        height: 35px!important;
        padding-top: 3px;
    }

    #testImg {
        display: inline-block;
        width: 40px;
    }

    #hamburgerMenu:hover, #audience:hover, #search:hover {
        background-color: #5C5B57;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .hamburgerLine {
        background-color: white;
        border-radius: 5px;
        height: 4px;
        margin-bottom: 5px;
    }

    #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;
    }

    .navchildnode a:hover {
        border-bottom: none;
        color: white!important;
    }

    .topnav {
        text-align: center;
        width: 100%!important;
    }

    header {
        background: url("/public/img/topbg.png") no-repeat scroll 0 0 transparent;
        height: 50px;
        max-width: 100%;
    }

    #leftmenu span {
        display: inline-block;
        float: none;
        margin: 0 0!important;
        padding: 0 0!important;
        width: 100%;
    }

        #leftmenu span:hover {
            background: 0;
        }

    .filmstrip_video {
        display: inline-block;
        font-size: .8em;
        height: auto!important;
        max-width: 100%;
        padding-left: 0!important;
        padding-top: 10px!important;
    }

        .filmstrip_video iframe {
            height: auto;
            max-width: 100%;
            padding: 0!important;
        }

    .filmstrip_video_text {
        font-size: .8em;
        max-width: 100%!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-top: 10px!important;
    }

    #about_colgate_img, #campus_life_img, #distincly_colgate_img, #admissions_img, #academics_img {
        display: none;
    }

    .just_for {
        background: 0;
        height: auto;
    }

    .jforblk {
        background-color: #e7e8e3;
        height: auto;
        margin-top: 20px;
        padding: 14px 0;
    }

    #JustForLabel {
        color: #fff!important;
        font-size: 10.5pt;
        margin: 0 10px 0 10px!important;
        padding: 0!important;
    }

    .jforopts {
        display: inline;
        margin: 0!important;
        padding: 0!important;
    }

    .just_for {
        background-color: #862633;
        font-size: 10.5pt;
        line-height: 1.75em;
        padding: 5px 10px!important;
    }

    .jfor {
        font-size: 10.5pt;
        margin: 0;
        padding: 0 10px!important;
        white-space: nowrap;
    }

    .FocusOn {
        font-size: 10.5pt;
        margin: 0;
        padding: 0 10px!important;
        white-space: nowrap;
    }

    #TopNavRedBarMobile {
        display: none;
        height: 9px;
    }

    #TopNavRedBar {
        height: 56px!important;
    }

    .jfor a, .jfor a:hover {
        color: #e39615!important;
    }

    .FocusOn a, .FocusOn a:hover {
        color: #e39615!important;
    }

    #search_area_footer {
        background: #d5d5cd;
        display: block;
        margin: 10px 20px;
        max-width: 100%;
        width: 115px;
    }

        #search_area_footer a {
            float: right;
            margin: 0 5px;
        }

    .ftricon {
        float: none;
    }

    .footerList {
        background: url("/public/img/footer_res.jpg") no-repeat!important;
        background-size: auto 100%;
        left: 0!important;
        margin: 0 0 8px;
        padding: 10px 0;
    }

    .grid_4.footerList {
        display: none;
    }

    .mobile_only, .mob_contact, .mob_flinks {
        display: block;
    }

    #SearchButton {
        margin-left: -2em;
        padding: 10px 10px;
    }

    .sectionHeader {
        font-size: 24px!important;
    }

    #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 {
        font-size: 10pt;
        margin: 5px -5px -35px 5px!important;
    }

        .filmstrip .carousel .carousel_inner .quote .title {
            height: auto!important;
            max-width: 100%;
            min-height: 100px;
        }

    .sfContentBlock h1 {
        color: #365777!important;
        font-family: Garamond!important;
        font-size: 30px!important;
        font-style: normal;
        font-weight: normal;
        line-height: 1.2em;
        margin-bottom: 10px!important;
        width: 100%;
    }

    .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;
    }
    /*************@media (max-width:749px)*************/
}

@media (max-width:749px) and (min-width:520px) {
    #slideshow {
        display: block;
        width: 100%!important;
        height: auto;
        background-color: #862633;
        border-bottom: 0;
        overflow: hidden;
    }

    #slideshow-container {
        display: block;
        position: relative;
        margin: 28px 0 15px 0;
    }

    #slideshow-left, #slideshow-right {
        height: 42px;
    }

    #slideshow-right {
        left: calc(100% - 25px);
    }

    .slide .ssimg {
        width: 50%;
    }

    .slide .panel {
        width: 50%;
        left: 0;
        padding: 0;
        background-color: #862633;
    }

        .slide .panel .title {
            padding: 15px 10px 10px;
        }

        .slide .panel .description {
            padding: 5px 20px 10px 10px;
        }

    .slideshow .picture {
        background-color: #862633;
    }

    .social-icons {
        display: none;
    }
}

@media (max-width:519px) {
    #slideshow {
        display: block;
        width: 100%!important;
        height: auto;
        background-color: #fff;
        border-bottom: 0;
    }

    #slideshow-container {
        display: block;
        margin: 20px 0 0 0;
        position: relative;
        height: auto;
    }

    #slideshow-left, #slideshow-right {
        /*width:auto;*/
        height: 42px;
    }

    #slideshow-right {
        left: calc(100% - 25px);
    }

    .social-icons {
        display: none;
    }

    .slide .ssimg {
        width: 100%;
        float: none;
    }

    .slide .panel {
        width: 100%;
        float: none;
        left: 0;
        padding: 0;
        background-color: #862633;
        margin-bottom: 10px;
    }

    .slideshow .picture {
        background-color: #862633;
    }

    .slide .panel .title {
        padding: 15px 10px 5px;
        font-size: 20px;
    }

    .slide .panel .description {
        padding: 5px 10px 10px;
    }
}

@media (min-width:481px) {
    .filmstrip .carousel .carousel_inner:hover div.thumb > * {
        filter: alpha(opacity=50);
        moz-opacity: .5;
        ms-filter: "alpha(opacity=50)";
        opacity: .5;
    }

    .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 {
            filter: alpha(opacity=100);
            moz-opacity: 1.0;
            ms-filter: "alpha(opacity=100)";
            opacity: 1.0;
        }

        .filmstrip .carousel .carousel_inner:hover div.thumb.selected > span.title, .filmstrip .carousel .carousel_inner div.thumb:hover > span.title {
            filter: alpha(opacity=80);
            moz-opacity: .8;
            ms-filter: "alpha(opacity=80)";
            opacity: .8;
        }
    /****Bottom of (min-width:481px)****/
}

@media print {
    * {
        background: transparent!important;
        box-shadow: none!important;
        color: black!important;
        filter: none!important;
        ms-filter: none!important;
        text-shadow: 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;
    }
}

@media (max-width:360px) {
    header {
        height: 49px;
    }

    .filmstrip_video {
        width: 90%;
    }

    .navchildnode:hover ul {
        display: none;
    }
}

@media (max-width:1024px) and (min-width:1000px) {
    #leftmenu a {
        font-size: 15px;
    }

    .jforTop {
        font-size: 11px;
    }

    .jforblk .jfor {
        font-size: 10pt!important;
        padding-right: 25px;
    }

    .jforblk #JustForLabel {
        font-size: 10pt!important;
    }
}

@media (max-width:999px) and (min-width:950px) {
    #leftmenu a {
        font-size: 14px;
    }

    #TopNavSeal {
        margin-left: 20px;
    }

    .jforblk .jfor {
        font-size: 9pt!important;
        padding-right: 25px;
    }

    .jforblk #JustForLabel {
        font-size: 9pt!important;
    }
}

@media (max-width:1024px) and (min-width:750px) {
    .filmstrip, .filmstrip .carousel, .filmstrip .slides, .filmstrip .slides > .slide {
        width: 100%;
        height: auto;
    }

        .filmstrip .carousel, .filmstrip .carousel .carousel_inner {
            height: 140px!important;
        }

    body {
        background: #fff!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    #search_area {
        width: 105px;
    }

    #search_box {
        background-color: #d5d5cd;
        margin-bottom: 2px;
        width: 80px;
    }

    .filmstrip_video {
        display: inline-block;
        font-size: .8em;
        height: 70%!important;
        max-width: 100%;
        padding-left: 0!important;
        padding-top: 10px!important;
    }

        .filmstrip_video iframe {
            margin-top: 8%!important;
            max-width: 100%;
            height: 80%;
        }

    .filmstrip_video_text {
        font-size: .8em;
        height: 575px!important;
        max-width: 100%!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-top: 10px!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-left: 0;
        padding-right: 0;
        width: 18%;
    }

    .grid_4.topnav.banner_seal_a {
        width: 18%;
    }

    #slideshow-container {
        /*height:237px;*/ position: relative;
    }

    #slideshow {
        border-bottom: none;
        height: auto;
        margin-bottom: .75em;
        overflow: hidden;
        position: static;
        width: 100%;
    }

        #slideshow img.ssimg {
            height: auto;
            position: static;
            width: 50%;
        }

        #slideshow .slide .panel {
            background-color: #862633;
            height: auto; /*margin:8px 2% 8px 1%;*/
            padding: 0;
            position: static;
            width: 50%;
        }

            #slideshow .slide .panel .title {
                font-size: 15px;
                padding: 10px 5px 0 10px;
            }

            #slideshow .slide .panel .description {
                font-size: 12px;
                padding: 10px 25px 0 10px;
            }

            #slideshow .slide .panel .social-icons {
                float: right;
                position: static;
            }

        #slideshow div {
            position: static!important;
        }

    #slideshow-left, #slideshow-right {
        position: absolute!important;
        top: 80px!important;
    }

    #slideshow-right {
        left: 95%!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 {
        margin: 0 4%;
        width: 92%;
    }

    .jforblk #JustForLabel {
        font-size: 8.5pt;
        text-align: center;
        width: 7%;
    }

    .jforblk .jfor {
        font-size: 8.5pt;
        padding-right: 18px;
        text-align: center;
    }

    .jforblk .jforopts {
        text-align: center;
        width: 85%;
    }

    .filmstrip-expanded {
        width: 100%!important;
    }

    .filmstrip .slides .picture img {
        height: auto!important;
        width: 100%!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');
            line-height: 18px;
            margin: 0!important;
            padding: 6px;
        }

        .just_for #FocusOnLabel {
            background: url('/public/img/just_for_a.png');
            line-height: 18px;
            margin: 0!important;
            padding: 6px;
        }

        .just_for .jforopts {
            background: url('/public/img/just_for_b.png') no-repeat;
            background-size: 100% 100%;
            line-height: 15px;
            margin-left: 5px;
            padding: 5px 6px;
        }

    #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: 99%;
    }

    .hpnav {
        height: auto;
        margin-top: 15px;
        width: 33%;
    }

        .hpnav .tblock {
            margin: 0;
        }

    .grid_4.footerList {
        padding: 0 8% 0 0;
        position: static!important;
        width: 24%;
    }

    .footerblk .grid_1 {
        display: none;
    }

    .footerblk .grid_17 {
        padding-left: 4%;
        width: 64%;
    }
}

@media (max-width:768px) and (min-width:748px) {
    .filmstrip-expanded .carousel-pair {
        margin-top: -150px;
    }

    .grid_4.footerList {
        display: none;
    }

    #FooterText {
        display: none;
    }

    .footerList_mobls {
        float: right;
        margin-right: 102px;
        margin-top: 8px;
        width: 20%;
    }

    .FooterAddress_mobls {
        color: #aaa;
        float: left;
        font-family: Interstate!important;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
    }

    .footerblk .grid_17 {
        width: 78%;
    }

    .FooterText_mobls {
        display: inline-block;
        margin-left: 29px;
        width: 100%;
    }

    .jforTop {
        font-size: 9px;
    }

    .filmstrip .slides > div .description {
        bottom: 160px;
    }

    .filmstrip-expanded {
        margin-bottom: 0px;
    }
}
