/***** Root <<<STARTS>>> *****/

/*** Fonts ***/
@font-face {
    font-family: 'ProximaNova';
    src: url(cd7538a3cbfbe2874cbd3268123497e36d2a3f5b.woff) , url(2a43cb1574c9342010991559f485b8ca6d30ab45.eot) ; /* IE9+ */
}

@font-face {
    font-family: 'Candara';
    src: url(87e13ef159a241a8d9ff578362e60cdfa81d2d5b.TTF) ;
}

/*** Styles ***/
:root {
    --h1color: rgb(13,77,136); /*color:   Blue               #0D4D88       rgb(13,77,136)       */
    --h2color: rgb(0, 0, 0); /*color:   Black              #000000       rgb(0, 0, 0)         */
    --h3color: rgba(89, 89, 91, 1); /*color:   Dark Grey          #59595b       rgba(89, 89, 91, 1)  */
    --h4color: rgba(32, 78, 145, 1); /*color:   Hyperlink blue     #204e91       rgba(32, 78, 145, 1) */
}

body {
    -webkit-text-size-adjust: none;
    background: #d5eef7 url(b325cd76ff0877115e6f8fb7954cabcf2a6ee1c0.jpg)  repeat;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    font-size: .937em;
    line-height: 1.5;
    background-color: #f1f3f2;
    color: #444;
    font-weight: normal;
    width: 100%;
}

/***** Layout <<<STARTS>>> *****/

/*** Wrappers ***/
div.wrapper {
    position: relative;
    width: 100%;
}

.MAIN_BODY_CONTAINER .MAIN_ROW {
    padding-top: 0;
    margin-top: -25px;
    -moz-box-shadow: 0 1px 1px #4e8db6;
    -webkit-box-shadow: 0 1px 1px #4e8db6;
    background: #fff;
    box-shadow: 0 1px 1px #4e8db6;
    min-height: 700px;
}

/*** Top Nav ***/
.top-container {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .6);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 99999;
    padding: 5px 0;
}

.top-bar-nav-left .audience-nav {
    height: auto;
    margin: 0;
    position: relative;
    float: left;
    text-align: right;
}
    
    .top-bar-nav-left .audience-nav li {
        background: url(d381dc6d1a2103c7a77376e8e0b893c3dd508bae.png)  no-repeat -2px -231px;
        display: inline;
        float: left;
        margin: 0 0 0 5px;
        padding: 0 0 0 5px;
        position: relative;
    }

.top-bar-nav-right .audience-nav {
    height: auto;
    margin: 0;
    position: relative;
    float: right;
    text-align: right;
}

    .top-bar-nav-right .audience-nav li {
        background: url(d381dc6d1a2103c7a77376e8e0b893c3dd508bae.png)  no-repeat -2px -231px;
        display: inline;
        float: left;
        margin: 0 0 0 5px;
        padding: 0 0 0 5px;
        position: relative;
    }

.top-bar-nav-left .audience-nav a,
.top-bar-nav-right .audience-nav a {
    color: #fff;
    margin: 0;
    padding: 2px 5px;
    text-decoration: none;
    vertical-align: bottom;
    font-weight: bold;
    font-size: .92em;
}

@media screen and (min-width: 769px) {
    header {
        position: fixed;
        top: 0;
        transition: top 0.2s ease-in-out;
        width: 100%;
    }
}

/** Mobile nav **/
#nav-control {
    border-radius: 2px;
    color: #000;
    display: none;
    width: 50px;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 999999;
    top: 0;
    left: 0;
}

    #nav-control img {
        height: 36px;
        width: 36px;
    }

/** Google Search **/
.searchBarTopWideScreen {
    position: absolute;
    right: 5px;
    top: 70px;
    z-index: 9999;
    width: 300px;
}

.gsib_a {
    padding-top: 0 !important; /* TODO remove the inline padding top */
}

/*** Logo Container ***/
.main-top-container {
    background: #1e4b87;
    padding: 10px 0 35px 0;
    text-align: center;
    min-height: 140px;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, .2);
}

