@charset "utf-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li,
span {
	font-family: 'Quattrocento Sans', sans-serif;
}

h1 {
	color: #2c2c2c;
	font-size: 32px;
	font-weight: 700;
}
.index-header h1 {
    color: #2c2c2c;
}
h1 a {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	color: #2c2c2c;
	font-size: 28px;
    line-height: 36px;
	font-weight: 700;
}
h3 {
    color: #2c2c2c;
    font-size: 22px;
    line-height: 30px;
}
header.no-img {
    padding-bottom: 20px;
}
a {
    color: #0c6ca5;
}
.content h1 {
    font-size: 36px;
    line-height: 48px;
}
.content h2, .content h3, .content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.content {
    padding-bottom: 30px;
}
.content a {
    text-decoration: underline;
}
.content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.content ul li {
    margin-bottom: 10px;
}
.content ul li::marker {
    color:#0c6ca5;
}
.align {
	margin-top: 40px;
}

p {
	color: #58595b;
	font-size: 16px;
}

h4,
h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

header {
	background: #0b2f63;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b2f63), color-stop(100%, #0c68a1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0b2f63 0%, #0c68a1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2f63', endColorstr='#0c68a1', GradientType=0);
	/* IE6-9 */
	height: auto;
}

.logo {
	background: #fff;
	padding: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 1px 10px 10px 2px rgba(0, 0, 0, 0.9);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.logo img {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    max-width: 300px;
}

/*Navigation style*/
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 2px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding: 10px 12px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	border-bottom: 2px solid #f68920;
	border-top: 2px solid #f68920;
	color: #fff;
}

.nav-top .dropdown-menu>li>a {
	font-size: 16px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
    border-bottom: 2px solid #f68920;
	border-top: 2px solid #f68920;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li.active>a, .dropdown-menu>li.active>a:hover, .dropdown-menu>li.active>a:focus {
	color: #2c2c2c;
	text-decoration: underline;
	background-color: transparent;
    text-decoration-color: #f68920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.navbar-nav {
    margin-top: 30px;
} 
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 2px solid #f68920;
	border-top: 2px solid #f68920;
	color: #fff;
	background: transparent;
}

