@import url("reset.css");
@import url("base.css");
@import url("layout.css");
@import url("menu.css");
@import url("font-awesome.css");
@import url("cal.css");


body {
  margin:0 auto;
  background-color:#f0eee9 !important;
}

a{
  text-decoration: underline;
}
 
 
/* ------------ header styles ------------ */
#header{
  margin:0 0 10px;
  position:relative;
}
#header .container{
  position:relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#header .container::before{
  display: none !important;
}
#header h1{
  margin:20px 0 0;
  font-family: 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 73px !important;
  color: #2b2821 !important;
}
#header h1.mobile-visible{
  display:inline-block; 
} 
#header h1.mobile-hidden{
  display:none;
}
#header h1 a{
  display: inline-block;
  width: 124px;
}
#header h1 img {
  margin:-20px 20px 0 0;
  vertical-align:middle;
}
#header #noaa-logo{
  float:right;
  width: 82px;
  margin:10px 0 0;
}

/* ------------ social styles ------------ */
#social{
  position:absolute;
  top:0;
  right:84px; 
  padding:0 3px;
  background-color:#e2e0dc;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

#social ul{
  list-style:none;
  margin:0;
  padding:4px 0;
  text-align:center;
  overflow:hidden;
}

#social li{
  float:left;
  margin-bottom:0;
}

#social li a{
  display:inline-block;
  width:26px;
  margin:0 1px;
  padding:4px !important;
  color:#fff;
  text-decoration:none;
  background-color:#2a93c5;
  border-radius:3px;
  -webkit-transition:background-color 0.3s ease-in-out;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#social li a:hover{
  color:#fff;
  background-color:#2b4878;
}

/* ------------ nav styles ------------ */
#main-nav .container {
  position:relative;
}

#main-nav #search{  
  /*float:right;*/
  position:absolute;
  right:0;
  overflow:hidden;
  width:auto;
  margin-top:-4px;
  padding:10px 12px;
  background-color:#504a3d;
  border-radius:3px;
}


#main-nav #search #search-field{
  display:inline-block;
  border:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right: 0;
  width: 155px;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}

#main-nav #search #search-button{
  float:right;
  display:inline-block;
  width:28px;
  height:28px;
  color:#fff;
  background-color:#2a93c5;
  border:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  cursor:pointer;
  -webkit-transition:background-color 0.3s ease-in-out;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#main-nav #search #search-button:hover{
  color:#fff;
  background-color:#2b4878;
}

#main-404 {
  text-align:center;
}

#main-404 #search{  
  overflow:hidden;
  width:290px;
  margin:20px auto;
  padding:10px 12px;
  background-color:#504a3d;
  border-radius:3px;
}

#main-404 #search #search-field{
  display:inline-block;
  border:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right: 0;
  width: 250px;
}

#main-404 #search #search-button{
  float:right;
  display:inline-block;
  width:28px;
  height:28px;
  color:#fff;
  background-color:#2a93c5;
  border:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  cursor:pointer;
  -webkit-transition:background-color 0.3s ease-in-out;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#main-404 #search #search-button:hover{
  color:#fff;
  background-color:#2b4878;
}

#main-404 #menu-404{
  list-style:none; 
  margin:0;
}

#main-404 #menu-404 li{
  display:inline;
  margin:0 4px;
}

/* ------------ featured styles ------------ */
  
#featured-slide{
  float:left;
  width:100%;
  padding:40px 0;
  background-color:#b3dbef;
  border-bottom:5px solid #e0dfd9;
  overflow:hidden;
}

#slider{
  position:relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  margin-bottom:0;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_nav {
    background:url("../images/rslides-nav.png") no-repeat;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 20%;
    width: 38px;
    z-index: 3;
}

.rslides_nav.next{
  background-position:right top;
  left:auto;
  right:0;
}

.rslides_tabs{
  list-style:none;
  margin:20px 0 0;
  text-align:center;
  overflow:hidden;
}

.rslides_tabs li{
  display:inline-block;
  width:16px;
  height:17px;
  margin:0 5px;
  background:url("../images/pager-nav.png") no-repeat 0 0;
  text-indent:-9999px;
}

.rslides_tabs li a{
  display:block;
  width:16px;
  height:17px;
}

.rslides_tabs li.rslides_here{
  background-position:0 -17px;
}

#featured-slide #slider figure{
  float:left;
  max-width:686px;
  background-color:#e0dfd9;
  text-align:center;
  padding:10px;
  border-radius:4px;
}
  
