@import url("//fonts.googleapis.com/css?family=Titillium+Web:200,300,400,700,400italic,700italic");
  
  html{
  	margin: 0 auto;
  	width: 100%;
  	//text-align: center;
  }
  
  body{
  /*	color: #707070;
  	//font-size: 14px;
  	//font-family: Helvetica,Arial;
  	height: 100%;
  	padding: 0;
  	overflow: auto;
	//font-family: 'cooper_hewittbook', sans-serif;
	width: 100%;
	margin: 0;
	margin-top: 0;
	//background-color: #e9e9e9;	*/

  }
  
  p,ul{
  	color: #212121; font-family: 'cooper_hewittbook', sans-serif; font-size: 14px;line-height: 1.4em;
  }
  
  #container{
  	margin: 0 auto;
  	width: 65%;
  	max-width: 1000px;
  	
  }
  
  #top_bar{
  	height: 50px;
  	width: 100%;
  	padding-bottom: 5px;
  //	background-color: #ffffff;
  	  	background-color:  #f6f6f6;
  	
  		
  }
  
  .title_footer{
  	font-size: 24px;
  	  	font-family: 'cooper_hewittbook_italic', sans-serif;
  	text-align: center;
  	margin: 0 auto;
  	
  	
  }
  
  .flexcontainer {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row /* works with row or column */
flex-direction: row;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
 -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-flow: row wrap;
  }
  
  #video_bar{
  	width: 100%;
  	margin: 0 auto;
  	min-height: 300px;
 	padding-top: 20px;
 	padding-bottom: 30px;
  	color: #000000;
  	  	background-color: #FEE683;
  	
  //	background-color:  #f6f6f6;
  
  	
  }
  
  #info_feat{
  flex: auto;
  }
  #info_form{
  flex: 2;
  }
  
  #bar_content_upgrade{
  	background-color: #FEE683;
  	padding: 2px 150px;
  	font-size: 16px;
  	font-family: 'cooper_hewittbook_italic', sans-serif;
  	margin-bottom: 40px;
  	text-transform: uppercase;
  	//background-image: url(video_info_overlay.png);
  //	background-size: 100%;
  	//height: 180px;
  	
  }
  
   #video_bar_wrapper{
  	width: 68%;
   	margin: 0 auto;
   	padding: 0px 30px;
   }
  #video_container{
  	  	//background-color: black;
  	  	text-align: center;
  		padding-top: 20px;
  		//min-width: 425px;
  		max-width: 425px;
  		flex: auto;
  		margin-right: 40px;
  }
  #video_desc{
  	text-align: left;
  	//padding-left: 50px;
  	min-width: 250px;
  	color: black;
  	padding-top: 20px;
  	flex: 2;
  }
  
  #feat_img{
  	text-align: center;
  	flex:auto;
  }
  #items{
  	flex: 2;
  }
  h2{
  	line-height: 1em;
  	padding: 0px;
  	 	font-family:'cooper_hewittMedium' ;
  	
  }
  
  h3{
  	line-height: 0.8em;
  	margin-bottom: 0px;
  	padding-bottom: 0px;
  	 	font-family:'cooper_hewittMedium' ;
  	
  }
  #logo{
	flex: auto; 
	margin-left: 30px; 	
	max-width: 145px;
  }
  #tag_line{
  	flex: 2;
  	text-align: right;
  	overflow: hidden;
  	display: none;

  }
  
  #video_desc p{
  //	color: white;
  	font-size: 12px;
  }
  
  .clear{
  	clear: both;
  }
  .explainer{
  	font-style: italic;
  	font-size: .8em;
  }
  
  #title{
  //	width: 72%;
  	margin: 0 auto;
  	text-align: left;
  	}
  	
 #top_bar_wrapper{
 	width: 75%;
	margin: 0 auto;
 
 }
 
 .form{
 	
 }
 
 .center{
 	text-align: center;
 	width: 100%;
 	text-transform: uppercase;
 	color: black;
 	font-family:'cooper_hewittMedium' ;
 	//margin-top: 20px;
 }
 
 #info_wrapper{
 	width: 80%;
 	margin: 0 auto;
 	padding: 40px 40px;
 }
 
 
 #content_upgrade_section{
 	width: 65%;
 	margin: 0 auto;
 	padding-top: 20px;
 	//border-top: 1px dotted #333;
 	margin-bottom:50px ;
 }
 
 
  @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
			  #content_upgrade_section{
			  	width: 100%;
			  }
			  
			  .embed-container { 
			  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 640px; max-height: 360px; text-align: center;
			  } 
			  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
			  
			  
			  }
 
 #footer{
 		background-color: #FEE683;
 		padding: 15px 150px;
 		font-size: 16px;
 		font-family: 'cooper_hewittbook', sans-serif;
 		width: 100%;
 		height: 60px;
 		//position: absolute;
 		bottom: 0px;
 		margin-top: 10px;
 		//border-top: 20px solid #fff;
 }
 
 @font-face {
     font-family: 'cooper_hewittbold';
     src: url('cooperhewitt-bold-webfont.woff2') format('woff2'),
          url('cooperhewitt-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittbold_italic';
     src: url('cooperhewitt-bolditalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-bolditalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittbook';
     src: url('cooperhewitt-book-webfont.woff2') format('woff2'),
          url('cooperhewitt-book-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittbook_italic';
     src: url('cooperhewitt-bookitalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-bookitalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittheavy';
     src: url('cooperhewitt-heavy-webfont.woff2') format('woff2'),
          url('cooperhewitt-heavy-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittheavy_italic';
     src: url('cooperhewitt-heavyitalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-heavyitalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittlight';
     src: url('cooperhewitt-light-webfont.woff2') format('woff2'),
          url('cooperhewitt-light-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittlight_italic';
     src: url('cooperhewitt-lightitalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-lightitalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittmedium';
     src: url('cooperhewitt-medium-webfont.woff2') format('woff2'),
          url('cooperhewitt-medium-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittmedium_italic';
     src: url('cooperhewitt-mediumitalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-mediumitalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittsemibold';
     src: url('cooperhewitt-semibold-webfont.woff2') format('woff2'),
          url('cooperhewitt-semibold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 
 
 
 @font-face {
     font-family: 'cooper_hewittsemibold_italic';
     src: url('cooperhewitt-semibolditalic-webfont.woff2') format('woff2'),
          url('cooperhewitt-semibolditalic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }