/* CSS - pspb.org
Penn State Public Broadcasting
*/

/* ----------------------------------------------------------
universal reset & outline removal
---------------------------------------------------------- */

* { 
	padding: 0; 
	margin: 0; 
	outline: 0;
	}

a:active, button {
	outline:none;
	}

img, img:hover {
	border: none;
	}

:focus {
	-moz-outline-style:none;
	}
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

/* ----------------------------------------------------------
navigation skip
---------------------------------------------------------- */
#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}
 
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
	} 

/* ----------------------------------------------------------
fonts
---------------------------------------------------------- */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Bold-webfont.woff') format('woff'),
         url('../fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('../fonts/Lato-Italic-webfont.eot');
    src: url('../fonts/Lato-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Italic-webfont.woff') format('woff'),
         url('../fonts/Lato-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Italic-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular-webfont.woff') format('woff'),
         url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato-Light-webfont.eot');
    src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Light-webfont.woff') format('woff'),
         url('../fonts/Lato-Light-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Light-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('../fonts/museo_slab_500-webfont.eot');
	src: url('../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museo_slab_500-webfont.woff') format('woff'), 
		url('../fonts/museo_slab_500-webfont.ttf') format('truetype'), 
		url('../fonts/museo_slab_500-webfont.svg#webfontVxuS9Btu') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ----------------------------------------------------------
html & body
---------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0; 
	padding: 0;
	text-align: left;
	background: #fff url(../images/bg_noise.gif);
	color: #737882;
	font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	}


/* ----------------------------------------------------------
links
---------------------------------------------------------- */
a:link, a:visited {
	color: #0058AE;
	text-decoration: none;	
	}

a:hover, a:active {
	text-decoration: underline;	
	}

.dark a:link, .dark a:visited {
	color: #8FC9E4;
	}

/* ----------------------------------------------------------
sections
---------------------------------------------------------- */

.current {
 
}

#container {
	position: relative;
	}

.section {
  margin: 0 auto;
  padding-top: 80px;
	}


.logo {
	padding-top: 20px;
	}
	
.section p:last-child {
  margin-bottom: 0;
	}

.content {
	 margin: 0 auto;
	width: 1140px;
	position: relative;
	display: block;
	}

.column {
	position: relative;
	float: left;	
	}
	
.single {
	width: 100%;
	padding-bottom: 30px;
	}

.half {
	width: 50%;
	}
	
.quarter {
	width: 25%;
	}

.copy-main {
	width: 67.5%;	
	}

.copy-sidebar {
	width: 32.5%;
	}

#section-2,  #section-4, #advisors  {
	background: url(../images/bg_noise_blue.gif);	
	}

#advisors {
	padding-bottom: 40px;
	}

#advisors p {
	font-size: 1.0em;
	line-height: 1.4;
	}

#advisors h5 {
	
	margin-top: 20px;
	}


#section-6 {
	background: url(../images/bg_noise_black.gif);	
	}

section {
	margin-top: 60px;	
	}

.portfolio section {
	margin-top: 30px;
	}

/* ----------------------------------------------------------
portfolio - on home
---------------------------------------------------------- */


    
.third-cols {
	margin-bottom: 30px;
	display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 1;
	-webkit-flex-direction: row;
  flex-direction: row;
	}

.third-cols a {
	width: 98%;
	display: -webkit-flex;
	display: flex;
	position: relative;
padding: 1%;
	margin-top: 10px;
	background-color: transparent;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	-webkit-transition:background-color 300ms ease-in;
	-moz-transition:background-color 300ms ease-in;
	-o-transition:background-color 300ms ease-in;
	transition:background-color 300ms ease-in;
}

/*
.third-cols div {
	width: 29%;
	position: relative;
	float: left;
	padding: 1%;
	margin-top: 10px;
	background-color: transparent;
	margin-right: 2%;
	display: block;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	-webkit-transition:background-color 300ms ease-in;
	-moz-transition:background-color 300ms ease-in;
	-o-transition:background-color 300ms ease-in;
	transition:background-color 300ms ease-in;
	}
	*/

@media (min-width: 37.5em) {

  .third-cols a {
    width: 48%; }

 }

    
@media (min-width: 75em) {
  .third-cols a {
    width: 31.3333%; }
 }
    
    
    

.third-cols div img {
	width: 100%;
	height: auto;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	}

.third-cols div p {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	}

.third-cols a:hover {
	background-color: rgba(0,0,0,0.35);
	text-decoration: none;
	}
	
/* ----------------------------------------------------------
pipeline
---------------------------------------------------------- */

.quarter-cols {
	margin-bottom: 30px;
	}

.quarter-cols a:hover {
	color: transparent;
	}

.quarter-cols a:hover p {
	color: #d6d6d6;
	}

.quarter-cols a {
	color: #d6d6d6;
	}

.quarter-cols div {
	width: 22%;
	vertical-align: top;
	padding: 1%;
	margin-top: 10px;
	background-color: transparent;
	margin-right: 0.5%;
	display: inline-block;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	-webkit-transition:background-color 300ms ease-in;
	-moz-transition:background-color 300ms ease-in;
	-o-transition:background-color 300ms ease-in;
	transition:background-color 300ms ease-in;
	}
	
.quarter-cols a:nth-of-type(4n) div { 
	margin-right: 0;	
	}

.quarter-cols div img {
	width: 100%;
	height: auto;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	}

.quarter-cols div p {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	}

.quarter-cols div:hover {
	background-color: rgba(0,0,0,0.35);
	padding: 1%;
	border: transparent;
	}

/* ----------------------------------------------------------
main fonts
---------------------------------------------------------- */

h1 {
	font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-transform: none;
	line-height: 1.4;
	margin-top: 15px;
	margin-right: 30px;
	color: #737882;
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
	}

.project-page h1 {
	line-height: 1.1;	
	}

.dark h1 {
	color: #fff;
	color: rgba(255,255,255,0.8);
	}
	
.dark h1 span {
	color: #fff;
	}

h1 span {
	color: #000;
	color: rgba(0,0,0,0.75);
	font-size: 2.2em;
	letter-spacing: -0.02em;
	display: block;
	}

h1 img {
	margin-bottom: 10px;
	}

.project-page h1 {
	margin-bottom: 25px;	
	margin-top: 40px;
	font-size: 2.0em;
}

h2 {
	font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-transform: none;
	line-height: 1.2;
	margin-top: 25px;
	margin-right: 20px;
	color: #737882;
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-top: 15px;
	border-top: 4px double #ABBBC3;
	color: #000;
	color: rgba(0,0,0,0.75);
	font-size: 2.2em;
	letter-spacing: -0.02em;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25),  
                1px 2px 0 rgba(255,255,255,0.85); 
	display: block;
	}

.dark h2 {
	color: #fff;
	color: rgba(255,255,255,0.95);
	text-shadow: none;
	margin-bottom: 15px;
	}

h3 {
	font-family: MuseoSlab500, Rockwell, 'Gill Sans', 'Gill Sans MT', 'Century Gothic',  'Trebuchet MS', 'Helvetica Neue',  Helvetica;
	font-size: 1.3em;
	color: #CD5204;
	font-weight: normal;	
	margin: 25px 20px 5px 0;
	line-height: 1.1;	
	}

.dark h3 {
	margin-top: 10px;
	color: #D2D2D2;
	}3
iframe { /* Vimeo Includes */
	margin-bottom: 25px;
	display: block;
	}

h4 {
	font-size: 1.6em;
	font-family: MuseoSlab500, Rockwell, 'Gill Sans', 'Gill Sans MT', 'Century Gothic',  'Trebuchet MS', 'Helvetica Neue',  Helvetica;
	font-weight: normal;	
	margin: 20px 20px 5px 0;
	color: #424242;
	
	}
	
h4 a {
	background-color: #FFC;	
	background-color: rgba(252,220,64,0.5);
	padding: 5px;
	}

.dark h4 {
	margin-bottom: 0;
	color: #c4c4c4;	
	}

h5,
#portfolio h2,
#pipeline h2 {
	font-size: 1.4em;
	font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	color: #DF5903;
	font-weight: normal;
	margin: 10px 40px 0 0;
	}


h6,
h3.contact { /* Contact Callout */
	font-family: LatoBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	color: #CD5204;
	font-size: 1.25em;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 1.0;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0;
	}

p {
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 0;
	}

p.large {
	font-size: 1.3em;
	margin-left: 0;
	margin-top: 20px;
	}
	
.dark p, .dark ul {
	color: #d6d6d6;
	line-height: 1.6;
	}

