@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
}
h1, h1 a{
	color: #1a1a1a;
	text-align: left;
	font-size:48px;
    line-height: 60px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top:50px;
	font-family: 'Open Sans', sans-serif;
}
h1 a:hover, h1 a:focus{
    color: #333;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #1a1a1a;
	font-size: 26px;
}
h3 {
    color: #1a1a1a
}
p {
	color: #393939;
	font-size:18px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	line-height:30px;
	margin-bottom:20px;	
}
.main-content ul li {
	color: #393939;
	font-size:18px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	line-height:30px;
	margin-bottom:20px;	
	list-style-type:none;
}
.main-content ul li strong {
	color:#1b83c4;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline:0;
}
.btn:focus, .btn:hover{
	outline:0!important;
}
.top-bar {
	padding:40px 0px;
}
.top-nav {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
	float:right;

}
.top-nav ul li a {
	color:#393939;
}
.top-nav ul li a:hover, .top-nav ul li a:focus, .top-nav ul li a.active {
	opacity:0.8;
}
.top-nav ul{
    color: #393939;
    font-size: 15px;
	list-style-type:none;
	float:right;
	padding:0px 20px;
	border-left:1px solid #ccc;
	line-height:35px;
	margin-bottom:0px;
}
.top-nav .dropdown-menu {
	right:0;
	left:auto;
	padding:0;
	border:none;
	box-shadow:none;
	background:#fff;
	margin-top:5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.top-nav .dropdown-menu li a {
	color:#2c2c2c;
}
.top-nav .dropdown-menu li a:hover, .top-nav .dropdown-menu li a:focus {
	color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #27a9e0;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background:transparent;
	opacity: 1;
}
.top-social li {
	float:left;
	padding:0 7px;
	color:#393939;
}
.top-social .fa-facebook-f {
	color:#3b5998;
}
.top-social .fa-twitter {
	color:#00acee;
}
.top-social .fa-linkedin-in {
	color:#0077b5;
}
.top-links {
	border:none!Important;
}
.top-social li:first-child {
 padding-left:0px;
}
.top-social li:last-child {
	padding-right:0px;
}
.top-my-account .fa-user, .top-links .fa-envelope {
	color:#1f8ecd;
}

.main-header {
    /* background: #1b83c4; */
/* background: -moz-linear-gradient(left,  #1b83c4 0%, #1b83c4 0%, #1b83c4 13%, #1e98d0 23%, #5b8fcb 80%, #5d92cd 86%, #5d92cd 100%); */
/* background: -webkit-linear-gradient(left,  #1b83c4 0%,#1b83c4 0%,#1b83c4 13%,#1e98d0 23%,#5b8fcb 80%,#5d92cd 86%,#5d92cd 100%);  */
/* background: linear-gradient(to right,  #1b83c4 0%,#1b83c4 0%,#1b83c4 13%,#1e98d0 23%,#5b8fcb 80%,#5d92cd 86%,#5d92cd 100%);  */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b83c4', endColorstr='#5d92cd',GradientType=1 );  */
    background: #402614;
    background: linear-gradient(145deg, #402614 0%, #5e3713 67%, #007332 60%);
    min-height:60px;
	position:relative;
	display:flex;
}

.dropdown.open .caret {
    border-bottom: 4px solid;
    border-top: 0px;
}
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: right;
	padding:5px 0px;
}

.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.nav-section {
    list-style: none;
}
.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;
    align-content: center;
    width: 100%;
    min-height:60px;
    align-items:center;
}
.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: #fff;
    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: #fff;
    text-decoration: underline;
    text-decoration-color: #27a9e0;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
    background: #fff;
    color:#2c2c2c;
    border: none;
	border-radius:0;
	top:40px;
}
.navbar-nav > li > .dropdown-menu {
    color: #2c2c2c;
}
.navbar-default .navbar-nav .dropdown-menu li a {
    text-align: left;
    padding: 5px 10px;
    color: #2c2c2c;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #27a9e0;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background:transparent;
}
.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 {
	color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #27a9e0;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background:transparent;
}
.nav-phone p {
	margin-bottom:0px;
	color:#fff;
	font-family: "MonteCarlo", cursive;
	font-size:20px;
	font-weight:600;
	text-align:right;
}
.nav-phone p a {
	color:#fff!important;
}
.mid-section {
    position: relative;
}
.caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.caption h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
	margin-bottom:20px;
	font-family: "MonteCarlo", cursive;
}
.caption p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    line-height: 36px;
}
#Type, #ZipCode {
    color: #393939;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    font-weight: 500;
    padding: 5px;
    height: 35px;
    font-size: 16px;
	margin:20px 0px;
	width:60%;
}
.qte-btn {
    width:60%;
    height: 35px;
    background: #007c3c;
    color:#fff;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #007c3c;
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin:20px 0px;
display: block;
text-align: center;
line-height: 33px;
}
.qte-btn:hover, .qte-btn:focus {
	background: #006330;
	border: 1px solid #006330;
	color:#fff;
}
.carousel-inner.main, .inner-banner {
    width: 100%;
    position: relative;
}
.carousel-inner.main > .item > img, .inner-banner img {
    width: 100%;
}
.inner-banner::after {
	position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.4));
    mix-blend-mode: multiply;
}
.carousel-inner.main::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.4));
    mix-blend-mode: multiply;
}
.lob-main-box {
	background: #1a77bc;
}
.box-1, .box-2, .box-3, .box-4 {
    border-right: 1px solid #27a9e0;
}
.heading-section {
    background: #402614;
    background: linear-gradient(145deg, #402614 0%, #5e3713 100%);
	padding:30px 0px 10px;
}
.heading-section.no-img {
    background: #ad9366;
    color: #000;
    border-bottom: 3px solid #402614;
}
.heading-section.no-img p, .heading-section.no-img a, .heading-section.no-img h1, .heading-section.no-img h2, .heading-section.no-img h3, .heading-section.no-img ul li {
    color: #402614;
}
.caption-tagline {
	font-size:56px;
	font-weight:500;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	margin-top:0px;
	
}
.cnt-map {
    height: 400px;
    width: 100%;
    border: none;
}
.cc-frame {
	height:1600px;
	width:100%;
	border:none;
}
#cpIframe {
	height:1800px;
	width:100%;
	border:none;
}
.jot-form {
	width:100%;
	border:none;
	height:500px!important;
	
}
.email-form {
	height:700px!important;
	width:100%;
	border:none;
}
.jotform-border {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;

}
.jot-iframe h2 {
	color:#1a1a1a;
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	margin-bottom:30px;
}
.breadcrumb {
    background: transparent;
    padding: 10px 0 10px;
    margin: 0;
}
.breadcrumb li, .breadcrumb li a {
	color:#fff;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
	color:#874f1d;
}
.breadcrumb > li + li::before {
	content: "";
	padding:0;
}
.breadcrumb-arrow {
	font-size:20px;
	color:#007332;
	font-weight:600;
}
.lob-section {
    z-index: 4;
    position: relative;
    text-align: center;
    width: 100%;
}
#main {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    align-content: center;
    justify-content: space-around;
}
.box-1, .box-2, .box-3, .box-4, .box-5 {
    padding: 0;
	flex-grow: 1;
    flex-basis: 0;
}
.ins-box {
    width: auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: space-around;
    min-height: 250px;
}
#main .flex-box {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.lob-section .space-fix {
    position: relative;
}
.lob-snippets a, .lob-snippets a:hover {
    color: #fff;
    text-decoration: none;
}
.lob-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.lob-section .lob-snippets i {
    font-size: 35px;
    color: #fff;
    display: block;
}
.lob-section .lob-heading h3 {
    color: #fff;
    display: block;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.42857143;
}
.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.8);
    color:#fff;
    bottom: 0;
    margin-top: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: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: 14px;
    line-height: 1.42857143;
    margin-bottom: 10px;
}
.transition-hover-content p.bottom-fix {
    color: #fff;
	position:absolute;
	bottom:0px;

}
.transition-hover-content p .fa-long-arrow-alt-right {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
	color:#007332;
}
.flex-box:hover .transition-hover-content {
    opacity: 1;
}
.main-content {
    clear: both;
    padding-bottom: 40px;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.service-section {
    background: #ad9366;
    height: auto;
    padding: 40px 0px 40px;
    border-top: 3px solid #402614;
    border-bottom: 3px solid #402614;
}
.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: #402614;
    padding: 20px 0px 20px;
	
}
.service-section .fa-compass, .service-section .fa-map-signs, .service-section .fa-comments {
    font-size: 50px;
    color: #402614;
    text-align: center;
}
.service-heading h3 {
    font-size: 28px;
	font-weight:500;
    font-family: 'Open Sans', sans-serif;
    color: #402614;
}
.service-content {
    padding: 0 35px;
    color: #402614;
}
.service-list {
    list-style-type: none;
    color: #402614;
    line-height: 20px;
}
.service-list li {
    display: flex;
    color: #402614;
    margin-bottom: 20px;
    font-size: 18px;
}
.service-list li i {
    font-size: 16px;
    color: #402614;
    font-weight: 900;
    margin-right: 10px;
    line-height: 20px;
}
.service-list li a {
    color: #402614;
    font-size: 18px;
}
.service-list li a:hover, .service-list li a:focus {
	color:#402614;
    opacity: .8;
}
.service-content h4 {
    font-size: 15px;
}
.client-name {
    float: right;
    font-size: 15px;
    color: #402614;
    line-height: 20px;
    text-align: right;
}

