@charset "utf-8";
/* CSS Document */

/*Layout Declarations*/
html {
	height:100%;
	background:#000730;
}
body {
	color: #05335e;
	font-family: "futura-pt",Futura,sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height:1.5;
	margin: 0;
	background:#000730;
}
img {
    max-width: 100%;
    height:auto;
}
li {
	line-height:1.2;
}
p {
	margin-top:0px;
	margin-bottom:24px;
}
p:last-child {
	margin-bottom:0;
}
a {
	outline:none;
	position:relative;
}
a, a:visited	{
	color:#079ad7;
    text-decoration:underline;
}
a:hover	{
	color:#000000;
    text-decoration:underline;
}
.contentWrapper {
	margin:0px auto;
	position:relative;
}
.contentWrapper .content, .contentWrapper .textboxWrapper {
	padding:0px 5%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: normal;
	color:#000;
}
h1 {
	color:#fff;
	font-size: 38px;
}
h2 {
	font-size: 32px;
}
h3 {
	color:#0077c6;
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size:16px;
	text-transform:uppercase;
}
.full .fromcms {
	padding-right:0;
}
.fromcms {
	font-size:18px;
	line-height:2;
	padding-top:20px;
	padding-right:14%;
}
.fromcms ul {
	margin:0;
	padding:0;
	margin-bottom: 1.625rem;
}
.fromcms li {
  margin-left: 2.5rem;
  line-height: 1.625;
}
.fromcms .sideBox ul, .fromcms .sideBox li {
	margin-left:0;
}
.highlight {
	color:#079ad7;
	font-weight:bold;
}
header {
    position:relative;
    width:100%;
	padding-top:130px;
}
header .headerItems {
    position:relative;
	top:0;
	left:0;
    z-index:1000;
	width:100%;
}
header .headerItems {
    position:absolute;
	
}
header .headerItems.fixed {
	position:fixed;
	top:0;
	background-color:#ffffff;
}
header .button {
	margin:30px 0px;
	border:0;
}
header .button a {
	font-size:28px;
	letter-spacing:7px;
	padding:15px 20px;
}
header .watchvid {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	background:rgba(27,138, 212, .8);
}
header .watchvid a {
	text-transform:uppercase;
	padding:18px 12px 15px 12px;
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
header .pageTopper {
	position:relative;
}
header .pageTopper .content {
	width:100%;
}
header .pageTopper .content * {
	color:#ffffff;
	line-height:1.2;
}
header .pageTopper .contentWrapper {
	padding:10px 0px;
}
header .pageTopper h1 {
	margin-bottom:0px;
	font-size:60px;
}
header .pageTopper .tagline {
	font-size:27px;
}
.p_index header .pageTopper:before {
	padding-top:31%;
}
.quoteWrapper {
	font-family: "john-doe",serif;
	text-align:center;
}
header .quoteWrapper {
	position:absolute;
	right:5%;
	bottom:100px;	
	color:#fff;
	z-index:10;
	width:70%;
}
header .quote {
	font-size:29px;
}
header .quotedby {
	margin-top:25px;
	font-size:21px;
}
header .awards {
	position:absolute;
	bottom:20px;
	left:22%;
	z-index:10;
	width:78%;
}
header .awards ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .awards li {
	max-width:20%;
}
.headerRight {
	float:right;
	padding-right:2%;
	padding-top:24px;
	width:25%;
}
.share {
	position:absolute;
	right:10px;
	top:10px;
	display:none;
}
.share .addthis_toolbox a {
	display:block;
	float:none;
}
.share .addthis_toolbox img {
	display:block;
}
.subHeader {
	position:relative;
	padding:40px 0px 40px 5%;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
}
.subHeader .dvd {
	position:absolute;
	width:15%;
	bottom:0px;
	left:5%;
	z-index:20;
	background-image:url('/images/dvd.png');
	background-repeat:no-repeat;
	background-size:contain;
}
.subHeader .dvd:after {
	content:"";
	padding-top:188%;
	width:100%;
	display:block;
}
.subHeader .buy {
	position:relative;
	left:18%;
}
.subHeader #newsletterBox {
	position:relative;
	float:right;
	width:50%;
	right:5%;
	top:25%;
	text-align:right;
	white-space:nowrap;
}
.subHeader #newsletterBox .email {
    width: 100%;
    max-width: 400px;
    margin-bottom: 5px;
    min-width: 250px;
	font-size:15px;
}
.subHeader #newsletterBox .blur {
	text-transform:uppercase;
}
#newsletterBox .fields {
	justify-content:flex-end;
	flex-wrap:wrap;
}
.fields {
	display:flex;
}
#newsletterBox .g-recaptcha {
	transform:scale(.75);
	transform-origin:top left;
	width:230px;
	margin-left:10px;
}
input.blur,textarea.blur {
	color:#999;
}
.sitesearch {
	margin-top:10px;
}
.sitesearch input.blur {
	font-style:italic;
}
.sitesearch .btn {
	height:30px;
	vertical-align:middle;
}
.button, .darkButton {
	display:inline-block;
	background-color:#0077c6;
	border:3px solid #0077c6;
	border-radius:0px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	cursor:pointer;
	font-size:30px;
	color:#fff;
	margin-right:7px;
	text-align:center;
}
.button:last-child, .darkButton:last-child {
	margin-right:0px;
}
.button a, .darkButton a {
	display:block;
	color:inherit;
	text-decoration:none;
	padding:5px 7px;
}
.darkButton {
	background-color:#011424;
}
.button:hover, .darkButton:hover {
	background-color:#e8cba3;
}
.darkButton a {
	color:#fff;
}
input.button {
	height:60px;
	font-size:20px;
}
.button:hover a, .darkButton:hover a{
	color:#2f2f2f;
}
input.button {
	padding:5px 20px;
}
.button.right {
	float:right;
}
.video {
    position:absolute;
    top:100px;
    z-index:1500;
    width:100%;
    text-align:center;
}
.alert {
	background-color:#990000;
	padding:3px 10px;
	color:#fff;
}
/* ----------------------------------------------------- */
/* -------------- Top Slideshow ------------------------ */
/* ----------------------------------------------------- */
.slideWrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.overlay {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:5;
//	background-color:rgba(7,155,215,.5);
	background:url('/images/overlay.png');
}
/*
*/
.slideWrapper a {
	display:block;
	width:100%;
	height:100%;
}
.slideWrapper ul {
    position:relative;
    width:100%;   
    height:100%;
/*	max-height:400px;*/
	top: 0;
	left: 0;
}
.slideWrapper  .photo {
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    height:100%;
	background-color:#02263e;
}
.slideWrapper .photo:before {
    content: "";
    display: block;
    padding-top: 29%;   /* initial ratio of 1920x550*/
}
.p_index .slideWrapper .photo:before {
    padding-top: 46%;   /* initial ratio of 1366x630*/
}
.slideWrapper video {
	position:absolute;
	top:0;
	left:0;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	z-index:4;
}
.activeSlideshow .photo {
    display:none; /* Initial load, so all slideshows text don't overlap */
}
.slideWrapper ul, .slideWrapper li {
    padding:0;
    margin:0;
    list-style:none;
}
.slideWrapper .innerBox {
    height:100%;
}
.slideWrapper .textboxWrapper, .headerWrapper .bannerLink {
    position:absolute;
    top:20%;
    z-index:7;
	width:60%;
	margin-left:-4px;
}
.slideWrapper .textboxWrapper {
	right:5%;
}
.p_index .slideWrapper .textboxWrapper {
	right:auto;
}
.slideWrapper .contentWrapper {
	position:static;
}
.slideWrapper .textboxWrapper {
	padding-right:0;
}
.slideWrapper .textbox {
	font-family: "john-doe",serif;
	text-transform:uppercase;
	text-shadow:2px 2px 6px rgba(0,0,0,.9);
	color:#ffffff;
}
.slideWrapper .textbox .line1 {
    font-size:50px;
	font-weight:bold;
}
.slideWrapper .textbox .line2 {
    font-size:38px;
	padding:0px 0px 10px 0px;
}
a.bannerLink {
    display:block;
    z-index:9;
}
.rslides_tabs {
	position:absolute;
	bottom:0;
	z-index:20;
}
.rslides_tabs ul {
	list-style:none;
}
.rslides_tabs li {
	width:15px;
	height:15px;
	border:3px solid #fff;
	display:inline-block;
	margin-right:10px;
}
.rslides_tabs li.rslides_here {
	background-color:#fff;
}
.rslides_tabs a {
    line-height: 0; 
    font-size: 0;
    color: transparent; 
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

.logos {
	text-align:center;
	background-color:#fff;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
}
.logos ul {
	display:table;
	width:100%;
	margin:0;
	list-style:none;
	padding:0;
}
.logos li {
	display:table-cell;
	padding-right:30px;
	vertical-align:middle;
	color:#079ad7;
	font-weight:600;
	font-size:24px;
}
hr {
	border:none;
	border-bottom:2px solid #d8eaf4;
	background:none;
	margin:15px 0px;
}

footer {
	padding-top:30px;
	padding-bottom:10px;
	color:#fff;
	font-size:15px;
	background:#000730;
	border-bottom:7px solid #0077c6;
}
footer ul {
	margin-left:0;
	padding-left:0;
}
.footerShare {
	float:left;
	vertical-align:top;
	width:20%;
	min-width:220px;
	white-space:nowrap;
}
.footerlink {
	padding:0px 1px;
}
footer a {
	text-decoration:none;
	color:inherit;
}
footer a:hover {
	color:#05335e;
}
footer .addthis_toolbox a {
	padding-right:7px;
}
.footerLinksRight {
	float:right;
	vertical-align:top;
	text-align:right;
	width:65%;
}
.footerTestimonial {
	max-height:545px;
	min-height: 200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
/*	background-blend-mode: multiply;
  	background-color:rgba(7,155,215, .8);*/
}
.footerTestimonial .overlay {
	background-color:rgba(0,0,0,.6);
}
.footerTestimonial:before {
	content:"";
	padding-top:29%;
	display:block;
	width:100%;
}
.footerTestimonial .wrapper {
	left:40%;
	width:45%;
	color:#ffffff;
	position:absolute;
	top:20px;
	line-height:1.2;
	z-index:20;
}
.footerTestimonial p {
	font-size:25px;
	font-weight:normal;
}
.footerTestimonial a {
	color:#ffffff;
}
.footerTestimonial .watch {
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.footerTestimonial .watch a {
	text-decoration:none;
}
.footerTestimonial .watch img {
	margin-left:5px;
}
.footerTestimonial h6 {
	text-align:left;
	margin-top:10px;
	font-size:15px;
/*	text-shadow:1px 1px 6px rgba(0,0,0,.7);*/
/*	background:rgba(0,0,0,.2);*/
	padding:5px;
}
.videoContainer .fancybox-skin {
	padding:0 !important;
	background:none;
}

form label {
	display:inline-block;
	width:110px;
	text-align:right;
	padding-right:5px;
}
form label.wider {
	width:auto;
}
footer .addthis_toolbox {
	min-width: 200px;
}
.main.table {
	width:100%;
	background-color:#fff;
}
.p_index .main.table {
	background:none;
	padding-bottom:0px;
}
.bodymid, .bodyright {
	display:table-cell;
	vertical-align:top;
}
.p_index .bodymid {
	padding-bottom:0;
}
.bodyright {
	width:35%;
	border-left: 1px solid #e2e3e4;
}
input[type=text], input[type=password] {
	height:55px;
	font-size:20px;
	text-indent:10px;
}
input {
	font-family:inherit;
}
.contactform input {
	width:90%;
	margin-bottom:10px;
}
.contactform input[type=checkbox] {
	width:auto;
}
.contactform textarea {
	width:90%;
	height:90px;
	border:1px solid #ccc;
	text-indent:10px;
	font-size:20px;
}
.contactform input.button {
	width:auto;
}
.content table {
	border-spacing:0px;
}
.content table td {
	padding-right:40px;
}
.content table td:last-child {
	padding-right:0;
}
.fancybox-image {
	height:auto !important;
}
.search li {
	margin-bottom:10px;
}
.solid {
	background-color:#ffffff;
	color:#079ad7;
}
.sideBox {
	background:#ecf5fa;
	width:30%;
	padding:10px;
	vertical-align:middle;
}
.bodyright.sideBox {
	vertical-align:top;
}
.sideBox ul {
	text-align:center;
	list-style:none;
	color:#079ad7;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}
.sideBox ul li {
	line-height:1.2;
	margin-bottom:10px;
	font-size:80%;
}
footer .table {
	width:100%;
	table-layout:fixed;
}
footer .tablecell {
	vertical-align:middle;
}
footer .sitemap ul {
	list-style:none;
	text-align:center;
}
footer .sitemap {
	font-size:20px;
	text-transform:uppercase;
}
footer .sitemap li {
	display:inline-block;
	margin-right:10px;
	border-right:1px solid #ffffff;
	padding-right:10px;
}
footer .sitemap a {
	color:inherit;
}
footer .sitemap a:hover {
	color:#0077c6;
	text-decoration:none;
}
footer .sitemap li:last-child {
	border-right:0;
}
footer .social {
	width:150px;
}
footer .logo {
	width:40%;
	max-width:475px;
}
/* ---------------------------------------------------------------- */
/* Editable Boxes */
/* ---------------------------------------------------------------- */
.content_section1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1789d5+0,539ed0+100 */
	background: rgb(23,137,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(23,137,213,1) 0%, rgba(83,158,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,137,213,1)), color-stop(100%,rgba(83,158,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,137,213,1) 0%,rgba(83,158,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,137,213,1) 0%,rgba(83,158,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,137,213,1) 0%,rgba(83,158,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,137,213,1) 0%,rgba(83,158,208,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1789d5', endColorstr='#539ed0',GradientType=0 ); /* IE6-9 */
	color:#fff;
	min-height:400px;
}
.content_section1 a {
	color:#fff;
}
.content_section1 a:hover {
	color:#0077c6;
}
.content_section2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1789d5+0,539ed0+100 */
	background: rgb(175,221,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(175,221,252,1) 0%, rgba(244,236,224,1) 30%, rgba(232,203,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,221,252,1)), color-stop(30%,rgba(244,236,224,1)), color-stop(100%,rgba(232,203,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(175,221,252,1) 0%,rgba(244,236,224,1) 30%,rgba(232,203,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(175,221,252,1) 0%,rgba(244,236,224,1) 30%,rgba(232,203,164,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(175,221,252,1) 0%,rgba(244,236,224,1) 30%,rgba(232,203,164,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(175,221,252,1) 0%,rgba(244,236,224,1) 30%,rgba(232,203,164,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afddfc', endColorstr='#e8cba4',GradientType=0 ); /* IE6-9 */
	color:#2e2e2e;
/*	padding-bottom:50px;*/
}
.content_section1 .content {
	padding-top:15px;
	padding-bottom:15px;
}
.content_section2 .quoteWrapper {
	color:#011526;
	padding:25px 0;
}
.content_section2 .quoteWrapper .quotedby {
	text-align:right;
	font-size:80%;
}
.p_about .content_section2 .heading {
	display:none;
}
.p_contact .content_section2 .heading {
	display:none;
}

.p_contact .content_section2_heading_contact {
	display:none;
}
.p_about .content_section2_about {
	display:none;
}
.heading {
	font-size: 38px;
	padding:15px 0px;
	text-transform:uppercase;
}
.heading h1 {
	margin:0px;
}
.content_section1 .heading {
	margin-top:0;
	background:#0077c6;
}
.content_section2 .heading {
	margin-top:0;
	background:#e8cba3;
}
.content_section2 td.columnPointer {
	position:relative;
}
.content_section2 td.columnPointer:after{
	content:"";
	display:block;
	width:1px;
	vertical-align:middle;
	background:#c7c5c5;
	position:absolute;
	top:10%;
	bottom:10%;
	right:0px;
}
.content_section2 td.columnPointer:last-child:after{
	display:none;
}
.content_section2 table td {
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:0;
}
.columnPointer:before {
	content:"";
	display:block;
	margin:0px auto 30px auto;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid #e8cba3;
	text-align:center;
}
#content_footer_calltoaction {
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
#content_footer_calltoaction div, #content_footer_calltoaction p {
	margin:0;
	padding:0;
}
#content_footer_calltoaction > .button {
	float:right;
	margin-left:20px;
  	right: 0px;
	position:relative;
	top:20px;
	font-size:28px;
}
#content_social {
	float:right;
	white-space:nowrap;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