.logo-container {
    position: relative;
    margin-top: 35px;
    left: auto;
    vertical-align: bottom;
}
    
    .logo-container a {
        display: inline;
    }
    
    .logo-container img{
        -webkit-box-shadow: 4px 4px 10px 1px rgba(0,0,0,0);
        box-shadow: 4px 4px 10px 1px rgba(0,0,0,0);
        float: left;
    }

.logo-text {
    font-family: 'Candara';
    color: #fff;
    font-weight:bold;
    letter-spacing:2px;
    float: left;
    font-size: 2em;
    display: inline-block;
    margin-top: 16px;
}

.logo-img {
    padding: 5px 5px 5px 10px;
    padding-right: 35%;
}

/*** Footer ***/
.footer {
    background-color: #1e4b87;
    z-index: -9999;
    margin-top: -20px;
    padding: 45px 0px 30px 0px;
    -webkit-box-shadow: 0px -5px 25px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px -5px 25px 5px rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;

}

.big-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    background: url(12468e0b1de4631117dcf98bd6e9f5ed6886af1c.png)  repeat 0 0;
}

.footer-navigation {
    border: 1px solid white;
    border-left: none;
    border-right: none;
    margin-top: 10px;
    font-size: .6825em;
    padding: 10px 0px;
    line-height: 16px;
}

.footer h2, .footer h3 {
    font-size: 1.2em;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    padding: 0px 0px;
    margin: 0;
    color: #fff;
}

.footer-navigation a, .footer-navigation .avtext {
    color: #fff;
    text-decoration: none;
}

.footer-address {
    font-size: 1.2em;
    color: #fff;
}

    .footer-address span.gray {
        color: #BDBDBD;
    }

.footer-social {
    font-size: 1.5em;
    padding: 2px;
    margin-top: 15px;
}

    .footer-social ul li {
        margin: 0px 15px 0px 0px;
        display: block;
        float: left;
    }

        .footer-social ul li a {
            margin: 0px 3px;
            font-size: .6em;
            color: #bab7ff;
        }

    .footer-social i:hover {
        color: #FFE868;
        /*border-bottom:5px solid #FFE868;*/
    }

.footer-social-title {
    color: #FFE868;
}

.footer-navigation a:hover {
    /*color: #fff;*/
    border-bottom: 1px solid #5A7DA8;
}

.newsletterSubmit {
    font-size: 1.3em;
    font-weight: normal;
}

ul.footerBranding {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
}

    ul.footerBranding li {
        display: inline;
        margin-left: 2px;
    }
        
        ul.footerBranding li:after {
            content: "•";
            margin-left: 6px;
        }
        
        ul.footerBranding li:last-of-type:after {
            content: none;
        }
    
        ul.footerBranding li a {
            text-decoration: none;
            color: white;
        }
        
            ul.footerBranding li a:hover {
                border-bottom: 1px solid #5A7DA8;
            }


.regents {
    text-align: center;
    color: #fff;
}

    .regents p {
        margin: 10px 0;
        font-size: 0.8em;
    }

