@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #2d87b8
Secondary color : #272727
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
a:focus {
    outline: none;
}
a:focus-visible {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* Typography */
.TitleStyle1, h1 {
	color: #2c2c2c;
	font-size: 28px;
	line-height: 36px;
	margin-bottom:10px;
    font-weight: 600;
}

h1 a:link  {color: #1d56a5;}

.TitleStyle2, h2 {
    color: #2c2c2c;
	font-size: 24px;
	line-height: 36px;
    font-weight: 600;
}
.TitleStyle3, h3 {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.TitleStyle4, h4 {
	font-size: 18px;
    line-height: 24px;
	color: #2c2c2c;
    font-weight: 600;
}
.right-text .TitleStyle4, .right-text .TitleStyle3 {
	margin-bottom:10px;
}
p, #main-content ul li {
	color: #666;
	line-height: 26px;
	margin-bottom:15px;
}
#main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-content ul li::marker {
color: #51d73b;
}
#main-content ul li {
    margin-bottom: 10px;
}
a{
	color:#1d56a5;
	text-decoration:none;	
}
a:hover{
text-decoration: underline;	
}
/*Logo*/
.brand {
	margin-top: 20px!important;
}
/*Social Icons*/
.social {
	float: right;
	margin: 10px 0 0 0;
}
.social > li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}

.social img:hover {
	background-color: #272727;
}
.social li a .fab {
	font-size:22px;
}
.fab.fa-facebook-square {
	color: #3b5998;
}
.fab.fa-twitter-square {
    color: #00acee;
}
.fab.fa-linkedin {
    color: #0077b5;
}
.social li a:hover, .social li a:focus {
	opacity:0.8;
}
.sociald {
	float: left;
	margin: 250px 0 0 20px;
}
.sociald > li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;
	
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald > li > a:focus, .sociald > li > a:hover {
	background: #407ba9;
}


/*Main Navbar*/
.nav-section {
    position: relative;
    z-index: 99;
}
.nav-menu .navbar {
    background: #fff;
min-height: 26px;
line-height: 26px;
padding-left: 0px;
padding-right: 0px;
border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-radius: 0px;
border-left: none;
border-right: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top: 20px;
margin-bottom:20px;

}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}

.navbar {
	
}
.navbar .nav {
	width: 100%;
	left: 0px;
	background: #fff;
	border-radius: none!important;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    float: none;
    align-content: center;
    align-items: center;
    height: 50px;
}
.navbar .nav > li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.navbar .nav > li > a {
	color: #60606b;
	text-shadow: none;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	padding:5px 10px;
	border-radius:13px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	background: #1d56a5;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background: #1d56a5;
}
.navbar .nav > li > a.active {
	color: #fff;
	text-decoration: none;
	background: #1d56a5;
}
.navbar-inner {
	background: #fff;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-radius: none;
	border-left: none;
	border-right: none;
	-moz-box-shadow: none;
	box-shadow:none;
}


.btn-navbar {
	background: #fff!important;
	float: right;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none;
	border-radius: 0px;
}
.nav-collapse {
	background: #fff;
	border-bottom: none!important;
}
/*Banner*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
    text-decoration: none;
    background: #1d56a5;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .dropdown-menu>li>a.active {
    color: #fff;
    text-decoration: none;
    background-color: #1d56a5;
}
.banner-bg {
	width: auto;
	height: 300px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	border-bottom: 1px solid #b0b0b0;
	
}
.mid-section {
	position:relative;
}
.qt-box {
	position:absolute;
	top:75%;
	transform:translateY(-75%);
	right:20px;
	z-index:99;
}
.banner {
	position: relative;
	height: auto;
	margin:0px 0 0 0px;
	z-index: 1;
}
.slide {

	height: auto;
}
.slide .img {
	margin-top: 30px;
    
}
.banner-image {
	margin-left: 0px;
	padding-top: 0px;
    width: 100%;
    max-width: 500px;
    height: 245px;
    border-radius: 30px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    object-fit:cover;
    margin-top:20px;
}
/*Quotebox*/

