.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

html
{
	background: #fff;
	color: #222;
	font-size: 25px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

body
{
	margin: 0;
	padding: 0;
}

.dark
{
	background: #000 !important;
	color: #fff !important;
}

body.faded:after
{
	background: url(./../img/body-top.png) repeat-x left bottom;
	background-size: 100% 100%;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
	background:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
	background:     -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
	background:      -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
	background:         linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
	height: 2.5em;
	width: 100%;
	content: '';
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

a {
	border: none;
	color: #004886;
	text-decoration: none;
}

a:hover {
	color: #a4c3d8;
}

header
{
	padding: 0 2.5em;
}

figure.header-inline {
	position: relative;
}

figure.header-inline.image img {
	display: inline;
}

figure.header-inline.video .embed-container {
	display: -moz-grid;
}

.header-inline h1 {
	position: absolute;
    bottom: 0.2em;
    left: 0.7em;
    right: 0.7em;
 }


h1
{
	margin: 1em 0 0 0;
	color: #000;
	text-align: left;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1.3em;
}


span.highlight {
	background-color: #a4c3d8;
	opacity: 0.85;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  	filter: alpha(opacity=85);
  	-moz-opacity: 0.85;
  	-khtml-opacity: 0.85;
  	padding-left: 10px;
  	padding-right: 10px;  	
}

.byline {
	text-transform: uppercase;
	font-family: "Arial Narrow", sans-serif;
	font-size: 0.7em;
}

header p
{
	padding-top: 1em;
	color: #555555;
	text-align: left;
	padding: 0 !important;
}

header .intro {
  color: black;
  font-weight: normal;
  font-size: 1.2em;
}

header .intro.dark {
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
}

audio {
}

section
{
}

/*section:after
{
	background: url(./../img/section-bottom.png) repeat-x left bottom;
	background-size: 100% 100%;
	background: -webkit-linear-gradient(bottom, #eee, rgba(255, 255, 255, 0));
	background:    -moz-linear-gradient(bottom, #eee, rgba(255, 255, 255, 0));
	background:     -ms-linear-gradient(bottom, #eee, rgba(255, 255, 255, 0));
	background:      -o-linear-gradient(bottom, #eee, rgba(255, 255, 255, 0));
	background:         linear-gradient(to top, #eee, rgba(255, 255, 255, 0));
	height: 5em;
	content: '';
	display: block;
}*/

section h1
{
	margin: 1em 0;
	padding: 0;
	font-size: 2.5em;
	line-height: 1.3em;
	text-align: left;
}

h2
{
	font-size: 1.5em;
	text-align: left;
}

p
{
  padding: 0 2.5em 0 2.5em;
}

blockquote
{
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-size: 1.5em;
	position: relative;
	z-index: 20;
}

blockquote:before
{
	content: 'Â»';
	color: #999;
}

blockquote:after
{
	content: 'Â«';
	color: #999;
}

figure
{
	margin: 0;
	padding: 0;
  position: relative;
}

figcaption
{
	padding: .67em 1.33em 0 1.33em;
	font-style: italic;
	color: #444;
	font-size: .75em;
}

figure.video iframe
{
	display: block;
	margin: auto;
	width: 100%;
	height: 720px;
	height: 56vw;
}

.primary figure.video iframe {
  height: 22vw;
}

img
{
	display: block;
	margin: auto;
	max-width: 100%;
}

footer
{
	padding-bottom: 2em;
	background: #eee;
	font-size: .75em;
	color: #888;
	text-align: center;
}

video {
  width: 100%;
}

section video {
  max-height: 700px;
}

figure.narrow {
  padding: 0 2.5em 0 2.5em;
}

.video_bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.video_bg video {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.left {
  float: left;
  margin: 0 25px 0 0;
}

.right {
  float: right;
  margin: 0 0 25px 0;
}

.textwrapper {
  width: 1100px;
  margin: auto;
  position: relative;
}

.primary {
  width: 700px;
  float: left;
}

.primary.noleft {
  margin-left: 370px;
}

.primary img {
  max-width: 90%;
}

.clear,
.textwrapper:after {
  clear: both;
}

hr
{
	color:#a4c3d8;
	background-color:#a4c3d8;
	height:1px;
	border:none;
}

hr.topline
{
	color:#a4c3d8;
	background-color:#a4c3d8;
	height:4px;
	border:none;
	margin-bottom: 10px;
}

.secondary {
    float: left;
    width: 350px;
    font-size: 0.6em;
    margin-top: 0.1em;
    line-height: 1.3em;
    clear: left;
	font-family: Arial Narrow, sans-serif;
}

.secondary p {
  padding: 0;
}

.secondary h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #555555;
	-webkit-margin-after: 0em !important;
}

.secondary figure.video iframe {
  height: auto;
}

.secondary figcaption {
  font-size: 0.9em;
  line-height: 1.2em;
}

.secondary .yes {
  color: #A4C3D8;
  text-shadow: 0 0 #A4C3D8;
}

.secondary .no {
  color: #8a1725;
}

.secondary .undecided {
  color: #004886;
}

.secondary .other {
  color: #C0C0C0;
}

#signupframe {
  text-align: center;
}

#cycler {
  position: relative;
  overflow: hidden;
}