#featured-slide #slider figure img{
  display:block;
  height: auto;
  width: 100%;
  max-width:686px;
}

#featured-slide #slider .content{
  float:left;  
  max-width:686px;
  margin-top:19px;
  padding:20px;
  background-color:#fff;  
  border-radius:4px;
}

#featured-slide #slider .content h2{
  margin-bottom:20px;
}

#featured-slide #slider .content p{
  margin-bottom:20px;      
  color:#7e7972;
}
    
#featured-slide #slider .content .button{
  width:60%;
  margin:0 auto;
  border-radius:3px;
}

#featured-content{
  float:left;
  width:100%;
  min-height:400px;
  padding:20px 0 0;
  background:url(../images/content-bg-1.gif) repeat #e8e7e2;
  border-bottom:0px solid #;
  overflow:hidden;
}

#featured-content h2{
  padding:0 0 14px;
  border-bottom:2px solid #d2d1c7;
  color: #2B2821;
}
#featured-content h2 .more{
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#featured-content h2 .more:hover{
  background-color:#fff;
}
    
#featured-content h2 .more i{
  margin-left:4px;
}

#featured-content h3{
  font-weight:300;
}

#featured-content .focusareas img, #featured-content .news img{
  width:98%;
  max-width:310px;   
  -webkit-box-shadow: 7px 7px 0px rgba(13, 94, 137, 1);
  -moz-box-shadow:    7px 7px 0px rgba(13, 94, 137, 1);
  box-shadow:         7px 7px 0px rgba(13, 94, 137, 1);
}

#featured-content h3{
  margin-top:14px;
}

#featured-content h3 a{
  color: #2b2821;
  text-decoration:none;
}

#featured-content h3 a:hover {
  color: #69624f;
  text-decoration:none;
}
  
#featured-content p {
  font-size:12px;
}

#featured-content p img,
#featured-content .insert{
  display:none;
}

#featured-content .post{
  float:left;
  display:inline-block;
  width:45%;
  height:220px;
  margin:14px 6px 0;
  text-align:center;
}

#featured-content .videos{
  position:relative;
}

#featured-content .videos .play{
  position:absolute;
  top:40%;
  left:40%;
  z-index:20;
  display:block;
  width:36px;
  height:37px;
  background:url(../images/play-button.png) no-repeat;
}

#featured-content .focusareas > .col,
#featured-content .news > .col{
  height: 250px;
}

/* responsive video */
.vid-wrap{
  position:relative;
  height:0;
  margin-bottom:24px;
  padding-bottom:56.25%;
}

.vid-wrap iframe,
.vid-wrap object,
.vid-wrap embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}
  
#featured-content .gallery img{
  width:98%;
  max-width:172px;   
  -webkit-box-shadow: 7px 7px 0px rgba(13, 94, 137, 1);
  -moz-box-shadow:    7px 7px 0px rgba(13, 94, 137, 1);
  box-shadow:         7px 7px 0px rgba(13, 94, 137, 1);
}
      
#featured-content .post h4 {
  margin:12px 0 10px;
  font:400 16px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#504a3d;
}

#featured-content .post h4 a{
  color:#545454;
  text-decoration:none;
}

#featured-content .post h4 a:hover{
  color:#69624f;
}
    
#featured-content .post p {
  font:400 13px/17px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#504a3d;
}

#featured-sub{
  float:left;
  width:100%;
  padding:40px 0;
  background-color:#706856;
  overflow:hidden;
}

#featured-sub .article-box{
  background-color:#f0eee9;
  border:1px solid #c6c3b9;
  border-radius:6px;
  min-height:306px;
}
  
#featured-sub .article-box-content{
  margin:12px;
  padding:20px 12px;
  border:1px solid #dfdcd3;
  border-radius:6px;
  min-height:246px;
}

/* 306/246 or 366/306 */
    
#featured-sub .article-box-content h2{
  margin-bottom:16px;
  padding-bottom:10px;
  border-bottom:2px solid #ebeae7;
}
      
#featured-sub .article-box-content h2 .more{
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;          
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  background-color:#e6e2da;
  border-radius:3px;
}
        
#featured-sub .article-box-content h2 .more:hover{
  background-color:#706856;
  color:#f0eee9;
}
        
#featured-sub .article-box-content h2 .more i{
  margin-left:4px;
}
      
#featured-sub .article-box-content p{
  font-size:12px;      
}

#featured-sub .article-box-content p a{
  text-decoration:none;
  color:#545454;
}

#featured-sub .article-box-content p a:hover{
  color:#2a93c5;
  text-decoration:none;
}

