body, p, ul, li, a, input, textarea {
	font-family: 'Open Sans', sans-serif;
}
/*Typography*/

h1, h1 a {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	line-height: 45px;
}
h1 a:hover {
	text-decoration: none;
}
h1 span, h1 a span, h2 span, h4 span {
	/*border-bottom: 2px solid #003a74;*/
}
h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	color: #666666;
}
p {
	color: #333;
	line-height: 25px;
}
a:hover {
	color: #003a74;
	text-decoration: none;
}
/*Top Layer*/
header {
	background: #001326;
}
.top-info {
	float: right;
}
.top-info .fa-mobile, .top-info .fa-comments {
	font-size: 25px;
    color: #61c7f2;
    margin-right: 5px;
}
.top-info h4 {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	margin: 7px;
    display: flex;
    align-items: center;
}
.top-info h4 a {
	color: #fff;
}
.email {
	background: #575757;
	padding: 2px 6px;
	margin-top: -2px;
	color: #fff;
	border-radius: 6px;
}
.email:hover {
	color: #fff;
	background: #d63521;
}
.social {
	float: right;
	padding: 2px 10px;
}
.social li {
	display: inline-block;
	font-size: 23px;
}
.social .fa {
	color: #575757;
	margin: 0 2px;
}
.social .fa:hover {
	color: #d63521;
}
.brand {
	padding: 30px 0;
}
.brand.no-img {
    border-bottom: 1px solid #ccc;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
	border-left: 1px solid #c7c7c7;
	border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 22px 46px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #333;
    text-decoration: underline;
    text-decoration-color: #003a74;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	background: #003a74;
	color: #fff;
}
.mb-nodsp {
	float: none !important;
}
/*Main Banner*/
.main-banner, .inner-banner {
	position: relative;
}
.inner-banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
    height: 50vh;
    min-height: 300px;
    object-fit:cover;
    object-position: center;
}
.main-banner img {
    width: 100%!important;
    height: 60vh!important;
    min-height: 400px;
    object-fit:cover;
    object-position: center;
}
.overlay {
    background: rgba(0,13,26,.6);
    background:linear-gradient(90deg, rgba(0,13,26,.6), rgba(0,13,26,.0));
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.index .overlay {
    background:linear-gradient(-90deg, rgba(0,13,26,.6), rgba(0,13,26,.0));
}
.inner-caption {
	position: absolute;
	top: 10%;
}
.inner-caption h4 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 44px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}
.carousel-inner {
	z-index: 0;
}
.carousel-inner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.carousel-indicators li {
	background-color: #fff;
	border-color: #fff;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #61c7f2;
	border-color: #61c7f2;
}
.caption {
	position: absolute;
	/*float:right;
	top:100px; right:0px;*/
	z-index: 1;
	top: 65px;
}
.caption h6 {
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px 1px #000;
}
.caption h5 {
	color: #fff;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0;
}
.caption h5 span {
	color: #61c7f2;
}
.caption p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
}
.banner-btn {
	background: #003a74;
	border: 1px solid #003a74;
	border-radius: 6px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 8px 20px;
	font-size: 18px;
}
/*Lob Section*/
.lob-section {
	background: #003a74;
	padding: 30px 0;
}
.lob-section .icon {
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 38px;
	border-radius: 45px;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	vertical-align: middle;
	display: flex;
}
.lob-section h2 {
	margin-top: 20px;
}
.lob-section p {
	font-size: 13px;
	display: flex;
}
.lob-section h2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.lob-section h2 a:hover, .lob-section h2 a:focus {
	color: #61c7f2;
	cursor: pointer;
}
.lob-section p{
	color: #fff;
}
.auto-icon, .home-icon, .commercial-icon, .commercial-auto-icon, .life-icon, .health-icon, .other-icon, .umbrella-icon, .workers-compensation-icon, .commercial-property-icon, .general-liability-icon, .captives-icon {
	background-position: 20px 23px;
}
.auto-icon:hover, .home-icon:hover, .commercial-icon:hover, .life-icon:hover, .health-icon:hover, .other-icon:hover, .umbrella-icon:hover, .workers-compensation-icon:hover, .commercial-auto-icon:hover, .commercial-property-icon:hover, .general-liability-icon:hover, .captives-icon:hover {
	background-position: 20px -33px;
	background-color: #001326;
	transition: 0.3s ease-out;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.8) inset;
}
.auto-icon {
	background-image: url(../img/auto-icon.png);
}
.home-icon {
	background-image: url(../img/home-icon.png);
}
.commercial-icon {
	background-image: url(../img/commercial-icon.png);
}
.life-icon {
	background-image: url(../img/life-icon.png);
}
.health-icon {
	background-image: url(../img/health-icon.png);
}
.other-icon {
	background-image: url(../img/other-icon.png);
}
.umbrella-icon {
	background-image: url(../img/umbrella-icon.png);
}
.workers-compensation-icon {
	background-image: url(../img/workers-compensation-icon.png);
}
.commercial-auto-icon {
    background-image: url(../img/commercial-auto-icon.png);
}
.commercial-property-icon {
    background-image: url(../img/commercial-property-icon.png);
}
.general-liability-icon {
    background-image: url(../img/general-liability-icon.png);
}
.captives-icon {
    background-image: url(../img/captives-icon.png);
}
/*Main Content*/
.main-content {
	padding: 30px 0 0 0;
}
.inner-content {
	margin-top: 0px;
	background: #fff;
	position: relative;
}
.inner-content .container {
	padding: 30px 0;
	/*border-bottom: 1px solid #F2F1F1;*/
}
.main-content h2, .inner-content h2 {
	font-size: 24px;
	font-family: "Raleway", sans-serif;
	color: #333333;
    line-height: 36px;
}
.side-content {
	background-color: #f2f1f1;
	padding-bottom: 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #999;
}
.side-content h2 {
	font-family: "Raleway", sans-serif;
	font-size: 27px;
	color: #333333;
	padding-bottom: 10px;
}
.side-content ul {
	padding: 5px;
}
.side-content ul li {
	list-style-type: none;
	line-height: 25px;
	float: left;
	color: #666666;
	width:100%;
}
.inner-list {
	list-style-type: none;
	padding: 0;
}
.inner-list li {
	color: #666666;
	line-height: 35px;
}
.inner-list .fa {
	color: #003a74;
}
.no-bdr span {
	border-bottom: none !important;
}
.side-content ul li:hover {
	color: #003a74;
	cursor: pointer;
}
.side-content ul li span {
	width: 95%;
	float: right;
	border-bottom: 1px groove #999999;
	padding: 8px 0;
	margin-top: -8px;
	word-break:break-all;
}
.inner-list li span {
	padding: 8px 0;
	margin-top: -8px;
}
/*Quote Box*/
.quote-box {
	background: #f2f1f1;
	border-radius: 6px;
	padding: 5px 30px 40px 30px;
	margin-top: 25px;
	box-shadow: 2px 2px 4px #ddd;
	float: right;
}
.quote-box h4 {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #cccbcb;
	padding-bottom: 10px;
}
.quote-box input, .quote-box select, .quote-box textarea {
	width: 100%;
	margin: 8px 0;
	height: 45px;
	padding: 0 8px;
	color: #999999;
	border: 1px solid #fff;
}
#Type {
	background: #fff;
	border-radius: 4px;
}
.side-content {
	background-color: #eaeaea;
	padding-bottom: 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #999;
	margin-bottom:50px;
}
.submit-btn {
	background: #003a74;
	border: 1px solid #003a74;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px;
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.caption-btn {
	background: #003a74;
	border: 1px solid #003a74;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 12px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.caption-btn:hover, .caption-btn:focus, .submit-btn:hover, .btn-xs:hover {
	background: #00468c;
	border: 1px solid #00468c;
}
/*Testimonial*/
.testimonial-section .container {
	border-bottom: 2px solid #d7d7d7;
}
.testimonial-section h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}
/*Blog Feeds*/

