@charset "utf-8";
/* CSS Document */

body,html
{
font-family: 'Ubuntu', sans-serif;
	height:100%;
	width:100%;
	color: #000;
}
a {
    color:#1f1a17;
}
/* Typography */
h1 {
	font-size: 36px;
    line-height: 44px;
	font-weight: 700;
	margin-top: 45px;
}
h2{
	font-weight:700;
	font-size:28px;
    line-height: 36px;
}
h3{
	font-weight:600;
	font-size:22px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h1 a
{
color: #000;
}
h1 a:hover
{
	text-decoration:none;
}
:focus {
outline: 0 !important;
}
h1 span
{

}
h1 a {
    text-decoration:none!important;
}
a:hover, a:focus {
    text-decoration:none;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
.top-bar {
    background:#000;
    top: 0;
    width: 100%;
    height: 50px;
}

.top-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-nav,.flip-social {
	color: #fff;
	padding: 7px 0;
	margin-bottom: 0;
	display: flex;
height: 50px;
text-align: center;
justify-content: center;

}
.flip-social li {
	list-style: none;
	height: 33px;

line-height: 33px;
}
.flip-social li a{
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
}
.top-nav li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 700;
}

#header-follow-us {
    line-height: 33px;
    padding-right: 15px;
}
.phone-brdr::after {
	content: '';
	vertical-align: middle;
	border-right: 1px solid #333;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 26px;
}

.no-brdr::after {
	border-right: none;
}

.top-nav li a {
	color: #fff;
}
.top-bar i {
    margin-right: 5px;
    color: #bf9525;
}
.flip-social li i{
	 margin-right: 0;
	}

.top-my-account {
	float: right;
	color: #fff;
	padding: 7px 0;
	margin-bottom: 0;
	display: inline-block;
}

.top-my-account li {
	padding: 0px 0px 0px;
	list-style-type: none;
	font-size: 16px;
	font-weight: 700;
}

.top-my-account li a {
    color: #fff;
    padding: 7px 0;
    display: inline-block;
}

.top-nav li a:hover,
.top-my-account li a:hover,
.top-my-account li a:focus,
.top-nav li a:focus,
.flip-social li a:hover,
.flip-social li a:focus {
    color: #e8e4e4;
}




/* My Account */
 .dropdown-menu.my-account li a:hover
{
	filter:none!important;
}

.dropdown-menu.my-account {
	background: #bf9525;
	border: 0;
	border-radius: 0;
	margin-left: -408px;
	margin-top: 7px;
	width: 539px;
	text-align: center;
}

.dropdown-menu.my-account > li {
	margin: 0 12px;
	padding: 0;
	display: inline-table;
}
.dropdown-menu.my-account > li > a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
	padding: 0 0 8px;
	margin: 0;
}

.dropdown-menu.my-account>li>a:hover,.dropdown-menu.my-account>li>a:focus
{
	background:transparent;
	color:#000 !important;
	opacity: 0.8;
}

a.dropdown-toggle
{
	padding-right:15px;
}

.dropdown.top-accnt
{
	margin-left:27px!important;
}

.description li a, .description li::before, .serviceBox .description {
	font-size: 13px;
	line-height: 22px;
}

.top-accnt.open a.dropdown-toggle
{
	color:#e8e4e4 !important;
	text-decoration:none;
}


/* Navigation */
.center-logo {
    
    margin: 40px 0;
	display: flex;
}

.logo-agency {
      margin: auto;
	  display: inline-block;
}

.navbar-default
{
	background:transparent;
	border:0;
}

.navbar {
 margin-bottom: 20px;
margin-top: 0px;
    min-height: auto;
}
.navbar-collapse
{
	padding-left:0;
	padding-right:0;
}

.nav.navbar-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.navbar-collapse > ul.navbar-nav > li
{
	margin-left:0;
	margin-right:0;
	padding:0;
}

.navbar-default .navbar-nav > li > a {
	font-size: 17px;
	font-weight: 500;
	margin: 0px;
	padding: 0;
	color: #000;
}

.nav-top .dropdown li a {
    font-size: 20px;
	color: #000;
    transition: .2s all;
    text-decoration-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
	background-color:transparent;
	border-bottom:5px solid #8db2b4;
	color:#858494;
	text-shadow:1px 1px 0 #A27F05;
	z-index:20;
}