/* ------------ footer styles ------------ */

#footer{
  float:left;
  width:100%;
  padding:14px 0;
  background-color:#504a3d;
  border-top:5px solid #322f26;
}

#footer p{
  margin:6px 0;
  font:400 14px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-align:center;
}

#footer a{
  color:#fff;
  text-decoration:none;
  margin:0 10px;
}

#footer a:hover,
#footer a:focus{
  color:#cac0ac;
}
    
#footer a i{
  margin-right:4px;
}

/* ------------ page styles ------------ */
#page, #subpage{
  float:left;
  width:100%;
  padding:0 0 20px;
  background:url(../images/content-bg-1.gif) repeat #e8e7e2;  
  overflow:hidden;
}


#page #title, #subpage #title{
  float:left;
  width:100%;
  padding:14px 0;
  background-color:#b3dbef;
  border-bottom:5px solid #e0dfd9;
  overflow:hidden;
}
#page #title h2, #subpage #title h2{
  color:#0d5e89;
}

#page #content, #subpage #content{
  float:left;
  width:100%;
  margin:30px 0 0;
}


#page #content .wrapper, #subpage #content .wrapper{
  width:96%;
  max-width:1020px;
  min-height:500px;
  margin:0 auto;
  padding:0 0 80px;
  background-color:#fff;
  overflow:hidden;
}

#about-main{
  margin-top: 25px;
}

#about-main p{
  margin-right:20px;
}

#about-main .impact{
  margin-bottom:40px;
}

#about-main .impact .section{
  float:left;
  display:inline-block;
  margin-bottom:0;
  margin-right:10px;
}

#contact-main{
  height:330px;
  background:url(../images/beach-1.jpg) no-repeat;
  overflow:hidden;
  position:relative;
}

#contact-main .office{
  width:auto;
  max-width:126px;
  margin:20px;
  padding:20px;
  background-color:rgba(248, 250, 254, 0.7);
  overflow:hidden;
  position:absolute;  
  right:0;
}

#page #content h2{
  margin-bottom:20px;
  padding:0 0 14px;
  border-bottom:2px solid #d2d1c7;
  overflow:hidden;
}

.office figure{
  float:left;
  display:inline;
  margin-right:10px;
  margin-bottom:10px;
} 

.office figure img{
  width:100%;
  max-width:110px;
}

.office figcaption{
  font:italic 10px/12px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#777;
}

.office article{
  float:left;
  display:inline;
}

.office p{
  font:400 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

.office p i{
  margin-right:6px;
}

#contact-form, #new_submission{
  margin:0;
}

#contact-form textarea, #new_submission textarea{
  width:88%;
  min-height:200px;
  margin-bottom:20px;
  padding:6px 8% 6px 12px;
  font:16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#706856;
  border:0;
  background-color:#ebeae5;
  border-radius:0;
}

#contact-form input, #new_submission input{ 
  border:0;   
}
#contact-form input.text-field, #new_submission input.text{
  width:88%; 
  margin-bottom:20px;
  padding:6px 8% 6px 12px;
  font:16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#706856;
  background-color:#ebeae5;
  border-radius:0;
}

.keeponswimming {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

#contact-form .button, #new_submission .submit{
  float:right;
  margin:20px 0 0;
  padding:6px 18px;
}

/* ------------ staff list styles ------------ */
#staff-list{
  position:relative;
  float:left;
  width:100%;
}

#staff-list .container{
  position:relative;
}
#staff-list article{
  padding:0 0 10px;
  border-bottom:2px solid #d2d1c7;
  overflow:hidden;
}

#staff-list h3{
  margin-bottom:4px;
  font:700 18px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b261f;
  margin: 0 5px 4px 0px;
}

#staff-list #staff-filter{ 
  float:left;
  display:inline-block;
  vertical-align:middle;
  width:auto;  
  padding:6px 8px;          
  font:300 16px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  background-color:#2b261f;
}


#staff-list #staff-filter a{
  margin:0 0 0 4px;
  font:400 14px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}

#staff-list #staff-filter a:hover{
  color:#f0efe8;
}

#staff-list p{
  margin-bottom:4px;
  font:400 14px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b261f;
}

#staff-grid{
  float:left;
  list-style:none;
  margin:20px 0 0;
  overflow:hidden;
}

#staff-grid li{  
  opacity:0;
  display:none;
  background-color:#fff;
  margin: 0;
}


/* ------------ sub page styles ------------ */

#page-title{
  padding:20px 0.8% 0;
}