.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	text-align: left;
	font-weight: 700;
	color: #999;
}
.titlefield a {
	color: #666666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.descriptionfield {
	color: #999999;
	font-style: italic;
}
/*What we offer*/
.quick-list {
	padding: 0;
}
.quick-list li {
	list-style-type: none;
	border-bottom: 1px solid #cccbcb;
}
.quick-list li:hover, .quick-list li a:hover {
	background: transparent;
	cursor: pointer;
	color: #003a74;
	text-decoration: none;
}
.no-bdr {
	border-bottom: none !important;
	border-right: none !important;
}
.quick-list li a {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 10px 5px;

}
.quick-list .fa {
	margin-right: 15px;
    color: #003a74;
}
/*Carrier*/
.carrier {
	padding: 25px 0;
}
.carrier h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}
/*#thumbs-wrapper {
	padding: 20px;
	position: relative;
}
#thumbs img {
	width: 170px !important;
	height: 70px !important;
	margin: 0 5px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}*/
/*Carrier Scroller Design*/
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 5px 40px;
	position: relative;
	margin-top: 0px;
}
#thumbs-wrapper.ht-fix {
	margin-top: 0px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
/*Footer*/
footer {
	background: #001326;
 margin-top: 30px;
}
footer .container {
	padding: 35px 0;
}
footer .footer-nav {
    padding: 0 0 0 8px;
    margin: 0px 0px 10px 0px;
}
footer .footer-nav li {
    display: inline-block;
    border-right: 1px solid #666;
    margin: 4px 0;
}
footer .footer-nav li a {
	margin: 0 7px;
	color: #fff;
}
footer .footer-nav li a:hover, footer .footer-nav li a:focus, footer .footer-nav li a.active {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #61c7f2;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
footer p, footer p a {
	color: #999999;
}
.rt {
	float: right;
}
.right-arrow .fa {
	display: none;
}
/**/
/*Mobile*/
.mobile-quote {
	margin-top: -50px;
	position: relative;
}
.phone-view {
	display: block;
	margin: 0 auto;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-img {
	margin: 6px;
}
.call-img {
	margin-right: 5px;
}
.mobile-go {
	color: #494949;
	padding: 11px 19px;
	font-size: 17.5px;
	font-family: 'Raleway', sans-serif;
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	background: #f2f1f1;
	-webkit-appearance: none;
	width: 100%;
	box-shadow: 2px 3px 2px #999;
}
.mobile-call {
	background: none repeat scroll 0 0 #f2f1f1;
	border: 0 none;
	border-radius: 6px;
	color: #494949;
	font-size: 17.5px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	box-shadow: 2px 3px 2px #999;
}
.mobile-go:hover, .btn.mobile-call:hover, .btn.mobile-call:focus, .btn.mobile-call:focus {
	color: #222 !important;
}
.mobile-go a {
	color: #fff !important;
	text-decoration: none;
}
.mobile-address {
	background: #f2f1f1;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	box-shadow: 2px 3px 2px #999;
	margin-bottom: 20px;
	border-radius: 6px;
}
.mobile-address h5 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333333 !important;
}
.mobile-direction {
	background: #003a74;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius: 6px;
	width: 80%;
}
.mobile-direction a, .mobile-direction a:hover {
	font-weight: normal;
	text-decoration: none;
}
.mobile-map {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.fa-map-marker, .fa-phone, .fa-envelope {
	font-size: 22px !important;
	margin-right: 8px;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #333333;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #353535;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #003a74; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a74', endColorstr='#003a74', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #003a74; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a74', endColorstr='#003a74', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}
/*Jot*/
.jot-form {
	height: 390px !important;
}
.email-form {
	height: 1100px !important;
}

#cs-frame {height:1600px;}
.anc-jmp-fnt img {padding-right:10px;}
	.anc-jmp-fnt {
	font-size: 15px;
	color: #21445B;
}
.fa-arrow-circle-down::before {
    content: "\f0ab";
    padding-right: 10px;
}
.mar-top {margin-top:10px;}
#cntent-lnk, #rvw-lnk{
border-bottom:none;
}
#rvw-lnk{
margin-top: 30px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#agency-address {
	padding: 0px;
}
#agency-address li {
	display: inline-block;
	color: #fff;
}
#agency-address li a {
	color: #fff;
}
#agency-address li a:hover, #agency-address li a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #61c7f2;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.site-info ul {
	margin-left: 0px;
	padding-left: 0px;
}
.site-info ul li, .site-info ul li a {
	color: #fff;
}
.site-info ul li a:hover, .site-info ul li a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #61c7f2;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.site-info ul li {
	display: inline-block;
	list-style-type: none;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #003a74; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