.dropdown-menu
{
	background:#fff;
	border: none;
	border-radius: 0;
	padding: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.dropdown-menu > li > a
{
	color:#fff;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-menu > li > a.active
{
	    color: #000;
    text-decoration: underline;
    text-decoration-color: #bf9525;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}

.navbar-nav > li > .dropdown-menu {
       margin-top: 20px;
       padding: 5px 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
	background-color:transparent;
	border-bottom:5px solid #8db2b4;
	color:#000;
}
.navbar-default .navbar-nav > li > a {
    transition: .2s all;
    text-decoration-color: transparent;
}
.navbar-default .navbar-nav > li > a.active
{
	color:#000;
    text-decoration: underline;
    text-decoration-color: #bf9525;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus
{
	color:#000;
    text-decoration: underline;
    text-decoration-color: #bf9525;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}


.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus
{
	background-color:transparent;
	color:#000;
}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus
{
	background-color:#eee;
	border-color:transparent;
}

.dropdown.open .caret
{
	border-bottom:8px solid;
	border-top:none;
}

.dropup.open .caret
{
	border-bottom:none;
	border-top:6px solid!important;
}

.dropup .caret
{
	border-bottom:6px solid;
	border-top:0;
	content:"";
}

.navbar-toggle span:nth-child(1)
{
	top:15px;
}

.navbar-toggle span:nth-child(2)
{
	top:22px;
}

.navbar-toggle span:nth-child(3)
{
	opacity:0;
	top:22px;
}

.navbar-toggle span:nth-child(4)
{
	-webkit-transition:all .25s ease-in-out 0;
	top:29px;
	transition:all .25s ease-in-out 0;
}

.navbar-toggle.nav-bg span:nth-child(1),.navbar-toggle.nav-bg span:nth-child(4)
{
	opacity:0;
	top:24px;
}

.navbar-toggle.nav-bg span:nth-child(2)
{
	-webkit-transform:rotate(45deg);
	-webkit-transition-delay:.25s;
	transform:rotate(45deg);
	transition-delay:.25s;
}

.navbar-toggle.nav-bg span:nth-child(3)
{
	-webkit-transform:rotate(-45deg);
	-webkit-transition-delay:.25s;
	opacity:1;
	transform:rotate(-45deg);
	transition-delay:.25s;
}

.navbar-toggle
{
	background-color:transparent;
	cursor:pointer;
	float:right;
	height:43px;
	overflow:hidden;
	width:43px;
	z-index:100;
}

.navbar-toggle span
{
	-webkit-transform:rotate(0deg);
	-webkit-transition:all .25s ease-in-out 0;
	background:#fff none repeat scroll 0 0;
	display:block;
	height:3px;
	left:9px;
	opacity:0.8;
	position:absolute;
	transform:rotate(0deg);
	transition:all .25s ease-in-out 0;
	width:26px;
}


/* Main Carousel */
 .item img
{
	margin:0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
	z-index: 1;
}
.carousel-control {
	width: auto;
	top: 40%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
.carousel-inner {
   overflow: hidden;
}
.carousel-inner> .item{
   /*disables white flash*/
   -webkit-transition: -webkit-transform .5s ease-in-out;
   -o-transition: -o-transform .5s ease-in-out;
   transition: transform .5s ease-in-out;
   -webkit-backface-visibility: visible;
            backface-visibility: visible;
}
.carousel-inner > .item {
    
}
 .carousel-inner.main>.item>img {
     width: 100%;
     height: calc(90vh - 295px);
     max-height: 600px;
     min-height: 350px;
     object-fit:cover;
}

/* get a quote*/

.small-container {
	padding: 0;
	background: #bf9525;
    background: linear-gradient(180deg, #bf9525, #d9b657);
	position: relative;
}

.get-a-quote {
	color: #fff;
	margin-top: -100px;
	background: #000;
	display: inline-block;
	width: 100%;
	text-align: center;
-webkit-box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
-moz-box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
}
.get-a-quote.no-img {
    padding-bottom: 30px;
}
.get-a-quote h2 {
	font-size: 61px;
	font-weight: 700;
    width: 100%;
	margin-top: 35px;
}
.get-a-quote p {
	font-size: 29px;
	line-height: 39px;
	font-weight: 700;
	margin-bottom: 0;
}
.quote-box-cen {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 0px;
width: 75%;
	margin: 0 auto;
	padding: 44px 0;
}
.jot-pages {
    width: 30%;
}

.fixed-size {
    flex: 1;
    padding: 0 15px;
    
}


#Type {
         -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
select::-ms-expand {
    display: none;
}


#Type, #ZipCode {
	color: #000;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 100%;
	padding: 10px 5px;
	 font-weight: 600;
	 font-family: 'Open Sans', sans-serif;
	     font-size: 14px;
}
.btn.btn-quote-it{
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: 600;
	background: #bf9525;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 4px 5px;
font-family: 'Open Sans', sans-serif;
}

.btn.btn-quote-it:hover, .btn.btn-quote-it:focus {
background: #d9b041;
color: #000;
}


/* Insurance Types/Boxes */
.ins-boxes {
    display: flex;
justify-content: space-between;
-webkit-box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
-moz-box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
box-shadow: -3px -12px 24px -7px rgba(0,0,0,0.3);
}
.box-grid {
	flex: 1;
	text-align: center;
	-webkit-box-shadow: inset 0px 28px 24px -17px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 28px 24px -17px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 28px 24px -17px rgba(0, 0, 0, 0.3);
	
	padding: 42px 0;
}

.box-grid i {
    font-size: 53px;
    color:#bf9525;
}
.ins-boxes h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
display: flex;
flex-direction: column;
}
.ins-boxes a:hover, .ins-boxes a:focus {
    text-decoration: none;
    opacity: .8;
}

.ins-boxes {
    background: #1a1a1a;
    background: linear-gradient(90deg, #1a1a1a, #333);
}




/*content*/


h1 a:hover {

    text-decoration: none;
    opacity: 0.7;
	color:inherit;

}
.ensure-policies {
    font-style: italic;
    font-size: 30px;
    margin: 25px 0;
}
.main-content h1 {
	margin-top: 30px;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-content p, .main-content ul li {
	color: #393939;
	font-size: 18px;
line-height: 30px;
}
.main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li {
    margin-bottom: 10px;
    
}
.main-content ul li::marker {
    color: #bf9525;
}
.main-content ul li a, .main-content ul li strong {
    color: #000;
}
.main-content p, .main-content ul {
margin-bottom: 20px;
}


.main-content {
    padding-bottom: 160px;
}


/* service box*/

.service-section {
	margin-top: -100px;
	display: flex;
	justify-content: space-between;
}
.top-nav li a.active {
    color: 
    #bf9525;
}
.service-flex {
	box-sizing: border-box;
   flex-basis: 30%;
	text-align: center;
	margin: 0 40px;
	background:#fff;
   box-shadow:-3px 0 3px -3px #b0aeae, 3px 0 3px -3px #b0aeae;



}
.description li {
    text-align: left;
}

.serviceBox {
position: relative;
transition: all 0.3s ease 0s;
background:#fff;
height: 100%;
	
}
.serviceBox:hover{ transform: translateY(-20px);
height: 100%; }

.serviceBox .description li {
    display:flex;
    list-style: none;
	line-height: 22px;
	padding-bottom: 5px;
	margin: 10px 0;
}
.description li i {
   font-size: 18px;
    color:#858494;
    margin-top: 5px;
	font-weight:900;
	margin-right:10px;
}

.description li a {
   font-size: 18px;
text-align: left;
font-family: 'Open Sans', sans-serif;
}
.description li a:hover, .description li a:focus {
    color: #666;
}
.description li::before {
	content: "\f0a9";
	font-family: 'Font Awesome\ 5 Free';
	display: inline-block;
	width: auto;
	color: #000;
	font-weight: 900;
	font-size: 18px;
	margin-right: 15px;
}
.serviceBox .service-icon {
	padding: 25px 0;
	color: #fff;
	background: #09070a;
align-items: center;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
flex-direction: column;
}
.serviceBox .service-icon i{
	font-size:52px;
	color: #bf9525;
}
.serviceBox .service-content{
    padding: 20px 15px;
	-webkit-box-shadow: inset 0px 28px 24px -15px
rgba(93, 94, 100, 0.3);
-moz-box-shadow: inset 0px 28px 24px -15px rgba(93, 94, 100, 0.3) box-shadow: inset 0px 28px 24px -15px rgba(93, 94, 100, 0.3);
  	
}
.serviceBox .title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
	font-family: 'Open Sans', sans-serif;

}
.serviceBox .description{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
	padding-left: 10px;

}


/*testinomial*/

#myCarousel .carousel-inner > .item h5 {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
#myCarousel .carousel-inner > .item {

    padding: 0 10px;
    width: 100%;

}

.client-name {
    text-align: right;
    color:#858494;
    font-size: 14px;
	float:right;
}
.doe {
    font-weight: 600;
}


/* Carrier logo carasoul */
.partners-carrier {
    color: #bf9525;
}
.carrier h2 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 50px;
}
.ins-nslider
{
	padding:0 15px;
	width:50%;
}

.nbs-flexisel-container
{
	max-width:100%;
	position:relative;
}

.nbs-flexisel-ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}

.nbs-flexisel-inner
{
	float:left;
	margin:0 0 50px;
	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;
}



/* Footer */
.sidebar-pages .row {
    display: flex;
}
.right-side {
    background:#000;
    background:linear-gradient(180deg, #000, #333);
    margin-top: 35px;
}

.footer-bg {
    background:#09070a;
font-family: 'Open Sans', sans-serif;
}
 .footer-content
{
	color:#fff;
}

#foot-nav ul li {
    text-transform: uppercase;
}

.footer-content h2 {
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 45px;
}
.footer-content h2:after{
	position:absolute;
	left:0px;
	bottom:0px;
	width:110%;
	border-bottom: 1px solid #bf9525;
	content:"";
}
.footer-content ul
{
	padding-left:0;
}

.footer-content ul li
{display: flex;
	font-size:16px;
	font-weight:600;
	list-style-type:none;
	margin:7px 0;
}

#rssfeeds p {
    font-size: 13px;
}

#rssfeeds a , .whatsnew a {
    color:#fff;
    font-weight: 700;
}
.footer-content ul li a
{
	color:#fff;
}

.footer-content ul li a:hover,.footer-content ul li a:focus,.footer-content ul li a.active,#rssfeeds a:hover, .whatsnew a:hover
{
	color:#bf9525;
}

 .gmap
{
	border:none;
	height:130px;
	margin-bottom:20px;
	width:80%;
}
 .contact-info ul
{
	margin:0;
	padding:0;
}

.contact-info li
{
	list-style-type:none;
	padding:0 0 15px;
}

.contact-info li a
{
	color:#fff;
	display:inline;
}

.contact-info a:hover
{
	color:#fff;
}


#cont-info i
{
	color:#bf9525;
	float:left;
	font-size:1.2em!important;
	margin-right: 10px;
	margin-top:3px;
	width:18px;
}

.logo-agency img {
	max-width: 400px;
}

#agency-logo-footer {
	max-width: 320px;
	padding: 6px;
	background: #fff;
	border: 3px solid #bf9525;
}