#page-title h3{
  font-style:italic;
  font-weight:400;
  font-size:16px;
  line-height:20px;
}

#page-title h5{
  margin-top:10px;
  font-style:italic;
  font-weight:400;
  font-size:12px;
  line-height:16px;
}

#main #entry #sidebar{
  float:left;
  width:100%;
  padding-top:10px;
}

#main #entry .article, #gallery-main #entry .article{
  float:left;
  width:96%;
}

.insert a{
  display: block;
}

#main #entry .article p img{
  display:block;
  width:100%;
  max-width:464px;
  margin-bottom:0;
}

#main #entry .article .img-caption{
  float:right;  
  max-width:275px;
  margin-left:8px;
  margin-bottom:8px;
}

#main #entry .article img{
  float:right;
} 

#main #entry .article table img{
  float:none;
}

#main #entry .article .img-caption img{ 
  float:left;
  display:block;  
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

#main #entry .article .img-caption .caption{
  float:left;
  width:100%;
  padding:10px 8px;
  display:block;
  font-size:12px;
  font-style:italic;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background-color: #eee;
}

#main #entry .article .insert,
#page .entry .insert,
#project-info .insert{
  display: inline-block;
  max-width: 275px;
  margin-bottom: 24px;
  font-size: 12px;
  font-style: italic;
  word-wrap:break-word;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background-color: #eee;
}

#main #entry .article .insert--full,
#page .entry .insert--full,
#project-info .insert--full{
  max-width: none;
}

#main #entry .article .insert + p,
#page .entry .insert + p,
#project-info .insert + p{
  clear: left;
}

#main #entry .article .insert .img-caption,
#page .entry .insert .img-caption{
  margin-left: 0;
}

#main #entry .article .insert img,
#page .entry .insert img,
#project-info .insert img{
  float:none;
  width: 100%;
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

#main #entry .article .insert .insert-caption,
#page .entry .insert .insert-caption,
#project-info .insert .insert-caption{
  padding: 8px;
}

#entry .widget{
  padding:10px 0; 
  word-wrap:break-word;
}

#entry .widget h4, #contact.widget h4, #additional.widget h4, #entry .article h4, #secondary .widget h4{
  padding-bottom: 4px;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  text-transform:uppercase;
  border-bottom:2px solid #D2D1C7;
}

#entry .article h4{
  width:96%;
  margin-bottom:20px;
}

#entry .article h4.comments{
  margin-top:20px;
}

#entry .widget ul, #additional.widget ul, #secondary .widget ul{
  list-style:none;
  margin:10px 0 0 20px;
}

#entry .widget li, #additional.widget li{
  padding-left:4px;
}

#entry .widget li a, #additional.widget li a, #secondary .widget li a{
  color:#545454;
  text-decoration:none;
}

#entry .widget li a:hover, #additional.widget li a:hover, #secondary .widget li a:hover{
  color:#0D5E89;
}

#secondary .widget li .time{
  display:block;  
  width:100%;
  font-style:italic;
  font-size:12px;  
}

#entry .widget.social{
  border-top:2px solid #D2D1C7;
}

#entry .widget.social ul, #secondary .widget.social ul{
  margin:0;  
}

#secondary .widget.social ul{
  margin-bottom:30px;
}

#entry .widget.social li, #secondary .widget.social li{
  padding:4px 4px;
  border-bottom:1px solid #ddd;
}

#secondary .widget{
  margin-bottom:30px;
}

#entry .widget .more, #secondary .related .more{
  display:inline-block;
  vertical-align:middle;
  margin-top:10px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#entry .widget .more:hover, #secondary .related .more:hover{
  color:#f0eee9;
  background-color:#706856;
}

#main .links a{
  color:#545454;
  text-decoration:none;
}

#main .links a:hover{
  color:#0d5e89;
}



/*
3 col layout

600px/768px stops at 1020px

push/pull left and right spacing for cols

*/

#secondary #page-nav{
  margin-bottom:20px;
  padding-bottom:14px;
  background-color:#706856;
  border-radius:4px;
}

#page-nav h3{
  margin-bottom:0;
  padding:16px;
  font-weight:700;
  font-size:22px;
  line-height:26px;
  color:#fff; 
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border-bottom:1px solid #474235;
}

#page-nav ul{
  list-style:none;
  margin:0;
}

#page-nav li{
  margin-bottom:0;
  font-weight:300;
  font-size:16px;
  line-height:20px;
  color:#fff; 
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border-bottom:1px solid #474235;  
}

