﻿/* ============================== */
/*          Body Styling          */
/* ============================== */

body {
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif,sans-serif;
}

h1 {
    color: #003B5C;
    line-height: 1.3em;
    font-size: 1.7em;
}

h3 {
    color:#2F577D;
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:15px;
}

a {
    color:#2F577D;
}

    a:hover {
        color:#79A2C9!important;
    }

    a[href$=".pdf"] {
        padding: 10px 20px 0 0;
        background: #fff url(/masterpages/img/icon_pdf.png) no-repeat right center;
    }

    @media screen and (min-width:768px) {
    .noPaddingRight {
        padding-right: 0;
    }
}
    @media screen and (min-width:768px) {
    .noPaddingLeft {
        padding-left: 0;
    }
}

@media screen and (min-width:768px) {
    #homeRightColumn {
        padding-left: 3em;
    }
}


h3.listTitle {
    color:#2F577D;
    font-size:1.5em;
    font-weight:normal;
    margin-bottom:15px;
}

    h3.listTitle:hover {
        color:#79A2C9;
    }

    a.listTitle {
        text-decoration:none;
    }


a.listItemTitle {
    color: #2774AE;
    text-decoration: none;
}
    a.listItemTitle:hover {
        color:#79A2C9;
    }

p {
    margin-bottom:.625em;
}

p.listItemAbstract {
    font-size:.8em;
    margin-top:10px;
}

img.listItemThumbnail {
    width:220px;
}

#homePageUpcomingEvents img.listItemThumbnail {
    /*max-width:110px;*/
    width:initial;
}

#homePublicationsDiv p {
    margin-bottom:0;
}

#homePublicationsDiv a {
    color: #224d76;
}

#homePublicationsDiv .pubAuthorRow {
}

#homePublicationsDiv .pubTitleRow {
    margin-bottom:20px;
    margin-left:15px;
}

ul.listPeople {
    list-style:none;
    margin-left:40px;
    margin-bottom:25px;
}

ul.courseList {
    margin-left:30px;
    margin-bottom:15px;
}

.coursesTable {
    width:100%;
}

    .coursesTable tr td {
        border-right: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
        padding:5px;
    }

        .coursesTable tr td:last-child {
            border-right:0;
        }

@media screen and (max-width:768px) {
    .controlWidth {max-width:none!important;}
}

.homePageUpcomingDateTime {
    font-size:.7em;
color:#000;
font-weight:bold;
}

/* =================================== */
/*     About Page Styling   */
/* =================================== */


.sidebar h4{
    line-height: 1.2em;
    color: #58585b;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    text-transform:uppercase;

}

.sidebar hr {
    width:60%;margin:10px 0px 15px 0px;border: solid #999999;border-width: 1px 0 0;
}
.sidebar ul li {
    list-style-type:none;
    margin-bottom:5px;
}


.sidebar ul li a{
    line-height: 1.2em;
    list-style-type:none;
    color: #6d6e70;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    font-style:italic;
}

.about h3 {
    margin-top:10px;
}

.about ul {
    margin-left:50px;
}

    .about ul li {
        margin-bottom:10px;
    }


/* ============================== */
/*          Header Styling        */
/* ============================== */

.header {
    width: 100%;
    padding-top:20px;
    padding-bottom:10px;
    background-color:white;
}


.headerNavs {
    margin:0 0 0 0;
    list-style:none;
    font-size:1.1em;
    display:inline;
    margin-top:10px;
}

    .headerNavs right ul {
        float:right;
    }

    .headerNavs li {
        display:inline-block;
        padding: 0 5px;
        padding-bottom:8px;
    }
           .headerNavs li:hover {
               padding-bottom:4px;
            border-bottom:4px solid #2F587E!important;
        }

        .headerNavs li a {
            color:#2F587E;
        }

        .headerNavs li a:hover {
            text-decoration:none;
            color:#79A2C9;
        }
 

       .headerNavs.topNav li {
           padding-bottom:8px;
       } 
       .headerNavs.topNav li:hover {
           padding-bottom:4px;
       }

      .headerNavs.topNav .headerSubNav li {
          padding-bottom:4px!important;
      }

.topNav li {
    /*padding:0 15px;*/
    /*margin-bottom:25px;*/
    position: relative;
}


.topNav ul {
    margin-top:16px;
    background: white;
    border-radius: 0 0px 0px 0px;
    border-width: 0 1px 1px;
    padding: 10px 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);


    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.topNav li:hover ul {
    left: -20px;
    top: 20px;
    width: 210px;
    
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
@media screen and (min-width:409px) and (max-width:513px) {
.topNav li.about:hover ul {
    left: -120px;
}
}
@media screen and (min-width:601px) and (max-width:964px) {
.topNav li.about:hover ul {
    left: -120px;
}
}
@media screen and (min-width:1074px) and (max-width:1170px) {
.topNav li.about:hover ul {
    left: -120px;
}
}
@media screen and (max-width:513px) {
.topNav li.research:hover ul {
    left: -120px;
}
}
@media screen and (max-width:355px) {
.topNav li.academics:hover ul {
    left: -120px;
}
}

    .topNav ul {
        list-style:none;
    }

        .topNav ul li {
        width:100%;
        margin-bottom:0;
        text-align:left;
        padding-bottom:4px;
        }
        .topNav ul li:hover {
            border-bottom:none!important;
        }

            .topNav ul li:last-child {
                padding-bottom:5px;
            }

       .topNav ul li:after {
        content:none;
        margin:0;
    }

        .topNav ul li a {
            font-size:1em;
            width:100%;
            display:block;
        }

        .topNav ul li a:hover {
      text-decoration:none;
            color:#4E7AFC;
    border-bottom:none!important;
}


img.logo {
    float:left;
}

.right {
    float: right !important; 
}


/* ============================== */
/*          Header Styling        */
/* ============================== */

.f-dropdown.open{
    top:65px!important;
}

/* ============================== */
/* Footer & Social Media Styling  */
/* ============================== */

.footerWrapper {
    background-color: rgb(0, 85, 135);
    padding: 20px 0px 20px 0px;
    /*position: absolute;
    width: 100%;*/
    color:#fff;
    margin-top:40px;
    
}

    .footerWrapper h4 {
        font-size: 1.125em
    }

.footerWrapper p{
    margin-bottom:0;
    font-size:.75em;
}

.footerWrapper a {
    text-decoration:none;
    color:#fff;
}

.regents{
    font-size:80%;
    margin:30px 0px 0px 0px;
}

ul.socialFooter li{
    display:inline-block;
    list-style-type:none;
    margin:0px 4px;
}

ul.socialFooter li img{
    width:25px;
    height:25px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}

ul.socialFooterFixed{
    position:fixed;
    left:0;
    top:164px;
    padding:2px 5px;
    z-index:99999;
    background-color:#2F577D;
}

ul.socialFooterFixed li img, ul.socialFooter li img{
    -webkit-transition: all .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .1s ease-in-out;
}  


:hover{
    -webkit-transition: all .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .1s ease-in-out;
}

ul.socialFooterFixed li img:hover, ul.socialFooter li img:hover{
    -ms-transform: scale(1.3);  /* IE 9 */
    -webkit-transform: scale(1.3);  /* Chrome, Safari, Opera */
    -moz-webkit-transform: scale(1.3);
    transform: scale(1.3);

}

ul.socialFooterFixed li{
   
    list-style-type:none;
    margin:6px 1px;
}

ul.socialFooterFixed li img{
    width:25px;
    height:25px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
}

.footerEmail a:hover {
    color:white!important;
    text-decoration:underline;
}

#ctl00_NewsletterSignup1_EmailValueValidator {
    display:none;
}

table {
    margin-bottom: 0px; 
}

table tbody {
    background-color: transparent; 
}

table tbody td {
    padding:0px; 
}

    table tbody tr:nth-child(even) {
        background-color:transparent; 
    }

    .formcell input {
        margin: 0px;
    }





/* ============================== */
/*           ROYAL SLIDER         */
/* ============================== */


