@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	color:#000;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

p { 
	margin:0;
}

h3 {
	font-size:17px;
	font-weight:normal;
	padding-top:4px;
	margin-top:6px
}

a {
	color:#000;
	text-decoration:none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.cr {
	clear:right;
}

.cl {
	clear:left;
}

.cb {
	clear:both;
}

.rMarg_3 {
	margin-right:3px;
}

.rMarg_10 {
	margin-right:10px;
}
.rMarg_20 {
	margin-right:20px;
}

.bMarg_4 {
	margin-bottom:4px;
}

.bMarg_10 {
	margin-bottom:10px;
}

.bMarg_14 {
	margin-bottom:14px;
}

.bMarg_20 {
	margin-bottom:20px;
}

.tPad_10 {
	padding-top:10px;
}
.tPad_20 {
	padding-top:20px;
}

.lPad_20 {
	padding-left:20px;
}

.col_1 {
}

.col_2 {
	float:left;
	width:300px;
}

.darkBlue {
	color:#3278a0;
}

.ltBlue {
	color:#5ea9dc;
}

.red {
	color:#cf4a2a;
}

.peach {
	color:#eac294;
}

.caps {
	text-transform:uppercase;
}

.italic {
	font-style:italic;
}

.small {
	font-size:.8em;
}

.large {
	font-size:1.1em;
}

.orangeTD {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	color:#cf4a2a;
}

header {
	width:960px;
	height:193px;
	position:relative;
}

section {
	width:610px;
	float:left;
	padding:0 10px 10px 20px;
	position:relative;
	z-index:12;
}

aside {
	float: right; 
	margin: 100px 20px 0 0; 
	width: 300px; 
	position: relative; 
	z-index: 20;
}

header #headerBackground {
	background: url('../images/header_background_2.png') no-repeat;
	width:960px;
	height:193px;
	position:relative;
	z-index:11
}

header #siteLogo {
	position:absolute;
	top:29px;
	left:35px;
	z-index:12
}

header #globe {
	background: url('../images/globe.png') no-repeat;
	height:281px;
	width:433px;
	position:absolute;
	top:45px;
	right:0px;
	z-index:10;
}

header #dateStamp {
	background-color: #5ea9dc;
    color: #fff;
    float: right;
    font-family: "Oswald",sans-serif;
    font-size: 21px;
    height: 40px;
    padding: 8px 22px 0 23px;
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 20;
}

nav {
	display:none;
	position:relative;
	padding:0 0 20px 20px;
}

nav ul {
	margin:0;
	padding:0;
	float:left;
}

nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 16px;
	position:relative;
	z-index:10;
}

nav ul li img {
	padding-right:6px;
}


nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#3278a0;
	text-decoration:none;
	text-transform:uppercase;
}

nav ul li a:hover {
	color:#fff;
}

nav .navButton {
	background-color: #e6814d;
    color: #fff;
    float: right;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    margin-top: -10px;
    padding: 7px 13px;
    width: 126px;
}

nav .navButton a {
	color:#fff;
}

nav .navButton a:hover {
	color:#fff;
}

nav .navButton img {
	padding-right:6px;
}

nav #nav_vision {
	position:absolute;
	top:9px;
	left:21px;
	width:300px;
	z-index:1;
}

nav #nav_mission {
	position:absolute;
	top:9px;
	left:119px;
	width:300px;
	z-index:1;
}

nav #nav_about {
	position:absolute;
	top:9px;
	right:0px;
	width:300px;
	z-index:1;
}

nav #nav_sponsors {
	position:absolute;
	top:9px;
	left:231px;
	width:300px;
	z-index:1;
}

.sponsorLink {
	display:block;
	/*line-height:11px;*/
	padding-bottom:10px;
	font-size:1.1em;
}

.committee {
	display:block;
	/*line-height:11px;*/
	padding-bottom:10px;
	font-size:1.1em;
}

#content {
	background-color:#bcdeeb;
	width:960px;
	margin:auto;
}

section #sectionHeader {
	padding:0 0 11px 20px;
}

section #sectionHeader .boxHeader {
	font-family: 'Oswald', sans-serif;
	font-size:23px;
	color:#e6804d;
	float:left;
	margin-top:-4px;
}

