/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

html{
  
  height:100%;
  
}

body{
    margin:0;
  	padding:0;
    font-family:'Lato',arial,helvetica,sans-serif;
    color:rgb(13,15,54);
    font-weight:400;
    font-size:10pt;
    width:100%;
    height:100%;
    background-color:#f4f3f3;
    
}

a{
  font-family:'Lato',arial,helvetica,sans-serif;
  text-decoration:none;
  color:rgb(13,15,54);
}

input,select{
  font-family:'Lato',arial,helvetica,sans-serif;
  font-weight:400;
}

img{
	border:0
}

div.ClearLeft{
	clear:left;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

div.ClearBoth{
	clear:both;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

.Left{
    float:left;
}

.Right{
    float:right;
}







.Background{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:2;
  background-size:cover;
  background-position:center center;
}



ul.Slideshow{
  display:block;
  height:100%;
  width:100%;
  list-style:none;
  position:fixed;
  z-index:1;
}


.Slide{
  display:none;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  text-align:center;
  background-size:cover;
  background-position:center center;
}

ul.SlideshowHeader{
  position:absolute;
  
  height:198px;
}

#site-wrapper{
  width:100%;
  position:relative;
}

.Container{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:2;
}


.Site{
  max-width:940px;
  width:98%;
  margin:auto;
  position:relative;
  
  
}

#navigation-bar{
  position:absolute;
  top:20px;
  left:0;
  z-index:10;
  width:100%;
  
}

#mobile-menu{
  display:none;
  
}

ul#mobile-navigation{
     display:none;
}

ul#desktop-navigation{
 
  display:block;
  list-style:none;
  padding:0;
  margin:0;
  
  width:100%;
  
}

ul#desktop-navigation li{
  display:inline-block;
  font-size:8pt;
  line-height:16px;
  height:16px;
  text-transform:uppercase;
  padding:0 12px;
  margin-bottom:13px;
  border-right:solid 1px #fff;
}

ul#desktop-navigation li:first-child{
  border-left:solid 1px #fff;
}

ul#desktop-navigation li a{
 
  color:#fff;
  text-decoration:none;
  
}

ul#desktop-navigation li a.current{
  text-decoration:underline;
}

.footer{
  width:100%;
  height:50px;
  border-top:solid 2px #fff;
  position:relative;
  
}

#copyright{
  color:#fff;
  font-size:8pt;
  line-height:50px;
}

ul#socials{
  display:block;
  position:absolute;
  top:16px;
  right:0;
  list-style:none;
  padding:0;
  margin:0;
}

ul#socials li{
  display:inline-block;
  padding-left:12px;
}

ul#socials li img{
  height:18px;
}

#container-home{
  height:100%;
}
#container-home .Site{
  height:100%;
  
}

#logo-home{
  position:absolute;
  display:block;
  left:0;
  top:35%;
  color:#fff;
  font-size:40px;
  font-weight:bold;
  line-height:1em;
  font-family:helvetica,arial,sans-serif;
  text-transform:uppercase;
}



#container-home .Site .footer{
  position:absolute;
  left:0;
  bottom:0;
}





#container-page{
  
  height:248px;
  min-height:100%;
}
#container-page .Site{
  min-height:100%;
 
}

#logo-page{
  position:absolute;
  display:block;
  left:0;
  bottom:20px;
  color:#fff;
  font-size:40px;
  font-weight:bold;
  line-height:1em;
  font-family:helvetica,arial,sans-serif;
  text-transform:uppercase;
}

#header-page{
  width:100%;
  height:198px;
  position:relative;
  
}

#container-page .Site .footer{
  position:absolute;
  left:0;
  bottom:0;
  border-top:solid 2px rgb(12,15,54);
}

#container-page .Site .footer #copyright{
  color:rgb(12,15,54);
}

#layout-container{
  width:100%;
  padding:10px 0 60px 0;
}

.box-small{
  width:211px;
  float:left;
}


.box-medium{
  width:454px;
  float:left;
}

.box-large{
  width:697px;
  float:left;
}

.box-left-a{
  
}

.box-left-b{
  
}

.column-left{
  width:211px;
  float:left;
  
}



.column-right{
  width:697px;
  float:right;
  min-height:220px;
 
}

.margin-right{
  margin-right:32px;
}