.cc-cq-page .inner-content {
	margin-top: 0px !important;
}

.cc-cq-page .navbar {
	min-height: 0px;
}

/* Ada compliance fixes end */ 

a.sms_txt{
	cursor: none;
	color: #999999;
	pointer-events: none;
}
#agency-logo {
	width: 100%;
}
.brand .row {
	display: flex;
	align-items: center;
}
#cu-det a{
	color: #003a74;
}
#cu-det a:hover{
	color: #003a74;
	text-decoration:underline;
}
.customer-cnt-height {
	height: 300px;
}
.cnt-form {
	height: 388px !important;
}
#content-area.col-md-8 a, .col-md-8 #content-area a {
    text-decoration: underline;
    color: #003a74;
}
#content-area.col-md-8 a:hover, .col-md-8 #content-area a:hover, #content-area.col-md-8 a:focus, .col-md-8 #content-area a:focus {
    opacity:.8;
    color: #003a74;
}
#content-area h2, #content-area h3, #content-area h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#content-area ul {
    margin: 20px 0;
    padding-left: 20px;
}
#content-area ul li {
    margin-bottom: 10px;
}
#content-area ul li::marker {
    color: #003a74;
}

ul.sv_off{
	 column-count: 2;
}
.swot-analysis {
  font-family: Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  
}

.swot-analysis h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.swot-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.swot-grid h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.swot-grid ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.swot-grid li {
  font-size: 16px;
  line-height: 1.8;
}
.vlus_sec{
	padding-left: 40px;
}
.vlus_sec h3{
	font-size: 18px;
	font-weight: 700;
}
.pi-cotnet h2, .pi-cotnet h3{
	font-weight: 700;
}