ul {
	margin-left: 15px;	
	font-weight: 100;
	font-size: 1.0em;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: square;
	padding-bottom: 0;
	}

li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2C5C91;
	line-height: 1.3;
	}

ul.capabilities-list  {
	border-bottom: 1px dotted #2C5C91;
	border-top: 1px dotted #2C5C91;
	width: 75%;
	margin-left: 12.5%;
	padding-top: 20px;
	}

.capabilities-list li {
	font-family: LatoLight, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 1.4em;
	display: block;
	border-bottom: none;
	text-align: center;
	line-height: 1.0;
	}

.capabilities-list li:after {
	margin-top: 15px;
    display: block; 
    clear: both; 
	content: "+";
	color: #CD5204;
	font-size: 1.8em;
	line-height: 0.6;
	}
	
.capabilities-list li:last-of-type:after {
	display: none;
	}

li strong {
	font-family: LatoBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	color: #CD5204;
	font-size: 1.25em;
	}

ul.big-list {
	font-size: 1.4em;
	margin-right: 25%;
	}

li:last-child {
	border-bottom: none;	
	}

ul li ul {
	margin-left: 15px;	
	font-size: 0.9em;
	font-family: MuseoSlab500, Rockwell, 'Gill Sans', 'Gill Sans MT', 'Century Gothic',  'Trebuchet MS', 'Helvetica Neue',  Helvetica;
	margin-right: 0;
	list-style-type: none
	}

ul li ul li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.highlights span {
	font-family: LeagueGothicRegular, Haettenschweiler, Impact;
	display: block;
	font-size: 32px;
	text-transform: uppercase;
	}
footer {
	margin-top: 3em;
}
p.copyright {
	font-size: 1.0em;
	text-align: center;
	}

p.penn-state {
	text-align: center;
	}

p.contact {
	line-height: 1.2;
	font-size: 1.0em;	
	}

/* ----------------------------------------------------------
PARTNER LISTS
---------------------------------------------------------- */
.partners-wrap li {
	display: inline;
	border-bottom: none;
	line-height: 1.3;
	font-size: 1.1em;
	}
	
.partners-wrap li:after {
	content: " / ";
	color: #CD5204;
	margin-right: 5px;
	margin-left: 5px;
	}
	
.partners-wrap li:last-of-type:after {
	display: none;
	}
	

/* ----------------------------------------------------------
IMPACT SLIDER
---------------------------------------------------------- */
.impact {
	width: 80%;
	padding:70px 35px 75px 35px;
	position:relative;
	word-wrap:break-word;
	-moz-border-radius:20px; /*add some nice CSS3 round corners*/
	-webkit-border-radius:20px;
	border-radius:20px;
	margin-bottom: 1em;
	margin-left: 5%;
	margin-right: 10%;
	margin-top: 30px;
	}

.black {
	background: black;
	}

.black:after {
	border-color: black transparent transparent transparent; /*border color should be same as div div background color*/
	}

.rust {
	background: #3D1A1B;
	}

.rust:after {
	border-color: #3D1A1B transparent transparent transparent;	
	}

.blue {
	background: #2F3C8E;	
	}

.blue:after {
	border-color: #2F3C8E transparent transparent transparent;
	}

.impact:after{
	content:'';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:15%;
	width:0;
	height:0;
	border-style: solid;
	border-width: 20px;
	}

.impact p {
	font-size: 2.6em;
	font-family: LatoLight, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	color: #fff;	
	line-height: 1.1;
	}
	
p.impact-project {
	position: relative;
	float: left;
	margin-left: 15%;	
	font-size: 1.5em;
	}




/* ----------------------------------------------------------
BIO LIST
---------------------------------------------------------- */

#bio-wrap {
	margin: 0 auto;
	text-align: center;	
	}

ul#bio-list {
	float:left;
	list-style:none;
	margin: 0 auto;
	padding:0;
	}
		
ul#bio-list li {
	border-bottom: none;	
	position: relative;
	margin: 0;
	padding: 0;
	}
	
ul#bio-list li:hover {
	z-index: 9999;
	position: relative;	
	}
		
ul#bio-list li.bio {
	float:left;
	width:280px;	
	margin: 0 5% 40px 0;
	display:inline;
	background-color: #efefef;
	background-color: rgba(0,0,0,0.075);
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	}
		