.margin-left{
  margin-left:32px;
}

.margin-top{
  margin-top:18px;
}
.mini-margin-top{
  margin-top:8px;
}

.margin-bottom{
  margin-bottom:18px;
}



ul#mobile-subnavigation{
     display:none;
}

ul#desktop-subnavigation{
  
  display:block;
  list-style:none;
  padding:0;
  margin:0;
  
  
}

ul#desktop-subnavigation li{
  display:block;
  font-size:10pt;
  line-height:15pt;
}

ul#desktop-subnavigation li a{
  font-weight:700;
}

ul#desktop-subnavigation li a.current{
  text-decoration:underline;
}

ul#desktop-subnavigation li ul li{
  padding-left:16px;
  
  font-size:8pt;
  line-height:13pt;
}

ul#desktop-subnavigation li ul li a.current{
  text-decoration:none;
  color:rgb(129,131,134);
}

.desktop-hidden{
  display:none;
}

.main-title{
  width:100%;
  font-size:16pt;
  line-height:26pt;
  font-weight:700;
  border-bottom:solid 2px rgb(12,15,54);
  margin-bottom:10px;
  
}

.main-subtitle{
  width:100%;
  font-size:16pt;
  line-height:16pt;
  font-weight:700;
  margin-top:-5px;
  margin-bottom:18px;
  
}

.main-title .wrapper{
  width:454px;
  position:relative;
  vertical-align:middle;
  
}

.main-title .wrapper ul.combolink{
  
  display:inline-block;
  margin-left:10px;
  height:14pt;
  vertical-align:middle;
  margin-bottom:6px;
  list-style:none;
}

.main-title .wrapper ul.combolink a{
  display:block;
  
  font-size:9pt;
  background:url(../images/bg-combo.png) right center no-repeat;

  line-height:14pt;
  
  border: solid 1px #a8a9a5;
  padding:0 26px 0 8px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  
}

.main-title .wrapper ul.combolink li ul{
  line-height:10pt;
}

.main-title .wrapper ul.combolink li ul li a{
  display:block;
  padding:0 8px;
  border:none;
  background:none;
  font-size:8pt;
  margin:0;
  line-height:16pt;
  white-space:nowrap;
}

.year-separator{
  width:100%;
  font-size:16pt;
  line-height:1.6em;
  font-weight:700;
  border-bottom:solid 1px rgb(12,15,54);
  padding-bottom:4px;
  margin-bottom:8px;
}






.page-element{
  width:100%;
}

.page-element .pre-title{
  color:rgb(70,71,73);
  font-size:7pt;
  line-height:12pt;
  font-weight:700;
  text-transform:uppercase;
}

.page-element .title{
  color:rgb(12,15,54);
  font-size:16pt;
  line-height:20pt;
  font-weight:700;
}
.page-element .subtitle{
  color:rgb(12,15,54);
  font-size:13pt;
  line-height:15pt;
  font-weight:700;
}


.page-element .text{
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:15pt;
  font-weight:400;
  margin-bottom:8px;
}

.page-element .text-small{
  font-size:9pt;
  line-height:11pt;
}

.page-element .text a{
  color:rgb(12,15,54);
  text-decoration:underline;
}

.page-element .border-bottom{
  border-bottom:solid 1px rgb(13,15,54);
  padding-bottom:8px;
  
}

.page-element .margin-bottom{
  
  margin-bottom:16px;
  
}

.page-element .margin-top{
  
  margin-top:16px;
  
}

.page-element .page-link{
  text-decoration:underline;
}

.page-element-border-top{
  border-top:solid 1px rgb(13,15,54);
  padding-top:8px;
} 


.list-element{
  width:100%;
  border-bottom:solid 1px rgb(12,15,54);
  padding-bottom:8px;
  margin-bottom:8px;
}

.list-element-margin{
  padding-bottom:16px;
  margin-bottom:16px;

  margin-top:8px;
}

.list-element .gallery{
  width:100%;
  
}

.list-element .gallery img{
  display:inline;
  width:125px;
  height:90px;
  margin-right:18px;
  margin-top:12px;
}

.gallery-link{
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:10pt;
  font-weight:400;
  padding-top:12px;
}

.list-element .cover{
  width:44%;
  float:left;
}

.list-element .cover img{
  width:100%;
  height:auto;
}

.list-element .cover-text{
  width:56%;
  float:left;
}

.list-element .cover-text .padding{
  padding-left:16px;
}

.list-element-border-top{
  border-top:solid 1px rgb(12,15,54);
  padding-top:8px;
}

.list-element .pre-title{
  color:rgb(70,71,73);
  font-size:7pt;
  line-height:12pt;
  font-weight:700;
  text-transform:uppercase;
}

.list-element .title{
  color:rgb(12,15,54);
  font-size:13pt;
  line-height:15pt;
  font-weight:700;
}

.list-element .title img{
  margin-left:10px;
  vertical-align:middle;
}

.list-element .text{
  color:rgb(70,71,73);
  font-size:10pt;
  line-height:14pt;
  font-weight:400;
}

.list-element .text-blue{
  color:rgb(12,15,54);
}

.list-element .details{
  color:rgb(70,71,73);
  font-size:8pt;
  font-weight:700;
  line-height:12pt;
}

.list-element .details img{
  margin-left:10px;
  cursor:pointer;
}

.list-element .details a{
  color:rgb(70,71,73);
  text-decoration:underline;
}

img.show-details{
   margin-left:10px;
   cursor:pointer;
}

img.rotated{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);
  
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  cursor:default;
}

ul.page-menu{
  list-style:none;
  margin:0;
  padding:8px 0 12px 0;
  
  
}
ul.page-menu-border{
  border-bottom:solid 1px rgb(13,15,54);
  margin-bottom:6px;
}
ul.page-menu li{
  display:inline-block;
  font-size:9pt;
  line-height:9pt;
  font-weight:700;
  padding-left:8px;
  padding-right:8px;
  margin:5px 0;
  border-right:solid 1px rgb(13,15,54);
  color:rgb(129,131,134);
}

ul.page-menu li a{
  text-decoration:none;
  color:rgb(13,15,54);
}

ul.page-menu li:first-child{
  padding-left:0;
}

ul.page-menu li:last-child{
  border-right:none;
}

#photos-slider li img{
   margin:auto;
   max-height:480px;
}

.photos-slider li img{

   max-height:480px;
}


.slider-info{
  width:100%;
  height:50px;
  position:relative;
}

.slider-info #slide-caption{
  font-size:8pt;
  position:absolute;
  top:8px;
  left:0;
  color:rgb(70,71,73);
}

.slider-info #slide-caption a{
  text-decoration:underline;
  color:rgb(70,71,73);
}

.slider-info #slide-counter{
  font-size:10pt;
  position:absolute;
  top:8px;
  right:0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	
	height: 0;
}
.video-wrapper iframe, .video-wrapper video, .video-wrapper object,
.video-wrapper embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumbs{
  width:100%;
 
  text-align:center;
}

.video-thumbs .thumb-wrapper{
  width:28%;
  display:inline-block;
  margin:0 2%;
  text-align:left;
}

.video-thumbs .thumb-wrapper .title{
  font-size:12pt;
  line-height:15pt;
  padding-bottom:5px;
  font-weight:700;
}
.video-thumbs .thumb-wrapper .label{
  font-size:8pt;
  padding-top:5px;
  color:rgb(70,71,73);
  
}
.video-thumbs .thumb-wrapper img{
  width:100%;
  height:auto;
  cursor:pointer;
}

ul.list-audio{
  list-style:none;
  padding:0;
  margin:0;
}

ul.list-audio li{
  display:block;
  width:100%;
  border-top:solid 1px rgb(12,15,54);
  padding:0;
  margin:0;
  padding-top:8px;
  margin-bottom:8px;
}


ul.list-audio li .title{
  color:rgb(12,15,54);
  font-size:13pt;
  line-height:15pt;
  font-weight:700;
}

.list-audio li .audio-wrapper{
  padding:8px 0;
}

ul.list-audio li:last-child{
  border-bottom:solid 1px rgb(12,15,54);
}

ul.list-dwn{
  list-style:none;
  padding:0;
  margin:0;
}

ul.list-dwn li{
  display:block;
  width:100%;
  font-size:9pt;
  line-height:12pt;
  font-weight:700;
  padding:0;
  margin:8px 0;
}

