@charset "utf-8";

/* CSS Document */
body,
html {
	font-family: 'Nunito', sans-serif;
	height: 100%;
	width: 100%;
}

h1,
h1 a {
	color: #2c2c2c;
	text-align: left;
	font-size: 48px;
    line-height: 56px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top: 50px;
	font-family: "Roboto", sans-serif;
}

h1 a:hover,
h1 a:focus {
	color: #2c2c2c;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #2c2c2c;
	font-size: 26px;
}
h3 {
    font-weight: 600;
    color: #2c2c2c;
}
p {
	color: #393939;
	font-size: 18px;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
}

a,
a:hover {
	text-decoration: none;
}

.navbar-nav>li a,
.caption h2,
.styleOption select,
.ins-boxes h3,
.right-cnt h2 {
	font-family: "Roboto", sans-serif;
}

/* Top Bar */
header {
	position: relative;
}

.top-nav {
	font-family: 'Nunito', sans-serif;
}

.top-bar {
	background: #22679a;
	height: 50px;
	padding: 8px 0px;
}

.top-nav {
	color: #fff;
	padding: 0;
	font-size: 15px;
	margin-bottom: 0px;
}

.top-bar ul>li {
	list-style-type: none;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 34px;
}

.top-nav li a,
.top-bar ul>li>a {
	color: #fff;
}

.top-bar ul>li>a:hover,
.top-bar ul>li>a:focus,
.top-bar ul>li>a.active {
	color: #fff;
    opacity: .8;
	text-decoration: none;
}

.top-li {
	border-right: 1px solid #1c5680;
	padding-right: 15px;
	margin-right: 15px;
}

.top-my-account {
	margin-bottom: 0px;
	line-height: 34px;
	padding: 0;
}

.top-my-account .dropdown-menu {
	right: 0;
	left: auto;
	background: #fff;
	color: #2c2c2c;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 8px;
	border: 1px solid #ccc;
}

.top-my-account .dropdown-menu li {
	margin-right: 0px;
	width: 100%;
}
.top-my-account .dropdown-menu li a {
    color: #2c2c2c;
}
.top-my-account .dropdown-menu li a:hover,
.top-my-account .dropdown-menu li a:focus {
	color: #de1b21;
	background: transparent;
    opacity: 1;
}

/* Main Header */
.main-header {
	background: #fff;
	padding: 20px 0;
}

.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	align-content: center;
	width: 100%;
}

.logo-section {
	display: flex;
	align-items: center;
	justify-content: left;
}

.agency-logo {
	max-width: 100%;
	width: 100%\0/;

}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: right;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
	min-height: 0;
	width: 100%;
}

.navbar .navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0;
	padding: 0;
	float: none;
}

.navbar-default .navbar-nav>li {
	list-style: none;
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #393939;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	width: 100%;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a.active {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #de1b21;
    text-decoration-thickness: 3px;
    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: none;
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #de1b21;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
	background: #fff;
	color: #2c2c2c;
	border: 1px solid #ccc;
    margin-top: 3px;
}

.navbar-default .navbar-nav .dropdown-menu li a {
	text-align: left;
	padding: 5px 10px;
	color: #2c2c2c;
}

.navbar-default .navbar-nav .dropdown-menu li a:hover,
.navbar-default .navbar-nav .dropdown-menu li a:focus,
.navbar-default .navbar-nav .dropdown-menu li a.active {
	background: #de1b21;
	color: #fff;
}

.navbar-toggle {
	background-color: transparent;
	border: 1px solid #c1aa77;
	cursor: pointer;
	height: 43px;
	overflow: hidden;
	width: 43px;
	float: right;
	z-index: 100;
}

/*Banner and Quote Section*/
.mid-section {
	position: relative;
}

.caption {
	position: absolute;
	z-index: 2;
	top: 30%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}

.caption h2 {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
}

.caption p {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	line-height: 36px;
}

.caption .fas {
	color: #de1b21;
	font-size: 60px;
}

.inner-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner-caption h2 {
	margin-top: 10px !important;
}

#Type,
#ZipCode {
	color: #393939;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	font-weight: 500;
	padding: 5px;
	height: 35px;
	font-size: 16px;
}

/* #Type { */
/* -webkit-appearance: none; */
/* -moz-appearance: none; */
/* } */
.qte-btn {
	height: 35px;
	background: #de1b21;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #de1b21;
	font-weight: 600;
	margin-left: 30px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: "Roboto", sans-serif;
}

.qte-btn:hover,
.qte-btn:focus {
	background: #c4181d;
	color: #fff;
	transition: 0.3s;
	border: 1px solid #c4181d;
}

