body {
	padding: 0em;
	margin: 0em;
	background-color: #0b529b;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: 'Humanst521 BT';
	font-size: 18px;
	line-height: 1.4em;
}

.header {
  z-index: 1;
  position: relative;
}

.header .skew:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #FFF;
  z-index: -1;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
    -webkit-backface-visibility: hidden;
}

.header .skew .header-inner {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.logo {
  margin: 0;
}

.container {
  padding-top: 60px;
}

.main-container {
	position: relative;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}

section {
  margin: 10px 0;
  padding: 0 20px;
  padding-bottom: 10px;
  position: relative;
}

h1 {
	font-family: 'Humnst777 Blk BT', verdana, sans-serif;
	line-height: 1.2em;
}

h2 {
	font-family: 'Humnst777 Blk BT', verdana, sans-serif;
	line-height: 1.2em;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#footer {
	width: 100%;
	background-image: url(images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ed1c24;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.standout {
	font-family:'Humnst777 Blk BT';
	font-size:20px;
}

@font-face {
  font-family: 'Humnst777 Blk BT';
  src: url('fonts/Humanist 777 Black BT.eot'); /* IE9 Compat Modes */
  src: url('fonts/Humanist 777 Black BT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Humanist 777 Black BT.woff') format('woff'), /* Modern Browsers */
       url('fonts/Humanist 777 Black BT.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Humanist 777 Black BT.svg#bb4ec5ed74777acbd2a279425a09014f') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Humanst521 BT';
  src: url('fonts/humanst521-bt-roman-11929.eot'); /* IE9 Compat Modes */
  src: url('fonts/humanst521-bt-roman-11929.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/humanst521-bt-roman-11929.woff') format('woff'), /* Modern Browsers */
       url('fonts/humanst521-bt-roman-11929.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/humanst521-bt-roman-11929.svg#94bb7758e519b0d9eb162551f1511c13') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@media screen and (max-width: 480px) {
.logo {
	max-width: 90%;
}
}