@charset "utf-8";
/* CSS Document */

/*
COLOR PALETTE
Primary color:#005ca1;
Secondary Color: #adddf8 ;
Secondary content color: #636363;
*/


body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6, p, a, button, li, span {
	font-family: 'Oswald', sans-serif;
}
/*Typography*/
.TitleStyle1 {
	color: #005ca1;
	font-size: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}
.TitleStyle2 {
	font-size: 30px;
	color: #005ca1;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}
p, ul, li {
	color: #636363;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
/*Header Section*/
header {
	background: #fff;
	padding: 25px 0;
}
.logo img{
	margin-left: 15px;	
}
.TitleStyle6.caption {
	font-size: 40px;
	font-weight: 300;
	margin: 60px 10px;
	text-align: center;
	color: #005ca1;
}
.TitleStyle6.caption p{
	font-size: 40px;
	font-weight: 300;
	margin: 60px 10px;
	text-align: center;
	color: #005ca1!important;
}

/*Banner Section*/
.banner-section {
	background: #0069ba; /* Old browsers */
	background: -moz-linear-gradient(top, #0069ba 0%, #005ca1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0069ba), color-stop(100%, #005ca1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0069ba 0%, #005ca1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0069ba 0%, #005ca1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0069ba 0%, #005ca1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0069ba 0%, #005ca1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ba', endColorstr='#005ca1', GradientType=0 ); /* IE6-9 */
	padding: 40px 0;
}
.main-img {

	background-repeat: no-repeat;
	height: 256px;
		}
	
.bg-img {
	border: 12px solid #ffffff;
overflow:hidden!important;
	max-width:100%;
	display:inline-block;
	max-height:100%;
}

.quoter {
	background: #00996b;
	height: 280px;
	padding: 15px 25px;
}
.quoter select, .quoter input {
	color: #9f9f9f;
	font-size: 24px;
	font-weight: 300;
	height: 45px;
	margin: 20px 0 0;
	width: 100%;
	padding: 0 15px;
}
.btn {
	color: #fff;
	background: none;
	font-size: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: 700;
}
.btn:hover, .btn:focus {
	color: #fff;
	opacity: 0.9;
}
.styleOption select {
	padding: 0 12px;
	padding-right:0px!important;
	background-image: url(../img/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right;
	-webkit-appearance: none;
}
/*Navigation*/
.nav-section {
	background: #00996b;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
.navbar-default .navbar-nav > li >a:hover, .navbar-default .navbar-nav > li a:hover {
	color: #fff;
	background: #005ca1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #005ca1;
	color: #fff;
}
.navbar {
	margin: 0px;
	min-height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #00996b !important;
}
/*Main Content*/
.content-area {
	padding-bottom: 20px;
}
.content-area ul {
	padding-left: 18px;
}
/*Footer*/
footer {
	background: #005ca1;
	text-align: center;
	padding: 10px;
}
footer nav ul li {
	display: inline;
	margin: 10px;
}
footer nav ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
footer nav ul li a {
	color: #fff !important;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}
footer nav ul li a:hover, footer nav ul li a.active, footer p a:hover {
	text-decoration: none;
} 
address {
	margin-bottom: 10px;
}
address, address a, address p, address p a, footer a {
	font-size: 14px;
	color: #fff!important;
	font-weight:400!important;
}
#agency-address ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
#agency-address ul li {
	white-space: nowrap;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight:400;
}
#agency-address ul li a:hover, #agency-address ul li a:focus, footer a:hover, footer a:focus {
	color: #00b37d!important;
	text-decoration: none;
}
.addr {
	margin: 0 35px;
}
.copyright {
	font-size: 12px;
	color: #fff;
}
/* IFRAMES */

iframe {
	height: 500px;
	width: 100%;
	border: 0;
	margin-left: 0px;
	margin-top: 20px;
}
.frame-fix {
	height: 1600px !important;
}

iframe.ccframe {
	height: 1600px !important;
}
footer nav ul li a.selected {
	color: #00b37d !important;
}
.TitleStyle6 p {
color:#fff!important;
}

.copyright-nobreak {
	display: inline-block;
}
.is-cms .grad-overlay::after {
z-index:-1;
}

 

.is-cms .carousel-inner.main::after {
z-index:-2;
}
	