.carousel-inner.main>.item>img {
	width: 100%;
    height: 80vh;
    object-fit:cover;
    min-height: 400px;
}

.carousel-inner.main {
	width: 100%;
	position: relative;
}

.carousel-inner.main::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -moz-linear-gradient(top, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	mix-blend-mode: multiply;
}

.inner-banner-sec {
	position: relative;
}

.inner-banner-sec img {
	width: 100%;
	display: block;
    height: 60vh;
    object-fit:cover;
    min-height: 400px;
}

.inner-banner-sec::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -moz-linear-gradient(top, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(124, 118, 104, 0.8) 0%, rgba(124, 118, 104, 0) 100%);
	mix-blend-mode: multiply;
}

/* Liner Gradient For IE11 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 & IE11 CSS styles go here */
	.carousel-inner.main::after,
	.inner-banner-sec::after {
		background: linear-gradient(to bottom, rgba(124, 118, 104, 0.6) 0%, rgba(124, 118, 104, 0) 100%) !important;
		@include activated;
	}

	.inner-banner-sec::after {
		background: linear-gradient(to bottom, rgba(124, 118, 104, 0.6) 0%, rgba(124, 118, 104, 0) 100%) !important;
		@include activated;
	}
}

/* Liner Gradient For IE edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.carousel-inner.main::after {
	background: linear-gradient(to bottom, rgba(124, 118, 104, 0.5) 0%, rgba(124, 118, 104, 0) 100%) !important;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.inner-banner-sec::after {
	background: linear-gradient(to bottom, rgba(124, 118, 104, 0.5) 0%, rgba(124, 118, 104, 0) 100%) !important;
}

.get-quote-section {
	background: #22679a;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.get-quote-section #ZipCode,
.get-quote-section #Type {
	width: 100%;
	margin: 10px auto;
}

.get-quote-section h2 {
	color: #fff;
	font-size: 48px;
}

.get-quote-section .qte-btn {
	margin: 10px 0 20px 0;
	padding: 0px 30px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inner-quote {
	margin: 0 auto;
	float: none;
}


/* LOB Section */
.lob-section {
	z-index: 4;
	position: relative;
	text-align: center;
	width: 100%;
}

#lob-main {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	padding: 0;
	align-content: center;
	justify-content: space-around;
}

#lob-main .flex-box {
	-webkit-flex: 1;
	/* Safari 6.1+ */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	overflow: hidden;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5 {
	padding: 0;
}

.ins-box {
	width: auto;
	text-align: center;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: space-around;
	min-height: 300px;
}

.ins-box1 {
	background-color: #de1b21;
}

.ins-box2 {
	background-color: #de1b21;
}

.ins-box3 {
	background-color: #de1b21;
}

.ins-box4 {
	background-color: #de1b21;
}

.ins-box5 {
	background-color: #de1b21;
}
.box-1, .box-2, .box-3, .box-4 {
    border-right: 1px solid #c4181d;
}
.lob-heading {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.lob-section .lob-heading h3 {
	color: #fff;
	display: block;
	margin-top: 0px;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.42857143;
}

.lob-section .lob-snippets i {
	font-size: 53px;
	color: #fff;
	display: block;
}

.lob-section .space-fix {
	position: relative;
}

.lob-snippets a,
.lob-snippets a:hover {
	color: #fff;
	text-decoration: none;
}

.flex-box:hover .transition-hover-content {
	opacity: 0.8;
}

.transition-hover-content {
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	bottom: 0;
	margin-top: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px 30px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}

.transition-hover-content p {
	margin-bottom: 0px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 1.42857143;
	margin-bottom: 10px;
}

.transition-hover-content p .fa-long-arrow-alt-right {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.bottom-fix {
	position: absolute;
	bottom: 0px;
}

/* LOB Section Ends */

/* Iframes */
.jot-form {
	width: 100%;
	border: 0;
	/* height:240px!important; */
}

.cc-frame {
	width: 100%;
	height: 1600px;
	border: 0;
}

#cpIframe {
	width: 100%;
	height: 1800px;
	border: 0;
}

.email-form {
	width: 100%;
	height: 700px !important;
	border: 0;
}

/* Main Content */
.main-content {
	clear: both;
	padding-bottom: 40px;
}

.main-content .breadcrumb {
	background: transparent;
	padding: 20px 0 10px;
	margin: 0;
}

.main-content .breadcrumb li a {
	color: #de1b21;
}

.main-content .breadcrumb li a:hover,
.main-content .breadcrumb li a:focus {
	color: #212121;
}

.main-content .breadcrumb>li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

.inner-content h1 {
	margin-top: 30px;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c2c2c;
}
.main-content h2 {
    font-size: 28px;
    line-height: 36px;
}
.main-content h3 {
    font-size: 22px;
    line-height: 34px;
}
.main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li {
	color: #393939;
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 10px;
}
.main-content ul li::marker {
    color: #de1b21;
}
#index-cont h2 {
	font-size: 30px;
}

/* Insurance Quote Section */
.ins-btn {
	background: #de1b21;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 10px;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	width: 100%;
}

.ins-btn img {
	padding: 0px 5px 0px 0px;
}

.ins-btn:hover,
.ins-btn:focus {
	background: #c4181d;
	color: #fff;
	transition: 0.3s;
}

/* Carriers Section */
.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #333);
	color: #8eacbb;
	border: 1px solid #ccc;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}

.carriers-box img {
	margin: 0 auto;
}

.carriers-box h3 {
	color: #393939;
}

.carriers-box p {
	color: #393939;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 35px;
}

.carriers-box a.btn-customer {
	background: #de1b21;
	border: 1px solid #de1b21;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 30px;
}

.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
	background: #c4181d;
	transition: .3s;
}

.ph-fix,
.ph-fix a {
	color: #393939 !important;
}

.grid-divider h4 {
	color: #393939;
	font-size: 24px;
}

.shadowed {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	filter: drop-shadow(2px 3px 3px #333);
	padding: 10px;
	margin-bottom: 20px;
}

/* Service Section */
.service-section {
	background: #d6d6d6;
	height: auto;
	padding: 30px 0px 30px;
    border-top: 3px solid #22679a;
    border-bottom: 3px solid #22679a;
}

.service-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	justify-content: space-around;
}

.service-heading {
	text-align: center;
	color: #fff;
	padding: 20px 0px 20px;
}

.service-heading h3 {
	font-size: 28px;
    font-family: "Roboto", sans-serif;
}

.service-section .fa-hands-helping,
.service-section .fa-map-signs,
.service-section .fa-award {
	font-size: 50px;
	color: #de1b21;
	text-align: center;
}

.service-content {
	padding: 0 35px;
	color: #393939;
}

.service-list {
	list-style-type: none;
	color: #393939;
	line-height: 20px;
}

.service-list li {
	display: flex;
	color: #393939;
	margin-bottom: 20px;
	font-size: 18px;
}

.service-list li a {
	color: #393939;
	font-size: 18px;
}

.service-list li a:hover,
.service-list li a:focus {
	color: #393939;
    opacity: .8;
}

.service-list li i {
	font-size: 16px;
	color: #22679a;
	font-weight: 900;
	margin-right: 10px;
	line-height: 20px;
}

.service-content h5 {
	font-size: 15px;
}

.client-name {
	float: right;
	font-size: 15px;
	color: #393939;
	line-height: 20px;
	text-align: right;
}

/* Service Section Ends*/

/* Carrier Carousel Section */
.carrier h2 {
	font-size: 48px;
	font-weight: 600;
	margin-top: 50px;
	color: #2c2c2c;
	margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.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;
	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;
}

/* Carrier Carousel Section Ends*/

/*Footer Section*/
.footer-section {
	background: #0b2233;
}

.footer-content h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 45px;
    font-family: "Roboto", sans-serif;
}

.footer-content ul {
	list-style-type: none;
	padding: 0;
}

.footer-content ul li {
	margin-bottom: 15px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 20px;

}

.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #ed1c24;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