ul#bio-list h3  {
	font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
	line-height: 1.0;
	font-size: 1.5em;
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
	margin-right: 0;
	color: #fff;
	position: relative;
	background-color: #000;
	display: block;
	}

	
p.more {
	color: #4E668D;
	text-decoration: none;	
	margin-top: 0;	
	}
		
ul#bio-list li a {
	border:none;
	}
		
ul#bio-list p {
	margin-bottom:10px;
	font-size: 15px;
	margin-left: 15px;
	}
		
.bio_text {
	position: relative;
	float: left;
	width: 240px;
	}

.bio_text p {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.4em;
	}

ul#bio-list li.bio p.title {
	margin-top: 40px;
	padding-top: 0;
	font-family: 'MuseoSlab500', sans-serif;
	line-height: 1.1;
	font-size: 1.1em;
	color: #738F98;
	margin-bottom: 5px;
	}
	
ul#bio-list li .info {
	position: absolute;
	left: 0; top: 0;
	padding: 200px 0 20px;
	width: 320px;
	border: 2px solid #738F98;
	display: none;
	background: #fff url(../images/bg_noise_info.gif);
	font-size: 1.2em;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	-webkit-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	transition:all 250ms ease-in;
	-webkit-box-shadow: 2px 2px 5px #818181;
	-moz-box-shadow: 2px 2px 5px #818181;
	}

ul#bio-list li:hover .info {
	display: block;
	}

ul#bio-list li .bio-crucial {
	position: relative;	
	margin: 0;
	padding: 0;
	}

ul#bio-list li:hover .bio-crucial {
	z-index: 9999;	
	}


/* ----------------------------------------------------------
navigation
---------------------------------------------------------- */

#nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: url(../images/bg_bars_wide.gif) center top no-repeat;
	border-bottom: 1px solid #fff;
	}

.pspb-logo {
	 float: left; 
	 margin-top: 0.5em;
	}

#nav-wrap {		
	width: 1100px;
	margin: 0 auto;
	text-align: center;
			}

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


#nav li {
	margin: 0 0 0 0;
	text-align: left;
	border-bottom: none;
	padding-bottom: 0;
	display: inline-block;
	font-size: 0.9em;
	}
	
#nav li:last-child {
	margin-right: 0;
	}
	
#nav a {
  	color: #4E668D;
  	display: block;

  	padding: 2em 2em;
  	text-decoration: none;
	}

#nav a:hover {
  	background: #4B7092; 
  	background: rgba(75,112,146, 0.75);
  	color: #fff;
	}

#nav .current a {
  	background: #4B7092; 
  	background: rgba(75,112,146, 0.75);
  	color: #fff;
	}

/* ----------------------------------------------------------
funder logos
---------------------------------------------------------- */

.funders-wrap ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	}

.funders-wrap ul.margined li img {
	padding-bottom: 20px;	
	}

.funders-wrap ul li {
	display: inline;	
	margin-right: 10px;
	border-bottom: none;
	margin-bottom: 5px;
	}

.funders-wrap ul li img {
	margin-bottom: 5px;	
	}

.funders-wrap ul li img:hover {
	background-color: #fff;	
	}

.funderlogo {
	margin-top: 15px;
	}


/* ----------------------------------------------------------
Project Page
---------------------------------------------------------- */
.project-page p {
	font-size: 1.05em;
	}

.project-page p.additional-funding {
	font-size: 0.9em;	
	}


.project-images img {
	margin-bottom: 20px;
	-moz-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	width: 100%;
	height: auto;
	}

.project-images p {
	margin-right: 0;	
	}

iframe {
	width: 768px;
	height: 432px;
	}

.more-button {
	text-align: center;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #0058AE;
	color: #fff;
	width: 55%;
	margin: 40px auto;
	font-size: 1.5em;
	-webkit-transition:background-color 250ms ease-in;
	-moz-transition:background-color 250ms ease-in;
	-o-transition:background-color 250ms ease-in;
	transition:background-color 250ms ease-in;
	border-left: 1px solid #2E323E;
	border-top: 1px solid #2E323E;
	border-bottom: 1px solid #696D7B;
	border-right: 1px solid #696D7B;
	}
	
.more-button:hover {
	background-color: #DF5903;
	
	border-left: 1px solid #E88647;
	border-top: 1px solid #E88647;
	border-bottom: 1px solid #903A02;
	border-right: 1px solid #903A02;
	}
	
