/* Section ID
------------------------------------ */

#id { height: 350px; }
#id.small { height: 90px; background-image: none !important; }
   
#id a { 
  width: auto;
  display: block;
  text-align: center;
  padding:0; }

#id h1 {
  margin-top: 20px;
  line-height: 1;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 46px;
  letter-spacing: -1px;
  text-align: center;
	text-shadow: 0 0 15px #000000;
}

#id a h1 { 
  color: #fff;
}

#id a h1:after { content: "" }

#id h3 {
   font-size: 24px;
   color: #dfe552;
   font-family: 'Roboto Slab', sans-serif;
   font-weight: 400;
   font-style: italic;
   margin-top: 245px;
	text-shadow: 0 0 15px #000000;
	text-align: center;
}

/* Content
------------------------------------ */

#body {
   width: 100%;
   background: #fff;
   padding: 0px;
   color: #222;
   text-align: left;
   position: relative; } 

#content, #options { float: left; } 

#content {
   width: 758px;
   margin: 2em 0 1em 0;
   padding: 0;
   background: #fff;
   text-align: left; } 

#options {
   display: block;
   width: 330px;
   margin: 2.5em 0 0 25px;
   padding-left: 25px;
   border-left: 2px #e5e0dd solid;
   background: none;
   text-align: left;
   position: relative;
   top: 0;
   right: 0;} 
   
#options h2 {
   font-weight: 600;
   color: #443e3a;
   font-size: 18px;
   text-transform: uppercase;
   margin-top: -.5em; }
   
.breadcrumbs {
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600; 
   margin-bottom: 10px;
   color: #b5b5b5;}
   
/* LISTS
------------------------------------ */
ul.folder-list {
   margin: 0 0 1em 0;
   padding: 0 0 0 0;
   list-style: none; 
   clear: both; }
body#home ul.folder-list { margin: 0; padding: 0; border: 0; }

h2.folder-list-h2{
	padding-top: 35px;
}

ul.folder-list h2 a, h2.folder-list-h2 a {
   font-weight: 600;
   color: #443e3a;
   font-size: 24px;
   text-transform: uppercase;

}

ul.folder-list li { margin: 2px auto; border-bottom: 1px #e5e0dd solid; }  
ul.folder-list li a { 
  background: rgba(229,224,221,0);
  padding: 6px 5px 6px 0px; 
  display: block;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition:    all .35s ease-in-out;
  -o-transition:      all .35s ease-in-out;
  -ms-transition:     all .35s ease-in-out;
  transition:         all .35s ease-in-out; }  
body#home ul.folder-list li a { padding: 6px; }

ul.folder-list li:hover a { 
  background: rgba(229,224,221,.4);
  padding: 6px 5px 6px 15px;
  color: #f16034; }
body#home ul.folder-list li:hover a { padding: 6px; }

ul.folder-list li:active a { 
  background: rgba(0,0,0,.2);
  padding: 6px 5px 6px 5px;  }    
body#home ul.folder-list li:active a { padding: 6px; }


ul.folder-list li a span.title { display: block; }

ul.folder-list li a span.title:after { font-family: 'trilogyicons'; font-size: 14px; content: " )" }

ul.folder-list li a time {
   display: block;
   font-size: .5em;
   text-transform: uppercase;
   color: #000;
   font-weight: 700; }
   
ul.folder-list li a p {
   color: #646464;
   font-size: .75em;
   text-transform: none;
   margin: 0; }
   
ul.folder-list li a small {
   display: block;
   font-size: .6em;
   text-transform: uppercase;
   color: #000; }
   
ul#partners { list-style: none; }
ul#partners li { width: 155px; height: 75px; margin: 0 20px 20px 0; float: left; }
ul#partners li:nth-child(even) { margin: 0 0 20px 0; }


/* Responsive Video */
.video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Blog
-------------------------------------------- */
article.blog, article.event {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px #eee solid; }

 article .author, article .location {
	font-style: italic; }

a.more {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase; }