.fnt-style {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-default {
	border: transparent;
	background-color: transparent;
}

.btn-default:hover {
	border: transparent;
	background-color: transparent;
}

.navbar-nav li a {
	font-size: 20px;
	font-weight: 700;
	color: #393939;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: transparent;
	border-color: #adadad;
	color: #333;
}

/*Quoter Section*/

.quoter {
	background: #70a8c9;
	height: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 20px 25px;
	margin-top: 16px;
	-webkit-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	-moz-box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	box-shadow: 0px -5px 24px 0px rgba(50, 50, 50, 0.86);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.quoter label {
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5.5px 0;
}

.form-control {
	background: #0b2f63;
	border: 1px solid #051a41;
	color: #fff;
	font-size: 15px;
}

.styleSelect select {
	font-size: 16px;
	line-height: 1;
	background: url(../img/quote-arrow.png) no-repeat right #0b2f63;
	-webkit-appearance: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #1a1a1a;
	width: 100%;
	margin-top: 16px;
	text-transform: uppercase;
	font-size: 23px;
	padding: 6px 0px;
	font-weight: 700;
	
	border-color: #ff9633;
	background: #ff9633;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9633), color-stop(100%, #f68920));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff9633 0%, #f68920 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9633', endColorstr='#f68920', GradientType=0);
	/* IE6-9 */
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
	box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.82);
    
}
.btn-primary:hover {
	background: #f68920;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f68920), color-stop(100%, #ff9633));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f68920 0%, #ff9633 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68920', endColorstr='#ff9633', GradientType=0);
	/* IE6-9 */
}
.icon-align img {
	margin-top: -5px;
	margin-left: 10%;
}

.banner {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	-moz-box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	box-shadow: 60px 100px 150px 0px rgba(255, 255, 255, 0.94);
	margin-top: 17px;
    overflow:hidden;
}

.banner img {
	position: relative;
    height: 232px;
    width: 100%;
    object-fit:cover;
}
.banner.jot {
    height: 195px;
}
/*Main Content Band*/
.content-band {
	background: #000000;
	height: 120px;
	position: relative;
	z-index: 1;
}

.main-links {
	list-style-type: none;
	margin: 25px 30px;
}

.main-links li a {
	font-size: 20px;
	font-weight: 700;
	color: #c2c2c2;
	line-height: 35px;
}

.main-links li a:hover,
.main-links li .active {
	color: #0c6ca5;
	text-decoration: none;
}

.icon img {
	margin-right: 20px;
	margin-top: -8px;
}

/*Main Content*/
.testimonials {
	margin: 10px 35px;
}

.testimonials p {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	line-height: 20px;
}

.testimonials h5 {
	font-size: 16px;
	color: #0c6aa3;
	font-weight: 700;
}

.testimonials h6 {
	color: #0c6aa3;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	font-weight: 700;
}

.content p {
	font-weight: 700;
	margin-top: 10px;
}

.content ul li {
	color: #58595b;
	font-size: 16px;
	font-weight: 700;
}

.list {
	list-style-image: url(../img/list-arrow.png);
	padding: 0px 20px;
	line-height: 25px;
	font-weight: 700;
	color: #58595b;
	vertical-align: baseline;
}

/* Career Grid Style */

.career-grid-header {
	background-color: #002D62;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.table-striped tbody>tr:nth-child(2n+1)>td,
.table-striped tbody>tr:nth-child(2n+1)>th {
	background-color: #cfcdcd;
}

/* Carousel added*/
.carousel-inner {
	margin-top: -10px;
	position: absolute;
	z-index: 0;
}

.carousel-control {
	background: #aaa7a7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	border: 0;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	display: inline-block;
	z-index: 9999;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	background: #002D62;
	background-repeat: repeat-x;
	opacity: 1;
}

.carousel-control.left {
	float: left;
	cursor: pointer;
	background: #aaa7a7
}

.carousel-control.right {
	float: right;
	margin-right: 20px;
	background: #aaa7a7;
}

.carousel {
	margin-bottom: 0;
	margin: 10px 0px 0px 0px;
}

/*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 5px;
	position: relative;
	border-bottom: 1px solid #d3d4d5;
	margin-top: 0px;
    padding-top: 40px;
}

#thumbs a:hover,
#thumbs a.selected {
	border-color: #566;
}

#prev,
#next {
	background: transparent url(../img/carousel_nav.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 40%;
}

#prev {
	background-position: 0 0;
	left: 10px;
}

#next {
	background-position: -19px 0;
	right: 10px;
}

#prev:hover {
	background-position: 0 -20px;
}

#next:hover {
	background-position: -19px -20px;
}

/*Footer*/
footer {
	background: #eaeaea;
	color: #000;
	padding-bottom: 10px;
    padding-top: 30px;
}

footer h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 0px;
}

footer a {
	color: #000;
	font-weight: 700;
}

.footer-nav {
	padding-top: 20px;
	text-align: right;
}

.footer-nav a {
	font-size: 15px;
	margin: 6px;
}

.footer-nav .active,
.copyright a {
	color: #2a6496;
}

.copyright {
	text-align: right;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}

.img-stack img {
	width: 100%;
	margin: 20px auto;
	display: block;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}

.frame-fix {
	height: 1500px;
}

/* Career Grid Style */

.career-grid-header {
	background-color: #0b2f63;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.table-striped tbody>tr:nth-child(2n+1)>td,
.table-striped tbody>tr:nth-child(2n+1)>th {
	background-color: #cfcdcd;
}

/* Customer service carrier */
.top-space {
	margin-top: 10px;
}

.contact-list h2 {
	color: #0b386d;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #0b386d;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #ff9633;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9633), color-stop(100%, #f68920));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9633 0%, #f68920 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff9633 0%, #f68920 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9633', endColorstr='#f68920', GradientType=0);
	/* IE6-9 */
	color: #1a1a1a !important;
}

.btn-xs:hover, .btn-xs:focus {
	background: #f68920;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f68920), color-stop(100%, #ff9633));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f68920 0%, #ff9633 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f68920 0%, #ff9633 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68920', endColorstr='#ff9633', GradientType=0);
	/* IE6-9 */
	color: #1a1a1a;
}

/*Fixes*/
.quote-fix {
	height: 195px;
}

.quote-fix h3 {
	font-size: 21px;
	text-align: center;
	color: #eee;
}

.footer-addrs {
	margin-top: 20px;
}

#frame {
	height: 1600px;
}

.anc-jmp-fnt img {
	padding-right: 10px;
	border: none;
	width: auto;
	margin: 0px;
}

.mar-top {
	margin-top: 10px;
}

.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: #f07d0c;
	/* 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:none;
}
a:focus-visible,
.dropdown-toggle:focus-visible {
outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* Ada compliance fixes end */
.nobreak {
	display: inline-block;
}

.footer-nav ul {
	padding-left: 0px;
	list-style-type: none;
}

.footer-nav ul li {
	display: inline-block;
}

.jot-blck {
	background: #eaeaea;
	padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.jot-blck h2 {
	color: #2c2c2c;
	text-align: center;
}

.homepg {
	height: 300px;
}

.quoter.jot-link {
	height: 196px;
}

.quoter.jot-link .jot-btn-link {
	margin-top: 70px;
}

.form-control {
	background: #0b2f63;
	border: 1px solid #051a41;
	color: #fff;
	font-size: 15px;
}
.footer-nav ul li {
    margin-bottom: 10px;
}
.footer-nav ul li.active a,
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
	color: #000;
	text-decoration: underline;
    text-decoration-color: #2a6496;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.jt-form {
	height: 400px !important;
	border: 0;
	width: 100%;
}

.quick-jot {
	height: 450px !important;
	border: 0;
	width: 100%;
}

.contact-section li {
	font-size: 20px;
}
#main-content {
    /* min-height: 300px; */
    padding: 5vh 0;
}