img.project-logo {
	margin-top: 30px;	
	}

p.pdf-download {
	display: block;
	min-height: 48px;
	background: url(../images/pdf-icon.png) no-repeat;
	margin-left: 0;
	padding-left: 60px;	
	}

p.pdf-download a:link {
	font-family: MuseoSlab500, Rockwell, 'Gill Sans', 'Gill Sans MT', 'Century Gothic',  'Trebuchet MS', 'Helvetica Neue',  Helvetica;
	font-size: 0.9em;
	position: relative;
	top: 10px;
	line-height: 1.0;
	}


/* ----------------------------------------------------------
PSPB.ORG landing page ONLY
---------------------------------------------------------- */

body#landing-page {
	background: url(../images/bg_noise_blue.gif);	
	}

body#landing-page .logo {
	padding-top: 50px;	
	}

body#landing-page p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;	
	font-family: MuseoSlab500, Rockwell, 'Gill Sans', 'Gill Sans MT', 'Century Gothic',  'Trebuchet MS', 'Helvetica Neue',  Helvetica;
	}

body#landing-page ul {
	
}

body#landing-page ul li {
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	}

.landing {
	width: 240px;	
	}

.btn {
	display:block;
	padding:36px 12px 36px 12px;
	margin-top: 25px;
	border:none;
	font-family: LeagueGothicRegular, Haettenschweiler, Impact;
	text-transform: uppercase;
	font-weight: normal;
	color: #24262E;
	font-size: 28px;
	-moz-border-radius: 25px 0;
	-webkit-border-radius: 25px 0;
	border-radius: 25px 0;
	border: 5px solid #375B94;
	background-color:#98D1F4;
	-webkit-transition:background-color 300ms ease-in;
	-moz-transition:background-color 300ms ease-in;
	-o-transition:background-color 300ms ease-in;
	transition:background-color 300ms ease-in;
	cursor:pointer;
	margin-right: 20px;
	text-align: center;
	}
	
a.btn:hover {
	background-color:#738F98;
	color: #fff;
	}	

a.btn:link, a.btn:visited {
	color: #24262E;
	}

a.btn:hover, a.btn:active {
	color: #fff;
	text-decoration: none;
	}



/* ----------------------------------------------------------
Tweet Listings
---------------------------------------------------------- */

.tweets {
	width: 100%;
	margin-bottom: 10px;
	}

.tweet-posting {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.tweet, .query {
	}

.tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	font-size: 1.2em;
	line-height: 1.1;
	width: 100%;
	}
	
.tweet_list .awesome,
.tweet_list .epic {		
	text-transform: uppercase;
	}

ul.tweet_list {
	margin-left: 0;
	}
		
ul.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #D5D9DC;
	margin-right: 0;
	float: left;
	position: relative;
	width: 20%;
	}

.tweet_list li a {		
	}
		
.tweet_list .tweet_even {
	}
		
.tweet_list .tweet_avatar {
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
	}
		
.tweet_list .tweet_avatar img {
	display: none;
	}

/* ----------------------------------------------------------
let me clear my float
---------------------------------------------------------- */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

@media screen and (max-width: 1140px) {
	body {
	font-size: 90%;	
	}

	#nav-wrap {		
	width: 98%;
	}
	
	.content {
	width: 95%;	
	}
	
	
#nav a {
  	padding: 30px 10px;
	}

iframe {
	width: 640px;
	height: 360px;
	}


ul#bio-list li.bio {
	margin: 0 2% 40px 0;
	}
	
.quarter-cols div {
	font-size: 120%;
	}

.quarter-cols div {
	width: 44%;
	padding: 2%;
	margin-right: 3%;
	}

.quarter-cols a:nth-of-type(4n) div {  /* re-set zeroed out margins */
	margin-right: 3%;	
	}
	
.quarter-cols a:nth-of-type(2n) div  { 
	margin-right: 0;	
	}
	
.quarter-cols div:hover {
	padding: 2%;
	}
	
.project-page .project-images img {
	width: 100%;
	height: auto;	
	}

}




@media screen and (max-width: 800px) { /* need max-device-width for iphone */
	
#nav {
	position: relative;
	}
	
body {
	font-size: 90%;	
	}

#nav-wrap {
	width: 95%;	
	}

#nav-wrap ul, #portfolio-slider {		
	display: none;
	}
	
.content {
	width: 90%;
	}
	
