@charset "utf-8";
/* CSS Document */
/* Typography */
h1, h1 a, h1 a:focus {
	color: #002856;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.callout {
    font-family: "Abel", sans-serif;
}
h1 a:hover, h1 a:focus {
color: #003470;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1.index-title {
	margin: 30px 0;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	color: #1b2632;
	font-size: 22px;
}
h3, h4 {
    color: #1b2632;
}
p {
	color: #1b2632;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #002856;
}
a, a:hover {
	text-decoration: none;
}
.top-nav {
	font-family: 'Montserrat', sans-serif;
}
.navbar-nav > li a, .caption h2, .styleOption select, .ins-boxes h3, .right-cnt h2 {
	font-family: 'Montserrat', sans-serif;
}
/* Header */
header {
	position: relative;
}
/* Top Navigation */
.top-nav {
	color: #fff;
	padding: 0px;/*padding: 15px 0 0 0;*/
}
.top-nav .fa {
    color: #e56a54;
}
.top-nav .ed-2 .fa {
    color: #fff;
}
.top-nav li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	line-height: 48px;
	padding-right: 20px;
	
}

.ed-2{
margin-right: -5px!important;}
.ed-1{
border-right: 1px solid #003470;}
ul.top-nav li:last-child {
	border-right: none;
}
.top-nav li a {
	color: #fff;
}
ul.top-nav li a.active {
	color: #ef8065;
}
ul.top-nav li a:hover, ul.top-my-account li a:hover{
	opacity: 0.8;
}
.top-my-account {
	float: right;
	color: #fff;
 margin-top: 16px;
}
.top-my-account li {
		list-style-type: none;
	padding: 0px 0px 0px;

}
.top-my-account li a {
	color: #fff;
margin-right:7px;
font-family: 'Montserrat', sans-serif;
}
/* Main Carousel */
.item img {
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
}
.carousel-control {
	width: auto;
	top: 50%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
.caption {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.carousel-inner.main>.item>img {
    width: 100%;
    margin-top: 190px;
    height: calc( 90vh - 190px );
    max-height: 700px;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 0 75%;
}
.carousel-inner.main>.item:after {
	background: rgba(0,0,0,0.6);
	background: linear-gradient(90deg, rgba(27,38,50,0.8) 30%, rgba(27,38,50,0.0) 100%);
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    pointer-events:none;
}
.caption h2 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-family: "Abel", sans-serif;
	font-weight: 300;
	line-height: 60px;
	position: relative;
	z-index: -1;
	text-shadow: 0px 0px 6px #002856;
	display: block; /* that's the important part */
}

.caption h2 span {
	font-size: 52px;
	font-weight: 300;
	text-shadow: 0px 0px 6px #002856;
    font-family: 'Montserrat', sans-serif;
}
.caption h2#ed-4 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 300;
   text-transform: none;
}
.cms-fix{
	font-size: 52px;
	font-weight: 600;
	text-shadow: 0px 0px 6px #002856;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top-bar {
	background: #002856;
	height: 50px;
}
/* Logo */
.agency-logo {
	margin: 15px 0 0 0;
	display: inline-block;
	max-width: 150px;
    width: 100%;
}
.top-cst {
	background: #fdb163;
	height: 30px;
	width: auto;
	float: right;
	padding: 5px 10px 5px;
	position: relative;
	z-index: 1;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top-cst a, .top-cst a:focus  {
	color: #111E3B;
	text-transform: uppercase;
	text-shadow: none;
	font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.top-cst a:hover, .top-cst a:focus, .top-cst .active {
	color: #111E3B;
	opacity: .8;
	text-transform: uppercase;
	font-family: "Abel", sans-serif;
}
.white-bg {
	background: rgba(255,255,255, 1);
	height: 140px;
}
.white-bg.no-img {
	border-bottom: 1px solid #ccc;
}
/* Navbar */
.navbar-nav {
	float: right;
	top: 70px;
	position: absolute;
	right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navbar-default .navbar-nav>li>a {
	color: #1b2632;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0 7px;
	font-size: 16px\0/;
	font-size: 16px;/* it will be varies depend on the number of menus*/
	background-image: linear-gradient(45deg, #e56a54, #e56a54);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
}
.navbar-default .navbar-nav>li>a.active{
	background-size: 100% 2px;
    background-color: transparent;
	color: #1b2632!important;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-size: 100% 2px;
    background-color: transparent;
	color: #1b2632!important;
}
/* .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
} */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-size: 100% 2px;
    background-color: transparent;
	color: #1b2632!important;
}
.navbar-default .navbar-nav > .open{
color:#fff!important;
}
.navbar-default {
	background: transparent;
	border: 0;
}
.navbar-nav > li .open a{
color:#fff;
}
.dropdown:hover .dropdown-menu {
	display: block;
	color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active{
background-size: 100% 2px;
    background-color: transparent;
color:#1b2632;
}
.top-my-account .dropdown-menu {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.top-my-account .dropdown-menu > li > a:hover, .top-my-account .dropdown-menu > li > a:focus {
    background-size: 100% 2px;
    background-color: transparent;
    color: #1b2632!important;
	opacity: 1;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-size: 100% 2px;
    background-color: transparent;
    color: #1b2632!important;
}
.dropdown-menu > li > a{
padding:3px 8px;
color: #1b2632;
background-image: linear-gradient(45deg, #e56a54, #e56a54);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
	display: table;
	padding: 3px 0px;
    margin: 3px 10px;
}

.dropdown-menu{
background:#35b1e6;
margin:14px 0 0 0 ;
min-width:94%;
color:#fff;
margin-left: 7px;
background: #eee9df;
box-shadow: 0px 0px 1px rgba(44,44,44,.8);
}
#acc{
text-align:right!important;
margin: 0 0 0 0;
}
/* Quote-Box */
.styleOption {
	margin: 20px 0;
}
.styleOption select {
	background: #fff;
	border: 1px solid #002856;
	border-radius: 4px;
	color: #1b2632;
	padding: 7px 20px;
	padding: 7px 0px 7px 0px\0/;
	height: 40px\0/;
	width: 35%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.styleOption option {
	color: #333;
	text-shadow:none;
}
.styleOption-inside select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #002856;
	padding: 5px 20px;
	width: 100%;
	margin-top: 40px;
	position: relative;
	z-index: 99;
	padding: 5px 0px 5px 0px\0/;
}
.qte-btn.btn-default {
	background: #fdb163;
	text-shadow: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	padding: 10px 10px;
	border: 0;
	border-radius: 5px;
	margin-left: 20px;
    color: #111E3B;
    	font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 18px;
    transition: .2s all;
}
.qte-btn.btn-default:focus{
	background: #ffd7b0;
}

.qte-btn.btn-default:hover {
		   background: #ffd7b0;
}
.inside-qte-btn.btn-default, .wp-block-search__button{
	float: right;
	color: #002856;
	padding: 10px 20px;
	border-radius: 5px;
	border: 0;
	background: #fdb163;
    text-shadow: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transition: all .2s;
}
.inside-qte-btn.btn-default:hover, .inside-qte-btn.btn-default:focus, .wp-block-search__button:hover, .wp-block-search__button:focus, .form-submit input:hover, .form-submit input:focus, .search-submit:hover {
	background: #ffd7b0;
	color: #002856;
}
.qte-btn-ins:focus{
color:#fff;
}
.ins-types a, .ins-types a:focus {
	color: #005B70;
	float: right;
	text-transform: uppercase;
}
/* Insurance Types/Boxes */
.ins-boxes h3 {
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.ins-boxes img {
	margin: 0 auto;
	display: block;
    height: 100%;
    width: auto;
    height: 55px;
    object-fit:contain;
}
.ins-boxes {
    background: #002856;
    margin-top: -1px;
}
.ins-boxes a img, .ins-boxes a h3 {
    transform: scale(1);
    opacity: 1;
    transition: .2s all;
}
.ins-boxes a:hover img, .ins-boxes a:hover h3 {
    transform: scale(.8);
        opacity: .8;
}
.col-md-2.box-1 {

}
.i-box-1 {

	height: auto;
	width: auto;
	padding: 25px 0px 10px;
}
.col-md-2.box-2 {

}
.i-box-2 {

	height: auto;
	width: 100%;
	padding: 25px 0px 10px;
}
.col-md-2.box-3 {

}
.i-box-3 {

	height: auto;
	width: auto;
	padding: 25px 0px 10px;
}
.col-md-2.box-4 {

}
.i-box-4 {

	height: auto;
	width: auto;
	padding: 25px 0px 10px;
}
.col-md-2.box-5 {

}
.i-box-5 {

	height: auto;
	width: auto;
	padding: 25px 0px 10px;
}
.col-md-2.box-6 {

}
.i-box-6 {

	height: auto;
	width: auto;
	padding: 25px 0px 10px;
}
.box-1, .box-2, .box-3, .box-4, .box-5 {
	border-right: 1px solid #003470;
}
/* Insurance Services */
.ins-types {
    background-color: #1b2632;
	background: url("../img/cover-bg.png") repeat;
	padding: 30px 0 60px;
	margin: 0px 0 0 0;
	font-family: 'Montserrat', sans-serif;
}
.ins-types .col-md-4 .inner {
	padding: 0px 0 10px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.6);
	background: #eee9df;
}
.ins-types .col-md-4 .inner h4, .ins-types .col-md-4 .inner p , .ins-types .col-md-4 .inner a {
	padding: 0 10px;
    
}
.ins-types h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #002856;
}
.ins-types .col-md-4 .inner h4 {
	margin-top: 20px;
	margin-bottom: 10px;

}
.ins-types img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
	border-bottom: 5px solid #e56a54;
}
.ins-types .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #fff;
}
.ins-types h4 {
	color: #002856;
}
.ins-types p {
	text-align: left;
	color: #4e4e4b;
}
.ins-types a {
	color: #002856;
	float: right;
	text-transform: uppercase;
	
}
.ins-types a:hover, .ins-types a:focus {
	opacity: .8;
	text-decoration: underline 2px #e56a54;
	text-underline-position: under;
}
.content {
	padding: 20px 0;
}
.content h2, .content h3, .content h4, .inside-content h2, .inside-content h3, .inside-content h4 {
    margin-top: 30px;
    margin-bottom: 30px;
	color: #002856;
}
.content h2, .inside-content h2 {
	font-size: 28px;
	line-height: 36px;
}
.content h3, .inside-content h3 {
	font-size: 22px;
	line-height: 30px;
}
.content h4, .inside-content h4 {
	font-size: 18px;
	line-height: 24px;
}
.content p, .content ul li, .inside-content p, .inside-content ul li {
	font-size: 16px;
	line-height: 30px;
}
.content ul li, .inside-content ul li {
    line-height: 24px;
}
.content ul, .inside-content ul {
	margin: 20px 0;
	padding-left: 20px;
}
.content ul li, .inside-content ul li {
	margin-bottom: 10px;
	color: #1b2632;
	font-family: 'Montserrat', sans-serif;
}
.content ul li::marker, .inside-content ul li::marker {
	color: #a3523a;
}
.content ul li strong, .inside-content ul li strong {
	color: #002856;
} 
.content p {
	margin-bottom: 20px;
}
.center {
	margin: 0 auto;
	display: block;
}
.btn-default {
	width: 150px;
	background: #e56a54;
	margin-top: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border: 0;
}
.btn-default:hover, .btn-default:focus {
	background: #ff9980;
	color: #002856;
}
/* Testimonial Sections */
.testi-sec {
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 60px;
}
.testi-sec h3 {
	color: #002856;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}
.testi-sec .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #e56a54;
}
.testi-sec h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #002856;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.testi-sec p {
	color: #4e4e4b;
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.carousel-control.left-testi {
	top: auto;
	background: #fff;
	left: 48%;
	width: 25px;
	border: 1px solid #333;
	color: #0f5b7c;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}
.carousel-control.right-testi {
	top: auto;
	background: #0f5b7c!important;
	left: 52%;
	width: 25px;
	height: 32px;
	border-radius: 1px;
	bottom:0;
}





/* footer */
footer {
margin-top:20px;
	color: #fff;
	padding: 30px 0 20px 0;
	font-family: 'Montserrat', sans-serif;

	text-transform: uppercase;
	background: #002856;
}

footer h3 {
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px;
	font-size: 24px;
    color: #fff;
}
.footer-addrss h4{
	font-size: 18px;
    color: #fff;
}
ul.footer-nav {
	font-size: 14px;
	padding: 0;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 300;
}
.footer-nav li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
.footer-nav li a.active, .footer-nav li a:hover, .footer-nav li a:focus, .blog .widget a:hover, .blog .widget a:focus {
	color: #fff;
	background-size: 100% 2px;
    background-color: transparent;
}
.footer-nav li a, .blog .widget a{
	color: #fff;
	background-image: linear-gradient(45deg, #e56a54, #e56a54);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
	padding: 3px 0;
}
.footer-nav .dropdown-menu > li > a {
	color: #333;
}
.footer-nav .dropdown-menu.right-open {
	margin: -185px 0 0 180px;
}

.footer-nav .dropdown-menu.right-open-cc {
	margin: -38px 0 0 160px;
}

.footer-nav .dropdown-menu.right-open-abt {
	margin: -72px 0 0 115px;
}
.footer-addrss p, .addrss p a {
	text-align: left;
	color: #fff;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
.addrss p a:hover, .addrss p a:focus, .footer-list-style span a:hover, .footer-list-style span a:focus {
	color: #fff;
	text-decoration: underline 2px #e56a54;
	text-underline-position: under;
}
.footer-addrss .fa {
	padding: 5px 5px 0px 0;
	float: left;
	color: #e56a54;
}
.gmap {
	width: 100%;
	height: 170px;
	border: 4px solid #e56a54;
	float: left;
	margin-right: 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	border-radius: 5px;
}
/* Copy Right */
.copyright {
	background: #002856;
    border-top: 1px solid #003470;
	padding: 15px 0 0 0;
}
.copyright p {
	color: #fff;
	text-align: left;
}
.copyright a {
	color: #ff9980;
}
.copyright a:hover, .copyright a:focus {
	opacity: .8;
}
/* Blog Feed */
.whatsnew {
	margin-top: 10px;
}
.whats-new-content {
	color: #999;
	font-size: 12px;
	line-height: 14px;
}
.whats-new-content p {
	color: #fff;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: none;
}
.whats-new-content p a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: none;
}
.quick-links .titlefield a {
	font-size: 15px;
	font-weight: bold;
	margin: 7px 0;
	color: #fff!important;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.datefield, .descriptionfield {
	color: #fff;
	text-transform:none;
}
.datefield + br{
	display: none;
}
.titlefield a:hover, a:focus {
	color: #fe9713;
	text-decoration: none;
}
.whats-new-content .datefield {
	display: block;
}
.rssfeedsclass p + p + p {
	display: none;
}
/********** Inner Pages *********/

.inside-banner-cnt {
	padding: 20px;
    border-radius: 5px;
    background: #002856;
}
.inside-img {
}
/* Quote-Box - Inner Pages */
.inside-quote, .inside-quote-lob {
	background: #002856;
	height: 293px;
	width: auto;
	padding: 20px;
	position: relative;
	z-index: 99;
	border-radius: 5px;
}
.inside-quote-lob {
	height: 330px;
}
.inside-quote h2, .inside-quote-lob h2 {
	margin-top: 0;
	color: #fff;
	text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ins-qte-btn {
	height: 800px;
}
.qte-btn-ins {
	background:#002856;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px 0 10px;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	width: 75%;
	margin-bottom: 20px;
}
.qte-btn-ins:hover, .qte-btn-ins:focus {
	background: #003470;
	color: #fff;
}
/* Content --- Inner Pages */
.inside-content h1 {
	text-align: left;
	border: 0;
	text-decoration: none;
	margin-bottom: 20px;
}
.inside-content p {
	text-align: left;
}
/* Right Sidebar content */
.right-cnt {
	background: #eee9df;
    box-shadow: 0px 0px 3px rgba(44,44,44,.4);
    height: auto;
    width: auto;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: "Abel", sans-serif;
}
.right-cnt h2 {
	color: #002856;
	text-align: left;
	font-size: 28px;
	line-height: 36px;
	margin: 0 5px 15px 5px;
    font-family: "Abel", sans-serif;
}
.right-cnt h3, .blog .widget-area h2 {
	color: #1b2632;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
	font-weight: 300;
	font-size:18px;
	line-height: 24px;
    font-family: "Abel", sans-serif;
}
.right-cnt ul li, .right-cnt ul li a, .blog .widget li, .blog .widget li a{
	color: #1b2632;
}

/* Iframe */
iframe {
	border: 0;
	width: 100%;
	height: 400px;
}
#cpIframe {
	border: 0;
	width: 100%;
	height: 1700px;
}
/*  Mobile View Design */
.mobile-quote {
	margin-top: 0px;
}
.phone-view {
	margin-top: 0px;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-go:focus {
	color: #fff;
}

.mobile-go {
	color: #fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	border: 0;
	-webkit-appearance: none;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #002856;
font-family: 'Montserrat', sans-serif;
}
.mobile-call {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0 none;
	color: #fff;
	font-size: 17.5px;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #002856;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
}
.mobile-go:hover, .mobile-call:hover, .mobile-go:focus, .mobile-call:focus {
	color: #fff;
	background: #003470;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #002856;
	color: #fff;
	padding: 5px 0 10px 0;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
}
.mobile-address h2, .mobile-address  h3, .mobile-address  h4 {
    color: #fff;
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff!important;
}
.mobile-direction {
	color: #002856;
	margin: 0 auto;
	padding: 8px 18px;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #e56a54;
	text-shadow: none;
}
.mobile-direction a, .mobile-direction a:hover {
	color: #fff!important;
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover, .mobile-direction:focus {
	background: #ff9980;
	color: #002856;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
/* Quote Box Error Msgs */
.lob-hide {
	display: none;
}
.lob-show {
	display: block;
}
.lob-error {
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 2px #333;
}

/* Mixing */
.content .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	line-height: 0.1\0/;
	margin-bottom: 30px;
	color: #1177a4;
}
.right-caret {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #fff;
	display: inline-block;
	height: 0;
	width: 0;
	margin: 0px 0 0 3px;
}
.fadeInUp {
	position: relative;
	z-index: 0;
}
.jot-form {
	height: 700px!important;
}
.inside-banner {
	height: 330px;
    width: 100%;
    object-fit:cover;
	/*overflow: hidden;*/
	border: 1px solid #002856;
	border-radius: 5px;
}
.inside-banner-hd {
	border: 1px solid #002856;
	border-radius: 5px;
}
.inside-banner-hd img {
	border-radius: 5px;
    width: 100%;
    object-fit:cover;
    box-shadow:1px 1px 5px rgba(0,0,0,0.6);
}
/* This will style any <img> element in .parent div */
.inside-banner img {
	width: 100%;
	height: 330px;
	object-fit:cover;
    border-radius: 5px;
    width: 100%;
    box-shadow:1px 1px 5px rgba(0,0,0,0.6);
}
.fa-map-marker {
	margin: 0 3px 5px 3px;
}
.fa-phone {
	margin: 0 3px 5px 1px;
}
/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	margin: 0 !important;
	padding: 20px 0px 30px 0px!important;
}
.breadcrumb li {
	background: none !important;
	float: left;
	list-style-type: none;
	color: #333;
	padding-left: 0px !important;
	margin-left: 0px;
	font-size: 12px!important;
}
.breadcrumb li a {
	color: #002856;
	font-weight: 300;
	font-size: 12px!important;
}
.breadcrumb li a:hover {
	color: #0b4385;
	font-weight: 300;
	text-decoration: none;
	font-size: 12px;
}
.breadcrumb > li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}
.footer-list-style {
	padding-left: 0px;
}
.footer-list-style li {
	list-style-type: none;
	margin-bottom: 10px;
	text-transform: none;
}
.footer-list-style .fa-caret-right {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.footer-list-style span {
	display: block;
	overflow: hidden;
}
.footer-list-style span a {
	color: #fff;
}
/* Carrier Carousel Section 
.carrier-section.insurance_mid{
	display: block;
	padding: 0px;
}*/
.carriers_bg{
	position: relative;
}
.carrier-section.insurance_mid {
    display: block;
    padding: 0px;
    margin: 0 auto;
}
.carrier{
	padding: 0 10px;
    margin-top: 20px;
}
.carrier h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
	color:#8eacbb;
	margin-bottom:30px;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0!important;
	padding:0!important;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-ul li {
    margin-bottom: 0px!important;
}
.nbs-flexisel-inner {
	float:left;
	margin:0px 0;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}
.carrier-hr {
    margin-top: 40px;
    clear: both;
}
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #1b2632;

	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #1177a4;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
    margin-bottom: 40px;
}
.clist {

}

.btn-xs {
	background: #002856;
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
	background: #003470;
	color: #fff;
}
/*my account features*/

.myaccount-mob-expand{
background-color: #eee9df;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -10px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 1px rgba(0,0,0,.6);
}
.myaccount-mob-expand ul{
margin:10px 0 0 0;
padding-bottom:10px;
margin-bottom:10px;
margin-top:0px;
padding-left:0px;
}
.myaccount-mob-expand li{
padding:8px 0 0px 0;
list-style-type:none;
}
.myaccount-mob-expand li a{
color:#002856;
font-weight:bold;
}
.myaccount-mob-expand li a.active{
color:#fff;
}
.myaccount-mob-expand li a.active{
color:#fff;
}

.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus{
color:#002856;
text-decoration:underline 3px #e56a54;
text-underline-position: under;
}
.top-social {
	float: right;
	color: #fff;
}
.top-social li {
	float: left;
	list-style-type: none;
	padding: 15px 5px 0px;
}
.top-social li a {
	color: #fff;
text-align:right;
}
.grid-divider{
border-bottom:1px solid #ccc;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h2{
font-size:18px;
color:#002856;
}
.shadowed {
     -webkit-filter: drop-shadow(2px 3px 3px #999);
  filter: drop-shadow(2px 3px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  border:1px solid #ccc;
  padding:4px;
  display:inline-block;
  background-color:#fff;
  }
.shadowed img{
width:80%;}


 .inside-quote input{
 background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #002856;
    margin-top: 15px;
    padding: 5px 20px;
    position: relative;
    width: 100%;
    z-index: 99;}

.ph-1{border-right: 1px solid #003470;}

.ph-1 p
{
margin-bottom:0px;
color:#fff;
}
.fa .fa-arrow-circle-down{padding-left:10px;}
.fa-arrow-circle-down::before {
    content: "\f0ab";
    padding-right: 10px;
}
.mar-top {margin-top:10px;}
	.anc-jmp-fnt img {padding-right:10px;}
	#cs-page-frame{height:1600px;}
	
/* blog */	
.blog .entry-footer, .comment-meta {
	background:transparent;
	color:#002856;
	padding:0;
	margin:0;
	text-align:left;
}
.blog .wp-block-group__inner-container ul, .blog ol.wp-block-latest-comments{
	list-style-type: disc;
	padding-left: 20px;
}
.blog .wp-block-group__inner-container ul li{
	font-size:14px;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent;
	border-top:0px;
	padding: 0;
	color:#002856;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	display:inline;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc;
	color:#002856;
}	
.blog .widget a:hover, .blog .widget a:focus, .blog #primary a:focus {
	color:#002856;
}
.blog #primary a:hover{
	text-decoration:underline;
}
.blog .form-submit input, .blog .search-submit{
	padding: 5px 20px;
	color: #fff;
	border-radius: 5px;
	border: 0;
	background: #e56a54;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.blog .widget-area{
	margin-top: 30px;
}
/* blog */		
	.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #da7963; /* change the bgcolor based on the template color*/
  color: #002856;
  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: #002856;
}
a:focus {
    outline: none;
}
a:focus-visible {
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 

.qte-btn-ins img {
    margin-right: 10px;
}
a.sms_txt {
	cursor: none;
	color: #fff;
	pointer-events: none;
}
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #002856 !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #002856 !important;
}

.grw-business-header {
	border-bottom: 3px solid #e37358 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #002856 !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}

.nobreak {
	display: inline-block;
}
#email-tab iframe.jot-form {
	width: 100%;
	min-height: 600px;
	border: none;
}
/* Google Review Widget */
.homepage-grw .grw-review-btn,
.homepage-grw .grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #002856 !important;
	font-style: normal;
}

.homepage-grw .grw-business-footer p {
	line-height: 24px !important;
	text-align: center !important;
	margin-left: 0;
}

.homepage-grw .grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #002856 !important;
}

.homepage-grw .grw-business-header {
	border-bottom: 3px solid #e37358 !important;
}

.homepage-grw .grw-theme-dark {
	box-shadow: none;
}

.homepage-grw .grw-business-name a,
.homepage-grw .grw-business-name a:visited {
	color: #002856 !important;
}

.homepage-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepage-grw .grw-review-content p {
	text-align: left !important;
}

.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}

.homepage-grw .grw-slider {
	text-align: left;
}

.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}

.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.homepage-grw .grw-theme-dark div.grw-review-content > p {
	inline-size: auto !important;
}

.homepage-grw .grw-theme-dark div.grw-review-content > p {
	inline-size: 245px;
}

.homepage-grw .grw-slider-wrapper {
	display: flex;
	margin: 30px 0 20px;
}

.homepage-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none !important;
}