#page-nav li a{
  display:block;
  padding:16px;  
  color:#fff;
  text-decoration:none;
  background-color:#8d836b;
  border-right:12px solid #7f7660;
  /*
  -webkit-transition:background-color 0.3s ease-in-out;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out; 
  */
}

#page-nav li a:hover{
  background-color:#4db4e9;
  border-right:12px solid #3498db; 
}

#page-nav li a.active{
  background-color:#0d5e89;
  border-right:12px solid #0d3e61; 
}

#contact{
  margin:40px 0 20px;
  overflow:hidden;
}

#contact .people{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
}

#contact .people:last-of-type{
  border:0;
}

#contact .info{
  margin-bottom:10px;
}

#contact p{
  margin-bottom:4px;
}

#contact .name{
  font-weight:700;
  font-size:18px;
  line-height:20px;
}

#contact .pos, #contact .org{
  font-style:italic;
  font-weight:400;
  font-size:16px;
  line-height:18px;
}

#contact .contact{
  font-size:14px;
  line-height:16px;
}

#contact figure{
  float:left;
  margin-right:6px;
}

#contact figure img{
  max-width: 100px;
}

#contact .more a{  
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#contact .more a:hover{
  color:#f0eee9;
  background-color:#706856;
}
    
#contact .more a i{
  margin-left:4px;
}

#contact-info .thanks{
  padding:24px;
  font-size: 18px;
  color:#568EAC;
  border:1px solid #568EAC;
  background-color: #CAE6F4;
}

/* ------------ news styles ------------ */  
#blog-main .post{
  margin:0 20px 40px 0;
  padding-bottom:20px;
}

#blog-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#blog-main .post h3 a:hover{
  color:#0D5E89;
}

#blog-main .post .meta{
  margin:20px 0 0;
  padding:10px 6px;
  border-top:2px solid #D2D1C7;
  border-bottom:2px solid #D2D1C7;
}

#blog-main .post .meta p{
  display:inline;
}

#blog-main .post .more{
  display:inline-block;
  vertical-align:middle;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#blog-main .post .more:hover{
  color:#f0eee9;
  background-color:#706856;
}


#blog-main .post p img{
  display:none;
}



#entry #gallery, #entry #program-gallery{
  list-style:none;
  margin:40px 0;
  overflow:hidden;
}

#entry #gallery li, #gallery-main .post .gallery li, #entry #program-gallery li{
  margin:0 2px 20px;
  position:relative;
  display: inline-block;
}

#entry #gallery li.vids{
  display: block;
}

#entry #program-gallery li{
  float:left;
}

#gallery-main #entry #gallery.photos li{
  float:left;
  display:inline-block;
  max-width:150px;
  margin:0 2px 4px; 
}

#gallery-main #entry #gallery.videos img{
  width:100%;
  max-width:480px;
}

#entry #gallery li .play, #gallery-main .post .gallery li .play{
  position:absolute;
  top:34%;
  left:34%;
  z-index:20;
  display:block;
  width:36px;
  height:37px;
  background:url(../images/play-button.png) no-repeat;
}

#gallery-main .post .gallery li .play{
  top:40%;
  left:46%;
}

#gallery-main .gallery li img{
  width:80%;
  max-width:480px;
}
  
#gallery-main #entry #gallery li .description{
  display:block;
  width:480px;
  margin-bottom:10px;
  color: #545454;
  font-size: 14px;
  line-height: 18px;  
}

#recent-articles, #categories{
  list-style:none;
  margin:0;
}

#social-links{
  list-style:none;
  margin:0 0 0 20px;
}

#categories{
  margin-left:20px;
}

#recent-articles li{
  margin-bottom:15px;
}

#recent-articles li, #categories li, #social-links li{
  margin-bottom:6px;
}

#recent-articles li a, #categories li a, #social-links li a{
  display:block;
  padding:2px 4px;  
  text-decoration:none;
  color:#545454;
}

#categories li a{
  padding:0;
}

#recent-articles li a:hover{
  background-color:#E8E7E2;
  border-radius:4px;
  color:#0D5E89;
}

#categories li a:hover, #social-links li a:hover{
  color:#0D5E89;
}

#recent-articles li span{
  display:block;  
  width:100%;
  font-style:italic;
  font-size:12px;  
}


#recent h4{
  margin-bottom:10px;
  padding-bottom: 4px;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  text-transform:uppercase;
  border-bottom:2px solid #D2D1C7;
}

#recent h4:nth-of-type(2){
  margin-top:20px;
}

