@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}
video {
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.g-recaptcha {
    float: left;
    margin-left: 10px;
}
body {
    float: left;
    height: 100%;
    width: 100%;
    font-family: roboto condensed;
}
img {
    float: left;
    width: 100%;
    z-index: 0;
}
h2, h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.slide {
    position: absolute;
    height: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
}
.slide-content {
    position: absolute;
    z-index: 999;
    width: 40%;
    text-align: center;
    bottom: 10%;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 25%;
	padding: 15px 5%;
}
.slide-content-left.blue-grey {
    position: absolute;
    left: 2%;
    top: 25%;
    padding: 15px 2%;
    width: 20%;
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
}
.slide-content-top.blue-grey {
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20%;
    width: 60%;
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
}
.slide-content-top.blue-grey a {
	color: #ffffff;
}
.slide-content-top.blue-grey h3{
	margin: 25px 0;
}
.slide-content.position-top {
    top: 10%;
    bottom: unset;
}
.slide-content.blue-bg,
.slide-content-left.blue-bg{

}
.slide-content.blue-grey,
.slide-content-left.blue-grey{
	background-color: #202020;
}
.slide-content.blue-bg a,
.slide-content.transparent-bg a,
.slide-content-left.blue-bg a{
	color: #ffffff;
}
.slide-content.blue-grey a,
.slide-content-left.blue-grey a{
	color: #ffffff;
}
.call-to-action {
    position: fixed;
    z-index: 9999;
    background-color: #f82736;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    right: 0;
}
.call-to-action a{
    text-decoration: none;
    color: #ffffff;
	text-transform:uppercase;
}
.btn-grp a.next {
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 999;
    padding: 30px 20px;
    color: #ffffff;
    background-color: #f82736;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-grp a.previous {
    position: fixed;
    left: 0;
    top: 44%;
    z-index: 999;
    padding: 30px 20px;
    color: #ffffff;
    background-color: #f82736;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.login-form {
	background: rgba(246,123,0,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(246,123,0,1) 0%, rgba(248,39,54,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(246,123,0,1)), color-stop(100%, rgba(248,39,54,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(246,123,0,1) 0%, rgba(248,39,54,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(246,123,0,1) 0%, rgba(248,39,54,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(246,123,0,1) 0%, rgba(248,39,54,1) 100%);
	background: radial-gradient(ellipse at center, rgba(246,123,0,1) 0%, rgba(248,39,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67b00', endColorstr='#f82736', GradientType=1 );
    position: absolute;
    width: 40%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 0 30%;
    padding: 25px 0;
    bottom: 10%;
}
.login-form label {
    width: 100%;
	float: left;
	margin-bottom: 15px;
}
.login-form input {
    width: 50%;
    float: left;
    margin: 0 25% 15px;
    padding: 10px 0;
	text-align: center;
}
.login-notice {
    font-size: 14px;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.slide.video-list {
    text-align: center;
    padding: 50px 0;
    color: #f82736;
	overflow: visible;
}
.copyright {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #f82736;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 700;
}
.copyright a{
	color: #ffffff;
	text-decoration: none;
}
.video-list ul{
	float: left;
	width: 80%;
	margin: 25px 10%;
}
.video-list ul li {
    float: left;
    width: 23%;
    margin: 10px 1%;
	height: 250px;
}
.video-list ul li iframe {
    float: left;
    width: 100%;
    margin: 0;
    height: 100%;
}
.video-list h3{
    font-size: 55px;
    font-weight: 700;
	line-height: 65px;
}
.start-slides {
    display: inline-block;
    height: 30px;
    background-color: #f82736;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    float: left;
    width: 30%;
    margin: 20px 35%;
    font-size: 20px;
    padding: 10px 0;
}
.start-slides:hover{
	background-color: #f82736;
}
@media screen and (max-width : 737px){
	.slide-content {
		width: 80%;
		font-size: 26px;
		line-height: 35px;
		margin: 0 5%;
		padding: 15px 5%;
	}
	.call-to-action {
		width: 100%;
	}
	.slide-content-top.blue-grey {
		background-color: #202020;
		position: absolute;
		left: 0;
		top: 50px;
		padding: 0 10%;
		width: 80%;
		font-size: 16px;
		line-height: 26px;
		color: #ffffff;
		text-align: center;
	}
	.video-list ul li {
		width: 100%;
	}
}