@charset "utf-8";
/* CSS Document */
/*General Structure*/
html {
	margin: auto;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: 2e2e2e;
	font-family: Verdana, Geneva, sans-serif;
	margin: auto;
	max-width: 980px;
	min-width: 320px;
	
}
#nav {
	border-top: .4em solid #009ad4;
	border-bottom: .4em solid #009ad4;
	/*background: #fff;*/
	font-family: 'Hind', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
#nav ul {
	margin: 0;
	padding: 0;
	padding-bottom: .8em;
	padding-top: .8em;
}
#nav ul li {
	color: #2e2e2e; 
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.15em;
	padding-left: .15em;
	padding-right: .15em;
}
#nav ul li:hover {
	color: #009ad4;
}

#nav ul a:visited {
	text-decoration: none;
	color: #009ad4;
}

#nav ul a {
	text-decoration: none;
	color: #009ad4;
}
#nav ul a:hover {
	color: #009ad4;
}
#main-content {
	background: rgba(255,255,255, .5);
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: hidden;
}
#main-content img {
	background: #ccc;
	/*border: .3em solid #009ad4;*/
}

#content {
	float: left;
	width: 70%;
}
.sidebar {
	background: rgba(255,255,255,.5);
	border: .175em solid #009ad4;
	padding: 0;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-radius: .5em;
}
#sidebar-box {
	width: 25%;
	float: right;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin-top:.5em;
}

.sidebar li {
	padding: .15em;
}

.footer-img {
	display: inline-block;
	position: relative;
	bottom: -5px;
	float: left;
	width: 25%;
}

.footer-text {
	width: 70%;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.footer-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 2.4em;
}

.footer-subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.05em;
}

#footer button {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px;
	background: #009ad4;
	border-radius: .5em;
	border: none;
	color: #fff;
	cursor: pointer;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
}

#app {
	border-top: .4em solid #009ad4;
	border-bottom: .4em solid #009ad4;
	color: #2e2e2e;
	overflow: hidden;
}
#copyright {
	color: #2e2e2e;
	text-align: center;
	font-size: .8em;
	padding: 1.5em;
}
#copyright a {
	text-decoration: none;
	color: #2e2e2e;
}
#copyright a:hover {
	text-decoration: underline;
}
img{
	max-width: 100%;
	border-radius: .5em;
}
/*Page Specific*/
/*Homepage*/
#home-image {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}
#home-image img{
	border-radius: 0;
}
#banner img {
	border-radius: 0;
	border: 0;	
}
#promo {
	position: absolute;
	display: inline-block;
	bottom: 5%;
	right: 4%;
	max-width: 33%;
}
#promo img {
	
	border: 0em solid #bf1e2e;
	border-radius: .5em;
}
/*Downloads*/
.promo {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 49%;
}
.promo .title {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	padding-bottom: 0em;
	margin-bottom: 1em;	
}
.promo .title a {
	background: #efefef;
	border-radius: .5em;
	padding: .5em;
	color: #333;
	text-decoration: none;
	border: .1em solid #efefef;
}
.promo .title a:hover {
	border: .1em solid #ccc;
	color: #2e2e2e;
}
.promo figure {
	display: block;
	margin-bottom: .5em;
}
.promo figcaption {
	text-align: center;
	display: block;
	padding: .2em;
	padding-top: 0;
	font-size: .8em;
}
.video {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin:auto;
	width: 100%;
}
.video .title {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	padding-bottom: 0em;
	margin-bottom: 1em;	
}
.video .title a {
	background: #efefef;
	border-radius: .5em;
	padding: .5em;
	color: #333;
	text-decoration: none;
	border: .1em solid #efefef;
}
.video .title a:hover {
	border: .1em solid #ccc;
	color: #2e2e2e;
}
.video iframe {
	background: #fff;
	/*border: .4em solid #009ad4;*/
	border-radius: .5em;
	padding: 0;
	max-width: 100%;
}
.video figure {
	display: block;
	margin-bottom: .5em;
}
.video figcaption {
	text-align: center;
	display: block;
	padding: .2em;
	padding-top: 0;
	font-size: .8em;
}

.video figcaption a {
	text-decoration: none;
	color: #2e2e2e;
}
/*Speakers & Media*/
.speaker {
	color: #2e2e2e;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	text-align: center;
	width: 26.6%;
	padding: 3%;
	padding-top: 0;
}

