@charset "utf-8";
/* CSS Document */

/*
COLOR PALETTE
Primary color:#214685;
Secondary Color: #214685 ;
Secondary content color: #333;
*/


body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6, p, a, button, li, span {
	font-family: 'Oswald', sans-serif;
}
/*Typography*/
.TitleStyle1 {
	color: #214685;
	font-size: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}
.TitleStyle2 {
	font-size: 30px;
	color: #214685;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}
p, ul, li {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
/*Header Section*/
header {
	background: #acbae6;
	padding: 25px 0;
}
header .row {
	display: flex;
	align-items:center;
}
.logo img{
	margin-left: 15px;	
}
.TitleStyle6.caption {
	font-size: 40px;
	font-weight: 300;
	margin: 10px;
	text-align: center;
	color: #214685;
}
/*Banner Section*/
.banner-section {
	background: #214685;
	padding: 40px 0;
}
.main-img {

	background-repeat: no-repeat;
	height: auto;
	max-width:100%;
		}
	
.bg-img {
	border: 12px solid #ffffff;
overflow:hidden!important;
	max-width:100%;
	display:inline-block;
	max-height:100%;
}

.quoter {
	background: #acbae6;
	height: 280px;
	padding: 15px 25px;
}
.quoter select, .quoter input {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: 300;
	height: 45px;
	margin: 20px 0 0;
	width: 100%;
	padding: 0 15px;
}
.btn {
	color: #214685;
	background: none;
	font-size: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: 700;
}
.btn:hover, .btn:focus {
	color: #1b386b;
}
.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: #acbae6;
}
.nav-section.cq-page {
	border-bottom: 3px solid #214685;
}
.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: #214685;
	font-weight: 400;
	font-size: 20px;
}
.navbar-default .navbar-nav > li >a:hover, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li >a:focus, .navbar-default .navbar-nav > li a:focus {
	color: #fff;
	background: #214685;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #214685;
	color: #fff;
}
.navbar {
	margin: 0px;
	min-height: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #214685 !important;
}
/*Main Content*/
.content-area {
	padding-bottom: 20px;
}
.content-area ul {
	padding-left: 18px;
}
/*Footer*/
footer {
	background: #214685;
	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 {
} 
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: #fff !important;
	text-decoration: underline 2px #acbae6;
	text-underline-position: under;
}
.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: #fff !important;
	text-decoration: underline 2px #acbae6;
	text-underline-position: under;
}
.TitleStyle6 p {
color:#fff!important;
}

.copyright-nobreak {
	display: inline-block;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}	
#agency-logo {
	display: inline-block;
}