.quote-search {
	float: right;
	width: 350px;
	height: 140px;
	z-index: 100;
	position: relative;
	border: 2px solid #1d56a5;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #1d56a5;
	display: flex;
align-items: center;
justify-content: space-around;
}
.cta-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-end;
    height: 260px;
}
.quote-box {
    margin-top:15px;
	color: #2c2c2c;

}
.quote-box-header {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2c2c2c;
	text-align:right;
}
.quote-box-text {
	margin-top: 10px!important;
	font-size: 21px;
	line-height: 24px;
	padding-left: 0px;
	font-weight: bold;
	text-align:right;
}
.quote-box-text i {
	font-size: 22px;
	font-weight: normal;
}
.quote-search input {
margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding:0 0px 0px 8px;
}
.quote-search select {
	margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding:0 0px 0px 4px;
}
.start-here .TitleStyle5 {
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.search-type {
    padding:0 12px;
    display: flex;
    align-items: end;
}
.search-location-inside {
    float: left;
    margin-top: 2px;
    padding: 0px 5px;
}
.type {
	margin-top: 0px;
	margin-left: 40px;
}

.primarybutton {
	background: #51d73b;
height:30px;
color:#091b33;
padding:0px;
width:100%;
box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.primarybutton:hover, .primarybutton:focus {
	background: #58f041;
    color:#091b33;
}
/*Content*/
.left-text {
	padding: 0px 20px 20px 10px;
}
.right-text {
	padding-left:20px;
}
.flex-cont {
	margin-top:20px;
	display:flex;
}
.divider {
	border-right: 1px solid #b0b0b0;
	padding-right:20px;
}
.divider-next {
	border-top: 1px solid #fff;
}
.contact .TitleStyle3 {
	margin: 0px 10px 20px 0px;
	color: #1d56a5;
}
.about .TitleStyle3 {
	margin: 20px 10px 20px 0px;
	color: #1d56a5;
}
.about p {
	margin-left: 0px;
}
#main-text {
	margin-top: 20px!important;
}
address {
	padding-top: 0px;
	margin-right: 0px;
	text-align: left;
	color: #60606b;
	padding: 10px 20px 0px 0px;
	font-size: 16px;
	line-height: 26px;
}
.li-text
{
line-height: 26px;
}
/* FOOTER */
.footer-bg {
	border-top: 1px solid #b0b0b0;
	background: rgb(197,197,197);
	background: -moz-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0 );
	margin-top: 50px;
}
footer {
	font-size: 11px;
	width: 100%;
	padding-top: 10px;
	height: 100%;
	paddin-bottom: 0px!important;
	margin-bottom: 0px!important;
}
.footer li a {
	font-size: 14px;
	color: #60606b;
	text-decoration: none;
	font-weight: normal;
	text-align: center!important;
}
.footer a:hover, .footer a:focus, .footer a.active {
	color: #1d56a5;
	text-decoration: underline;
}
.footer_nav {
	padding-top: 0px;
	text-decoration: none!important;
	font-size: 14px;
	line-height: 20px;
	text-align: center!important;
	margin-bottom: 10px;
}
.footer_nav a {
	white-space: nowrap;
}
.footer_address {
	text-align: center;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	
}
.footer_address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #60606b;
	line-height: 24px;
}
.footer_address li a {
	color: #60606b;
	font-size: 14px;
}
.foot-addr {
text-align:center;
font-size: 14px;
}

/* iframe */

iframe {
	height: 500px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix{
	height: 1500px !important;	
}
.copy-ul {
	list-style-type:none;
	margin-top:15px;
	padding:0px;
	text-align:center;
}
.copy-ul li {
	font-size:14px;
	color:#60606b;
	display:inline-block;
}
.footer-links ul{
	list-style-type:none;
	padding-left:0px;
	text-align:center;

}
.footer-links ul li {
	display:inline-block;
	    margin: 0;
}
.footer-links ul li a {
	display:inline-block;
	margin:0px 10px;
	padding: 2px 10px;
	border-radius: 8px;
}
.footer-links ul li a:hover, .footer-links ul li a:focus, .footer-links ul li a.active, .footer-links .dropup .dropdown-menu li a:hover, .footer-links .dropup .dropdown-menu li a:focus, .footer-links .dropup .dropdown-menu li a.active {
	color: #fff;
    text-decoration: none;
    background: #1d56a5;
}
.footer-links .dropup .dropdown-menu li {
	width: 100%;
}
.footer-links .dropup .dropdown-menu li a {
	display: block;
	border-radius: 0px;
}
.footer-links ul li::after {
	    border-right: 1px solid #60606b;
    content: "";
    font-size: 10px;
}
.footer-links ul li:last-child::after {
	border:0px;
}
.footer-links li.dropdown ul li::after {
	border:0px;
}
.footer-links li.dropdown ul li a {
	padding:5px 0px;
	margin:0px;
}
.footer-links li.dropdown ul li a:hover, .footer-links li.dropdown ul li a:focus, .footer-links li.dropdown ul li a.active {
	background:none;
	color:#2d87b8;
}
.dropdown.open .caret {
    border-bottom: 4px solid;
    border-top: 0px;
}
.dropup.open .caret {
    border-top: 4px solid;
    border-bottom: 0px;
}
.gmap {
	width:100%;
	height:400px;
	border:0px;
}
.cnt-info {
	padding-left:0px;
	list-style-type:none;
}
.cnt-info li {
	margin-bottom:0px!important;
}
.ccframe {
	height:1600px!Important;
}
#cpIframe {
	height:1800px!important;
}