.homepage-grw .grw-review-btn:hover,
.homepage-grw .grw-review-btn:focus,
.homepage-grw .grw-view-all-btn:hover,
.homepage-grw .grw-view-all-btn:focus {
	color: #fff !important;
}
.contact-details p a.sms_txt{
	color: #4e4e4b;
}
.last-grid{
	border-bottom:none;
}
.right-cnt hr{
	border-top: 1px solid #e4e4e4;
}
.grw-review-content p{
	inline-size: 250px;
}

.agent-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.agent-content {
  flex: 1;
}

.agent-list {
  flex: 1;
  display: flex;
  gap: 30px;
}

.agent-box {
  text-align: center;
}

.agent-box img {
  width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.agent-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.gallery-item img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
}

.lightbox:target {
  opacity: 1;
  pointer-events: auto;
}

/* Close button */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}
.index-cnt h2{
 text-align: center;
}
#gold_content .col-md-8 p a, .index-cnt a {
    text-decoration: underline;
}
#gold_content .col-md-8 p a.btn {
    text-decoration:none;
}
.index-cnt h1 a {
    text-decoration: none;
}
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,40,86,.95)!important;
        background: url(../img/cover-bg.png) repeat!important;
    width: 100%;
    z-index:999999;
    padding: 20px;
    border-top: 1px solid #002856!important;
    display: flex;
    align-items:center;
    justify-content:center;
    transition: .3s all;
    bottom:-77px;
}
.fixed-cta.show-cta {
    bottom: 0px;
    transition-delay: 1s;
}
.fixed-cta h2 {
    margin: 0px;
    color: #fff;
    margin-left: -24px;
}
.fixed-cta .container {
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 20px;
}
.fixed-cta .cta-qte-btn {
    background: #fdb163!important;
    color: #111E3B!important;
    	font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
        font-weight: 700;
        text-align:center;
}
.fixed-cta .container .cta-call-btn {
    	font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 18px;
        font-weight: 700;
    max-width: 200px!important;
    text-transform: uppercase;
            text-align:center;
}
#scroll-close {
    background: #e56a54 !important;
    color: #111E3B !important;
}
.fixed-cta #scroll-close {
}
.fixed-cta #scroll-close span {
}
.fixed-cta #scroll-close:hover, .fixed-cta #scroll-close:focus {
    opacity: .8;
}

