<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Primary color : #2785b7
Secondary color : #2684c3
*/
/* DEFAULT STYLES */

body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
/*---------------------------------Typography -------------------------------*/
.TitleStyle1 {
	margin-top: 20px!important;
	color: #644491;
	padding-left: 5px;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.TitleStyle2 {
	margin-top: 10px!important;
	color: #2684c3;
	padding-left: 5px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.TitleStyle3 {
	margin: 10px 10px 0px 10px;
	color: #2d87b8;
	font-family: Arial, Helvetica, sans-serif;
}
.TitleStyle4 {
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	letter-spacing: 1px;
	text-align: center!important;
	color: #171612;
	float: right;
	margin-left: 40px;
	margin-top: 0px;
}
.TitleStyle4 a{
	color: #666666;
	}
p {
	text-align: justify;
	color: #333333;
	padding: 5px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 14px;
	line-height: 20px;
}
a {
	cursor: pointer;
}
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5 {
	line-height: 25px;
}
/*------------------------------------------------------------Social Icons--------------------------------------*/
.social {
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}
.social &gt; li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}

.social &gt; li i, .social-down &gt; li i {
	width: 23px;
    height: 23px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    background: #404041;
    line-height: inherit;
    text-align: center;
    font-size: 13px;
    padding-top: 2px;
    color: #fff;
}

.social &gt; li i:hover, .social-down &gt; li i:hover {
	opacity: 0.8;
}


.social-down {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 40px!important;
}
.social-down &gt; li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;
}

/*-------------------------------------------------------------Main Navbar--------------------------------------------*/


div.navigation_container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;  /* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}
div.navigation_container div.navigation_items {
	display: flex;
	align-items: center;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	
	min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 0px -25px;
    display: flex;
    justify-content: space-around;
}
.navbar-nav &gt; li{
	padding: 0 20px;
}
nav.navbar-default .navbar-nav &gt; li &gt; a {
   color:#000;
   padding: 10px 0 5px;
}

nav.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus,
nav.navbar-default .navbar-nav &gt; li &gt; a.active, .navbar-default .navbar-nav &gt; li &gt; a:hover &gt; .active, .navbar-default .navbar-nav &gt; .active &gt; a:focus,
nav.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #000;
	background: none;
	border-top: 5px solid #644491;
	padding-top: 5px;
}

.dropdown-menu &gt; li &gt; a.active, .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    color: #fff !important;
	text-decoration: none;
	background-color: #2785b7 !important;
	border-top: none !important;
    outline: 0;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    color: #000;
	text-decoration: none;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
}

.nav-top .nav .dropdown .caret {
	margin-left: 4px;
	margin-bottom: 2px;
}

.nav-top .nav .dropdown.open .caret {
    border-bottom: 4px solid #000;
    border-top: medium none;
}

ul.nav a:hover {
	color: #000;
	background: none;
	border-top: 5px solid #2785b7;
}
.active {
	border-top: 5px solid #2785b7;
}
.arrow {
	margin-top: 0px;
	float: right;
	height: 25px;
	width: 25px;
	background-color: #2785b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------Banner---------------------------------------------*/
.insurance-bg {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #dae8f2 100%, #634390 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dae8f2), color-stop(100%, #634390)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #dae8f2 100%, #634390 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #dae8f2 100%, #634390 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #dae8f2 100%, #634390 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #dae8f2 100%, #634390 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#2684b7', GradientType=0 ); /* IE6-9 */
	height: 100%;
	border-top: 1px solid #644491;
	border-bottom: 1px solid #644491;
	background-position: top;
}
.banner-image {
	margin-top: -50px;
	height: auto;
	width: auto;
}
.banner-image-main {
	height: auto;
	width: auto;
	margin-right: 0px;
}
/*--------------------------------------------------------------Quote box---------------------------------------------*/

.quotes .TitleStyle4 {
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	letter-spacing: 1px;
	margin: 0px 5px 10px 0;
	text-align: right;
	color: #666666;
	float: right;
}
.quotes {
	position: relative;
	margin-left: 0px!important;
	float: right;
	margin-right: 20px;
	width: 100%;
	z-index: 100!important;
	text-align: center;
	margin-right: 0px;
	
}

.quotes .TitleStyle2 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px 0 30px !important;
}