/* Copyright Sections */
 .copyright
{
	margin-top:50px;
}

.copyright p,.copyright p a
{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.copyright p a:hover, .copyright p a:focus{
	color: #bf9525;
}
.footer-bg .small-container {
    background: inherit;
}


.copyright-brk {
    padding: 0;
    list-style: none;
    color: #fff;
	margin-top: 15px;
}
.copyright-brk li,.copyright-brk li a {
    display: inline-block;
	color: #fff;
font-size: 18px;
font-weight: 600;
}
.sitelock-logo a {
    color: #bf9525;
}

.copyright-brk li a:hover{
	color:#bf9525;
	
}

/* Breadcrumbs */
.main-content .breadcrumb
{
	background:transparent;
	padding:20px 0 30px;
    margin: 0px;
}

.main-content .breadcrumb li
{
	color:#000;
	float:left;
	list-style-type:none;
    margin-bottom: 0px;
}

.main-content .breadcrumb li a
{
	color:#666;
	font-weight:400;
    text-decoration: none;
}

.main-content .breadcrumb li a:hover
{
	color:#333;
	font-weight:400;
	text-decoration:none;
}

.main-content .breadcrumb > li + li::before
{
	content:" ";
	padding:0 5px 0 0;
}


/* Inner Page */

#myCarousel .carousel-inner{
	display:flex;
	
}
.top-nav.mobile-go.mobile-social-icons {
    padding: 0;
}
.right-side h3 {
	color: #fff;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
}