#recent h4 .more{
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  color: #2B2821;
  display: inline-block;
  float: right;
  font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#recent h4 .more:hover{
  background-color: #706856;
  color: #f0eee9;
}


/* ------------ publication styles ------------ */
#publications h4{
  margin-left:20px;
  font-size:14px;
  font-weight:300;
}


#publications .entry{
  margin-right:20px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom: 2px solid #D2D1C7;
}

#publications .entry:last-of-type{
  border:none;
}


#publications .entry ul{
  margin:0 0 20px 20px;
}

#publications .listing li a{
  color:#545454;
  text-decoration:none;
}

#publications .listing li a:hover{
  color:#0D5E89;
}

#publications .entry .more a {
  display:inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  background-color: #f0efe8;
  font: 400 14px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #2b2821;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}

#publications .entry .more a:hover {
  color: #fff;
  background-color: #706856;
}

#publications #secondary .widget h4{
  margin-left:0;
}

/* ------------ gallery styles ------------ */ 
#gallery-main .post{
  margin:0 20px 40px 0;
  padding-bottom:20px;
  overflow:hidden;
  border-bottom:2px solid #D2D1C7;
}


#gallery-main .post h3{
  margin:0 0 6px;
}

#gallery-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#gallery-main .post ul{
  list-style:none;
  margin:0;
}

#gallery-main .post li{
  float:left;
  display:inline-block;
  margin-right:4px;
}

#secondary #recent .learn-more a{
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  color: #2B2821;
  display: inline-block;
  font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  margin-top:10px;
  padding: 4px 6px;
  text-decoration:none;
  text-transform: uppercase;
  vertical-align: middle;
}

#secondary #recent .learn-more a:hover{
  color:#f0eee9;
  background-color:#706856;
} 

/*
#entry .widget .more{
  display:inline-block;
  vertical-align:middle;
  margin-top:10px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#entry .widget .more:hover{
  color:#f0eee9;
  background-color:#706856;
}
*/

/* ------------ staff styles ------------ */  
#staff-main .post{
  position:relative;
  width:100%;
  height:150px;
  /*margin:0 20px 40px 0;*/
  margin:0;
  padding:0 0 10px;
  border-bottom: 2px solid #D2D1C7;
  float: left;
}

#staff-main.staff .post{
  height:475px;
}

#staff-main figure{
  width: 100%;
  max-width:275px;
  margin:0 auto 10px;
  text-align: center;
}

#staff-main figure img{
  width: 75%;
  max-width: 275px;
}
#staff-main .post h3{
  width: 100%;
  text-align: center;
}

#staff-main.members .post h3{
  text-align:left;
}

#staff-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#staff-main .post h3 a:hover{
  color:#0D5E89;
}

#staff-main span{
  display: block;
  margin-bottom: 5px;
  padding:0;
}
#staff-main span.job-title{
  font-style: italic;
}
#staff-main .info i{
  font-size: 18px;
  margin-right: 2px;
}
#staff-main .info i.icon-envelope{
  font-size: 16px;
}
#staff-main .links{
  list-style:none;
  margin:0;
  padding:0;
}

#staff-main .links li{
  margin-bottom:6px;
}

#staff-main .learn-more{
  position:absolute;
  bottom:0;
  right:0;
  display: block;
}
#staff-main .learn-more a{
  float: right;
  display: block;
  vertical-align: middle;
  margin-top: 4px;
  padding: 4px 6px;
  background-color: #f0efe8;
  font: 300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #2b2821;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}
#staff-main .learn-more a:hover{
  background-color:#706856;
  color:#f0eee9;
}

#staff-main .learn-more i{
  margin-left:4px;
  font-size:12px;
}
#staff-main #staff-details figure{
  text-align: left;
  margin: 0 25px 25px 0;
}

@media only screen and (min-width: 800px) {
  #staff-main #staff-details figure {
    float: left;
  }
}

#staff-main #staff-details h2{
  border: 0 none;
  padding: 0;
  margin: 0;
}
#staff-main #staff-details span.staff-details-job-title{
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
  padding: 0;
}
#staff-main span.staff-details-address{
  margin-top: 20px;
}
span.staff-details-address strong{
  width: 100%;
  font-weight: bold;
}
#staff-main #staff-details h3.staff-details-project-info{
  border-bottom: 2px solid #d2d1c7;
  margin: 15px 0;
  padding-bottom: 3px;
}

ul.staff-details-social li a{
  color:#545454;
  text-decoration:none;
}

ul.staff-details-social li a:hover{
  color:#0D5E89;
}

