﻿/*************************/
/*                       */
/*   Main Navigation     */
/*                       */
/*************************/


.mainNavContainer{
    zoom: 1;
    background: rgb(198,206,251); /* Old browsers */
    background: rgb(198,206,251); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: rgb(198,206,251); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzZjZWZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTNlN2Y0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2Y2VmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(198,206,251,1) 0%, rgba(227,231,244,1) 51%, rgba(198,206,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(198,206,251,1)), color-stop(51%,rgba(227,231,244,1)), color-stop(100%,rgba(198,206,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(198,206,251,1) 0%,rgba(227,231,244,1) 51%,rgba(198,206,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(198,206,251,1) 0%,rgba(227,231,244,1) 51%,rgba(198,206,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(198,206,251,1) 0%,rgba(227,231,244,1) 51%,rgba(198,206,250,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(198,206,251,1) 0%,rgba(227,231,244,1) 51%,rgba(198,206,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6cefb', endColorstr='#c6cefa',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    width:100%;
    z-index:99999;
}

                                                   /**** Main nav link styles *****/
.nav-right .audience-nav {
    height: auto;
    margin: 0;
    float:right;
    position: relative;
    text-align: right;
}

.nav-right .audience-nav li {
    background: url('/masterpages/institute/img/sprites.png') no-repeat -2px -231px;
    display: inline;
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    position: relative;
}

.nav-right .audience-nav a {
    color: #374564;
    margin: 0;
    padding: 2px 5px;
    text-decoration: none;
    vertical-align: bottom;
    font-weight:bold;
}


 

/*************************/
/*                       */
/*        Header         */
/*                       */
/*************************/

.header{
    background: rgb(62, 81, 122);
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    min-height:60px;
    padding:10px 0px 10px 0px;
    color:#fff;
}



.mainTitleInt{
    margin:15px 0px 10px 0px;
    font-size:1.2em;
    line-height:1.65em;
}

.mainTitleUCLA{
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.3em;
}

.mainTitleAsia{
    font-size:2.1em;
}

.mainTitleLogo {
    padding-top: 10px;
}

.missionStatement{
    text-align:right;
    font-size:.8em;
    margin:10px 0px;   
}

p.missionstatement {
    text-shadow: 1px 1px 1px #000;
    font-size: 1.5em;
    letter-spacing:2px;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5em;
}

/*************************/
/*                       */
/*         Body          */
/*                       */
/*************************/


html, body {
    height: 100%;
}

body {
    -webkit-text-size-adjust:none;
    font-family: Calibri, Verdana, sans-serif;
    color: #666;
    position:relative;
}


.MAIN_BODY_CONTAINER{
    /*min-height:700px!important;*/

}

.MainPageBanner{
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.63);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.63);
    margin:10px 0px;
}

.leftColumn {
    /*background: url("/masterpages/asia/img/left.jpg") repeat-y;*/
    /*background-position: right;*/
    padding: 0;
    height:100%;
}

.rightColumn {
    /*background: url("/masterpages/asia/img/right.jpg") repeat-y;*/
    /*background-position: left;*/
    padding: 0;
    height:100%;
}



.portalBoxLarge{
    border:1px solid #000;
    background-color: #fafafa;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
    min-height:300px;
    margin:15px 5px;
    padding:10px;
    position:relative;
}


.portalBoxLarge h5 {
    font-size:1.1em;
    margin-top: 5px;
}


.portalBoxSmall{
    /*border:1px solid #DADADA;
    background-color: #fafafa;
    -webkit-border-radius: 10px;    
    border-radius: 10px;*/
    min-height:150px;
    margin:5px 2px;
    padding:5px 0px;
    position:relative;
}

.portalnoBoxSmall{
    min-height:193px;
    margin:15px 5px;
    padding:10px;
    position:relative;
}

.portalBoxSmallmiddle{
    border:1px solid #000;
    background-color: #fafafa;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
    min-height:193px;
    margin:20px 5px;
    padding:10px;
    position:relative;
}

.portalBoxSmall h4 {
        color:#435196;
        font-size:105%;
}



.homeList{
    list-style-type:none;
    font-family: Calibri, Verdana, sans-serif;
    font-size:0.9em; 
    font-weight:bold;
    line-height:2.0em;
}
.homeList li a{
    font-size:.9em;
    background-image: url(/MasterPages/asia/img/blue-dot.png);
    background-repeat: no-repeat;
    background-position: .1em;
    padding-left: 1.1em;

}

.homeList a{
    color:black;
    text-decoration:none;
}

.homeList a:hover{
    color:#2ba6cb;
    text-decoration:underline;
}


.homeListMain{
    list-style-type:none;
    font-family: Calibri, Verdana, sans-serif;
    font-size:.9em; 
    font-weight:bold;
    line-height:2.0em;
}
.homeListMain li a{
    background-image: url(/MasterPages/asia/img/blue-dot.png);
    background-repeat: no-repeat;
    background-position: -.1em;
    padding-left: .8em;
    white-space: nowrap;
}

.homeListMain a{
    color:#666;
    text-decoration:none;
}

.homeListMain a:hover{
    color:#2ba6cb;
    text-decoration:underline;
}





.more{
    padding-left:20px;
    color:#2D3768;
    font-size:0.6em;
}
    .more:hover {
        color: maroon;
    }


img.news-mediumimage {
    border: 1px solid #000;
    float: left;
    clear: right;
    margin-right: 3%;
}

   
@media only screen and (max-width: 768px) {
    .modules-container .row { margin: auto!important; }
    .miniContainers { min-height: 0; margin: 25px 0px; }
} 

.categories ul li{
    margin:0 0 0 45px!important;
    line-height: 1.5em;
    list-style: square;
}

.categoriestitle {
    color:#666666!important;
    margin: 0 0 0 25px!important;
}

.pageTitleLine {
    width: 100%;
    height: 2px;
    background-color: #7a7a7a;
    margin-top: 0px;
}

.repeatingLine {
    margin: 0 auto;
    height: 2px;
    background-color: #E0E0E0;
    margin-top: 25px;
}

a.titleStyle {
    font-weight: 600;
    display: block;
    margin: 5px 0px;
    /*text-decoration: underline;*/

}

.bluebanner {
}

.bluebanner h2 {
    position:absolute;
    color: white;   
    top: 15px;
    left: 25px;
    font-size:1em;
}

h2.globalheader{
    width: 100%;
    color: white;
    position: absolute;
    text-align: right;
}

p.imagecredit{
    font-size: .75em;
    font-style: italic;
}

.spotlight {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.spotlight ol {
   padding-left:20px;
}

.spotlight-title{
    border-style: solid;
    width:100%;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.11111rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.88889rem;
    padding-right: 1.77778rem;
    padding-bottom: 0.94444rem;
    padding-left: 1.77778rem;
    font-size: 0.88889rem;
    background-color: #2b90cb;
    border-color: #007295;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    -webkit-appearance: none;
    border: none;
    font-weight: bold !important;
}


/******* PROGRAM ON CENTRAL ASIA STYLING   ********/


.ParcMainImages{
    margin-bottom:15px;
    display:block;
    border:1px solid #000;
}


.newsPocaContainer{
    padding-left: 0;
    padding-bottom: 5px;
    clear: both;
    margin-bottom:30px;

}

.newsImagePOCA{
    border: 3px solid #536895;
    float: right;
    clear: left;
    margin-left: 10px;
    max-width:150px;
}



/*************************/
/*                       */
/*    Article Styling    */
/*                       */
/*************************/

div.accord-content {
    display: none;
}

div.accord-header {
    margin-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;
    }



img.medium-image,img.ParcMainImages, img.large-image {
    border: 2px solid #536895;
}

img.staffImage{
    max-width:200px;
}

.current-place-holder {
    padding: 15px 0px; /*border-bottom: 2px solid #000;*/
}

.current-place-image {
    float: left;
    width: 24%;
    margin-right: 20px;
}

.current-podcast-place-image {
    float: left;
    max-width: 50px;
    margin-right: 30px;
}

.current-place-image img.podcast{
    border:0px;
    width:50px;
    height:50px;
}

.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 0px 10px 0px;
}
.curent-place-image img {
    width: 100%;
    height: auto;
    }
.current-place-text {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 60%;
    /*text-align:justify;
    text-justify:inter-word;*/
}  

.breadCrumbs{
    display: block;
    overflow: hidden;
    list-style: none;
    border-style: none;
    border-width: 0px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-left:0;
    padding: 10px 0 0 0;
    letter-spacing: 0em;
    font-size: .8em!important;
}


.breadcrumbs {
    display: block;
    overflow: hidden;
    list-style: none;
    border-style: none;
    border-width: 0px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-left:0;
    margin-bottom: 15px;
    padding: 10px 0 0 0;
    line-height: 16.8px;
    letter-spacing: 0em;
}

.breadcrumbs li a{
    /*padding: 6px 8px 6px 8px;*/
    text-decoration:none;
}

.breadcrumbs li{
    padding:0!important;
    margin:0!important;
    font-size:.8em!important;
    list-style:none!important;
}


h1, h3 , h4, h5, h6{
    margin-top: 0.50em;
    margin-bottom: 0.50em;
    
}

p {
    margin: 0 0 15px 0;
}

p.abstract{
    color: #536895;
}



h1 {
	font-size: 25px;
	background-color : transparent;
	color: #ffb300;
	/*font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;*/ 
}

h2 {
	font-size: 20px;
    margin: 10px 0px;
	background-color : transparent;
	color: #5e8cc6;
	/*font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;*/ 
}

h3 {
	
	font-size: 16px;
	background-color : transparent;
	color: #2e518d;
}

h3.title {
	margin-bottom: 0;
}

h4 {
	font-size: 16px;
	font-weight : bold;
	background-color : transparent;
}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
	background-color : transparent;
}

h5{
    font-family: Calibri, Verdana, sans-serif; font-size:16px;
}

h5 a{text-decoration:none;}
.photocaption{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #877467;
    display: block;
}

#storypullquote h4 {
    float:right;
    text-align: right;
    font-size: 1.25em;
    width:200px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #5181c1;
}

a{
    text-decoration:underline;
    color:#2ba6cb;
}

a:hover{
   
}


ul, ol, dl {

list-style-position: inside;

}

/*************************/
/*                       */
/*    Listing Events     */
/*                       */
/*************************/

.list {
    padding-bottom: 10px;
}

.list-text {
    padding-top: 5px;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.88em!important;
    line-height: 1.4em!important;
    padding-bottom: 5px;
}

.list-subtext {
    font-weight: 600;
    font-size: 0.80em!important;
    font-style: italic;
    line-height: 1em!important;
}

.list-event {
    font-weight: 500;
    text-decoration: none;
    font-size: 1em!important;
    padding-bottom: 5px;
}


/*************************/
/*                       */
/*         Footer        */
/*                       */
/*************************/

 .footer {
    background: rgb(62, 81, 122);
    color:#fff;
    z-index:-9999;
    width: 100%;
    opacity: 1;
}     

.footer-navigation {
    border: 2px solid #f4ce77;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
    font-size: .8em;
    padding:10px 0px;
    line-height: 16px;
    font-family: Calibri, Verdana, sans-serif;
}

.footer-navigation h2, .footer-navigation h3 {
    font-size: 1.2em;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    padding: 0px 0px;
    margin: 0;
}

.footer-navigation a, .footer-navigation .avtext {
    color: #c2c2c2;
    text-decoration: none;
    font-size:1em;
}                      

.footer-address{
    font-size:1.2em;
    margin-top:20px;
    color:#fff;
    text-align:center;
}

.footer-address span.gray{
    color:#BDBDBD;
}

.footer-social{
    font-size:2.5em;
    padding:2px;
    margin-top:15px;
}

.footer-social ul li{
    margin: 0;
    margin: 0px 15px 0px 0px;
    display: block;
    float:left;
}

.footer-social i:hover{
    color:#f4ce77;
    /*border-bottom:5px solid #FFE868;*/
}

.footer-navigation a:hover {
    /*color: #fff;*/
    border-bottom:1px solid #f4ce77;
}

.footer-navigation h4 {
color:white;
}

.footerColumnLeft {
    /*background: url("/masterpages/asia/img/left.jpg") repeat-y;*/
    /*background-position: right;*/
    padding: 0px;
    min-height:414px;
    opacity:.2;
}

.footerColumnRight {
    /*background: url("/masterpages/asia/img/right.jpg") repeat-y;*/
    /*background-position: left;*/
    padding: 0px;
    min-height:414px;
    opacity:.2;
}



* {
    margin: 0;
}
html, body, form {
    height: 100%;
    line-height: 20px;
}

.footer, .push {
    clear:both;
}




@media only screen and (max-width: 48em){
    .columnsHide{
        display:none;
    }

    .missionStatement{
        text-align:center;
        font-size:.8em;
        margin:10px 0px;   
    }
}


@media only screen and (max-width: 50em) {
    .footerColumnLeft, .footerColumnRight {
        min-height: 500px;
  
    }
}

.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;
            }
                        ul.footerBranding li a:hover{

            }
                        ul.footerBranding li:after{
                            content: "•";
                            margin-left:6px;
                        }
                        ul.footerBranding li:last-of-type:after {
                            content:none;
                        }

                        iframe div.columnsHide {
    display:none!important;
}