/* Customer Service/Compare Quotes Iframe */
 iframe.ccframe
{
	border:0;
	height:1600px;
	width:100%;
}

#cpIframe
{
	border:0;
	height:1600px;
	width:100%;
}

.email-jot-form
{
	border:0;
	height:1000px!important;
	width:100%;
}

 .shadowed {
background-color:#fff;
border: 1px solid #858494;
display: inline-block;
filter: drop-shadow(2px 3px 3px #858494);
     padding: 10px;
     margin-bottom:20px;
}

.grid-divider h4
{
	color:#858494;
	
}
/* insurance-quote */

#ins-quote-section {
	padding-bottom: 15%;
}
#ins-quote-section h1 {
	margin-bottom: 30px;
}
.ins-btn
{
	background:#000;
	border-radius:0;
	color:#fff !important;
	font-size:16px;
	margin-bottom:20px;
	padding:0 20px 0 10px;
	text-align:left;
	text-shadow:none;
	text-transform:uppercase;
	width:100%;
    text-decoration:none!important;
}
.ins-btn img {
	padding: 10px 20px 10px 0px;
}
 .ins-btn:hover,.ins-btn:focus
{
	background:#1a1a1a;
	color:#fff;
    opacity: 1!important;
}

.lob-jot-form
{
	border:0;
	height:470px!important;
	width:100%;
}