ul.list-dwn li a{
  display:block;
  padding-left:20px;
  background:url(../images/download-icon.png) top left no-repeat;

}

.download-manuscript{
  margin-top:8px;
  padding-left:20px;
  background:url(../images/download-icon.png) no-repeat;
  font-weight:700;
  font-size:9pt;
  line-height:14px;
}


.links{
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:20pt;
  
}

.links a{
  color:rgb(12,15,54);
  text-decoration:none;
}

.projects-wrapper{
  width:697px;
}


.box-project-wrapper1{
  display:inline-block;
  background:url(../images/box-border-1.png) left bottom repeat-x;
  margin-bottom:12px;
}

.box-project-wrapper2{
  display:inline-block;
}

.box-project{
  float:left;
  width:211px;
  
  
  /*border-bottom:solid 1px rgb(12,15,54);*/
  
  padding-bottom:12px;
}

.box-project-margin{
  margin-left:32px;

}

.box-project img.cover{
  display:block;
  width:100%;
  height:auto;
  margin-bottom:8px
}

.box-project .pre-title{
  color:rgb(70,71,73);
  font-size:7pt;
  line-height:12pt;
  font-weight:700;
  text-transform:uppercase;
}

.box-project .title{
  color:rgb(12,15,54);
  font-size:13pt;
  line-height:15pt;
  font-weight:700;
  max-height:38px;
  overflow:hidden;
}


.box-project .text{
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:14pt;
  font-weight:400;
  max-height:90px;
  overflow:hidden;
}

.box-project .details{
  color:rgb(70,71,73);
  font-size:8pt;
  font-weight:700;
  line-height:12pt;
  margin-top:8px;
}

.box-project .details a{
  color:rgb(70,71,73);
}  

.box-project .details img{
  margin-left:5px;
  cursor:pointer;
}

.news-projects-title{
  font-size:14pt;
  color:rgb(12,15,54);
  border-top:solid 2px rgb(12,15,54);
  border-bottom:solid 1px rgb(12,15,54);
  font-weight:bold;
  line-height:18pt;
}

.news-projects{
  padding:12px 0 8px 0;
}

.news-projects .pre-title{
  color:rgb(70,71,73);
  font-size:7pt;
  line-height:12pt;
  font-weight:700;
  text-transform:uppercase;
}

.news-projects .title{
  
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:14pt;
  font-weight:700;
  
}


.news-projects .text{
  color:rgb(12,15,54);
  font-size:10pt;
  line-height:14pt;
  font-weight:400;
}

.news-projects .details{
  color:rgb(12,15,54);
  font-size:8pt;
  font-weight:700;
  line-height:12pt;
  margin-top:10px;
}

.news-projects .details img{
  margin-left:10px;
  cursor:pointer;
}

.news-image{
  width:100%;
  height:auto;
}

.list-download{
  
}

.list-download .cover{
  display:block;
  width:90px;
  height:130px;
  box-shadow: -4px -4px 1px 0px #58595b;
  -webkit-box-shadow: -4px -4px 0px 0px #58595b;
  -moz-box-shadow: -4px -4px 1px 0px #58595b;
  -ms-box-shadow: -4px -4px 1px 0px #58595b;
  margin-bottom:8px;
}

.list-download .title{
  color:rgb(12,15,54);
  font-size:13pt;
  line-height:15pt;
  font-weight:700;
}

.list-download .text{
  color:rgb(70,71,73);
  font-size:10pt;
  line-height:14pt;
  font-weight:400;
}

.list-download .dwn-icon{
  display:block;
  padding-left:20px;
  background:url(../images/download-icon.png) top left no-repeat;
}

.list-download .dwn-icon .title{
  font-size:10pt;
  line-height:10pt;
  padding-bottom:2px;
}

.list-download .dwn-icon .text{
  font-size:8pt;
  line-height:10pt;
  padding-bottom:2px;
}

.download-archive-title{
  font-size:10pt;
  color:rgb(12,15,54);
  border-top:solid 2px rgb(12,15,54);
  border-bottom:solid 1px rgb(12,15,54);
  font-weight:700;
  line-height:16pt;
  margin-bottom:16px;
 
}

.responsive-iframe{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.last-updated{
  padding:20px 0 10px 0;
  font-size:11px;
  color:#aaa;
}