#nav a {
  	padding: 30px 15px;
	}


.impact-map img {
	width: 100%;
	height: auto;	
	}

.section {
	padding-top: 20px;
	}

#section-1 {
	padding-top: 80px;	
	}

h1, h2, h3, h4, h6, p, ul {
	margin-left: 5%;
	margin-right: 5%;	
	}

h1 img {
	width: 100%;
	height: auto;
	}

h1 span {
	font-size: 1.6em;	
	line-height: 1.1;
	}

h1 {
	line-height: 1.2;	
	font-size: 1.3em;
	}

.project-page h1 {
	font-size: 1.3em;	
	}

p {
	line-height: 1.3;
	}


.column {
	float: none;
	width: 100%;	
	}

.iframe-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;	
	margin-bottom: 20px;
	}

.iframe-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}


.impact {
	width: 85%;
	padding:20px 15px 25px 15px;
	position:relative;
	word-wrap:break-word;
	-moz-border-radius:20px; /*add some nice CSS3 round corners*/
	-webkit-border-radius:20px;
	border-radius:20px;
	margin-bottom:2em;
	margin-left: 5%;
	margin-right: 10%;
	margin-top: 30px;
	font-size: 0.7em;
	}

.impact:after{ /*arrow added to downarrowdiv DIV*/
	left:15%;
	}

.quarter-cols div, .third-cols div {
	font-size: 120%;
	}

.quarter-cols div, .third-cols div {
	width: 90%;
	padding: 2%;
	margin-left: 5%;
	}
	
.quarter-cols a:nth-of-type(1n) div  { 
	margin-right: 0;	
	}
	
.quarter-cols div:hover {
	padding: 2%;
	}
	
#bio-list {
	float: none;
	}
	
ul#bio-list {
	margin-right: 0;	
	}
		
ul#bio-list li {
	border-bottom: none;	
	position: relative;
	margin: 0;
	padding: 0;
	width: 60%;
	
	}
	
ul#bio-list li:hover {
	z-index: 9999;
	position: relative;	
	}
		
ul#bio-list li.bio {
	float:left;
	width: 90%;	
	/* height: 200px; */
	margin: 0 85px 40px 5%;
	display:inline;
	background-color: #efefef;
	background-color: rgba(0,0,0,0.075);
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	}
	
ul#bio-list img {
	width: 75%;
	height: auto;	
	}

		
ul#bio-list h3  {
/*	font-family: LeagueGothicRegular, Haettenschweiler, Impact;
text-transform: uppercase; */
		font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', 'Helvetica Neue', Verdana, Geneva, sans-serif;
line-height: 1.0;
font-size: 1.5em;
margin-top: -10px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
margin-left: 0;
padding-left: 15px;
margin-right: 0;
color: #fff;
position: relative;
background-color: #000;
	}
		
	
p.more {
color: #4E668D;
	text-decoration: none;	
	margin-top: 0;	
}
		
ul#bio-list li a {
	border:none;
	}
		
ul#bio-list p {
	margin-bottom:10px;
	font-size: 15px;
	margin-left: 15px;
	}
	
		
.bio_text {
	position: relative;
	float: left;
	width: 240px;
	}

.bio_text h3 {
	
	}

.bio_text p {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.4em;
	}

ul#bio-list li.bio p.title {
	margin-top: 10px;
	padding-top: 0;
	font-family: 'MuseoSlab500', sans-serif;
	line-height: 1.1;
	font-size: 1.1em;
		color: #738F98;
		margin-bottom: 5px;
	}
	
ul#bio-list li .info {
	position: relative;
	padding: 0 0 0 20px;
	width: 100%;
	border: none;
	display: block;
	
	background: none;
	font-size: 1.2em;
-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition:all 250ms ease-in;
	-moz-transition:all 250ms ease-in;
	-o-transition:all 250ms ease-in;
	transition:all 250ms ease-in;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
ul#bio-list li:hover .info {display: block;}

ul#bio-list li .info p.bio {
display: none;	
}


ul#bio-list li .bio-crucial {
position: relative;	
margin: 0;
padding: 0;
}


.project-page hgroup {
	padding-top: 40px;
}

.copy-sidebar, .half, .quarter {
float: none;
width: 100%;	
}

.copy-main {
width: 100%;	
margin-top: 20px;
}

.more-button {
font-size: 1.1em;	
}

	}
	