.btn.mobile-direction:focus {
    color: #fff;
}
.gmaps,.gmap-large{width:100%; height:350px!important;}

.gmap-large{border:none;}

.phone-no.phone-automate a, .phone-no.fax-automate a, .pull-right.phne-fix a {
    color: inherit !important;
}

/* cs page*/

.carriers-box {

	margin-bottom: 15px;

	min-height: 150px;

}

.cnt-carrier-pg {
    padding-bottom: 15%;
   
}

.cnt-carrier {
	background: #fff;
	text-align: center;
	padding: 15px;
	box-shadow: 0 2px 5px 0 #888282;
	border-top: 10px solid #bf9525;
    border-image: linear-gradient(90deg, #bf9525, #d9b657)1;
	}

.cnt-carrier {
	color: #fff;
	text-align: center;
}

.cnt-carrier .title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #bf9525;
}
.carriers-box p {
    text-align: left;
    font-size: 14px;
 line-height: 35px;
    margin-bottom: 0;
}
.btn-customer {
    background: #000;
border: 1px solid #000;
color: #fff;
    border-radius: 22px;
    padding: 5px 19px;
    text-decoration: none!important;
}
.btn-customer:hover, .btn-customer:focus {
    color: #fff;
    background: #1a1a1a;
    opacity: 1!important;
}
.cnt-carrier .cnt-carrier-content {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnt-carrier .cnt-carrier-content li {
	font-size: 16px;
	margin: 0 0 7px;
	color:#000;
}

.cnt-carrier .cnt-carrier-content li span {
	font-size: 16px;

}
.cnt-carrier .cnt-carrier-content li span .btn-customer {
    background: #fff;
border: 1px solid  #bf9525;
    border-radius: 30px;
    padding: 1px 18px;
}
.cnt-carrier .cnt-carrier-content li:last-child::after {
    display: none;
}
.cnt-carrier-icon {
    background:#fff;
    margin-bottom: 10px;
}
/*Blog*/
.blog .content-area a{
	color: #bf9525 !important;
}
.blog .content-area a:hover{
	color: #d9b041 !important;
}
.blog #main{
	display:block;
} 
.sidebar-content{
	background:#000;
	margin: 30px 0 0;
}

.blog .widget ul li::marker {
  color: #fff!important;
}
.sidebar-content ul{
	margin:0 0!important;
}
.sidebar-content ul li {
	color: #fff;
	list-style-type:disc !important;
	font-size:20px;
}
.sidebar-content .widget{
	margin-top:20px;
}
.sidebar-content .widget h2{
	color:#fff;
	font-size:22px;
}
.blog .search-submit{
padding: 5px 10px;
background-color:#bf9525;
border: 1px solid #bf9525;
color:#fff;
border-radius: 3px;
}