/*** Layout Media Queries ***/
@media screen and (max-width: 48em) {
    .top-bar-nav-left .audience-nav,
    .top-bar-nav-right .audience-nav {
        display: block;
        float: none;
        height: auto;
        margin: 1% 0 0 1%;
        overflow: auto;
        padding: 0;
        top: 0;
        width: auto;
    }

        .top-bar-nav-left .audience-nav li {
            background: url(b1b576f17347740c2f4eaab0fb7d07642f85a34b.png)  !important;
            display: block;
            margin: 0 1% 1% 0 !important;
            padding: 0 !important;
            width: 32.33%;
        }

    .top-bar-nav-right {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .top-bar-nav-right .audience-nav li {
            background: url(b1b576f17347740c2f4eaab0fb7d07642f85a34b.png)  !important;
            float: left;
            margin: 0 1% 1% 0 !important;
            padding: 0 !important;
            width: 32.33%;
        }

    .top-bar-nav-left .audience-nav li a,
    .top-bar-nav-right .audience-nav li a {
        display: block;
        padding: 7px 0;
        text-align: center;
    }

    .logo-img, .logo-text {
        float: none;
        font-weight: normal;
    }

    .top-container {
        display: none;
        padding: 5px 0px;
    }
    
    .logo-img {
        padding: 5px 0 5px 10px;
    }

    .logo-text {
        margin: 15px 0px 15px 0px;
    }

    #nav-control {
        display: block;
    }
    
    .newsLetterFooter {
        margin: 20px 0px;
    }
    
    .main-top-container {
        padding: 0px 0px 45px 0px;
        min-height: 0;
    }

    .logo-container {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }

        .logo-container img {
            display: block;
            float: none;
        }

        .logo-container h2 {
            font-size: 1.5em;
        }
    
    .main-padding {
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px){
    .top-bar-nav-right .audience-nav a {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 600px) {
    .top-bar-nav-right .audience-nav li {
        width: 49%;
    }
}

@media screen and (max-width: 835px) {
    .searchBarTopWideScreen {
        display: none;
    }
}

/* TODO find which pages these three media queries affect */
@media only screen and (max-width: 480px) {
    .StoryList {
        clear: both;
        padding-left: 0;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 868px) {
    img.mediumimage {
        border: 1px solid #000;
        max-width: 50.25719%;
        display: block;
    }

    img.news-mediumimage {
        border: 1px solid #000;
        max-width: 40.25719%;
        display: block;
        float: none;
    }
}

/***** Page Content/Layout <<<STARTS>>> *****/

/*** Links ***/
a {
    color: #204e91;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #6699cc;
        text-decoration: underline;
    }

a[href$=".pdf"] {
    padding: 0 20px 0 0;
    background: url(54c46270cb88ad97519d0fb3e0eecb5bd37fb914.png)  no-repeat right center;
}

.spotlight a[href$=".pdf"], .spotlight-section a[href$=".pdf"], .list-title a[href$=".pdf"] {
    background: none;
    padding: 0;
}

/*** Text ***/
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*** Headers ***/
h1, h2, h3, h4, h5, h6 {
    color: #262626;
    line-height: 1.2;
    margin-bottom: unset;
}

/** h1: for page headers denoting a subsection of the page **/
h1 {
    border-bottom: 1px solid #0D4D88;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.4em;
    color: var(--h1color);
    line-height: 1.2em;
    text-transform: none;
}

/** h2: for links contained in the footer **/
h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: var(--h2color);
    text-transform: none;
}

/** h3:  **/
h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: none;
    font-weight: normal;
}

    h3 a {
        color: var(--h3color);
    }

/** h4: for blue link text generally next to an image
 * also used for sorting links in the right column, such as "Sort by..."
 */
h4 {
    font-size: .937em;
    line-height: 1.1em;
    font-weight: normal;
    padding-bottom: 4px;
}

    h4 a {
        color: var(--h4color);
    }

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

/*** Lists ***/
ul {}
ul li {}
ul li a {}

li {
    line-height: 1.5em;
    list-style-position: outside;
    margin: 5px 0;
    padding: 0;
}

@media only screen and (min-width: 48em) {
    .mainPadding {
        padding: 0px 15px;
        margin-top: 10px;
    }
}

/*** Page Content > Institute/ ***/
.wrapper .row .instituteBodyRow {
    margin-top: 30px; /* 30px if using facelift's layout, 0.2em otherwise */
}

.no-border-spotlight {
    border: none;
    padding: 5px;
    margin-bottom: 10px;
}

    .no-border-spotlight:first-child {
        padding-top: 0;
    }
    
    .spotlight li, .no-padding-spotlight li, .no-border-spotlight li {
        padding: 0 5px 5px 0;
        margin-left:  .4em;
    }

/** serves the same purpose as .spotlight, .spotlight li **/
ul.aboutUsLinks {
    color: #1f4b87;
    margin-left: 6px;
}

    ul.aboutUsLinks li {
        padding-bottom: 0;
        list-style: none;
    }

.flexslider {
    margin: 0px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
}

    .flexslider .slides li {
        position: relative;
    }

.flex-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000; /* whatever you want */
    color: #fff;
    z-index: 1;
    padding: 10px;
    opacity:.8;
}

.top-bar-nav-left {
    margin-top: 5px;
}

.missionStatement {
    color: #59595b;
    font-size: 1.2em;
    margin: 25px 0;
    line-height: 1.3em;
}

