@charset "utf-8";
/* CSS Document */

/*
COLOR PALETTE
Primary color:#113a6a;
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: #113a6a;
	font-size: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}
.TitleStyle2 {
	font-size: 30px;
	color: #113a6a;
	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: #113a6a;
	padding: 25px 0;
}
.logo{
	margin-left: 15px;	
	display:inline-block;
}
.TitleStyle6.caption {
	font-size: 40px;
	font-weight: 300;
	margin:0px 10px;
	text-align: center;
	color: #fff;
}
.TitleStyle6.caption p{
	font-size: 40px!important;
	font-weight: 300!important;
	margin:0px!important;
	text-align: center;
	color: #fff!Important;
	padding:0px!Important;
}
/*Banner Section*/
.banner-section {
	background: #1e5688; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5688 0%, #133e6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5688), color-stop(100%, #133e6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5688 0%, #133e6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5688 0%, #133e6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5688 0%, #133e6f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5688 0%, #133e6f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5688', endColorstr='#133e6f', 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: #adddf8;
	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: #113a6a;
	background: none;
	font-size: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: 700;
}
.styleOption select {
	padding: 0 10px;
	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: #adddf8;
}
.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: #174778;
	font-weight: 400;
	font-size: 20px;
}
.navbar-default .navbar-nav > li >a:hover, .navbar-default .navbar-nav > li a:hover {
	color: #fff;
	background: #113a6a;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #113a6a;
	color: #fff;
}
.navbar {
	margin: 0px;
	min-height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #adddf8 !important;
}
/*Main Content*/
.content-area {
	padding-bottom: 20px;
}
.content-area ul {
	padding-left: 18px;
}
/*Footer*/
footer {
	background: #adddf8;
	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: #113a6a !important;
	font-weight: 400;
	font-size: 14px;
	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: #113a6a!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: #113a6a;
	font-weight:400;
}
#agency-address ul li a:hover, #agency-address ul li a:focus, footer a:hover, footer a:focus {
	color: #636363!important;
	text-decoration: none;
}
.addr {
	margin: 0 35px;
}
.copyright {
	font-size: 12px;
	color: #113a6a;
}
/* IFRAMES */

iframe {
	height: 500px;
	width: 100%;
	border: 0;
	margin-left: 0px;
	margin-top: 20px;
}
.frame-fix {
	height: 1800px !important;
}

iframe.ccframe {
	height: 1600px !important;
}
footer nav ul li a.selected {
	color: #636363 !important;
}
.TitleStyle6 p {
color:#fff!important;
}

.copyright-nobreak {
	display: inline-block;
}
.cnt-info {
	padding-left:0px!important;
	list-style-type:none;
}	