.carrier h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
	color:#1a1a1a;
	margin-bottom:30px;
	font-family: 'Open Sans', 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;
}
/*Footer Section*/
.footer-section {
	background: #402614;
    background: linear-gradient(180deg, #402614 0%, #5e3713 100%);
}
.footer-content h2 {
	color:#fff;
	font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 45px;
}
.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:18px;
	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: #27a9e0;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.footer-content ul li a.active {
	text-transform:uppercase;
}
.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 ,.read-more a:hover i, .read-more a:focus i {
	color:#2BBFFF;
}
.read-more .fa-arrow-right, .read-more a {
	margin-left:5px;
	color:#fff;
}
.read-more .fa-arrow-right {
    color: #007332;
}
.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:#007332;
    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:#2BBFFF;
}
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #666);
    color: #000;
    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: #2c2c2c;
	font-size:23px;
}
.carriers-box p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 35px;
    color: #393939;
}
.carriers-box a.btn-customer {
    background: #007c3c;
    border: 1px solid #007c3c;
    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: #006330;
	transition:0.3s;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
}
.ins-btn {
    background: #1a77bc;
    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:hover, .ins-btn:focus {
    background: #1766a3;
    color:#fff;
    transition: 0.3s;
}
.ins-btn img {
    margin: 0px 10px 0px 0px;
}
.grid-divider h4 {
    color: #2c2c2c;
    font-size: 24px;
}
.shadowed {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    display: inline-block;
    filter: drop-shadow(1px 1px 3px #c8c8c8);
    padding: 10px;
    margin-bottom: 20px;
}
/* Footer Section Ends */
.item img {
  animation: banner-animation-sec 40s linear infinite;
}
@keyframes banner-animation-sec {
  50% {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
  }

}


.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: #007c3c; /* 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(0,0,0,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2);
}
/* Ada compliance fixes end */ 

element {
}
#myCarouse1 .carousel-inner em {
  color: #393939;
  font-size: 16px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
}
.contact-details a{
	color: #1a1a1a;
}
.contact-details a:hover, .contact-details a:focus {
	color: #333;
}
.jot-form {
    width: 100%;
    border: none;
    height: 500px!important;
}
.email-form {
    height: 700px!important;
    width: 100%;
    border: none;
}
.cont-info {
	margin-top: 55px;
}
.team-info {
	-webkit-box-shadow: 0 1px 1px #ddd !important;
	min-height: 250px !important;
	box-shadow: none !important;
	border: 1px solid rgba(204, 204, 204, 0.52) !important;
	padding: 20px 10px !important;
	margin-bottom: 25px;
}
.team-info h2{
	margin-top:0;
}
/*Blog*/
.blog .inner-content a{
	color: #007c3c !important;
}
.blog .inner-content a:hover{
	color: #ad9366 !important;
}
.blog #main{
	display:block;
} 
.sidebar-content{
	background:#ad9366;
	margin: 28px 0;
}
.sidebar-content h2 {
    color: #fff;
}
.sidebar-content ul li {
	color: #fff;
}
.sidebar-content .widget{
	margin-top:20px;
}

.blog .search-submit{
padding: 5px 10px;
background-color:#007c3c;
border: 1px solid #007c3c;
color:#fff;
border-radius: 3px;
}

.blog .submit{
	background-color:#007c3c;
	border: none;
	color:#fff;
	padding: 5px 10px;
}
.blog .submit:hover,.blog .search-submit:hover,.blog .submit:focus,.blog .search-submit:focus{
	background:#007c3c;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a{
	color: #fff;
	display: block;
}

.blog .widget ul li {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: transparent;
	margin-bottom: 5px;
	color: #fff;
	list-style: none;
}

.blog .widget ul {
	padding: 0;
}

.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: 43%;
  margin: 15px;
}

.blog .wp-block-latest-comments__comment article {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: transparent;
	margin-bottom: 5px;
	color: #fff;
	list-style: none;
	box-shadow: none;
	width: 100%;
	margin: 0 0 !important;
}

.blog .wp-block-latest-comments {
	padding-left: 0 !important;
}

.blog .wp-block-latest-comments__comment footer {
	margin-top: 0 !important;
}

.blog .wp-block-search__label {
	color: #fff;
}

.blog .submit {
	padding: 3px 10px;
	background-color: #007c3c;
	border: 1px solid #007c3c;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #007c3c;
}

.blog .submit:hover,
.blog .search-submit:hover {
	background: #029a4c;
}