.stories-second-level {
    overflow: auto;
    margin-bottom: 14px;
    background-color: rgba(237, 239, 247, 1);
    -webkit-box-shadow: 4px 4px 10px 1px rgba(0,0,0,.2);
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,.2);
}

    .stories-second-level .featured-story-container {
        clear: both;
        position: relative;
        overflow: auto;
        margin: 0 auto;
        -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    }

        .stories-second-level .featured-story-container img {
            vertical-align: bottom;
        }

        .stories-second-level .featured-story-container .figcaption {
            padding: 10px;
            position: relative;
            background: #333;
            color: #fff;
        }

        .stories-second-level .featured-story-container .figcaption a {
            color: #fff!important;
            text-decoration: underline;
        }

img.bigimage {
    width: 100%;
}

.list {
    padding-bottom: 15px;
}
.list-text {
    padding-top: 5px;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-bottom: 5px;
}
.list-subtext {
    font-weight: 600;
    font-size: 0.80em !important;
    font-style: italic;
    line-height: 1.125em !important;
}
.list-event {
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9em;
    padding-bottom: 5px;
}
.list-title {
    line-height: 1.3em;
}
    .list-title a {
        display: block;
        margin: 5px 0;
        line-height: 1.3em;
    }

.slides .list-title a {
    margin: 0;
}

.slides img {
    padding-bottom: 5px;
}

.list-title p {
    margin-bottom: 0;
}

#list-news .story {
    color: #333;
    border-right: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    background: #fff url(a88b6b901d02e2bdcf228fdb384cfd34758bb839.png)  no-repeat bottom right;
}

    #list-news .story:hover {
        background: #f3f3f3;
    }

    #list-news .story img {
        margin-bottom: 20px;
        min-height: 135px;
    }

    #list-news .story h4 {
        color: #333;
        margin-bottom: 5px;
    }

        #list-news .story h4 a:link {
            text-decoration: none;
        }

        #list-news .story h4 a:hover {
            text-decoration: underline;
        }

    #list-news .story h5 {
        font-size: 0.9em;
        color: #333;
        margin-bottom: 5px;
        font-weight: normal;
    }

        #list-news .story h5 a:link {
            text-decoration: none;
        }

        #list-news .story h5 a:hover {
            text-decoration: underline;
        }

#list-news .text {
    height: auto;
}

#list-news .disabled {
    visibility: hidden;
}

#list-news .carousel-nav {
    z-index: 1000;
}

#list-news .buttons {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(4d57270bfe46c23120ffba3ad6f08a6f4316ae4f.png)  no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
}

#list-news .prev {
    left: -30px;
}

#list-news .next {
    background-position: 100% 0;
    right: -30px;
}

#list-news .bullet {
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#list-news-all {
    margin: 0px 25px 0px 15px; /*margin:0 30px 50px;*/
    position: relative;
}

    #list-news-all h3 {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 5px;
    }

    #list-news-all .overview {
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #list-news-all .overview li {
            float: left;
            font-size: 1em;
            width: 95%;
            height: auto;
            margin-bottom: 30px;
            word-wrap: break-word;
        }

    #list-news-all .story {
        color: #333;
    }

        #list-news-all .story img {
            margin-bottom: 20px;
        }

        #list-news-all .story h4 {
            color: #333;
            margin-bottom: 5px;
        }

            #list-news-all .story h4 a:link {
                text-decoration: none;
            }

            #list-news-all .story h4 a:hover {
                text-decoration: underline;
            }

    #list-news-all .viewport {
        height: auto;
        min-height: 288px;
        position: relative;
        width: 100%;
    }

    #list-news-all .photo {
        float: left;
        width: 25%;
    }

    #list-news-all .text {
        margin-left: 28%;
    }