.quotes input, .quotes select {
	padding: 0px;
	font-family: 'arial';
	font-size: 16px;
	width: 150px;
	height: 32px;
	margin-left: 20px;
	padding-left: 8px;
	color: #555;
}
select {
	margin-left: 0px !important;
}
input[type="text"], select {
    background-color: #fff;
    border: 1px solid #ccc;
	margin-bottom: 10px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
	vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search-location {
	float: left;
	margin-right: 0px;
}
.type {
	margin-top: 0px;
	margin-left: 10px;
}
.search-button {
	margin-left: 10px;
	margin-bottom:30px;
}
.btn-custom {
	height: 30px;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-shadow: none!important;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none!important;
	border-bottom-color: none!important;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: #f0f0f0;
}
.btn-custom a {
	background: #f0f0f0;
}
.right-phone {
	margin-top: 50px;
}
.right-text {
	color: #fff;
}
.left-content {
	margin-top: 0px;
	padding-bottom: 30px;
}


/*----- FOOTER SECTION---- */


footer {
	margin-bottom: 10px;
	border-top: 1px solid #775b9f;
	font-size: 12px;
	margin-top: -1px;
}

.foot-bg {
	background-color: #fff;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
}

.footer-section li a,
.footer-section li a span,
.footer-section li span {
	color: #2c2c2c;
}

.footer-section li a:hover,
.footer-section li a span:hover {
	color: #644491;
}

.footer-section li {
	color: #333;
}

.footer-section ul li::before {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 25px;
	color: #333;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
}

.footer-section ul li:first-child:before {
	content: none;
}

.footer-section li,
.footer-nav-section li {
	list-style-type: none;
	display: inline-block;
	line-height:20px;
}

address{
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}

#foot-nav {
	margin-top: 20px;
	margin-bottom: 10px;
}

.agency-address {
	margin-top: 15px;
	margin-bottom: 10px;
}

#foot-copy {
	text-align: center;
}

.footer-nav-section li {
	text-align: center;
	float: none;
	display: inline-block;
	margin: 0 auto;
	margin-right: auto;
	color: #666666;
	margin-right: 3px;
}

footer .footer-navigaion li {
	display: inline;
	margin: 0;
	list-style: none;
}

footer .footer-navigaion {
	padding: 0;
	text-align: center;
}

footer .footer-navigaion li::after {
	border-right: 1px solid #333;
	content: "";
	font-size: 15px;
}

footer .footer-navigaion li:last-child::after {
	border: none;
}

footer .footer-navigaion li a {
	margin: 0 12px;
	color: #2c2c2c;
	display: inline-block;
}

footer .footer-navigaion li a:hover,
footer .footer-navigaion li a.selected {
	color: #644491;
	text-decoration: none;
}

.footer-section ul.footer-navigaion li::before {
	content: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin-right: inherit;
	font-weight: inherit;
	vertical-align: inherit;
}

.footer-section ul.footer-navigaion li:first-child:before {
	content: none;
}

/*---------------------iframe------------------*/

iframe {
	height: 400px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.ccframe {
	height:1600px!important;
}
#cpIframe {
	height:1800px!important;
}

/* Fixes */
.sidebar {
	float: right;
	margin-top: -150px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background: #644491;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border: 1px solid #3a3a3a;
	border-bottom: none!important;
    order: 2;
}

.quotes .TitleStyle2 p {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #c1c1c1;
    color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
	border-color: transparent;
}
.back-to-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #a8a8a8 !important;
	opacity:0.8;
}

.flex-container {
  display: flex;
}

.left-conent, .right-content {
	height: auto;
}
.gmap {
	height:400px;
	width:100%;
	border:none;
}
.cont-info {
	padding-left:0px;
	list-style-type:none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cc-bg, .cq-bg{
	padding-bottom:22px;
}
.cnt-sec {
	
  margin-left: -5px;
}
a:hover, a:focus {
  color: #7d59b1;
}
a {
  color: #644491;
  text-decoration: none;
}
.staff-image {
  margin-top: 20px;
  display: block;
  }
.agent {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
 }
.agent img {
 	width: 100%;
	max-width: 200px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.agent p {
	color: #fff;
	font-size: 24px;
	margin-top:20px;
}
#logo {
	width: 100%;
	max-width: 300px;
}</pre></body></html>