@charset "UTF-8";

*{-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}

html { 
  background: url(../images/cover-background-large.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	background-color: rgba(255,255,255,0);
}
.row{max-width:100%}
.row .row {margin-left: 0!important; margin-right: 0!important;}
images{width:100%}
.lightblue{color:#009fd6;padding-top: 40px; padding-bottom: 5px;}
.white{color:#ffffff;}
.nopadding{padding:0!important;}
.nomargin{margin:0!important}
[class*="column"]+[class*="column"]:last-child {
  float: none!important;
}
h3{
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 2em; 
	letter-spacing: -0.5px;
	line-height: 1em;}
p{font-size: 1em;}

#contentinner{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 1.25rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo{
	text-align: center;
	margin-bottom: 8px;
	position: relative;}



.custom-button-class {
border: 1.25px solid #009fd6;
cursor: pointer;
font-family: 'Open Sans Condensed',sans-serif;
font-size: 1.5em;
font-weight: 700!important;
line-height: normal;
margin: 0.5rem auto 0.5rem auto;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 0.2rem 3rem;
background-color: rgba(255,255,255,0);
color: #009fd6;
-webkit-transition: background-color 100ms ease-out;
-moz-transition: background-color 100ms ease-out;
transition: background-color 100ms ease-out;
-webkit-appearance: none;
}
.custom-button-class:hover {
background-color: #009fd6;
border-color: #009fd6;
color: #fff;
}
#button{
	text-align: center;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
.videowrapper{
	position: relative;
	padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
	margin-top: 25%;
}
.videowrapper iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}