@charset "UTF-8";

/* Layout Small Screens */

#social-media-icons {
  float: right;
  padding-bottom: 50px;
}

header {
  height: 75px;
  background: url(../images/banner_small.jpg) no-repeat right 0px;
  background-size: 500px 85px;
}

header a.logo {
	width: 150px;
	height: 40px;
	top: 35px;
	right: 10px;
	background-image: url(../images/logo_small.png);
	background-size: 150px 40px;
}

.page {
	max-width: 500px;
  min-width: 50px;
	margin: 0px auto ;
	position: relative;
	background-color:#FFFFFF;
}

article {
  padding: 425px 20px 10px 20px;
  overflow: visible;
}

article img{
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	width: 100px;
}

nav {
	position: static;
	padding: 75px 0px 10px 0px;
	background-color: #000000;
}

nav a {
	color: #ffcc33;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #e1d8ce;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }
h1 {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  margin: 0 0 .5em 0;
  line-height: 1em;
}
h2 {font-size: 1em; font-weight: normal; color: #000000; margin: 0 0 .5em 0; line-height: 1em;}

.promo_container .promo .content { padding: 500px 30px 0px 0px; }
.promo_container .promo {
	width: 100%;
	float: left;
	padding: 10px 0px 0px 30px;
	background-position: 0px 13px;
	border-top: 1px solid #ccc;
}


.content{
  margin-top: 150px;
  }

h3{
  margin-top: 200px;
}


videoWrapper{
	padding: 0px 30px 0px 70px;
	width: 100% !important;
	height: auto !important;
}

videoWrapper.iframe{
	width: 100% !important;
	height: auto !important;

}


.promo.one {background-image: url(../images/promo_1.png); }
.promo.two {background-image: url(../images/promo_2.png); }
.promo.three {background-image: url(../images/promo_3.png); }
.promo.four {background-image: url(../images/promo_4.png); }
.promo.five {background-image: url(../images/promo_5.png); }
.promo.six {background-image: url(../images/promo_6.png); }


.promo_container .promo .content { padding: 10px 10px 5px 40px;}

footer {
  border-top: 1px solid #a6abc5;
}

body { background-image: none; }


.promo_container .promo .content {
  padding: 0px 30px 0px 30px;
  background-position: top;
  width: 100%;
  float: right;
  }


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header { background-image: url(../images/banner_small_2x.jpg); }
	header a.logo {	background-image: url(../images/logo_small_2x.png) ; }

}