#full-width-slider { width: 100%; color: #000; }
.coloredBlock { padding: 12px; background: rgba(255,0,0,0.6); color: #FFF; width: 200px; left: 20%; top: 5%; }
.infoBlock { position: absolute; top: 30px; right: 30px; left: auto; max-width: 25%; padding-bottom: 0; background: #FFF; background: rgba(255, 255, 255, 0.8); overflow: hidden; padding: 20px; }
.infoBlockLeftBlack { min-width: 300px; max-width: 300px; color: #FFF; background: #000; background: rgba(48,48,48,0.60); left: auto; right: 30x;top:320px; }
.infoBlock h5, .infoBlock a { color: #fff; font-style:italic;font-size:85%; }
.infoBlock p { font-size: 14px; margin: 4px 0 0; }
.infoBlock a { color: #FFF; padding: 10px; text-decoration: underline; }

.photosBy { line-height: 24px; font-size: 12px; background: #FFF; color: #000; padding: 0px 10px; position: absolute; left: 12px; bottom: 12px; top: auto; border-radius: 2px; z-index: 25; }
.photosBy a { color: #000; }
.fullWidth { max-width: 1080px; margin: 0 auto 24px; }

@media screen and (min-width:970px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider { height: 400px !important; }
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider { height: 400px !important; }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow { height: 300px !important; }
    .infoBlock { padding: 10px; height: auto; max-height: 100%; min-width: 40%; left: 5px; top: 5px; right: auto; font-size: 12px; }
    .infoBlock h3 { font-size: 14px; line-height: 17px; }
}

p.mainSliderCredit {
    position:absolute;
    margin-left:10px;
    top:5px;
    right:15px;
    font-size:.7em;
    opacity: .75;
}

    p.mainSliderCredit a {
        color:white;
        text-decoration:none;
    }

.rsContent h5 {
    font-weight:normal;
}

.about h3 {
    margin-top:20px;
}

#topPictureCaptionDiv {
    position:absolute;
    bottom:0px;
    left:10px;
    color:white;
    font-size:.9em;
}
    #topPictureCaptionDiv a {
        
        background-color: black !important;
        color: white !important;
        opacity: .7 !important;
     
        
    }
/* ============================== */
/*   Story or Event List Styling  */
/* ============================== */

.item-placeholder{
    margin-bottom:50px;
    position:relative;
    min-height:90px;
}

#publicationaPageContent .item-placeholder {
margin-bottom:0;
min-height:initial;
}

.item-placeholder .row {
margin: 0px -0.5em 0.5em -0.5em!important;
}

.event-item-placeholder{
    margin-bottom:50px!important;
    position:relative;
    min-height:90px;
}

.event-item-placeholder .row {
margin: 0px -0.5em 0.5em -0.5em!important;
}

.image-box{
    float: left;
    width: 25%;
}

.text-box{
    position: relative;
    margin-left:25%;
    padding-left:2%;
}


.item-placeholder-title{
     display:block;
     /*margin-bottom:15px;*/
}

.item-placeholder-title-person{
    line-height:1.2em;   
    color:#2F577D;
    font-size:1.125em;
    font-weight:300;
    text-decoration:none;
    margin-bottom:2px;
}


.item-placeholder .item-placeholder-title a, .item-placeholder-title-person a{
    color:#2F577D;
    font-size:1.2em;
    font-weight:300;
    text-decoration:none;
}

.event-item-placeholder .item-placeholder-title a, .item-placeholder-title-person a{
     
    color:#2F577D;
    font-size:1.2em;
    font-weight:300;
    text-decoration:none;
}

p.item-placeholder-title {
    margin-bottom:10px;
}

.podcastTeaserDate, .podcastList .item-placeholder-title a{
    font-size: 1.575em;
    display: inline;
    list-style-type: none;
}

.item-placeholder-image{
    
}

.date{
    padding-top: 8px;
    line-height: 0.8;
    display:block;
    text-align:center;
}

.item-placeholder-stuff {
    color: #515151;
    position: relative;
    margin-left: -40px;
}

@media screen and (max-width:960px) {
    .item-placeholder-stuff {
        margin-left: 0;
    }
}

.event-item-placeholder .item-placeholder-stuff {
    color:#808080;
    position:relative;
    margin-left:-80px;
}

@media screen and (max-width:960px) {
    .event-item-placeholder .item-placeholder-stuff  {
        margin-left: 0;
    }
}

.date .month {
    display: block;
    /*text-align: center;*/
    font-weight: 800;
    color: #305577;
    font-size: 2em;
    text-transform: uppercase;
    margin-left: 1px;
}


.date .day {
    display: block;
    margin-bottom:5px;
    /*text-align: center;*/
    font-weight:800;
    color:#2F577D;
    font-size:3.5em;

}

.teaserDate{
    margin-top:15px;
    color:#2F577D;
    font-weight:400;
    text-transform:uppercase;
    font-size:14px;
    /*position:absolute;
    bottom:0;
    left:0;*/

}

.articleTeaserDate{
    color:#79A2C9;
    font-weight:400;
    text-transform:uppercase;
    font-size:14px;
    display:block;
    margin:5px 0px;
}

.podcastTeaserDate{
    margin:0;
    color:#79A2C9;
    font-size:0.9em;
    font-weight:400;
    text-transform:uppercase;

}


.replaceBars{
    margin:0px 10px;
}

.item-placeholder a.readMore, .opportunitiesList a{
    text-decoration:none;
    color:#2F577D;

}

.item-placeholder a, .opportunitiesList a{
    -webkit-transition: all .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .1s ease-in-out;
}

.item-placeholder:hover a, .opportunitiesList:hover a{
    color:#79A2C9;
}


/* ============================== */
/*             Syllabi            */
/* ============================== */
.syllabi_name {
    color:black;
    margin-top:30px;
    margin-bottom:0px;
}

.syllabi_name:first-child{
    margin-top:0;
}

/* ============================== */
/*       Events Page Styling      */
/* ============================== */

.event-item-placeholder .eventListAddress {
    border-right:2px solid black;
    padding-right:5px;
    margin-right:5px;
}

.event-item-placeholder .eventListTime {

}

.eventsByQuarterStyle {
        margin-top: 17px;
        padding-left:10px;
        margin-bottom:40px;
}

.eventsByQuarterStyle h4{
    line-height: 1.2em;
    color: #58585b;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    text-transform:uppercase;

}

.eventsByQuarterStyle ul li {
    list-style-type:none;
}


.eventsByQuarterStyle ul li a{
    line-height: 1.2em;
    list-style-type:none;
    color: #6d6e70;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    text-transform:lowercase;
    font-style:italic;
}

.eventsByCalendarStyle{    
   
}


    .eventsByCalendarStyle table tbody tr td a {
        line-height: 1.2em;
        list-style-type: none;
        font-weight: 300;
        text-decoration: none;
        text-transform: lowercase;
        font-size: 1.3em;
        color: #2f2f31 !important;
    }

.eventsByCalendarStyle table tbody tr td a:hover{
    color:#d29e35!important;
}


.eventsByCalendarStyle table tbody tr td{
   padding:6px;
}

.eventsByQuarterStyle ul li a {
    font-style:normal;
}

h3.dateEvents {
    margin-bottom:10px;
}

span.eventType{
    color:#82436E;
    font-weight:bold;
    font-size:.9em;
}


/* ============================== */
/*        Research Pages Styling      */
/* ============================== */

.pageMainContentContainer {
    margin-top: 25px;
    margin-bottom: 75px;
    max-width: 1240px;
}

.news-card-item {
    margin-bottom: 50px;
}

h3 {
    font-size: 22px;
}

.news-card-info a {
    color: #2F577D;
}

.newsItemTitle a {
    color: #2F577D;
    font-weight: 600;
}
.newsItemDateTwo {
    font-style: italic;
    font-size: 14px;
}
/* ========================================= */
/*    Display Article/Event Page Styling     */
/* ========================================= */

.articleTitle {
    color:#82436E;
    font-size:1.5em;
    margin-bottom:15px;
}
.largeImageVideo{
    margin-bottom:15px;
}

.photoCaption {
    font-size:.7em;
}

p.abstract {
    font-size:.8em;
    font-weight:bold;
}

#storyPullQuote {
    float: right;
    width: 200px;
    margin: 0 10px 5px 20px;
    padding: 10px;
    line-height: 1.6em;
    font-size: 1.2em;
    text-align: center;
}

.publishedDate p {
    padding-top:5px;
}

.publishedDate img {
    margin-right:5px;
}

.eventDateTime {
    line-height: 1.5em;
}

.displaySideBar {
    font-size:90%;
    margin-left:10px;
    margin-top:30px;
}

    .displaySideBar h4 {
        color: #515151;
        margin-bottom: 10px;
    }

/* ============================== */
/*    BreadCrumbs Label STYLING   */
/* ============================== */


.migrationBreadCrumbs {
    color:#963F3A;
    margin-bottom:30px;
    margin-left:0;
}

.migrationBreadCrumbs li{
    font-size:1.575em;
    display:inline;
    list-style-type:none;
    /*text-transform:lowercase;*/
            
}

    .displayPageBreadcrumb {
    font-size:.5em!important;
    margin-left:15px!important;
    margin-bottom:10px!important;
    }

.migrationBreadCrumbs li a{
    /*color:#79A2C9;*/
        color:#963F3A;
    text-decoration:none;
}

    .migrationBreadCrumbs li a:hover {
        color:#2F577D!important;
    }

.migrationBreadCrumbs li:last-child{
    /*text-transform:uppercase;*/
}

.migrationBreadCrumbs li:after{
    content: " / "
}

    .migrationBreadCrumbs li:last-child:after{
    content: ""
}


/* ============================== */
/*            PAGING              */
/* ============================== */

.digg-pages a {
    border: 1px solid #79A2C9!important;
}

.digg-pages:hover a {
    border: 1px solid #79A2C9!important;
}

.digg-pages .current {
    background: #79A2C9!important;
    border: 1px solid #79A2C9!important;
}

.storyPullQuote{
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: #5996ad;
    border-top: 2px solid #e3e5e4;
    border-bottom: 2px solid #e3e5e4;

      margin: 1.5em 10px;
      padding: 0.5em 10px;
      /*quotes: "\201C""\201D""\2018""\2019";*/
}

p.storyPullQuote:before{
     color: #ccc;
      /*content: open-quote;*/
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
}

ul.footerBranding {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: .9em;
}
            ul.footerBranding li{
                display:inline;
                margin-left:2px;
            }
                  ul.footerBranding li a{
                color:white;
                text-decoration:none;
            }
                        ul.footerBranding li a:hover{
                            color:#858585;
            }
                        ul.footerBranding li:after{
                            content: "•";
                            margin-left:6px;
                        }
                        ul.footerBranding li:last-of-type:after {
                            content:none;
                        }

.flex-control-paging li a {
    background-color: #e6e6e6 !important;
}
.button {
    background-color: #2774AE !important;
}
