@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	width: 80%;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.order_form {
	float: left;
	font-family: Georgia;
	font-weight: bold;
	font-size: 18px;
}
.brought {
	margin-left: 0;
	font-size: 20px;
	color: #181818;
	text-align: center;
}
#leadForm {
	font-family: 'Roboto Condensed', sans-serif;
	background-repeat: repeat;
	background-color:#01437D;
	border: 10px solid #f3f2f2;
}
  
:invalid {
}

:required {
}
form {
}
body {
	background-color: #FFFFFF;
	font-family: "Georgia";
}
#container {
	width: 95%;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
}
#bottom {
	text-align:center;	
	width:100%;
	background-color:#ececec;
	clear:both;
	font-size:10px;
}
#logo {
	background-repeat: no-repeat;
	min-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#video_container {
	width: 100%;
	margin:0 auto;
}
h1 {
	color: #964280;
	font-weight: bold;
	font-size: 42px;
}
p.left {
	float: left;
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-bottom: 5%;
}
p.right {
	float: right;
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-bottom: 5%;
}
p.full {
	font-family: Georgia;
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-bottom: 5%;
	margin: 0 auto;
}
img.right {
	float: right;
	margin: 0 auto;
}
img.left {
	float: left;
	margin: 0 auto;
}
#stickyLogo {
	height: 70px;
	opacity: 0.98;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	position: fixed;
	border-bottom: 5px solid #ccc;
	visibility: hidden;
}
.vimeo {
	text-align: center;
	margin: 0 auto;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;

	background-repeat: repeat;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.order_form {
	float: right;
	margin-right: 9%;
	font-family: Georgia;
	font-weight: bold;
	font-size: 18px;
}
.brought {
	margin-left: 8%;
	font-size: 20px;
	color: #181818;
	text-align: left;
}
#leadForm {
	border: 10px solid #f3f2f2;
	width: 560px;
	background-color:#01437D;
}

:invalid {
}

:required {
}
form {
	width: 400px;
}

body {
	background-color: #FFFFFF;
	height: 100%;
}
#container {
	max-width: 960px;
	background-color: #fff;
	margin: 0 auto;
	background-repeat: repeat;
	overflow: hidden;
	padding: 0;
}
#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
	}
#video_container {
	color: #fff;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	min-height: 407px;
	text-align: center;
	margin:0 auto;
}
h1 {
	color: #964280;
	font-weight: bold;
	font-size: 42px;
}
p.left {
	float: left;
	width: 50%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-left: 9%;
	text-align: justify;
	margin-bottom: 5%;
}
p.right {
	float: right;
	width: 50%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-right: 9%;
	text-align: justify;
	margin-bottom: 5%;
}
p.full {
	width: 85%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-right: 9%;
	text-align: justify;
	margin-bottom: 5%;
	margin: 0 auto;
}
img.right {
	float: right;
	margin-right: 8%;
}
img.left {
	float: left;
	margin-left: 8%;
}
#stickyLogo {
	width: 960px;
	height: 70px;
	opacity: 0.98;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	position: fixed;
	border-bottom: 5px solid #ccc;
	visibility: visible;
}
.vimeo {
	width: 670px;
	height: 360px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#leadForm {
	font-family: 'Roboto Condensed', sans-serif;
	background-repeat: repeat;
	background-color:#01437D;
	border: 10px solid #f3f2f2;
}

:invalid {
}

:required {
}
form {
	width: 400px;
}

body {
	background-color: #FFFFFF;
	height: 100%;
}
#container {
	max-width: 960px;
	background-color: #fff;
	margin: 0 auto;
	background-repeat: repeat;
	overflow: hidden;
}
#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
}
#video_container {
	color: #fff;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 5px;
	background-image: url('../img/video_bg.png');
	background-repeat: no-repeat;
	min-height: 407px;
	text-align: center;
	margin:0 auto;
}
h1 {
	color: #964280;
	font-weight: bold;
	font-size: 42px;
}
p.left#legacy {
	float: left;
	width: 45%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-left: 9%;
	text-align: justify;
	margin-bottom: 5%;
}
p.left{
	float: left;
	width: 50%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-left: 9%;
	text-align: justify;
	margin-bottom: 5%;
}
p.right {
	float: right;
	width: 50%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-right: 9%;
	text-align: justify;
	margin-bottom: 5%;
}
p.full {
	width: 85%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	margin-right: 9%;
	text-align: justify;
	margin-bottom: 5%;
	margin: 0 auto;
}
img.right {
	float: right;
	margin-right: 8%;
}
img.left {
	float: left;
	margin-left: 8%;
}
#stickyLogo {
	width: 960px;
	height: 70px;
	opacity: 0.98;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	position: fixed;
	border-bottom: 5px solid #ccc;
	visibility: visible;
}
.vimeo {
	width: 670px;
	height: 360px;
}
}