.speaker span {
  color:  #fff;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7em;
  position: absolute;
	margin-top: 105px;
	margin-left: 20px;
	text-shadow: 
    1px 0px 1px #333, 0px 1px 1px #333;
}

.speaker .name {
	padding-top: .2em;
	font-weight: bold;
	font-size: 1.1em;	
}
.speaker .audio {
	display: inline-block;
	border-radius: .4em;
	margin: .2em;
	margin-top: .4em;
	padding: .4em;
	background: #dcdcdc;
	font-size: .8em;
	border: .1em solid #dcdcdc;
}
.speaker .audio:hover {
	border: .1em solid #bbb;
}
.speaker .title {
	font-style: none;
	font-size: .8em;
}	
.speaker a {
	text-decoration: none;
	color: #555;
}	
.speaker a:hover {
	color: #2e2e2e;
}	
#past-conferences {
	display: inline-block;
	background: rgba(46,46,46,.05);
	border-radius: .5em;
	padding: 1em;
	margin-bottom: 1em;
}
#past-conferences a {
	text-decoration: none;
	color: #2e2e2e;	
}
#past-conferences span:after {
	content: " | ";	
}
#past-conferences span:last-child:after {
	content: "";	
}
#past-conferences a:hover {
	text-decoration: underline;
	color: #2e2e2e;	
}
/*Lodging*/
#dining {
	float: left;
	width: 45%;
}
#map {
	padding-left: 2%;
	padding-right: 1%;
	float: right;
	width: 52%;	
	margin-bottom: 1em;
}

.hotel {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 30%;
	margin: 1%;	
	font-size: .9em;
}
.hotel .name {
	font-weight: bold;
}
.hotel a {
	text-decoration: none;
	color: #2e2e2e;
}
.hotel a:hover {
	text-decoration: underline;
	color: #333;
}
/*Pop-out Video*/
#vimeo {
	margin-top: 10px;
	text-align: center;
}
/*Text*/
h2 {
	color: #2e2e2e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4em;
	margin: 0;
	margin-bottom: .5em;
	background: #ececec;
	padding: .3em;
	padding-left: .5em;
	padding-right: .5em;
	border-radius: .5em;
}
h3 {
	color: #2e2e2e;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2em;
	margin: 0;
	margin-bottom: .5em;
}
.sidebar h3 {
	color: #2e2e2e;
	font-size: 1.6em;
	text-align: center;
	font-weight: 700;
	background: #009ad4;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.sidebar p {
	color: #2e2e2e;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align:center;
	font-size: 1em;
	padding-left: .5em;
	padding-right: .5em;
}
h4 {
	margin: .4em;
	margin-left: 0;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
p {
	color: #2e2e2e;
	line-height: 1.6em;
	font-size: .9em;
}
/* Helper Classes */
.clearfix {
	clear: both;
}
/*Viewport Targeting*/
@media screen and (max-width: 965px)  {
	#nav ul {
		max-width: 468px;
		margin: auto;
	}
}

@media screen and (max-width: 900px)  {
	.footer-img {
		display: none;
	}
	
	.footer-text {
	text-align: center;
	width: 100%;
}
}
	
@media screen and (max-width: 800px)  {

	
	#dining {
		float: none;
		width: 100%;
	}	
	#map {
		float: none;
		text-align: center;
		width: 100%;
	}
	.hotel {
		margin: auto;
		padding-bottom: 1em;
		width: 46.5%;
		text-align: center;
	}	
	#content {
		float: none;
		width: 96%;	
	}	
	#sidebar-box {
		float: none;
		width: 100%;	
	}	
	h2 {
	text-align: center;
	}	
	h3 {
		text-align: center;
	}	
	.sidebar h3 {
		text-align: center;	
	}
	h4 {
		text-align: center;
	}
	.speaker {
		margin: auto;
		width: 41.5%;
	}
	.promo {
		display: block;
		text-align: center;
		width: 95%;
	}
}
@media screen and (max-width: 485px)  {


	#nav ul li {
		display: block;
	}	
	.speaker {
		display: block;	
		margin: auto;
		width: 95%;
	}	
	.hotel {
		display: block;
		margin: auto;
		width: 95%;	
	}	
	#past-conferences {
		display: block;
		margin: auto;
		text-align: center;
	}	
	#past-conferences a{
		display: block;
		padding .2em;
	}
	#past-conferences span:after {
		content: "";	
	}
	.video iframe {
		height: 180px;
	}
}