.contct-section .fa {
    color: #51d73b;
}
.contct-section a {
    color: #2c2c2c;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

.cnt-info a.sms-txt {
	color: #666;
}

 .team-section {
            padding: 50px 0;
        }
        .team-member {
            text-align: center;
            margin-bottom: 30px;
        }
        .team-member .inner {
            margin: 0 10px;
            background: #eaeaea;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
        }
        .team-member img {
           
            height: 300px;
            object-fit: cover;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.6); 
            border-radius: 8px;
            margin-bottom: 15px;
        }
        .team-member .TitleStyle4 {
            margin-top: 10px;
            font-weight: bold;
            color: #2c2c2c;
        }
        .team-member p {
            font-size: 14px;
        }
		 .team-section .TitleStyle3{
			font-size: 30px;
		}
		
#logo {
	max-width: 480px;
}

.content-section { padding: 30px 0 10px; }
.main-headline { color: #1d56a5; font-size: 30px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; }
.content-intro p { color: #444; font-size: 15px; line-height: 1.7; margin-bottom: 14px; }
.feature-divider { border: none; border-top: 1px solid #ddd; margin: 24px 0; }


.features-row { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0 4px; align-items: stretch; }
.feature-item { flex: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
.feat-icon { width: 52px; height: 52px; margin-bottom: 10px; object-fit: contain; flex-shrink: 0; }
.feature-item .feat-title { color: #1d56a5; font-weight: 700; font-size: 13px; margin-bottom: 6px; line-height: 1.3; min-height: 2.6em; display: flex; align-items: center; justify-content: center; width: 100%; }
.feature-item .feat-desc { color: #666; font-size: 12.5px; line-height: 1.5; }


#agency-details { padding-left: 24px; }
.contct-section { border-bottom: 1px solid #ddd; padding-bottom: 18px; margin-bottom: 18px; }
.contct-section .TitleStyle3 { color: #1d56a5; font-size: 20px; font-weight: 700; margin-bottom: 14px; }


.contact-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.contact-icon {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	object-fit: contain;
	margin-top: 2px;
}

.contact-phone-icon { color: #51d73b; font-size: 22px; flex-shrink: 0; margin-top: 3px; width: 25px; text-align: center; }

.contact-row .contact-label { font-weight: 700; font-size: 16px; color: #1d56a5; display: block; line-height: 1.3; }
.contact-row .contact-sub { color: #51d73b; font-weight: 600; font-size: 13px; display: block; margin-top: 5px; }
.contact-row .contact-text { color: #444; font-size: 14px; line-height: 1.5; }
.contact-row .contact-text a { color: #444; text-decoration: none; }
.contact-row .contact-text a:hover { text-decoration: underline; }


.office-hours { margin-top: 4px; }
.office-hours-title { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.office-hours-title .contact-icon { margin-top: 0; }
.office-hours-title .TitleStyle4 { color: #1d56a5; font-size: 16px; font-weight: 700; margin: 0; }
.office-hours-times { padding-left: 0; }
.office-hours-times p { color: #444; font-size: 14px; margin-bottom: 8px; line-height: 1.5; }


.proudly-section { margin-top: 18px; }
.proudly-section .TitleStyle4 { color: #1d56a5; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.proudly-section p { color: #444; font-size: 14px; line-height: 1.6; margin-bottom: 8px; }
.proudly-tagline { color: #51d73b; font-weight: 700; font-style: italic; font-size: 15px; }
.office-hours-times {
	padding-left: 37px;
}