.blog .container-block {
	display: flex;
}

.blog .wp-block-search__button {
	background: #007c3c;
	color: #fff;
	border: none;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #007c3c;
}

.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: #029a4c;
}

.blog .wp-block-latest-comments__comment-meta {
	background: transparent !important;
	border-top: 0px !important;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Nunito', sans-serif !important;
	text-transform: none;
	display: inline !important;
	font-weight: 400;
}

.blog .wp-block-latest-comments__comment-meta a {
	font-family: 'Nunito', sans-serif !important;
}

.blog #block-5 .wp-block-heading {
	padding: 10px;
	border: solid 1px #fff;
}

.blog #block-5 .wp-block-heading .caret {
	float: right;
	margin-top: 12px;
}

.blog #block-5 ul li,
.blog #block-5 ol li {
	border: none;
	padding-left: 20px;
	background-color: transparent;
	margin-bottom: 0px;
	color: #fff;
	list-style: none;
}

.blog #block-5 ul li:hover,
.blog #block-5 ol li:hover {
	border: none;
	padding-left: 20px;
	background-color: #007c3c;
	margin-bottom: 0px;
	color: #fff !important;
	list-style: none;
}

.blog #block-5 .wp-block-heading {
	background: #007c3c;
	margin-bottom: 5px;
}


.blog #block-5 ul {
	background: #1970a6;
	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: #029a4c;
}

.blog .container-block #secondary {
	height: auto !important;
}

.blog #block-5 ul li,
.blog #block-5 ol li {
	border: none;
	padding-left: 20px;
	background-color: transparent;
	margin-bottom: 0px;
	color: #fff;
	list-style: none;
}

.blog #block-5 ul {
	background: #029a4c;
	border-radius: 4px;
}

.blog .widget ul li:hover,
.widget ol li:hover {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #029a4c;
	margin-bottom: 5px;
	color: #fff;
	list-style: none;
}

.blog .wp-block-search__input,
.blog .search-field {
	padding: 4px !important;
}
.is-cms .inner-banner img {
	position: relative;
	z-index: 1;
}
.is-cms .caption h2, .is-cms .caption p {
    text-shadow: 1px 1px #000 !important;
}