﻿/***************************************
***********    HEADER   ****************
***************************************/

header {
    background-color:#6c81be;
}

h1.mainLogo {
    padding: 35px 0 20px 35px;
}

img.flagLogo {
    position: absolute;
    top: 0;
    right: 65px;
    z-index: 999;
}

#nav {
	float: left;
    width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Myriad Pro', Helvetica, sans-serif; 
    letter-spacing: 1.2px;
	font-size: 12px;
	font-weight: bold;
    background: #fff;
	border-bottom: 1px solid #c9cedd;
    box-shadow: 0 2px 1px -2px #888888;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	/*background-image: url(/images/button.jpg);
	background-repeat: repeat-x;*/
	}
	

	
#nav a {
	float: left;
	padding: 7px 20px;
	text-decoration: none;
	color:#58595b;
	}
#nav a:hover, #nav a.active {
	color:#231f20;
	
	}
    #nav a.active {
        font-weight: bold;
        color: #3e528d;
    }

#nav li#nav_menl a{
	padding: 7px 15px;
}

#nav ul#navLinks {
    margin-top:0;
}

.f-dropdown li:hover {
    background-color:transparent;
}
img.mainLogo {
    padding-right:10px;
    padding-bottom:15px;
}

.ribbonRightCap {
    position: absolute;
    top: 120px;
    z-index: -999;
    right: 743px;
     }

.ribbonLeftCap {
    position: absolute;
    top: 120px;
    z-index: -999;
    left: 744px;
}

h1.flexTitle {
    font-size:1.3em;
}

h1.flexTitle a{
    font-weight:lighter;
    color:white;
    text-decoration:none;
}
.flex-caption {
    max-width: 550px;
    padding:10px;
    right:25px;
    bottom: 25px;
    position: absolute;
    background: rgba(35, 31, 32, .7);
    color: white;
    text-align: right;
}

.flex-caption p.abstract {
    font-size:.9em;
}

ul.flex-direction-nav {
    list-style:none;
}
.flexslider {
    margin: 0px;
    background:none; 
    position: relative;
    zoom: 1;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0);
    }

/***************************************
***********     BODY    ****************
***************************************/

h1 {
font-size:2em;
}

h2 {
font-size:1.5em;
}

h3 {
font-size:1.17em;
font-weight:bold;
}

h4 {
font-size:1.125em;
}

p {
    margin-bottom:0px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    margin-bottom:0px;
}

table {
    margin-bottom:0px;
}

table tbody {
    border:none;
    background-color:inherit;
}

table tbody td {
    padding:0px;
}

body {
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    letter-spacing: 1px;
    background-color: #e3f4f9;
    font-size: 1.0rem;
}

.bodyFormat {
    border-right: 1px solid #ccdade;
    border-left: 1px solid #ccdade;
    background-color:white;
    padding-bottom:25px;
    padding-top:20px;
}

h1 {
    color:#58595b;
    font-style:italic;
    font-weight:normal;
    margin-top:15px; 
    margin-bottom:10px;
    text-transform:uppercase;
}

h2 {
    color:#58595b;
    margin:15px 0;
}

h3 a{
    color:#58595b;
    font-style:italic;
    text-decoration:none;
}

h3 a:hover{
    color:#87898d;
}

img.listImage {
    float:left;
    padding-right:10px;
    padding-top: 5px
}

a {
    color:#3e528d;
}

    a:hover {
        color: darkblue;
    }

ul {
    margin-left:20px;
    margin-bottom:15px;
    margin-top:15px;
}


.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #005b79;
}

ul.breadcrumbs {
    background:none;
    border:none;
    margin-bottom:0;
    padding-left:0;
}

ul.breadcrumbs > * a {
    color:black;
    text-decoration:none;    
}

.homePageAbstract{
    margin-top:0;
    font-size:.9em;
}
img.peoplePhoto {
    float:left;
    margin:0 10px 10px 20px;
    max-width:75px;
            /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;*/
    background: #efefef;
    background: rgba(239,235,227,.9);
    /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
}

a.peopleLink {
    color:#3e528d;
}

a.peopleLink:visited {
    color:#8469CB;
}

a.peopleLink:hover {
    color:#6EA4D5;
}

img.articleImage {
    float:left;
    margin:0 10px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;
    background: #efefef;
    background: rgba(239,235,227,.9);
    /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
}

img.newsArticleImage{
    max-width:200px;
    float:left;
    margin:0 10px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;
    background: #efefef;
    background: rgba(239,235,227,.9);
}


img.articleImageDisplay {
    margin:0 10px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;
    background: #efefef;
    background: rgba(239,235,227,.9);
    /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
}

a.articleLink {
    color:#3d518e;
    font-size: 1.3rem;
}

a.articleLink:visited {
    color:#8469CB;
}

a.articleLink:hover {
    color:#6EA4D5;
}

.articleList {
    padding-bottom:25px;
}

a.eventLink {
    color: #3d518e;
    font-size: 1.3em;
}

a.eventLink:visited {
    color:#8469CB;
}

a.eventLink:hover {
    color:#6EA4D5;
}

img.eventImage {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;
    background: #efefef;
    background: rgba(239,235,227,.9);
    /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
    margin-bottom: 20px;
}

#accordion h3 {
    margin-bottom:15px;
    margin-top:20px;
}

#accordion p {
    margin-bottom:10px;
}

#accordion ol {
    margin-left:20px;
}

#accordion ol li {
    margin-bottom:10px;
}

.articleDisplay p {
    margin: 10px 0;
}

.eventDisplay p {
    margin:10px 0;
}

.personDisplay p {
    margin:10px 0;
}

img.personPhoto {
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bfbbb2;
    background: #efefef;
    background: rgba(239,235,227,.9);
    /*-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
    margin-bottom: 20px;
}

/***************************************
***********   FOOTER    ****************
***************************************/


footer {
    font-size: .8em;
    padding:20px;
    font-family: 'Myriad Pro', Helvetica, sans-serif; 
    background-color:#6c81be;
}

/* ============================== */
/*           NAVIGATION           */
/* ============================== */


.top-container {
    /*background: #93d3eb url(/MasterPages/institute/img/audience-nav-bg.jpg) repeat-y center;*/
    /*-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .6);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .6);*/
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    zoom: 1;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 99999;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #c9cedd;
    box-shadow: 0 2px 1px -2px #888888;
}

.main-top-container {
    background: #6c81be;
    /*background: #1f6db5 url('/masterpages/institute/img/banner.png') repeat-y;
    min-height: 140px;
    padding-bottom: 40px;*/
    text-align: center;
    /*-webkit-box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, .2);*/
}

#top-bar-nav {
    min-height: 30px;
    overflow: auto;
    position: relative;
}

.top-bar-nav-left {
    height: auto;
    margin: 0;
    position: relative;
    text-align: right;
    float: left;
}

    .top-bar-nav-left li {
        background: url('/masterpages/institute/img/sprites.png') no-repeat -2px -231px;
        display: inline;
        float: left;
        margin: 0 12px 0 5px;
        padding: 5px 0 5px 5px;
        position: relative;
    }

    .top-bar-nav-left a {
        color: #58595b;
        margin: 0;
        padding: 2px 5px;
        text-decoration: none;
        vertical-align: bottom;
        font-weight: bold;
        font-size:.92em;
    }

    .top-bar-nav-left a:hover {
        color: #231f20;
    }


.logo-container {
    position: relative;
    /*margin-top: 40px;*/
    left: auto;
    vertical-align: bottom;
}

.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-container a{
    display:inline;
}

.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%;
}

#nav-control img {
    height: 36px;
    width: 36px;
    margin-top: 25px;
}



#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;
}

.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;
            }
            ul.footerBranding li{
                display:inline;
                margin-left:2px;
            }
                ul.footerBranding li a {
                    color: white;
                    text-decoration: none;
                    font-size: .9em;
                }
                        ul.footerBranding li a:hover{
                text-decoration:underline;
            }
                        ul.footerBranding li:after{
                            content: "•";
                            margin-left:6px;
                            color:white;
                        }
                        ul.footerBranding li:last-of-type:after {
                            content:none;
                        }


@media only screen and (min-width: 48.1em) and (max-width: 64em) {
        .flagLogo {
        display:none;
    }

         .top-bar-nav-left li {
        background: url('/masterpages/institute/img/sprites.png') no-repeat -2px -231px;
        display: inline;
        float: left;
        margin: 0 0 0 5px;
        padding: 0px 0 5px 5px;
        position: relative;
    }
}


@media only screen and (min-width: 37.6em) and (max-width: 48em) {

    h1.mainLogo {
        padding-left: 0;
    }

    .ribbonLeftCap {
        display: none;
    }

    .ribbonRightCap {
        display: none;
    }


    .top-bar-nav-left {
        display: block;
        float: none;
        height: auto;
        margin: 1% 0 0 1%;
        overflow: auto;
        padding: 0;
        top: 0;
        width: auto;
    }

        .top-bar-nav-left li {
            display: block;
            margin: 0 1% 1% 0 !important;
            padding: 0 !important;
            width: 32.33%;
        }

            .top-bar-nav-left li a {
                display: block;
                padding: 7px 0;
                text-align: center;
            }

    .top-bar-nav-right {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .top-bar-nav-right {
        display: block;
        float: none;
        height: auto;
        margin: 1% 0 0 1%;
        overflow: auto;
        padding: 0;
        top: 0;
        width: auto;
    }

        .top-bar-nav-right li {
            background: url(/masterpages/institute/img/audience-nav-opac.png) !important;
            float: left;
            margin: 0 1% 1% 0 !important;
            padding: 0 !important;
            width: 32.33%;
        }

            .top-bar-nav-right li a {
                display: block;
                padding: 7px 0;
                text-align: center;
            }


    #nav-control {
        display: block;
    }

    .top-container {
        display: none;
        padding: 5px 0px 5px 0px;
    }

    .main-top-container {
        min-height: 0;
    }
}

@media only screen and (max-width: 37.5em) {
    .top-bar-nav-right .audience-nav li {
        width: 49%;
    }
    body {
        font-size:2.3rem; 
    }
}

@media (max-device-width: 400px) {
    body {
        font-size: 2.3rem;
    }

    .articleDisplay h1 {
        font-size:3rem;
    }

    .articleDisplay span {
        font-size:30pt !important; 
    }

    ul.breadcrumbs {
        margin-bottom: 10px;
    }

    ul.breadcrumbs a {
        font-size:2.0rem;
    }

    ul.breadcrumbs li {
        font-size: 2.0rem;
    }

    a.articleLink {
        color: #3d518e;
        font-size: 2.3rem;
    }

    .personDisplay h1 {
        font-size:1.5em
    }

    .personDisplay div {
        font-size:1.0em !important; 
    }

}