/*
#staff-main #categories ul{
  list-style:none;
  margin:0;
}

#staff-main #categories li a{
  text-decoration:none;
}
*/

#staff-main .info{
  display:inline;  
}

#staff-main .info h4{
  margin-top:20px;
}

#staff-main .info h4:first-of-type{
  margin-top:0;
}

#staff-main .bio, #staff-main .involvement{
  float:left;
  margin-top:40px;
}

#staff-main .bio ul, #staff-main .involvement ul{
  margin:0 0 0 20px;
}

#staff-main .bio li a, #staff-main .involvement li a{
  color:#545454;
  text-decoration:none;
}

#staff-main .bio li a:hover, #staff-main .involvement li a:hover{
  color:#0D5E89;
}



/* ------------ education styles ------------ */

#edu-main img{
  width:100%;
  max-width:1020px;
}

#edu-content article, #project-list, #main #entry .article #project-list{
  margin:0 20px 40px 0;
}

#main #entry .article #project-list h2{
  margin-bottom: 20px;
  padding: 0 0 14px;
  border-bottom: 2px solid #d2d1c7;
  overflow: hidden;
}

#project-list ul, #main #entry .art icle #project-list ul{
  list-style:none;
  margin:0;
}

#project-list li, #main #entry .article #project-list li{
  margin:0 0 30px;
  padding:10px 10px 20px;
  overflow:hidden;
}

#project-list li.odd, #main #entry .article #project-list li.odd{
  background-color:#F0EEE9;
}

#project-list li h4, #main #entry .article #project-list li h4{
  font-style:normal;
}

#main #entry .article #project-list li h4{
  margin:5px 0;
  font-size:18px;
  border:none;
  text-transform:none;
}

#project-list li a, #main #entry .article #project-list li a{
  color:#545454;
  text-decoration:none;
}

#project-list li a:hover, #main #entry .article #project-list li a:hover{
  color:#0D5E89;
}

#project-list li img, #main #entry .article #project-list li img{
  display:none;
}

#project-list li .more{
  display:block;
  width:76px;
  margin-top:20px;
  padding: 4px 0; 
  text-decoration:none;
  text-transform:uppercase;
  font:300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  text-align:center;
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
}

#project-list li.odd .more{
  background-color:#fff;
}

#project-list li .more:hover{
  background-color: #706856;
  color: #f0eee9;
}

#secondary .widget.gallery{
  margin-top:17px;
}

#secondary .widget h4 .more {
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  color: #2B2821;
  display: inline-block;
  float: right;
  font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#secondary .widget h4 .more:hover{
  background-color: #706856;
  color: #f0eee9;
}


/* ------------ event styles ------------ */  

#upcoming ul{
  list-style:none;
  margin:0;
}

#upcoming li{
  margin:0;
  padding:8px 0 8px 8px;    
}

#upcoming .odd{
  background-color:#F0EEE9;
}


/* ------------ paginate styles ------------ */ 

#paginate{
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

#paginate ul{
  list-style:none;
  margin:0;
}

#paginate li{
  float: left;
  margin:0 4px; 
}

#paginate li a{
  vertical-align: middle;
  padding:4px 6px;
  background-color: #f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #2b2821;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  /*
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  */
}

#paginate li a:hover, #paginate li .active{
  color:#f0eee9;
  background-color:#706856;
}

/* ------------ search result styles ------------ */

#search-main .result{
  margin:0 20px 20px 0;
  padding:10px 10px 0;
  overflow:hidden;
}

#search-main .resultRowOne{
  background-color:#F0EEE9;
}

#search-main .result h3 a{
  color:#545454;
  text-decoration:none;
}

#search-main .result h3 a:hover{
  color:#0D5E89;
}

#search-main #paginate{
  padding-top:20px;
  border-top: 2px solid #d2d1c7;
}

#project-info{
  width: 94%;
  float: left;
}
#project-info h3{
  margin:20px 0;
  padding: 0 0 14px;
  border-bottom: 2px solid #d2d1c7;
}
#additional-project-info h3{
  margin: 18px 0 5px;
  font: 400 16px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  border-bottom: 2px solid #d2d1c7;
  padding: 0 0 2px;
  
}

table tr td{
  padding: 9px 6px;
  border: 1px solid #eee;
  vertical-align:top;
}

/* ------------ forms styles ------------ */ 
#forms-main #contact{
  margin:0 0 20px;
}

#forms-main #new_submission{
  width:75%;
}

.dform_element{
  overflow:hidden;
}