#list-news-mobile {
    display: block;
    height: auto;
    list-style-type: none;
    overflow: auto;
    position: relative;
}

    #list-news-mobile .overview li {
        float: left;
        font-size: 1em;
        padding-right: 5%;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        list-style: none;
    }

    #list-news-mobile .photo {
        float: left;
        width: 25%;
    }

    #list-news-mobile .text {
        margin-left: 28%;
    }

    #list-news-mobile .viewport {
        height: auto;
        min-height: 288px;
        position: relative;
        width: 100%;
    }

    #list-news-mobile .text {
        height: auto;
    }

    #list-news-mobile .story h4 a:link {
        text-decoration: none;
    }

    #list-news-mobile .story h4 a:hover {
        text-decoration: underline;
    }

    #list-news-mobile .story p {
        margin-bottom: 0;
    }

    #list-news-mobile .carousel-nav {
        display: none;
    }

/** Media Queries **/
    @media screen and (max-width:800px){
        .mission-statement {
            display: none;
        }
    }

    @media screen and (max-width: 48em) {
        .list Img {
            width: 100%;
            max-width:480px;
            /*background:#ffffff;
            padding:18px 18px 18px 18px;*/
            border: 1px solid rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.2);
            -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.2);
            box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.2);
            margin-bottom: 15px;
        }
    }

/*** Page Content > Institute/Academics ***/
.shapeContainer {
    position: absolute;
    bottom: 35px;
    left: 0px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    margin: 0 0 0 -20px;
}

.pageBannerShape {
    margin: 0;
    padding: 0 30px 0 50px;
    background: #f9e90d;
    overflow: hidden;
    position: relative;
}

    .pageBannerShape p {
        text-align: center;
        font-size: 2em;
        margin-bottom: -1px;
        padding: 1px;
        color: #164d68;
    }

.breadcrumbs {
    padding: 0;
    border-style: none;
    border-width: 0px;
    background-color: #Fff;
    border-color: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

    .breadcrumbs > * a, .breadcrumbs > * span {
        text-transform: uppercase;
        color: #2e5b89;
    }


/*** Page Content > Institute/Centers ***/
.mainSliderCredit, .mainSliderCredit2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0px;
    padding: 5px 5px 5px 10px;
    background-color:dimgrey!important;
}

.mainSliderCredit {
    font-style: italic;
    font-size: 12px;
}

.mainSliderCredit2 {
    font-size: 10px;
}

    .mainSliderCredit a, .mainSliderCredit2 a {
        color: #fff;
    }
    
ul.centerList {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 1.5em;
}

    ul.centerList li a {
        text-decoration: none;
    }
        ul.centerList li a:hover {
            text-decoration: underline;
        }

/*** Page Content > Institute/News ***/
select {
    -webkit-appearance: none;
    background-color: #FAFAFA;
    background-image: url(b6850e322ebf3a2b65737485240a24e04f1fec75.) ;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    height: 2.3125rem; 
    padding-right: 20px;
}

/** News Page Side Accordion **/
div.accord-content {
    display: none;
}

    div.accord-content ul {
        list-style: none;
        margin-left: 8px;
    }

div.accord-header {
    margin-bottom: 5px;
    margin-left: 6px;
}

    div.accord-header img {
        width: 12px;
        padding-bottom: 5px;
    }

a.accord-click {
    cursor: pointer;
    text-decoration: none;
    padding-left: 5px;
}

div.accord-content ul {
    list-style-position: inside;
}

    div.accord-content ul li {
        padding-left: 10px;
    }

/*** Page Content > Institute/Events ***/
.calendarTableStyle tr th, .calendarTableStyle tr td {
    padding: 0.5rem 0;
    font-size: 0.77778rem;
    color: #222222;
}
    
