/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html, body {
	height:100%;

}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	background-color: #fff;
  display: flex;
  flex-direction: column;
  color: #1291e2;

}
.copyright {
	background-color:#000;
	background-image:none;
}



}
.wrapper {
	width:100%;
	min-height:800px;
	height:100%;
	position:relative;
	float:left;
	margin: 0px 0px 70px 0px;
	padding: 0px 0px 40px 0px;
    background-color: #;
}



.children-lower-right {
	position:absolute;
	bottom:-100px;
	right:5%;
	z-index:-1;
}
/*-- Header --*/
.header {
	width:100%;
	float:left;
	padding: 0px 5% 0px 5%;
	margin:0px 0px 40px 0px;
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
	background-position: top center;
}
.header-inner {
	max-width:auto;
	margin:0px auto;
}
.logo {
	width: auto;
    height: auto;
	float:left;
	position:relative;
	top: 18px;
	margin:7px 10px 0px 0px;
	border:none;
}
h1 {
	position:relative;
	text-align: center;
	color:#AE539E;
	font-size:34px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0px 0px 30px 0px;
}
h1 span {
	color:#AE539E;
}
p.subheading {
	font-size:28px;
    position: relative;
    top: -25px;
    color: #1291e2;
	margin-bottom: -10px;
}
h2 {
    position: relative;
    color: #1291e2;
    font-weight: 400;
    font-size: 24px;
}
/*-- Content --*/
.content-wrapper {
	width:100%;
	float:left;
	padding:0px 5%;
}
.content {
	max-width:960px;
	margin: 0px auto 15px auto;
	position:relative;
	font-size:24px;
	color:#6e6e7f;
}
.content a {
color:#1291e2;
	font-weight:400;
	text-decoration:none;
}

.contact-list {
	width:100%;
	float:left;
	margin: 0px 0px 0px 0%;
	padding:0px;
	list-style:none;
}
.contact-list li {
	width:100%;
		font-size:24px;
	line-height:32px;
	text-align:center;
	float:left;
	margin: 0px 0% 10px 0px;
	padding:0px;
	list-style:none;
}

.contact-list li a{
	color:#1291e2;
	font-weight:400;
	text-decoration:none;
	border:none;
}


.video-thumb-list {
	width:100%;
	float:left;
	margin: 0px 0px 0px 0%;
	padding:0px;
	list-style:none;
}
.video-thumb-list li {
	width:100%;
	float:left;
	margin: 0px 0% 10px 0px;
	padding:0px;
	list-style:none;
}

.video-thumb-list li a{
	font-size:24px;
	color:#6e6e7f;
	font-weight:400;
	text-decoration:none;
	border:none;
	padding-left:20px;
	background-image:url(../img/bullet.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.video-thumb-list li a:hover{
	font-size:24px;
	color:#1291e2;
	font-weight:400;
	text-decoration:none;
	border:none;
	background-image:url(../img/bullet.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.backButton {
	display:inline-block;
	color:#fff;
	float:right;
	font-size:16px;
	letter-spacing:0px;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	bottom:0px;
	font-weight:400;
	right:0px;
	padding-right:20px;
	background-image:url(../img/main-menu-arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
}
.backButtonleft {
	display:inline-block;
	color:#fff;
	float:left;
	font-size:16px;
	letter-spacing:0px;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	bottom:0px;
	font-weight:400;
	right:0px;
	padding-right:20px;
	background-image:url(../img/main-menu-arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
}
.backButton2 {
	display:inline-block;
	color:#fff;
	float:right;
	font-size:24px;
	text-decoration:none;
	position:relative;
	bottom:0px;
	right:0px;
	text-shadow:1px 1px 6px #000;
	padding-left:76px;
}
.backButton:hover, .backButton2:hover {
	color:#ffe867;
	background-image:url(../img/main-menu-arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
}
/*-- Footer --*/
.footer {
	width:100%;
	float:left;
	height:70px;
	padding: 30px 5% 0px 5%;
	background-color:#1291e2;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position: center right;
}

.vidfooter {
	flex-shrink: 0;
   	width: 100%;
	padding: 30px 5% 0px 5%;
	background-color:#1291e2;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position: center right;
}

.footer-inner {
	max-width:1140px;
	margin:0px auto;
	font-size:12px;
}

iframe {
	flex: 1 0 auto;
	text-align: center;
	width: 100%;}