/* ------------ proposal styles ------------ */ 
#proposal-login{
  width:300px;
}

#proposal-login p{
  overflow:hidden;
}


/* ------------ media queries styles ------------ */  
@media only screen and (min-width: 480px) {
  #social{
    right:100px;     
  } 
  
  #contact-main .office{
    max-width:256px;
    margin:40px;  
  }
  
}

@media only screen and (min-width: 600px) {  
  #header h1.mobile-visible{
    display:none;  
  } 
  #header h1.mobile-hidden{
    display:inline-block;
  }
  
  .rslides_nav {
    top:26%;    
  }

  #main #entry #sidebar{
    width:96%;  
  }

  #main #entry .article, #gallery-main #entry .article{
    width:96%;  
  } 
  
  
  
  #staff-main.staff .post{
    height:575px;
  }

  #staff-main figure img{
    width:100%;
  }
  
  #staff-main .bio{
    margin-top:0;
  }
 
}

@media only screen and (min-width: 768px) { 
  .rslides_nav.prev{
    left:16px;
  }
  
  .rslides_nav.next{
    right:18px;
  }

  #featured-slide #slider figure, #featured-slide #slider .content {
    float:none;  
    margin:0 auto;
  }
  
  #featured-slide #slider .content {
    margin-top:19px;
  }  

  #featured-content .post{
    max-width:180px;
    margin:14px 16px 14px 0;
  }
  
  #featured-content .post:last-of-type{
    margin-right:0;
  }

  #staff-list #staff-filter{
    float:right;
    margin-top:-60px;  
  }
  
  #staff-grid{
    margin:0;
  }   
  
  #staff-main .info{
    float:left;
  }
  
  
  /* line 498 */
  #page #content .span1of3, #subpage #content .span1of3{
    width: 25%;
  }

  #page #content .span2of3, #subpage #content .span2of3{
    width: 71.7%;
  }

  #main #entry .article .insert,
  #page .entry .insert,
  #project-info .insert{
    float: left;
    width: auto;
    max-width:530px;
    margin-right: 16px;
    clear: left;
  }

  
  #main #entry .article .insert--med-left,
  #page .entry .insert--med-left,
  #project-info .insert--med-left{
    float:left;
    max-width:250px;
    margin-right: 16px;
  }

  #main #entry .article .insert--med-right,
  #page .entry .insert--med-right,
  #project-info .insert--med-right{
    float:right;
    max-width:250px;
    margin-left: 16px;
  }

  #main #entry .article .insert--staff-left, 
  #main #entry .article .insert--sm-left,
  #page .entry .insert--staff-left,
  #page .entry .insert--sm-left,
  #project-info .insert--sm-left{
    float:left;
    max-width:140px;
  }

  #main #entry .article .insert--staff-right,
  #main #entry .article .insert--sm-right,
  #page .entry  .insert--staff-right,
  #page .entry .insert--sm-right,
  #project-info .insert--sm-right{
    float:right;
    max-width:140px;
    margin-left:16px;
    margin-right: 0;
  }

  #main #entry .article .insert--right,
  #page .entry .insert--right,
  #project-info .insert--right{
    float: right;
    margin-left: 16px;
    clear: right;
  }

  #main #entry .article .insert--full,
  #page .entry .insert--full{
    float:left;
    width:100%;
    margin-left: 0;
    margin-right: 0;
    clear:left;
  }
  
}

@media only screen and (min-width: 800px) { 
  #staff-main .info{
    float:none;
  }
}

@media only screen and (min-width: 1020px) {
  .rslides_nav {
    top:52%;    
  }
  
  .rslides_nav.prev{
    left:0;
  }
  
  .rslides_nav.next{
    right:0;
  }

  #featured-slide #slider figure{
    float:left;
  }

  #featured-slide #slider .content{
    float:left;
    width:236px;
    min-height:320px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }
  
  #featured-content .post:nth-of-type(5){
    margin-right:0;
  }
  
  #featured-content .post:last-of-type{
    display:none;
  }  
  
  .office article{
    max-width:256px
  }
  
  #main #entry #sidebar{
    width:22%;
    float:left;
  }

  #main #entry .article{
    width:73%; 
    padding-right:3%;
    float:right;
  }

  #staff-list h3{
    float:left;
  }  
}

@media only screen and (min-width: 1040px) {
  .rslides{
    margin-left:18px;
  }
  
  .rslides_nav.prev{
    left:-20px;
  }
  
  .rslides_nav.next{
    right:-18px;
  }  
}