.foot-blog p,
.foot-blog a {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.read-more a:hover,
.read-more a:focus {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #ed1c24;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

.read-more .fa-plus {
	margin-right: 5px;
}

.foot-blog br {
	display: none;
}

.gmap {
	border: none;
	height: 130px;
	margin-bottom: 20px;
	max-width: 100%;
}

.contact-info ul li {
	font-size: 16px;
	color: #fff;
	display: flex;
	text-align: left;
}

.contact-info ul li a {
	font-size: 16px;
	line-height: 20px;
}

.contact-info span {
	display: block;
	overflow: visible;
}

.contact-info i {
	color: #ed1c24;
	float: left;
	font-size: 1.2em !important;
	margin-right: 10px;
	margin-top: 3px;
	width: 18px;
}

/* Copyright Section */
.copyright {
	padding: 50px 0 20px;
	text-align: center;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 18px;
	display: inline-block;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #ed1c24;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

hr {
	border-top: 1px solid #32662d !important;
}

.rssfeedsclass span.titlefield,
.rssfeedsclass span.datefield {
	display: block;
}

.rssfeedsclass span.datefield {
	padding-bottom: 3px;
}

.rssfeedsclass span.titlefield a {
	font-weight: bold;
	font-size: 14px;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Footer Section Ends */

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #de1b21;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

/* 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 */
.is-cms .top-bar ul>li p {
	color: #fff !important;
	font-family: 'Nunito', sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 34px !important;
}

.is-cms .inner-banner-sec::after {
	z-index: -2;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

.cnt-map {
	border: none;
	height: 330px;
	margin-bottom: 20px;
	width: 100%;
}

.contact-details a {
	color: #2c2c2c;
}

.contact-details a:hover,
.contact-details a:focus {
	color: #666;
}

.mobile-address a.btn:hover,
.mobile-address a.btn:focus {
	opacity: .9 !important;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #de1b21 !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: #de1b21 !important;
}

.grw-business-header {
	border-bottom: 3px solid #de1b21 !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;
}

/*Blog*/
/* .blog .content-area a{ */
	/* color: #b2161b !important; */
/* } */
/* .blog .content-area a:hover, .blog .content-area a:focus{ */
	/* color: #22679a !important; */
/* } */
/* .sidebar-content .widget ul li::marker { */
  /* color: #c4181d; */
/* } */
/* .blog #main{ */
	/* display:block; */
/* }  */
/* .sidebar-content{ */
	/* background:#eaeaea; */
	/* margin: 28px 0; */
/* } */
/* .sidebar-content ul li { */
	/* color: #393939; */
/* } */
/* .sidebar-content .widget{ */
	/* margin-top:20px; */
/* } */
/* .sidebar-content .widget h2{ */
	/* color:#393939; */
	/* font-size:22px; */
/* } */
/* .blog .search-submit{ */
/* padding: 5px 10px; */
/* background-color:#de1b21; */
/* color:#fff; */
/* border-radius: 3px; */
/* border: 1px solid #de1b21; */
/* font-weight: 600; */
/* } */

/* .blog .submit{ */
	/* background-color:#de1b21; */
	/* border: 1px solid #de1b21; */
	/* color:#fff; */
	/* padding: 5px 10px; */
	/* border-radius: 3px; */
	/* font-weight: 600; */
/* } */
/* .blog .submit:hover,.blog .search-submit:hover{ */
	/* background:#c4181d; */
/* } */

/* .sidebar-content .widget a:visited,.sidebar-content .widget a{ */
	/* color: #393939; */
/* } */
/* .sidebar-content .widget a:hover,.sidebar-content .widget a:focus{ */
	/* color: #c4181d; */
/* } */
/* .blog .container-block{display:flex;} */
/* .blog .wp-block-search__button { */
    /* background: #de1b21; */
	/* color: #fff; */
	/* border: 1px solid #de1b21;	 */
	/* border-radius:3px; */
	/* font-weight: 600; */
/* } */
/* .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: #c4181d; */
/* } */
/* .blog .wp-block-search__label { */
 /* color:#393939; */
/* } */
/* .blog .wp-block-latest-comments__comment-meta{ */
	/* background:transparent!important; */
	/* border-top:0px!important; */
	/* padding: 0; */
	/* color:#393939; */
	/* font-size: 18px; */
	/* line-height: 24px!important; */
	/* font-family: 'Nunito', sans-serif; */
	/* text-transform: none; */
	/* display:inline!important; */
	
/* } */
/* .blog .wp-block-latest-comments__comment{ */
	/* list-style-type: disc!important; */
	/* color:#c4181d; */
	/* font-size:18px; */
/* } */
/* .blog .wp-block-group__inner-container ul{ */
  /* list-style-type: disc!important; */
  /* padding-left: 40px!important; */
/* } */


.submenu-link.active, .submenu-link:hover, .submenu-link:focus {
  color: #2c2c2c;
  text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
  text-decoration-color: #a83030;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}

.dropdown-submenu:focus-within > .dropdown-menu { 
	display: block; 
}


/*Blog*/
.blog .content-area a{
	color: #333 !important;
}
.blog .content-area a:hover{
	color: #555 !important;
}
.blog #main{
	display:block;
} 
.sidebar-content{
	background:#22679a;
	margin: 28px 0;
}
.sidebar-content ul li {
	color: #fff;
}
.sidebar-content .widget{
	margin-top:20px;
}
.sidebar-content .widget h2{
	color:#fff;
	font-size:22px;
}
.blog .search-submit{
padding: 5px 10px;
background-color:#b3b3b3;
border: 1px solid #b3b3b3;
color:#000;
border-radius: 3px;
border: 1px solid #b3b3b3;
}

.blog .submit{
	background-color:#de1b21;
	border: 1px solid #de1b21;
	color:#fff;
	padding: 5px 10px;
	border-radius: 3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#bfc0c2;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a{
	color: #fff;
	display: block;
}
.sidebar-content .widget a:hover,.sidebar-content .widget a:focus{
	color: #eee;
}
.blog .container-block{display:flex;}
.blog .wp-block-search__button {
    background: #de1b21;
	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: #ed343a;
}
.blog .wp-block-search__label {
 color:#fff;
}
#blog-p .widget-area h2 {
	font-size:28px!important;
	color:#fff;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#fff;
	font-size: 18px;
	line-height: 24px!important;
	font-family: 'Nunito', sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: none!important;
	color:#fff;
	font-size:18px;
}
.blog .wp-block-group__inner-container ul{
  list-style-type: disc!important;
}

.widget li::before {
  content: "\f101";
  padding-right: 3px;
  font-family: FontAwesome;
  color: #fff;
}
.wp-block-archives-list.wp-block-archives li a,
.wp-block-categories-list.wp-block-categories li a {
  color: #fff;
}
.wp-block-latest-comments {
  padding: 0;
}

.blog .widget-area #grw-widget {
  border-bottom: 1px solid #0c4d6e;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li, .wp-block-latest-posts__list.wp-block-latest-posts li a {
  color: #fff;
}
#block-4 article, #block-4 article a {
  color: #fff;
}
.wp-block-latest-comments li::before {
  content: none;
}
.widget h2 {
  
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}
.widget ul, .widget ol {
  padding: 0px !important;
}

.widget li::before {
  content: none;
  
}
.widget ul li, .widget ol li {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: transparent;
  margin-bottom: 5px;
  color: #fff;
  list-style: none;
}
.widget ul li a, , .widget ol li a {
  color: #fff;
}
.widget ul li:hover,  .widget ol li:hover{
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #4f93c6;
  margin-bottom: 5px;
  color: #fff;
  list-style: none;
}

.wp-block-search__label {
  color: #fff;
}
.home article, .category article, .archive article, .search article {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  background-color: #fff;
  border-radius: 3px;
  margin-top: 1.5rem;
  margin: 1.5em;
  flex-basis: 44%;
  margin: 15px;
}
 .carousel-inner {
  overflow: hidden;
}

.widget-title {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}

.blog-home-page .image-place-holder img {
	margin:15px auto;
}
.blog .content-area{
	margin-top:20px !important;
	padding-right: 40px !important;
}
.blog .posted-on{
	display:none !important;
}
.blog-home-page .read-more-btn-text{
    margin-top:0 !important;
}

.right-side {
  background: #333;
  padding-bottom: 50px;
  padding-top: 50px;
}
#primary .page-title {
  margin-top: 0;
}
.entry-title a {
  color: #000;
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
.widget ol {
  list-style: none !important;
}
.wp-block-latest-comments__comment article {
  background: transparent !important;
  box-shadow: none !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  width: 100%;
}

#block-4 article {
  color: #fff;
}

.widget ol li {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.blog .widget ul li a:hover, .blog .widget ul li a:focus {
  opacity: 0.9;
}

.blog #block-5 .wp-block-heading {
	padding: 10px;
    border: solid 1px #fff;
}

.blog #block-5 .wp-block-heading .caret {
	float: right;
    margin-top: 10px;
}

