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

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
}
body {
	font-size: 1em;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}
header:after, nav:after, section:after, article:after, footer:after, .inner:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
/*#mainTop {
	height: 100px;
	background: #006f89;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
}
#mainTop .inner {
	padding: 0 15px;
}
#mainTop .icon {
	float: left;
	width: 25%;
	padding: 10px 0 0;
}
#mainTop .icon img {
	max-width: 100%;
}
#mainTop .nav-top {
	width: 73%;
	float: right;
}
#mainTop ul {
	margin: 0;
	padding: 0;
}
#mainTop ul li {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	list-style: none;
}
#mainTop ul li a {
	text-decoration: none;
	color: #FFF;
}*/
.nav-top {
	background: #006f89;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.nav-top ul {
	margin: 0;
	padding: 0;
}
.nav-top  ul li {
	margin: 0 20px;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.nav-top  ul li a {
	text-decoration: none;
	color: #FFF;
	white-space:nowrap;
}
.nav-top  ul li a:hover {
	color:#e9ddcc;
}
#wrapper {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.inner {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
section {
}
section .inner {
	padding: 10px 40px 0;
}

.bottom-border {
    background-color: #006f89;
    height: 6px;
}



/*CONTENT---------------------------------------------*/
#content {
	position: relative;
}
section {
	min-height: 200px;
	background-color: #FFF;
}
.mainarrow {
	margin: auto;
}
.mainarrow a {
	display: block;
	width: 75px;
	height: 75px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/arrow-white.png);
}
.mainarrow a:hover {
	opacity:.65;
}
.arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.arrow a {
	display: block;
	width: 75px;
	height: 75px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.arrow a:hover {
	opacity: .5;
}
section.blue {
	background-color: #006f89;
	color: #FFF;
}
section.blue .title {
	color: #FFF;
}

.mobile-image {
	display: none;
	    margin: 0 auto 20px;

}
.mobile-content{
padding:20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
/*section cols-----------------------------------------*/

.section-wrap {
	overflow: hidden;
}
.section-wrap:after {
	content: "";
	display: table;
	clear: both;
}

/*intro--------------------------------*/
section.intro {
	background-position: center center;
	background-size: cover;
	background-image: url(../images/header.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 670px;
}
.logo {
	padding-top: 200px;
}
.intro h1 {
	color: #FFF;
	margin: 50px auto 30px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
section.intro.short {
	height: auto;
	min-height: 200px;
}
section.intro.short .logo {
	padding-top: 40px;
	padding-bottom: 50px;
}

/*section bg------------------------------------*/
.section1 {
	background-image: url(../images/bg-section1.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.section3 {
	background-image: url(../images/bg-section3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.section4 {
	background-image: url(../images/bg-section4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	/*background-attachment: fixed;*/
}
.section5 {
	background-image: url(../images/bg-section5.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size: cover;
	background-attachment: fixed;
}

/** section items ****/
.section1 {
	text-align: left;
	padding: 20px 0 0;
}
.section1 ul {
	float: left;
	list-style: none;
	width: 40%;
	margin: 0 0 10px;
	padding: 0;
}
.section1 li {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	font-size: 24px;
	line-height: 1.2;
}
.section2 {
	padding: 30px 0 40px;
}
.section3 {
	padding: 30px 0 100px;
}
.section3 .inner {
	padding-top: 38px;
	padding-bottom: 20px;
}
.section3 .gridcol {
	text-align: left;
}
.section4 {
	text-align: left;
	padding: 38px 0 16px;
}
.section5  {
	padding: 40px 10px 15px;
}
.section5 .gridcol {
	text-align: left;
}
.section6 {
	padding: 30px 0 30px;
}
.section7 {
	padding: 30px;
}

.circleText {
	margin-top: 20px;
}
.circleText img {
	margin-bottom: 20px;
}
.circleText strong {
	display: block;
	margin-bottom: 10px;
}
a.button, a.button:visited {
	font-size: 24px;
	color: #894000;
	font-weight: bold;
	margin: auto;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #0e677c;
}
.top {
	margin-top: 40px;
}
.ninja-forms-cont {
	width: 70%;
	margin: auto;
}
.field-wrap {
	margin-bottom: 10px !important;
}
.ninja-forms-cont input, .ninja-forms-cont textarea, .ninja-forms-cont select {
	background-color: #dcdbdb;
	padding: 10px 20px !important;
	color: #000 !important;
	-webkit-border-radius: 20px !important;
-moz-border-radius: 20px !important;
border-radius: 20px !important;
}
.ninja-forms-required-items {
	padding-bottom:20px;
}
.formRight-wrap {
	width: 45% !important;
	/*float: right !important;*/
	position: absolute;
    top: 42px;
    right: 0;
}
.formRight-wrap.push {/*Push down if there is error message*/
    top: 67px;
}
.formLeft-wrap {
	width: 45% !important;
	float: left !important;
	clear:left;
}
.list-dropdown-wrap select {
	width: 100% !important;
}
.submit-wrap {
	clear: both;
}
input[type="submit"].submit-button {
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	padding: 10px 50px !important;
	margin: 10px 0;
	color: #FFF !important;
	font-size: 20px !important;
	font-weight: bold !important;
	background-color: #32afcc !important;
	text-transform: uppercase;
}
input[type="submit"].submit-button:hover {
	color: #32afcc !important;
	background-color: #FFF !important;
}
/*FOOTER---------------------------------------------*/
footer {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #033e4c;
	text-align: center;
}
footer .inner {
	padding: 10px 15px 20px;
}

a.back-to-top {
	z-index: 100;
	position: fixed;
	right: 20px;
	/* top: -90px; */
	bottom: 20px;
	transition: all 0.5s ease;
	opacity: 0;
}
a.back-to-top.active {
	opacity: 1;
}
a.back-to-top:hover img {
	opacity: .75;
}

.entry-content {
	border-bottom: 10px solid #006f89;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*PREVIEW PAGE---------------------------*/

section.preview-section1{
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:#EEE;
text-align:left;
min-height:480px;
    padding: 30px 0 30px;
	
    background-image: url(../images/preview1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
	  
}
section.preview-section1 .title{
	color:#333;

}

section.preview-section2{
	    padding: 30px 0 30px;
text-align:left;min-height:400px;
}
section.preview-section2 .title{

	
}