.blog .submit{
	background-color:#bf9525;
	border: 1px solid #eacc53;
	color:#fff;
	padding: 5px 10px;
	border-radius: 3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#d9b041;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a{
	color: #fff;
	text-decoration:none;
}
.sidebar-content .widget a:hover,.sidebar-content .widget a:focus{
	color: #d9b041;
}
.container-block{display:flex;}
.blog .wp-block-search__button {
    background: #bf9525;
	color: #fff;
	border:none;	
	border-radius:3px;
}
.blog .search-submit:hover,.blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus,.blog .submit:hover,.blog .submit:focus{
    background: #d9b041;
}
.blog .wp-block-search__label {
 color:#fff;
}
.blog .widget-area h2 {
	color:#fff;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#fff;
	font-size: 20px;
	line-height: 24px!important;
	font-family: 'Ubuntu', sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#fff;
	font-size:20px;
}
.blog .wp-block-group__inner-container ul{
  list-style-type: disc!important;
  padding-left: 40px!important;
}
.cnt-carrier-icon img{
	display: block;
	margin: 0 auto;
}
.change-btn{
	background: #bf9525 !important;
}

.team-card {
  display: block;
  text-decoration: none;
  color: #333;
}

.team-card img {
  margin: 0 auto;
  transition: 0.3s;
}

.team-card:hover img {
  transform: scale(1.05);
}
.img-circle{
	border: 1px solid #000;
	width: 200px;
	display: block;
	margin: 0 auto;
}
.text-center p{
	font-size: 14px;
	margin: 0;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #bf9525 !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: #bf9525 !important;
}

.grw-business-header {
	border-bottom: 3px solid #513013 !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: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}

.close {
  
  color: #bf9525;
  opacity: 1;
  
}
.modal-header{
	border-bottom: none !important;
}
.modal-header .close {
  margin-top: -10px;
}

.main-content a {
text-decoration: underline;
}

.main-content a:hover,.main-content a:focus {
  opacity:.8;
}

.teams-info-section h2.h4-style{
	font-size: 18px;
}
#career-grid h2{
	font-size: 18px;
	color: #858494;
}
.fixed-cta h2{
	color: #fff;
  margin: 0;
  font-size: 22px;
}
.fixed-cta .qte-btn{
	padding: 6px 12px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex !important;
  align-items: center;
}
.fixed-cta {
background: rgba(0,0,0,0.95)!important;
    background:linear-gradient(90deg, rgba(0,0,0,0.95),rgba(20,20,20,0.95))!important;
    padding: 15px 0!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.fixed-cta .container .cta-qte-btn {
    font-size: 18px;
    text-transform: uppercase;
}
.fixed-cta .container .cta-qte-btn strong {
    font-weight: 400!important;
}
.fixed-cta .container .cta-qte-btn:hover, .fixed-cta .container .cta-call-btn:hover, .fixed-cta .container .cta-qte-btn:focus, .fixed-cta .container .cta-call-btn:focus, #scroll-close:hover span, scroll-close:focus span {
    opacity: .8;
}
#scroll-close span {
        font-size: 16px!important;
    padding-top: 0px!important;
    color: #000!important;
    width: 24px!important;
    height: 24px!important;
    background: #bf9525!important;
}
.fixed-cta .container .cta-call-btn {
    font-size: 18px;
    text-transform: uppercase;
    max-width: 200px!important;
}
.cta-qte-btn{
	background: #bf9525 !important;
	color: #000!important;
}
.teams-info-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items:flex-start;
    justify-content: flex-start;
    clear:both;
    flex-direction: row;
}
.teams-info-section .new-col {
    background: #eaeaea;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px;
    min-width: 30%;
}
.teams-info-section .new-col:first-of-type {
    margin-left: -15px;
}
.main-content .teams-info-section .new-col a {
    text-decoration:none;
}

.text-highlght p{
	font-style:italic;
}

/* Ada compliance fixes begins */
.skip-to-content-link {
	background: #bf9525;
	color: #fff;
	height: 30px;
	right: 0;
	top: 0;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 9999;
}

.skip-to-content-link:focus {
	transform: translateY(0);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight !important;
	outline: auto 5px -webkit-focus-ring-color !important;
}