.fixed-cta .container a {
  max-width: 305px !important;
}

.philosophy-section{
margin:40px 0; 
padding:40px; 
background:#002856; 
text-align:center;
border-radius: 5px;
}

.philosophy-section h2, .philosophy-section h3, .philosophy-section h4, .philosophy-section p, .philosophy-section ul li{
color:#fff !important;
}

.secondagent {
    margin: 30px 0;
}
.secondagent img {
    width: 100%;
    max-width: 200px;
}

.caption .btn-default {
	width: auto;
}

.right-cnt .why-work-list li {
	font-family: "Abel", sans-serif;
}
.content h1 a, .content p a.btn {
    text-decoration: none;
}
.content p a {
    text-decoration: underline;
}
.second {
    background: #002856;
    color: #fff;
    padding: 40px 0;
}
.second .container {
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.second .previs img {
    scale: 2;
    transition: all .5s;
}
.second .previs.vis img {
    scale: 1;
}
.second .s1 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    display: flex;
    overflow: hidden;
}
.second .s1 .img {
    flex-basis: 30%;
    overflow: hidden;
}
.second .s1 .img img {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    object-fit:cover;
    border-right: 5px solid #e56a54;
}
.second .s1 .content {
    flex-basis: 70%;
    padding: 20px 40px;
}
.second .s1 .content h2, .second .s1 .content p {
    text-align:left;
}
.second h2 {
    text-transform: uppercase;
}
.second .s2 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}
.second .s2 .img {
    flex-basis: 30%;
        overflow: hidden;
}
.second .s2 .img img {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    object-fit:cover;
    border-left: 5px solid #e56a54;
}
.second .s2 .content {
    flex-basis: 70%;
    padding: 20px 40px;
    text-align:left;
}
.second .s2 .content h2, .second .s2 .content p {
    text-align:left;
}

