
/*Typography*/
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
h1 {
	color: #000;
	font-size: 34px;
	font-weight: 700;
}
h1 a {
	color: #000;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
p {
	color: #606060;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #6a6767;
    text-decoration: none;
}
#content-area h2, #content-area h3, #content-area h4 {
	margin-top: 30px;
	margin-bottom: 10px;
} 
#content-area ul {
	padding-left: 20px;
	margin: 20px 0;
}
#content-area ul li {
	margin-bottom: 10px;
}
#content-area ul li::marker {
	color: #80827f;
}
.side-content li {
	color: white;
}
/*Top Layer*/
header {
	background: #80827f;
	height: 40px;
	border-bottom: 2px solid #000;
}
.top-layer {
	text-transform: uppercase;
	color: #fff;
}
.top-layer h4 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.email-btn {
	background: #1e1e1e;
	border: 1px solid #1e1e1e;
	margin: 5px;
	padding: 3px 12px;
	font-size: 14px;
	display: inline-block;
	float: right;
	font-family: 'Open Sans', sans-serif;
}

.social {
	margin: 5px 0;
	float: right;
}
.social li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 20px;
}
.fa {
	color: #fff;
}
/*Banner Section*/
.mid-section {
	position: relative;
}
.main-banner {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(232, 232, 235);
	/* RGBa with 0.6 opacity */
	background: rgba(232, 232, 235, 0.9);
        /* For IE 5.5 - 7*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8eb, endColorstr=#e8e8eb);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8eb, endColorstr=#e8e8eb)";
}
.logo {
	margin: 5px 0;
	max-width:140px;
}
/*Navigation*/
.navbar {
	min-height: 50px;
	margin-bottom: 0px;
}
.navbar .navbar-collapse {
	position: absolute;
	text-align: center;
	width: 100%;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-nav>li {
	padding: 30px 0;
	border-right: 1px solid #d2d3d5;
}
.no-bdr {
	border-right: none !important;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	color: #1e1e1e !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	background: none !important;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 30px 20px;
	margin-top: 7px;
}
.dropdown-menu > li > a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #1e1e1e !important;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
	color: #80827f  !important;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #6d6e6c !important;
	background: #D1D1D4;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	


}
.dropdown-menu > li > a.active {
	color: #6d6e6c !important;
	background: #D1D1D4;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #1e1e1e;
}
.caption {
	position: absolute;
	top: 40%;
}
.caption h3, .caption h4 {
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: 700;
}
.caption h3 {
	color: #1e1e1e;
	font-size: 34px;
}
.caption h4 {
	color: #000;
	margin-top: -9px;
	font-size: 24px;
	display: inline-block;
}
/*Quote Box*/
.quote-box {
	background: #1e1e1e;
	margin-top: -10px;
	position: relative;
}
.quote-heading {
	background: #80827f;
}
.quote-heading:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 33px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 30px solid #80827f;
	top: 0px;
	left: 100%;
}
.quote-heading h6 {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
}
.input-form select {
	margin: 16px 0 0px 40px;
	height: 35px;
	width: 90%;
}
.quote-btn {
	background: #80827f;
	border: 1px solid #80827f;
	font-size: 16px;
	margin: 15px;
	color: #fff;
	padding: 6px 60px;
	font-weight: 700;
	margin-right: 10%;
	height:35px;
}
.mar-top {
	margin-top: -200px;
}
.mar-top.no-img {
	margin-top: 150px;
}
.inner-content.no-img {
	margin-top: 150px;
}
/*Main Content*/
.main-content p {
	text-align: left;
}
.inner-content {
	padding-bottom: 25px;
	background: #fff !important;
	position: relative;
}
.side-content h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.side-content p {
	color: #fff;
}
.lob-box .col-md-4 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	color: #fff;
}
.lob-box h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
}
.lob-box p {
	color: #fff;
}
.lob-box img {
	width: 100%;
}
.read-btn {
	background: transparent;
	border-color: transparent;
}
.first, .second, .third {
	position: relative;
}
.auto {
	background: #1e1e1e;
	position: absolute;
	top: 179px;
	padding: 12px;
}
.inner-auto {
	background: #1e1e1e;
}
.inner-home {
	background: #80827f;
}
.inner-other {
	background: #1e1e1e;
}
.home-new{
	background: #80827f;
	padding: 12px;
	position: relative;
	z-index: 9;
}
.other {
	background: #1e1e1e;
	position: absolute;
	top: 179px;
	padding: 12px;
}
.inner-auto, .inner-home, .inner-other {
	padding: 15px 20px;
}
.inner-auto h2, .inner-home h2, .inner-other h2 {
	margin: 5px 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
/*Testimonials*/
.testimonial {
	background-color:#80827f;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.frame {
   	padding: 30px 0;
}
.testimonial h5 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin: 25px 0 10px;
	text-transform: uppercase;
}
.testimonial h6 {
	color: #1e1e1e;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
}
.testimonial h4 {
	color:#222222;
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.testimonial p {
	color: #fff;
}
.icon .fa {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	display: block;
	font-size: 55px;
	margin: auto 0;
	opacity: 0.3;
	padding: 35px;
	text-align: center;
}
.icon .fa-user{
	color:#000;
}
/*Footer*/
footer {
	background: #000;
}
footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
footer .container{
	padding: 30px 0;	
}
footer .col-md-5 {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
footer .link {
	border-right:none;
	border-left: none;
}
footer .col-md-3 {
	border-right: none;
}
.quick-list, .contact-links {
	padding: 0;
}
.quick-list li a:hover, .contact-links li a:hover, .quick-list li a.active, .contact-links li a.active {
	color: #999898;
	text-decoration: none;
}
.quick-list li, .contact-links li {
	list-style-type: none;
}
.quick-list li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
.quick-list .fa-plus {
	color: #1e1e1e;
	margin-right: 5px;
}
.contact-links li {
	border-bottom: 1px solid #fff;
	padding: 6px 0;
}
.contact-links li a {
	color: #fff;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
.contact-links .fa-plus {
	color: #fff;
	font-size: 11px !important;
	margin-right: 5px;
	
}
.panel-title {
	color: #fff;
}
.panel-title.cntr {
	text-align: center;
}
footer .social {
    float: left;
    margin-top: -15px;
}
/*Blog Feeds*/

.refreshpost {
	font-size: 11px;
	clear: both;
}
.titlefield a, .datefield, .descriptionfield, .refreshpost a {
	display: block;
	text-align: center;
}
.titlefield a {
	color: #fff;
}
.titlefield a:hover {
	color: #999898;
}

.datefield {
	font-size: 10px;
	color: #ccc;
}
.descriptionfield {
	color: #fff;
}
.refreshpost a {
	font-weight: 100;
	color: #fff;
}
.refreshpost a:hover {
	font-weight: 100;
	color: #999898;
}
.copyright {
	background: #e4e4e4;
	padding: 10px 0;
	text-align: center;
}
.copyright p, .copyright p a {
	margin: 0;
	color: #1e1e1e;
}
.copyright p a:hover {
	margin: 0;
	color: #000;
	text-decoration:underline;
}
/*Fixes*/
.panel-default > .panel-heading, .panel {
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.panel-title a {
	pointer-events: none;
	cursor: default;
	font-style: normal;
}
.rssfeedsclass a {
    color: #fff !important;
 
}
.rssfeedsclass a:hover {
    color: #999898 !important;
 
}
.panel-body p {
	font-size: 13px;
	color:#fff;
}
.is-cms div.collapse {
	display: block !important;
	visibility: visible !important;
}
.overlay.cncl-top {
	top: 0px !important;
}
.overlay-new{
left:15px;
width:auto;
position:absolute;
right:15px;
top:0;
background:rgba(232, 232, 235, 0.9) none repeat scroll 0 0;
}
.ht {
	height: 20px;
}
.top-layer a{color:#ffffff !important;
}
/*Mobile Design*/
.mobile-design {
	margin-top: 110px;
	position: relative;
	z-index: 999;
}
.mobile-design .fa {
	margin-right: 10px;
	font-size: 22px;
}
.mobile-btn {
	background: #1e1e1e none repeat scroll 0 0;
	border: 1px solid #1e1e1e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1px;
}
.click {
  background: #1e1e1e none repeat scroll 0 0;
  padding: 11px 12px;
  display: block;
  height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 2px;
}
.mobile-btn:hover, .click:hover {
	color: #fff;
	 background: #4a4949;
}
.mobile-design .container {
	padding: 0;
}
.addr {
	background: #5d5e5d;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 19px;
	position: relative;

}
.addr h4 {
		color:#fff;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
}
.addr span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 4px;
}
.addr p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
.get-btn {
	background: #80827f none repeat scroll 0 0;
	border: 1px solid #80827f;
	bottom: -25px;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 0 auto -41px;
	padding: 8px 15px;
	text-transform: uppercase;
}
/*Insurance Quote tabs Design*/
.lob-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}
.lob-btn {
	font-size: 16px;
	width: 80%;
	text-align: left;
	height: 35px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	border-radius: 0px !important;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: 4px
}
.lob-btn:hover, .lob-btn:focus {
	background: #4a4949;
	color:#fff;
}
.mar-btm {
	margin-bottom: 200px;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1700px;
	width: 100%;
	border: 0;
}
/**/
.jot-form {
	height: 410px !important;
}
.email-form {
	height: 1100px !important;
}
.lob-hide {
	display: none;
}
.lob-show {
	
}
.lob-error {
	color: #FFF;
	text-align:center;
	width:100%;
}
/* Customer service carrier */
.top-space{
	margin-top: 10px;
}
.contact-list h2 {
	color: #000;
	font-weight: 600;
	padding-bottom:10px;
	font-size: 22px;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #000;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #1e1e1e; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #4a4949; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4949', endColorstr='#4a4949', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/* blog */
.blog-section header,.blog-section footer{
background:none;
}
.blog-section header{
border-bottom:0px;
height:auto;
}
.blog-section h2{
text-transform:none;
font-size:21px;
}
.search-submit{
border:0px;
color:#fff;
background-color:#1e1e1e;
}
.search-field{
font-weight:normal;
padding:4px;
}
.widget-area ul{
padding:0 0 0 30px;
margin:0px;
}
.widget-area{
padding-top:20px;
}
/* my account */
.top-info{
float:right;
}
.fa-user{
font-size:16px;
}
.email-btn{
position:relative;
background-color:#1e1e1e;
margin:5px 0px 5px 20px;
float:left;
border:1px solid #1e1e1e;
}
.myaccount{
background-color:#1e1e1e;
margin:5px 0 0px 20px;
border:1px solid #1e1e1e;
}
.myaccount-feature{
position:relative;
float:right;
}
a.email-btn{
text-decoration:none;
}
.myaccount-feature ul.dropdown-menu{
top:30px;
right:0px;
left:inherit;
min-width:131px;
margin:3px 0 0 0;
background-color:#80827f;
border:1px solid #80827f;
border-radius:0px;
}
.myaccount-feature ul.dropdown-menu a{
text-transform:none;
font-size:13px;
border:none;
padding:3px 5px;
color:#fff !important;
}
.myaccount-feature ul.dropdown-menu a:hover{
background:none;
border:none;
}
.email-btn:before {
	content: "";
	position: absolute;
	top: 3px;
	width: 0;
	left:-1px;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #80827f;
}
.social{
float:left;
}
.social {
	padding-left: 0px;
}
.social img {
	width: 15px;
	height: 15px;
}
#myaccount-desk-collapse img.space-fix{
margin-top:-2px;
}
.myaccount-mob-expand{
background-color:#80827f;
width:100%;
text-align:center;
}
.myaccount-mob-expand ul{
margin:0;
padding:0px;
}
.myaccount-mob-expand li{
padding:10px;
list-style-type:none;
border-bottom:1px solid #fff;
}
.myaccount-mob-expand li a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
.myaccount-mob-expand li a:hover{
color:#000;
font-weight:bold;
text-decoration:none;
}
.myaccount-feature ul.dropdown-menu > li > a:hover, .myaccount-feature ul.dropdown-menu > li > a:focus{

color:#000 !important ;
}
.myaccount-mob i.fa-angle-down,.mob-active i.fa-angle-right{
display:none;
}
.mob-active i.fa-angle-down{
display:block;
}
.grid-divider{
border-bottom:1.5px dotted #000;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid-divider h4{
color:#000;
font-size:18px;
font-weight:600;
}
.shadowed {
     -webkit-filter: drop-shadow(2px 3px 3px #999);
  filter: drop-shadow(2px 3px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  border:1px solid #1e1e1e;
  padding:10px;
  display:inline-block;
  background-color:#fff;
  }
 .sitelock-logo{
 clear:both;
 }

.quote-box #ZipCode {
	  height: 35px;
    margin: 16px 0 0px 40px;
    width: 90%;
	padding-left:3px!important;
	
	}
.quote-box #ZipCode {
    padding-left: 4px;
}
	.fa-arrow-circle-down::before {
    content: "\f0ab";
    color: #000;
    padding-right: 10px;
}
#cs-frame {height:1600px;}

.quick-list .fa-plus {
    color: #fff;
    display: table-cell;
    font-size: 11px;
      padding-right: 7px;
}
.contact-links .fa-plus {
	 color: #fff;
    display: table-cell;
    font-size: 11px;
    padding-right: 7px;
}
span.plus-icon {
    display: table-cell;
}


.breadcrumb {
    padding: 10px 1px;
    margin-bottom: 20px;
    list-style: outside none none;
    background-color: #fff;
    border-radius: 4px;
}

ul.breadcrumb > li {
    content: none !important;
    padding-right: 3px;
    font-size: 14px;
	color:#1e1e1e !important;
}

.breadcrumb {
    list-style: outside none none;
}

.breadcrumb > li + li::before {
    content: none !important;
}

.contact-details {
    padding-left: 0;
}

.contact-details li {
    list-style: outside none none;
}


.contact-details  a[href^=tel], #agency-address a[href^=tel], #contact-number a[href^=tel]{
  color: inherit;
}


.quote-btn:hover {
    opacity: 0.7;
}

.social li i:hover {
    opacity: 0.7;
}

.email-btn:hover, .email-btn.active{
    opacity: 0.7;
}

.copyright p span {
    display: inline-block;
}

/* Logo slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.scroll-heading {
    color: #000;
    font-size: 28px;
    text-align: center;
	text-transform: uppercase;
	text-transform: uppercase;
	margin-top: 30px;
}
.agency-logos{
	margin-bottom: 50px;
	padding: 15px 0px 15px 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

	#ser-states li {
    font-size: 16px;
}

.text-color {
    color: #1e1e1e !important;

}
.jot-form {
	height: 875px !important;
}
.comm-jot-form {
	height: 875px !important;
}
.email-form {
	height: 900px !important;
}
.inner-content ul li, #content-area ul li{
color:#606060;
}

#contact-number .fa.fa-phone {
    margin-right: 4px;
}

.index-header {
    text-align: center;
}


#rssfeeds {

    color: #fff;

}
/*   Ticker   */
#scroll-overlay {
	position: absolute;
	top: 150px;
	background: rgba(44,82,114,0.9);
	color: #fff;
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
    align-items: center;
}
#scroll-overlay .container {
	overflow-x:hidden;
}
#scroll-overlay p {
	margin-bottom: 0px;
	color: #fff;
	flex-shrink: 0;
	box-sizing: border-box;
}
#scroll-overlay p a {
	color: #fff;
	font-weight: bold;
}
#scroll-overlay button {
	float:left;
	background: transparent;
	border: none;
	margin-left: 30px;
}
#scroll-overlay .carriage {
	display: flex;
}
#scroll-overlay .fa {
	font-size: 30px;
	
}
#tickerTextHere {
	overflow: hidden;
	width: 100%; 
	position:relative;
	height: 20px;
}
#sourceTickerTextHere {
	position: absolute;
	width: 210%;
	margin: 0px;
	text-align:center;
	transform: translateX(200%);
	animation:scrollLeft 30s linear infinite;
	color: #fff;
	height: 30px;
}
@keyframes scrollLeft {
	0% {
		transform: translateX(50%); 	
	}
	100% {
		transform: translateX(-100%); 	
	}
}
#scroll-update {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: rgb(255,0,0);
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	z-index: 999;
	box-shadow: 0px 2px 4px #000;
}
#scroll-update button {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: transparent;
	border:none;
}
#scroll-update button:hover, #scroll-update button:focus {
	text-decoration: none;
	color: #fff;
}
.grw-business-name a, .grw-business-name a:visited, .grw-author {
	color: #2c2c2c!important;
}
.grw-review-btn, .grw-view-all-btn {
	background: #1e1e1e;
}
.grw-review-btn:hover, .grw-view-all-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:focus {
	background: #1e1e1e;
	opacity: .8
}
.grw-business-header {
    border-bottom: 3px solid #80827f;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current {
    background-color: #80827f;
}
.staff-info img {
	width:250px;
	margin:0 auto;
}
.staff-info {
	text-align:center;
	margin-top:20px;
}
.staff-info h3 {
	margin-top:5px!important;
	margin-bottom:5px!important;
	font-size:20px;
	
}