/** Event List **/
    a.eventListLink {
        text-decoration: none;
        color: inherit;
        display: block;
        color: black;
        font-weight: 700;
        padding: 25px 20px 25px 0;
        border-bottom: 1px solid #dedede;
    }
    
        a.eventListLink:last-of-type {
            border-bottom: 0;
        }
        a.eventListLink:hover {
            color: #1E4B87; 
        }
        a.eventListLink:hover.active, .active > a.eventListLink:hover {
            opacity: 1;
        }
        a.eventListLink:active {
            color: #1E4B87;
        }

    .eventListContainer{}
        .eventListContainer .day {
            text-transform: uppercase;
            text-align: right;
            color: #1E4B87; 
        }
        .eventListContainer .date {
            text-transform: uppercase;
            font-size: 1.4em;
            line-height: .8em;
            text-align: right;
            color: #1E4B87; 
        }

    .leftPadding {
        padding-left: 30px;
    }
    
    @media screen and (max-width:767px) {
        .leftPadding {
            padding-left: 0;
        }
    
        .hideIpad{
            display: none !important;
        }
    }
    
    .eventListContainer .time {
        text-align: right;
        color: #1E4B87; 
    }

    .eventListContainer .eventListType {
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
    }

    .eventListContainer .eventListTitle {
        font-size: 1.4em;
        text-align: left;
        line-height: 1.2em;
        font-weight: normal;
    }

    .eventListContainer img {
        width: 120px;
        height: 120px;

    }
    
    #eventListMessage {
        display: none;
    }
    
    .eventListCenter {
        font-weight: normal;
    }
    
    .eventListContainer hr.smallHR {
        width: 50%;
        text-align: left;
        margin: 5px 0;
    }
    
    .accord-content ul li {
        margin-top: 0;
    }

/** Event List Narrow **/
    a.eventListLink_narrow {
        text-decoration: none;
        color: inherit;
        display: block;
        color: black;
        font-weight: 700;
        padding: 8px 20px 8px 0;
        border-bottom: 1px solid #dedede;
    }
    
        a.eventListLink_narrow:last-of-type {
            border-bottom: 1px solid #dedede;
        }
        a.eventListLink_narrow:hover {
            color: #1E4B87; 
        }

        a.eventListLink_narrow:hover.active, .active > a.eventListLink_narrow:hover {
            opacity: 1;
        }
        a.eventListLink_narrow:active {
            color: #1E4B87; 
        }
    
    .eventListContainer_narrow{}
    
        .eventListContainer_narrow .day {
            text-transform: uppercase;
            text-align: right;
            color: #1E4B87; 
        }
        .eventListContainer_narrow .date {
            text-transform: uppercase;
            font-size: 1.4em;
            line-height: .8em;
            text-align: right;
            color: #1E4B87; 
        }
        .eventListContainer_narrow .time {
            text-align: right;
            color: #1E4B87;
        }

        .eventListContainer_narrow .eventListType_narrow {
            text-align: left;
            text-transform: uppercase;
            font-weight: normal;
        }

        .eventListContainer_narrow .eventListTitle_narrow {
            font-size: 1.4em;
            text-align: left;
            line-height: 1.2em;
            font-weight: normal;
        }

        .eventListContainer_narrow img {
            width: 80px;
            height: 80px;
        }
        
        .eventListContainer_narrow hr.smallHR {
            width: 50%;
            text-align: left;
            margin: 5px 0;
        }
        
    #eventListMessage_narrow{
        display: none;
    }
    
    .eventListCenter_narrow {
        font-weight: normal;
    }
    
.accord-content ul li {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .leftPadding {
        padding-left: 0;
    }
    
    .hideIpad{
        display: none !important;
    }
}

/*** Page Content > Institute/Research ***/
ul.researchList {
    list-style: none;
}

    ul.researchList li {
        line-height: 1.5em;
        margin-bottom: 10px;
    }

        ul.researchList li img {
            margin-top: 6px;
        }
        
        ul.researchList li p.abstract {
            color: #444; /* TODO REMOVE THIS LINE after deleting facelifts */
            font-weight: normal;
            text-decoration: none;
            font-size: 0.9em;
            line-height: 1.3em;
            padding-bottom: 5px;
            width: 80%
        }

@media screen and (max-width: 767px) {
    ul.researchList li p.abstract {
        width: 100%;
    }
}

/*** Page Content > Institute/People ***/
.button {
    background-color: #09609d;
    border-color: #09609d;
}
    .button:hover {
        background-color: #09609d;
        opacity: .8;
    }

.searchButton {
    height: 25px;
    line-height: 0;
    box-shadow: none;
    margin-left: -50px;
}

ul.peopleList {
    list-style: none;
}

    ul.peopleList li {
        color: #59595b;
        font-size: 1.2em;
        margin: 25px 0;
        line-height: 1.3em;
    }

        ul.peopleList li a {
            font-weight: bold;
            text-decoration: none;
            color: black;
        }

            ul.peopleList li a:hover {
                text-decoration: underline;
            }
        