.second .s3 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.second .s3 .img {
    flex-basis: 30%;
        overflow: hidden;
}
.second .s3 .img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit:cover;
    object-position: 0% 40%;
    border-bottom: 5px solid #e56a54;
}
.second .s3 .content {
    flex-basis: 70%;
    padding: 20px 40px;
    text-align:left;
}
.second .s3 .content h2, .second .s3 .content p {
    text-align:center;
}
.second .s1, .second .s2, .second .s3 {
    min-height: 300px;
}
.third {
background: #eee9df;
    padding: 60px 30px!important;
    border-top:1px solid #ccc; 
}
.third .container {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: 40px 20px;
    text-align:center;
}
.third h2 {
    margin: 30px 0;
    text-transform: uppercase;
}
.third .fa {
    font-size: 48px;
    color: #002856;
}
.previs {
    opacity:.1;
    transform: translate(0%, 100px);
    -webkit-transform: translate(0%, 100px);
}
.vis {
    transition: .3s ease-in all;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
}
.agent-vis {
    transition: .5s ease-in all;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
}
/* stella section */
.agentcallout {
    padding: 30px 0;
    border-radius: 5px;
    margin: 30px 0 60px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    overflow:hidden;
}
/* first vis section that turns to left-hand */
.agent-50.slidegrad {
  transition-delay: 1s;
}