.blog .wp-block-archives-list li, .blog #block-5 ol li {
  border: none;
  padding-left: 20px;
  background-color: transparent;
  margin-bottom: 0px;
  color: #fff;
  list-style: none;
}

.blog .wp-block-archives-list li:hover,  .blog #block-5 ol li:hover{
  border: none;
  padding-left: 20px;
  background-color: #4f93c6;
  margin-bottom: 0px;
  color: #fff;
  list-style: none;
}

.blog #block-5 .wp-block-heading {
  background: #186a9d;
  margin-bottom: 5px;
}


.blog .wp-block-archives-list {
  background: #4f93c6;
  border-radius: 4px;
}


.blog #block-5 .wp-block-heading:hover, .blog #block-5 .wp-block-heading:focus, .blog #block-5 .wp-block-heading:active {
  background: #4689bb;
}

.blog .container-block #secondary  {
  height: auto !important;
}

.wp-block-archives-list {
    display: none;
}
#block-5 h2 {
	cursor: pointer;
}

.blog #block-5 .wp-block-heading {
  background: #4f93c6;
  margin-bottom: 5px;
    padding: 10px;
  border: solid 1px #fff;
}

.blog #block-5 .wp-block-heading .caret {
    float: right;
    margin-top: 10px;
	color: #FFF;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.wp-block-archives {
  color: #fff;
}