#cycler img {
  position: static;
  z-index: 1;
}

#cycler img.active {
  z-index:3;
  position: absolute;
  top: 0;
  left: 0;
}

.audio-trigger,
.video-trigger {
    bottom: 200px;
    display: block;
    left: 0;
    position: absolute;
}

.early-trigger .audio-trigger,
.early-trigger .video-trigger {
    bottom: 800px;
}

.video-trigger.exact {
  position: relative;
  bottom: 0;
  top: 0;
}

.primary .audio-trigger {
    bottom: 100px;
}

#audiocontrols {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 1010;
    display: none;
}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; }

.curtains {
  margin: 0;
  padding: 0;
}

.curtains > li {
  list-style: none;
}

.show-for-mobile {
  display: none;
}

.show-for-tablet {
  display: none;
}

@media (max-width: 1400px)
{
	html
	{
		font-size: 25px;
	}

	figure.video iframe
	{
		width: 100%;
		height: 768px;
		height: 57vw;
	}
  
  .primary figure.video iframe {
    height: 57vw;
  }
}

@media (max-width: 1000px)
{
	html
	{
		font-size: 25px;
	}
	
	header
	{
		padding: 0 1.5em;
	}

	h1
	{
		font-size: 250%;
		line-height: 1.25em;
	}		

	figure.video iframe
	{
		width: 100%;
		height: 768px;
		height: 57vw;
	}
    
    .textwrapper {
      width: 100%;
    }
    
    .primary {
      width: 560px;
    }
    
    .primary.noleft {
      margin-left: 230px;
    }
    
    .secondary {
      width: 200px;
      font-size: 0.6em;
    }
}

@media (max-width: 768px)
{
	html
	{
		font-size: 20px;
	}

	body:after
	{
		height: 3em;
	}

	header
	{
		padding: 0 1.5em;
	}

	h1
	{
		font-size: 250%;
		line-height: 1.25em;
	}	
	section
	{
	}

	section:after
	{
	}

	figure
	{
		margin: 0;
		padding: 0 .5em;
	}

	figure.video iframe
	{
		width: 100%;
		height: 480px;
		height: 57vw;
	}
    
  .textwrapper {
    width: 100%;
  }
  
  .primary {
    width: 430px;
  }
  
  .primary.noleft {
    margin-left: 0;
    width: 100%;
  }
  
  .secondary {
    width: 200px;
  }
  
  .hide-for-tablet {
    display: none;
  }
  
  .show-for-tablet {
    display: inherit;
  }
}

@media (max-width: 480px)
{
	html
	{
		font-size: 17px;
	}

	body:after
	{
		height: 5em;
	}

	header
	{
		padding: 0 1.5em;
	}

	h1
	{
		font-size: 250%;
		line-height: 1.25em;
	}			

	.header-inline h1 {
	position: absolute;
    bottom: 0.2em;
    left: 0.4em;
    right: 0.4em;
 	}



	figure
	{
		margin: 0;
		padding: 0;
	}

	figure.video iframe
	{
		width: 100%;
		height: 320px;
		height: 57vw;
	}
    
  .primary {
    width: 100%;
    float: none;
  }
  
  .primary.noleft {
    margin: 0;
  }
  
  .secondary {
    width: 90%;
    float: none;
    font-size: 0.8em;
    margin: 0 10px;
  }
  
  .secondary image {
    width: 90%;
  }
  
  .hide-for-mobile {
    display:none;
  }
  
  .show-for-mobile {
    display: inherit;
  }
  
  #cycler {
    display: none;
  }
}

@media (max-width: 320px)
{
	html
	{
		font-size: 10px;
	}

	header
	{
		padding: 0 1em;
	}


	figure.video iframe
	{
		width: 100%;
		height: 162px;
		height: 57vw;
	}

	figure
	{
		margin: 0;
		padding: 0 .5em;
	}

	figure.video iframe
	{
		width: 100%;
		height: 480px;
		height: 57vw;
	}
}