/*makes left side content sticky */
.agentcallout.agent-vis.agent-50 {
    overflow:initial;
    display: flex;
    align-items:flex-start;
}
.agentcallout.agent-vis.agent-50 .stellaimg {
    float:none;
}
.agentcallout.agent-vis.agent-50 .left {
    position: sticky;
    top:0;
}
.agentcallout .left {
    width: 100%;
    display:block;
    float:left;
    transition: .5s all ease-in;
    box-shadow: 0px 0px 3px rgba(44, 44, 44, 0);
    background: url(../img/cover-bg.png) repeat;
    background-color: rgba(255, 255, 255, 1); /* White overlay at 60% opacity */
    background-blend-mode: lighten;
}
.agentcallout.agent-vis.agent-50 .left {
        width: calc( 50% - 40px );
        box-shadow: 0px 0px 3px rgba(44, 44, 44, .6);
        background-color: rgba(255, 255, 255, .0);
        margin-right: 40px;
        border-radius: 5px;
        padding: 20px;
        float:none;
}
.agentcallout .stellaimg {
    width: 100%;
    transition: all .75s;
}
.agentcallout.agent-vis .stellaimg {
    width: 50%;
        float:left;
}
.agentcallout.agent-vis.agent-50 .stellaimg {
width: 100%;
transition: none;
}
.agentcallout.agent-vis.agent-50.slidegrad .stellaimg {

}
.agentcallout .stellaimg img {
    height: 100%;
    max-height: 500px;
    width: 100%;
    max-width: 312px;
    scale: 2;
    transition: all 1s;
    margin: 0 auto;
    object-fit:cover;
    box-shadow: 0px 0px 3px rgba(44, 44, 44, 0);
        border-radius: 0px;
}
.agentcallout.agent-vis .stellaimg img {
    scale: 1;
    
}
.agentcallout.agent-vis.agent-50 .stellaimg img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    max-height: 250px;
    object-position: top;
    object-fit:cover;
    transition: none;
}
.agent-title h2 {
    margin: 10px 0;
    color: #002856;
}
.agent-title h3 {
    margin: 0px 0 20px;
    
}
.agentcallout .areasfocus {
    width: 50%;
    transition: all 1s ease-in;
    position:absolute;
    right:0;
}
.agentcallout .areasfocus .innerfocus {

        opacity:0;
        transition: all .5s ease-in;
        transition-delay: .5s;
        margin: 0 auto;
    margin-left:15px;
        transform: translate(0%, 100px);
    -webkit-transform: translate(0%, 100px);
}
.agentcallout.agent-vis .areasfocus {
    transition: none;    
}
.agentcallout.agent-vis.agent-50 .areasfocus {
    width: 100%;
    position: relative;
    /*float:left;*/
    }