.phoneNumber {
    color: #0c5c91;
    font-weight: normal;
}

a.addressLink {
    color: #59595b; 
}

    a.addressLink:hover {
        color: #6699cc;
    }

/** Filter Styling **/
.filter-center-dropdown-style {
    border: 1px #bababa solid;
    width: 100%;
    max-width: 400px;
    padding: 4px 6px 0px 5px;
    background-color: #fff;
    outline: none;
    position: relative;
    height: 25px;
}

input[id*="_SearchTextbox"] {
    width: 100%;
}

/* TODO which page uses this? */
.filter-search-button {
    border: 1px solid #777777;
    background: #6699cc;
    color: white;
    font: bold 11px 'Trebuchet MS';
    padding: 4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* TODO is this really necessary? */
@media screen and (max-width: 767px) {
    a.addressLink {
        color: #204e91;
    }
}

/*** Page Content > Institute/Support ***/
#main-nav-wrapper {}

#main-nav {
    background-color: #164d68; /* #2c9acf */
    position: relative;
    text-align: center;
}

    #main-nav li {
        margin: 0;
        display: inline;
        border-right: 1px solid #fff;
        padding-right: 3px;
    }

        #main-nav li:first-child {
            background: none;
            margin: 0;
            padding: 0;
            padding-right: 3px;
        }
    
        #main-nav li:last-child {
            border-right: none;
        }
        
        #main-nav li a {
            color: #fff;
            font-weight: 700;
            padding: 10px;
            text-decoration: none;
            text-transform: uppercase;
            display: inline-block;
            letter-spacing: 1px;
        }

            #main-nav li a.active {
                background: none;
                color: #FFF100;
            }

            #main-nav li a.selected {
                background: #f6f7f7;
                color: #204e91;
            }

        #main-nav li ul {
            display: none;
            position: absolute;
            left: 0px;
            background-color: #f6f7f7;
            text-align: left;
            width: 80%;
            padding: 10px 0px 0px 0px;
            z-index: 1000;
        }

            #main-nav li ul li {
                background: none;
            }

        #main-nav li li ul.nav-column {
            display: block;
            max-width: 300px;
            float: left;
            position: relative;
            top: 0px;
            height: auto; /*margin: 0 30px 0 10px;*/
            padding: 0px;
            box-shadow: none;
        }

            #main-nav li li ul.nav-column li {
                background: none;
                display: block;
                padding: 5px 5px 5px 0px;
                margin-left: 0px;
            }

                #main-nav li li ul.nav-column li a {
                    color: #6f6f6f;
                    font-size: 0.923em;
                    text-decoration: none;
                    font-weight: normal;
                    text-transform: none;
                    margin: 0px;
                    padding: 0px;
                }

                    #main-nav li li ul.nav-column li a:hover {
                        color: #955efc;
                    }

    #main-nav .close {
        color: #204e91 !important;
        font-weight: 600;
        font-size: .9em;
        position: absolute;
        right: 10px;
        line-height: 1.2em;
        text-decoration: none;
        padding: 5px 0px 0px 0px;
        display: none;
    }

        #main-nav .close:hover {
            color: #955efc !important;
            background-position: -128px -40px;
        }

    #main-nav ul.sub-nav-active {
        display: block;
    }

.supportMainContent {
    margin-top: 25px;
}
    
    .supportMainContent h4 {
        color: #0D4D88;
    }
    
    .supportMainContent p {
        line-height: 1.3em;
        margin-bottom: 25px;
    }
    
        .supportMainContent p.abstract {
            color: #59595b;
            font-size: 1.2em;
        }
    
    .supportMainContent a {
        text-decoration: underline;
    }
    
        .supportMainContent a.donateLink {
            background: url(5f6a39b467c3e111e62b349a083f3154451400cb.png)  no-repeat right 50% #275577;
            padding: 3px 30px 3px 6px;
            color: white;
            text-decoration: none;
        }
            .supportMainContent a.donateLink:hover {
                color: yellow;
            }
    
    .supportMainContent ul {
        margin-bottom: 1.25em;
        margin-left: 1em;
    }

    .supportMainContent .supportCenterList ul {
        list-style: none;
        margin-left: 0;
    }

        .supportMainContent .supportCenterList ul li:before {
            content: "\00BB \0020";
        }