section #sectionHeader .boxContent {
	margin:9px 0 0 160px;
	line-height:13px;
}

section #sectionSubHeader {
	font-family: 'Oswald', sans-serif;
	font-size:23px;
	color:#e6804d;
	padding:20px 0 5px 20px;
}

.resetSection {
	position:absolute;
	top:4px;
	right:6px;
	display:none;
	cursor:pointer;
}

.boxNoHeader {
	border-top-left-radius:23px;
	background-color:#fff;
	background: rgba(255, 255, 255, .5);
	padding:10px 20px 10px 20px;
}

.boxNoHeader .sectionBox {
	position:relative;
	border-top-left-radius:23px;
	width:136px;
	padding:5px 3px;
	height:167px;
}

.boxNoHeader .sectionBox:hover {
	background: rgba(255, 255, 255, .5);
	height:167px;
}

.sectionHighlight {
	background: rgba(255, 255, 255, .5);
}

.boxNoHeader .sectionBox .icon {
	text-align:center;
}

.boxWithHeader {
	
}

.boxWithHeader .boxHeader {
	border-top-left-radius:23px;
	background-color:#fff;
	background: rgba(255, 255, 255, .8);
	padding-left: 20px;
    padding-top: 4px;
}

.boxWithHeader .boxHeader img {
	margin:0 1px -3px 0;
}

.boxWithHeader .boxHeader span.title {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	margin-right:9px;
}

.boxWithHeader .boxContent {
	background-color:#fff;
	/*background: rgba(255, 255, 255, .6);*/
	background-color:#d7ebf3;
	padding:10px 20px 10px 20px;
}

.boxWithHeader .boxContent .subTitle {
	color:#d68528;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
	
}

.videoAllLink {
	padding:10px 0;
}

.videoAllLink a {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#cf4a2a;
}

.presentationLink {
}

.presentationLink img {
	
}

.presentationLink .copy {
	padding-bottom:2px;
}

.infographicsLink {
	width:264px;
	text-align:center
}

.infographicsLink img {
	
}

.infographicsLink .copy {
	margin: auto;
    text-align: center;
    width: 163px;
}

.infographicsLink .copy a {
	color:#000;
	text-decoration:none;
}

.workshopLink {
	padding-bottom:23px;
	line-height:13px;
}

.workshopLink img {
	float:left;
}

.workshopLink .copy {
	margin-left:85px;
}

.workshopLink .copy .releaseText {
	font-size:.8em;
	line-height:12px;
	color:#5ea9dc;
	display:block;
	margin-top:5px;
	text-transform:uppercase;
}

.papersLink {
	padding-bottom:10px;
}

.papersLink img {
	float:left;
}

.papersLink .copy {
	margin-left:68px;
	line-height:14px;
}

.engagingLink {
	width:170px;
}

.engagingLink img {
	float:left;
}

.engagingLink .copy {
	margin-left:78px;
}

.socialLeft {
	float:left;
	width:276px;
}

.socialTwitter {
	float:left;
	margin-left:16px;
}

.socialTwitter .twitterLink {
	width:277px;
}

.socialTwitter .twitterLink img {
	float:left;
}

.socialTwitter .twitterLink .copy {
	margin-left:30px;
}


@media all and (min-width: 0px) and (max-width: 519px) {

	html, body{
	    width:644px;
	    overflow-x:hidden;
	  }

	section, aside {
	    float: none;
	}
	
	aside { 
		display:none;
	}
	
	header #headerBackground {
		width:644px;
	}
	
	header #globe {
		left: 211px;
	}
	
	header #dateStamp {
		right:326px;
		top:49px;	
	}
	
	nav {
		display:block;
	}
	
	#content {
		width:644px;
	}
	
}

/*
@media all and (min-width: 340px) and (max-width: 959px) {

	html, body{
	    width:100%;
	    overflow-x:hidden;
	  }
	
	section, aside {
	    float: none;
	    width: 610px;
	}
	
	aside { 
		display:none;
	}
	
	header #headerBackground {
		width:644px;
	}
	
	header #globe {
		left: 211px;
	}
	
	header #dateStamp {
		right:326px;
		top:49px;	
	}
	
	nav {
		display:block;
	}
	
	#content {
		width:644px;
	}
	
	
}
*/