.agentcallout.agent-vis.agent-50.slidegrad .areasfocus li {
    font-size: 12px;
    line-height: 18px;
}
.agentcallout.agent-vis .areasfocus .innerfocus {
    width: 100%;
    opacity:1;
    background: rgba(255,255,255,1);
        border-radius: 0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0); 
    padding: 0px;
            transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    border-color: transparent
}
.agentcallout.agent-vis.agent-50 .areasfocus .innerfocus {
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-width: 312px;
    padding: 20px;
    border-top: 5px solid #e56a54;
    transition: none;
    margin-left: auto;
}
.agentcallout .areasfocus h3 {
    margin: 10px 0;
}
.agentcallout .areasfocus p {
    font-size: 12px;
    line-height: 18px;
} 
/* second vis section that turns to left-hand */
.agentcallout .right {
    width: 0%;
    float:left;
    padding: 0px;
    transition: 1s all ease-in;
    position: absolute;
    right: 0;
}
.agentcallout.agent-vis.agent-50 .right {
    width: 50%;
    overflow:hidden;
    position: relative;
}
.agentcallout .right .innerbio {
    display:none;
    opacity:0;
    transition: .5s all ease-in;
    transform: translate(120%, 0%);
    -webkit-transform: translate(120%, 0%);
}
.agentcallout.agent-vis.agent-50 .right .innerbio {
    display:block;
    opacity: 0;
    transform: translate(calc(0%), 0%);
    -webkit-transform: translate(calc(0%), 0%);
}
.agentcallout.agent-vis.agent-50.slidegrad .right .innerbio {
    opacity: 1;
}
.agentcallout .right img {
    display:none;
}
.agentcallout .inner {
    display: flex;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    background: #eee9df;
    overflow:hidden;
    border-radius: 5px;
}
.aboutpg .right-cnt h2 {
    text-align:center;
    margin-top:30px;
}
.aboutpg .right-cnt ul {
    list-style:none;
    padding: 0px;
    width: 80%;
    margin: 0 auto;
}
.aboutpg .right-cnt ul li {
    display: flex;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 20px 0;
}
.aboutpg .right-cnt ul li:before {
    content: "\f14a";
    color:#e56a54;
    margin-right: 20px;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
}
.aboutpg .right-cnt ul li:nth-of-type(even) {
    background: #d4d1c9;
}
.aboutflx {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.aboutflx .right h3 {
    text-align:center;
    margin-top: 0px;
    font-size: 28px;
}
.jordan-section {
    width: 80%;
    margin: 60px auto;
}
.jordan-section p {
    font-size: 14px;
    line-height: 20px;
}
.about-main h1 {
    text-align:center;
    margin: 120px 0 60px;
}