.giveNowButton {
    max-width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    content: url(81a7066f2121032431dec535964b6d7ddcf50b69.png) ;
}
    .giveNowButton:hover {
        content: url(57cc4b2a638230539d13cff9d0f96eee13e444b2.png) ;
    }

.giveNowButtonHidden {
    display: none;
}

/** Right Bar - Spotlight **/
.spotlight {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

    .spotlight a {
        font-size: 0.9em;
        margin-bottom: .128em;
    }

    .spotlight p {
        font-size: 0.9em;
    }
    
    .spotlight img {
        border: 1px solid #000;
        margin: 5px 5px 10px 0px;
    }

@media screen and (max-width: 950px) { 
	#main-nav li a {
        padding: 5px 10px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 767px) { 
	#main-nav {
        text-align: left;
    }
	
    #main-nav li {
        border-top: 1px solid #fff;
        display: block;
    }
    
	#main-nav li a {
        display: block;
        padding: 5px;
    }
}

/*** Page Content > Institute/Announcements ***/
h6.home-header {
    font-size: 1.2em;
}

.home-header {
    border-bottom: 1px solid #0D4D88;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.4em;
    color: #0D4D88;
}

/*** Page Content > Institute/Engagement ***/
.ImgContainer {
    min-height: 150px;
}

img.mediumimage {
    border: 1px solid #000;
    clear: right;
    margin-right: 3%;
    margin-bottom: 10px;
    max-width: 70.25719%;
    min-width: 31.25%;
}

.spotlight img {
    border: 1px solid #000;
    margin: 5px 5px 10px 0px;
}


.spotlight-titleContainer {
    background-color: #305b77;
}

    .spotlight-titleContainer h5 {
        color: #fff;
        padding: 6px;
        margin-bottom: 5px;
        font-size: .9em;
    }

/*** Page Content > Institute/Reference ***/
.tools {
    margin: 20px 0;
}

    .tools h5 {
        color: #0d4d88;
    }

    .tools h6 {
        color: #654700;
    }

.no-border-spotlight h6, .spotlight h6 {
    padding-top: 10px;
    padding-bottom: 5px;
}

/*** Page Content > Institute/Article/ (2390) ***/
.articleimage img {
    display: block;
    margin-bottom: 20px;
}

.postdate {
    color: #66583F;
    font-style: italic;
    font-size: 11px;
}

.storyTitleStyle{
    font-family: Balto,sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 90%;
    padding-bottom: 0;
    color: #4c4e4d;
}

.article_body ul li {
    margin: 0 0 0 20px;
    padding: 0 5px 5px 7px;
    line-height: 1.5em;
    list-style: url(68f0853fabe051bb94906da512dc3341db7f1c83.png)  none outside;
}

/** Sidebar links and social actions **/
.sharingTools {
    padding: 10px;
    margin-bottom: 15px;
    overflow: visible;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

/*** Page Content > Institute/Videos ***/
.current-place-holder {
    padding: 5px 0 5px 0; /*border-bottom: 2px solid #000;*/
}

    .current-place-holder .title {
        font-size: 1.1em;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .current-place-holder .date {
        color: black;
        font-size: 0.8125em;
        line-height: 15px;
        letter-spacing: 0em;
        font-family: 'Ropa Sans', 'Trebuchet MS', Arial, sans-serif;
        margin: 4px 0 10px 0;
    }

.current-place-image {
    float: left;
    width: 24%;
    margin-right: 20px;
}

    .current-place-image img {
        width: 100%;
        height: auto;
    }

        .current-place-image img.podcast {
            border: 0px;
            width: 50px;
            height: 50px;
        }

.current-podcast-place-image {
    float: left;
    max-width: 50px;
    margin-right: 30px;
}

.current-place-text {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 68%;
}

/* Hotfixes */
.gsc-search-button {
    background-color: #0144b0 !important;
    background-image: -webkit-linear-gradient(top,#0144b0,#0144b0) !important;
}