h3.carrier-list {
  border-bottom: 1.5px dotted #0c6aa3;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 0px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px!important;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin:0 auto;
	display:block;
	max-width: 230px;
}
a.sms-txt {
	cursor: none;
	pointer-events: none;
    color: #393939;
	text-decoration: none;
}
.contact-details .sms-txt {
	color: inherit;
}
/* Testimonial Sections */
.testi-sec.reviews {
    background: #0b2f63;
    background: -moz-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b2f63), color-stop(100%, #0c68a1));
    background: -webkit-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
    background: -o-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
    background: -ms-linear-gradient(top, #0b2f63 0%, #0c68a1 100%);
    background: linear-gradient(to bottom, #0b2f63 0%, #0c68a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2f63', endColorstr='#0c68a1', GradientType=0);
    margin: 0px;
    padding: 40px 15px;
}
.testi-sec.reviews .container {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    border-radius: 8px;
    padding: 20px;
}
.testi-sec {
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.testi-sec h3 {
	color: #2c2c2c;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
    line-height: 42px;
	font-family: 'Montserrat', sans-serif;
}

.testi-sec .fa.fa-caret-down {
	display: none;
	text-align: center;
	line-height: 0.3;
	margin-bottom: 30px;
	color: #138bbf;
}

.testi-sec h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #2c2c2c;
	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;
}


/* 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: #2d4f8a !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: #138bbf !important;
}

.homepage-grw .grw-business-header {
	border-bottom: 3px solid #138bbf !important;
}

.homepage-grw .grw-theme-dark {
	box-shadow: none;
}

.homepage-grw .grw-business-name a,
.homepage-grw .grw-business-name a:visited {
	color: #2c2c2c !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;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #138bbf !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: #138bbf !important;
}

.grw-business-header {
	border-bottom: 3px solid #138bbf !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;
}

/* .content img { */
	/* float: left; */
	/* margin-right: 15px; */
	/* margin-bottom: 15px; */
	/* border: 3px solid #333; */
/* } */

.content .stf-nm {
	font-size: 24px;
	font-weight: 700;
}

.content .stf-title {
	font-style: italic;
	font-weight: 600;
}

.nobreak{
	display:inline-block;
}

.grw-theme-dark div.grw-review-content > p {
  inline-size: 225px;
}

.index-content{
	margin-top:70px;
}

p {
  color: #58595b;
  font-size: 16px;
}

.index-header ul li {
  color: #58595b;
  font-size: 16px;
  font-weight: 700;
}
.headline {
    color: #fff;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 700;
}
.highlight {
    padding: 10vh 5vw;
    text-align:center;
}
.callout {
    background: #eaeaea;
    padding: 10vh 5vw;
    margin: 0 0 10vh;
}
.callout .wrap {
    display: flex;
    gap: 40px;
    align-items:center;
}
.callout.second {
    background: #fff;
    margin-bottom: 0px;
    padding: 5vh 5vw 10vh;
    margin: 0px;
}
.callout.second .right {
    width: 100%;
    max-width: none;
    min-width:auto;
}
.callout.second h2 {
    margin: 30px 0 10px;
}
.callout.second h2:first-of-type {
    margin-top: 0px;
}
.callout.second .left {
    font-size: clamp(56px, 20vw, 120px);
     flex-grow: 1;
     display: flex;
     align-items:center;
     justify-content:center;
     width: 100%;
     max-width: 400px;
     min-width: 300px;
     color: #0c6ca5;
}
.callout.inner {
   margin: 10vh 0; 
}
.callout.inner .wrap {
    align-items:normal;
}
.callout.inner .right {
    width: auto;
    max-width: none;
    min-width:auto;
}
.callout.inner img {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    max-height: 500px;
    object-fit:cover;
    margin: 0px;
}
.callout .right {
    width: 100%;
    max-width: 400px;
    min-widht: 300px;
}
.callout h2 {
    margin-top: 0px;
}
.calloutCTA {
    background: #0b2f63;
    padding: 10vh 15px;
}
.calloutCTA h2, .calloutCTA h3, .calloutCTA p, .calloutCTA a {
    color: #fff;
    text-align: center;
}
.calloutCTA p {
    width: 80%;
    margin: 20px auto;
}
.calloutCTA h2 {
    margin-top: 0px;
}
.calloutCTA .cta {
    display: flex;
    gap: 40px;
    justify-content:center;
}
.calloutCTA .cta a {
    padding: 10px 20px;
    background: #ff9633;
    background: linear-gradient(180deg, #ff9633 0%, #f68920 100%);
    color: #1a1a1a;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-size: 16px;
}
.calloutCTA p a {
    text-decoration: underline;
}
.calloutCTA .cta a:hover, .calloutCTA .cta a:focus {
    text-decoration:none;
    opacity: .9;
}
.privacy-sec a{
	color:#000;
	padding:0 10px;
	font-size:16px;
	text-align: right;
}
.privacy-sec a.active{
	color: #000;
  text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
  text-decoration-color: #2a6496;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.privacy-sec a + a {
    border-left: 1px solid #000;
}
.privacy-sec {
  text-align: right;
}