@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300|Julius+Sans+One);
/*
COLOR PALETTE
Primary color (lime green): #d41920
Content Color(teal): #333;

*/
body {
	font-family: 'Lato', sans-serif !important;
}
a {
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-weight: 500;
}
/*--------- Topbar ----------*/
.tab {
	background-color: #5e5e5f;
	height: 8px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	background-color: #5e5e5f;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 35px;
	display: block;
	position: relative;
	width: 740px;
	line-height: 42px;
	margin: 0;
	padding-left: 10px;
	/*	right: 150px;*/
	color: white;
	float: right;
}
.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	text-align: left;
	padding: 10px 6px 6px 6px;
	display: block;
	float: left;
}
.tab ul.login li a {
	color: #FFFFFF !important;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color: #FFFFFF
}
.tab a.open, .tab a.close {
	height: 15px;
	line-height: 15px !important;
	cursor: pointer;
	display: block;
	width: 70px;
	position: relative;
}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	width: 100%;
	height: 400px;
	color: #999999;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#panel h4 {
	color: #fd2c34 !important;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 20px;
	line-height: 30px;
}
#panel h4 span {
	display: block !important;
	font-size: 14px;
}
#panel p {
	color: #fff !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
}
#panel a {
	text-decoration: none;
	color: #fd2c34;
}
#panel a:hover {
	color: #fff;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
.space-fix {
	margin-right: 1px;
	margin-top: 0;
	padding-right: 6px;
}
#tel-section{
	padding-right: 10px;
}
.tab a.close {
	float: none !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 20px;
	color: #000;
	text-shadow: none !important;
	color: #FFF !important;
	opacity: 1 !important;
}
.close:hover, .close:focus {
	opacity: 1 !important;
}
.top {
	background-color: #d41920;
	height: 8px;
}
.height-fix {
	height: 30px;
}
.icon-phone {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 35px;
	background-position-y: 0px;
}
.contact {
	background-color: #d41920;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 25px;
	padding: 5px;
}
.contact p {
	color: #FFF !important;
	font-weight: bold;
	font-size: 13px !important;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	vertical-align: middle;
}
/*--------- Header ----------*/

.head-bg {
	background-color: #fff;
}
/*Logo*/
.logo {
	padding-top: 30px;
	padding-bottom: 30px;
	/*float: left;*/
	width: 100%;
    max-width: 250px;
	display:inline-block;
}
/*Navigation*/
nav {
	padding-top: 70px;
}
.nav-pills > li > a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #333 !important;
    transition: all .2s ease-in;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #e3e4e6 !important;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.nav.nav-pills > li:first-of-type > a {
    background: #e3e4e6;
    color: #1a1a1a;
}
.nav.nav-pills > li:first-of-type > a:hover, .nav.nav-pills > li:first-of-type > a:focus {
    background: #c9cacc;
    color: #1a1a1a;
}
.nav.nav-pills > li:nth-of-type(2) > a {
    background: #d41920;
    color: #fff!important;
    margin-left: 20px;
}
.nav.nav-pills > li:nth-of-type(2) > a:hover, .nav.nav-pills > li:nth-of-type(2) > a:focus {
    background: #ba161c;
    color: #1a1a1a;
}
.social-nav {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 10px !important;
	line-height: 0px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.space-left {
	margin-left: 30px;
}
.social-nav:hover {
	background-color: transparent !important;
}
#main-nav .nav {
	margin: 0px 0px 40px 0px;
}
#main-nav .nav li {
	list-style-type: none;
	float: left;
	margin-right: 13%;
	font-weight: bold;
}
.open>.dropdown-menu li {
margin: 5px 0;
}
#main-nav .nav li.last {
	margin-right: 0 !important;
}
#main-nav .nav li a {
	font-size: 1.4em;
	color: #333;
	font-weight: 600;
    transition: all .2s ease-in;
    text-decoration-color: transparent;
}
#main-nav .nav a:hover, #main-nav .nav a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	text-decoration: none;
	background: none;
	color: #333;
	font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
#main-nav .nav li a.selected {
	color: #333 !important;
    text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.dropdown-menu {
	left: 0px !important;
}
.nav .dropdown-toggle .caret {
	margin-top: 5px;
	border-top-color: #000;
	border-bottom-color: #000;
}
.nav li.dropdown .caret, .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
	border-top-color: #333 !important;
	border-bottom-color: #333 !important;
    margin-top: 8px;
}
.dropdown-menu>li {
	float: none !important;
	margin-right: 0px !important;
}
#main-nav .nav .dropdown-menu>li>a {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: normal;
}
/*--------- Typography ----------*/

h1 {
	color: #1a1a1a;
	font-size: 34px;
    line-height: 42px;
}
h1 a {
    color: #1a1a1a;
}
h1 a:hover, h1 a:focus {
    color: #333;
}
h2 {
	color: #1a1a1a;
	font-size: 28px;
    line-height: 36px;
}
h3 {
	color: #1a1a1a;
	font-size: 22px;
    line-height: 30px;
}
h4 {
	color: #1a1a1a;
	font-size: 18px;
    line-height: 24px;
}
p, #main-article ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.lnk {
    text-decoration: underline;
    color: #1a1a1a;
}
.lnk:hover, .lnk:focus {
    text-decoration: underline;
    color: #1a1a1a;
    opacity:.8;
}
#main-article h2, #main-article h3, #main-article h4, #main-content h2, #main-content h3, #main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
#main-article ul, #main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-article ul li, #main-content ul li {
    margin-bottom: 10px;
}
#main-article ul li::marker, #main-content ul li::marker {
    color: #d41920;
}
#main-article ul li strong, #main-content ul li strong {
    color: #1a1a1a;
}
/*--------- Slider ----------*/

.slider {
	height: 428px;
	width: 740px;
}
.rslides {
	margin: 0 auto 40px;
	list-style-type: none;
	max-width: 100%;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs li {
	width: 100% !important;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
#main-article {
	padding-top: 20px !important;
}
/*--------- Secondary Navigation ----------*/
.nav-tabs > li > a {
	color: #1a1a1a !important;
	font-size: 18px;
	font-weight: 300;
}
.nav-tabs>li>a {
	border: none !important;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: none !important;
	background: #ffffff !important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #e3e4e6 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #ffffff), color-stop(100%, #e3e4e6)) !important; /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%, #e3e4e6 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 1%, #e3e4e6 100%) !important; /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 1%, #e3e4e6 100%) !important; /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 1%, #e3e4e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e4e6', GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}
#main-article .nav {
	margin-bottom: 10px !important;
}
/*Banner*/

.banner .container {
	
}
.banner {
	background: #c9cacc; /* Old browsers */
	background: linear-gradient(90deg, #c9cacc, #e3e4e6 80%, #999 110%);
	height: auto !important;
}
.banner-main {
	background-image: url(../img/banner2.png);
	background-repeat: no-repeat;
	height: auto;
	background: #d91119; /* Old browsers */
	background: -moz-linear-gradient(top, #d91119 0%, #d41920 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91119), color-stop(100%, #d41920)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d91119 0%, #d41920 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d91119 0%, #d41920 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d91119 0%, #d41920 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d91119 0%, #d41920 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91119', endColorstr='#d41920', GradientType=0 ); /* IE6-9 */
}
.banner-inner {
	background: #c9cacc;
    background: linear-gradient(0deg, #c9cacc, #e3e4e6);
	height: 120px;
}
.pull-up {
	margin-top: -120px;
}
.compare-pull-up {
	margin-top: -120px;
}
.banner-main-inner img {
	z-index: 0;
	/*position: absolute;*/
	left: 460px;
}
.banner-main h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 2.5em;
	color: #FFF !important;
	font-weight: 300;
	margin-top: 50px;
	line-height: 50px;
}
.banner-main h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	color: #FFF !important;
	font-weight: 300;
}
/*Quote Box*/
.quote-box {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	z-index: 500;
	position: absolute;
	height: 250px;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	display: block;
	height: auto;
	width: auto;
}
.quote-box hgroup {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.quote-box h3 {
	color: #941313 !important;
	font-weight: bold;
	text-transform: uppercase !important;
	font-family: 'Lato', sans-serif;
	text-shadow: none !important;
	float: left;
}
.grad {
	height: auto;
	float: left;
	background: #e3e4e6;
}
.inner-quote {
	background: #5e5e5f;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}
.inner-quote hgroup {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.inner-quote h3 {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	font-family: 'Lato', sans-serif;
	text-shadow: none !important;
	float: left;
}
.inner-quote p {
	color: #FFFFFF !important;
}
.inner-quote .turquoise {
	width: 220px;
	font-weight: bold !important;
}
.banner-main-inner h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	margin: 0 0 0px 0;
	padding: 0px 0px;
	z-index: 100;
	position: relative;
	height: 120px;
    display: flex;
    align-items: center;
}
.banner-main-inner h3 {
	color: #333 !important;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.banner-main-inner p {
	color: #333;
	line-height: 25px;
	margin: 17px 0;
}
.quote-btnn {
	margin-bottom: 10px;
}
.quoteform {
	margin-top: 15px;
}
#main-article .nav {
	margin-bottom: 10px !important;
}
#main-article ul.nav {
    margin: 0px;
    padding-left:0px;
}
#main-article ul.nav li {
    margin-bottom: 0px;
}
.tab-content h2 {
	color: #1a1a1a ;
	margin-top: 0px;
	font-size: 28px;
    line-height: 36px;
}
#main-content p strong {
    color: #1a1a1a;
}
/*--------- Boxes----------*/

.box-grey {
	padding: 20px;
	background-color: #e3e4e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.box-red {
	padding: 33px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #fc3941; /* Old browsers */
	background: -moz-linear-gradient(top, #fc3941 0%, #d41920 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc3941), color-stop(100%, #d41920)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc3941 0%, #d41920 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc3941 0%, #d41920 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc3941 0%, #d41920 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fc3941 0%, #d41920 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3941', endColorstr='#d41920', GradientType=0 ); /* IE6-9 */
}
.box-red p, .box-red h2, .box-red a {
	color: white !important;
}
/*videos*/

.video img {
	width: 100% !important;
}
#mcts1 {
	height: 86px;
	margin: 0 auto;
	padding: 16px 20px;
	white-space: nowrap;
	position: relative;
	font-size: 0px;
}
/*--------- Buttons ----------*/

.lrmore {
	background: #2c2c2c; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2c2c 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2c2c 0%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2c2c 0%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c 0%, #131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c2c2c 0%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: white !important;
	font-size: 13px;
	width: 100px;
	text-shadow: none !important;
	margin-top: 20px;
	border-bottom: 1px solid #2c2c2c;
}
.lrmore:hover {
	background: #000 !important; /* Old browsers */
}
/*--------- Footer ----------*/

footer {
	margin-top: 20px;
	padding-top: 20px;
	background: #5e5e5f;
}
footer h2 {
	color: #fff !important;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	line-height: 2;
}
footer a {
	color: #000 !important;
}
footer ul {
	margin: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #333 !important;
}
#footernav nav {
	padding-top: 50px !important;
}
#footernav nav ul {
	margin-left: 0px;
}
#footernav nav > ul > li {
	float: left;
	padding: 0;
	margin-left: 10px;
	list-style: none;
	font-size: 0.8em;
}
#footernav nav > ul > li:first-child {
	margin: 0 0 0 0px !important;
}
#footernav nav > ul > li > a {
	color: #fff !important;
	font-size: 1.2em;
    transition: .2s all;
    text-decoration-color: transparent;
}
#footernav nav > ul > li.active {
	font-weight: bold !important;
}
#footernav nav > ul > li > a:hover, #footernav nav > ul > li > a:focus {
	color: #fff!important;
    text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
#footernav li a.active {
  color: #fff !important;
  text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
#copyright p {
	padding-top: 50px !important;
	text-align: right;
	font-weight: 500;
    color: #fff;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #fff;
}
#copyright a {
	color: #fff !important;
}
.whats-new-content h4 {
	color: #333 !important;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-top: 20px;
}
.whats-new-content {
	margin-top: 20px;
	color: #005895 !important;
	font-size: 12px !important;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.whats-new-content p {
	color: #333 !important;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}
.whats-new-content a.titlefield {
	font-size: 13px;
	font-weight: 600;
	margin: 7px 0;
	color: #d41920 !important;
	display: block;
}
.whats-new-content .datefield {
	display: block;
}
.twitter-username a {
	font-size: 20px;
	color: #d41920 !important;
}
.twitter-username a:hover {
	font-size: 20px;
	color: #000 !important;
}
/*-- Nav Social Icons --*/
.social {
	float: left;
	margin-left: 0px !important;
	width: 100%;
}
.social > li {
	list-style-type: none!important;
	float: left;
}
.social > li > a {
	text-decoration: none;
	text-shadow: none;
	margin: 0 0 5px 15px;
	padding: 5px 5px 10px 5px !important;
	vertical-align: middle!important;
	background-color: #c4d862;
}
.social > li > a:focus, .social > li > a:hover {
	background-color: #5e5e5f;
}
.ie-fix {
	display: none;
}
iframe {
	width: 100% !important;
	height: 400px;
	border: none;
}
.iframe-fix {
	border: none;
	height: 1800px;
}
.bdr-none {
	border: none !important;
	width: 100%;
	height: 500px;
}
input, button, select, textarea {
	font-family: 'Lato', sans-serif;
}
/*Blog*/
.blog-addition {
	overflow: hidden;
	position: relative;
}
.blog-addition div.grad {
	height: auto;
}
.blog-left-addition, .blog-right-addition {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}
.blog-addition header, .blog-addition footer {
	background: none;
}
.blog-newsfeed > br,.blog-newsfeed p > br,.blog-newsfeed p:last-child{display:none;}
.site-main h1 {
	font-size: 1.9em;
	padding-bottom: 15px;
	height: auto;
}
.site-main footer {
	margin-top: 0px;
	padding: 0px;
}
.site-main h1, .site-main a {
	color: #000 !important;
}
.widget-area {
	padding: 20px;
}
.titlefield {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1.3em;
}
.datefield {
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
}
.descriptionfield {
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 20px 0;
}
/*.blog {
	display: block;
	float: left;
	padding: 25px;
	background-color: #d5d5d5;
	border-top: 1px solid #ffffff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.blog h4 {
	color: #183114 !important;
	font-size: 1.5em;
	font-weight: 700;
	float: left;
}
.blog .span6 {
	text-align: right;
}
.blog .span6 a {
	color: #183114 !important;
	font-size: 12px;
	font-weight: 700;
}*/
#rssfeeds {
  overflow: hidden;
}
.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	color: #183114 !important;
	text-align: left;
	font-weight: 700;
}
.viewmore {
	display: block;
	float: right;
	margin-top: -30px;
	font-weight: 600;
	font-size: 11px!important;
}
.viewmore a {
	text-decoration: none;
	color: #888;
	color: rgba(255,255,255,0.4);
}
.cs {
	margin-top: 850px;
}
/*Corousel*/

.list_carousel {
	margin: 0 0 0px 0px;
	width: auto !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
/*Fixes*/

.standout {
	margin: 30px 0px;
}
.standout h2 {
	margin-bottom: 0px;
}
.pad-30 {
	padding: 30px 0px;
}
/* Slider*/
.banner .miniQuote {
    height: 426px;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content:center;
    gap: 5px;
    padding-right: 20px;
}
.miniQuote h4 {
	font-size: 42px !important;
	color: #1a1a1a !important;
	line-height: 1;
	font-weight: 100 !important;
    margin-top: 0px;
	text-transform:none;
}
.miniQuote p {
    color: #333!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.lrmore1 {
	width: 150px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000 ;
	text-shadow: none ;
	margin-top: 20px;
}
.lrmore1:hover {
	background: #e3e4e6; /* Old browsers */
}
/*Banner*/

.banner h1, .banner h2, .banner h3, .banner h4 {
	color: #ffffff;
}
.banner .span4 {
	text-align: center;
}
/*Carousel*/
.carousel {
	margin-bottom: 0;
}
.carousel-inner {
	width: auto;
}
.carousel .item {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.carousel .active.left {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.banner .carousel-inner {
	border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	border-width: 3px 40px 3px 0;
	border-style: solid;
	border-color: #c9cacc #c9cacc #c9cacc transparent;
    }
.banner .carousel-inner img {
	border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
}
.carousel-indicators .active {
	background-color: #d4c6aa;
}
.carousel-indicators li {
	background-color: #f0e8d8;
}
.carousel-indicators {
	height: 10px;
	position: static;
	float: right;
	width: auto;
	margin-top: -30px;
}
#carrier-carousel .carousel-inner {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f0e8d8;
	margin-bottom: 20px;
}
.thumbnail {
	box-shadow: none;
	border: 0;
	padding: 0;
}
.thumbnails {
	margin-bottom: 0;
}
/*Form Elements*/
input {
	font-family: Helvetica, Arial, sans-serif;
}
/*.btn {
	font-family: 'Cinzel', serif;
	border: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #d4c6aa;
	color: #ffffff;
	font-size: 20px;
	transition: all .1s ease-out .1s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
*/select {
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 22px;
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.miniQuote input {
	display: block;
	margin: 10px auto;
}
.miniQuote .btn {
	margin: 10px auto;
	font-size: 28px;
	padding: 15px;
    background: #d41920;
    background: linear-gradient(180deg, #d41920, #ba161c);
    color: #fff;
}
.miniQuote .btn:hover, .miniQuote .btn:focus {
        background: #ba161c;
    background: linear-gradient(0deg, #d41920, #ba161c);
    color: #fff;
}
/*Home Page*/
.module {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
}
.aside .module {
	padding: 20px;
}
.tab-content .span12 {
	margin-bottom: 20px;
}
.primary {
	color: #ffffff;
	background-color: #95301f;
}
.accent {
	color: #ffffff;
	background-color: #f0e8d8;
}
.module h1, .module h2, .module h3 {
	margin: 0;
}
.primary h1, .primary h2, .primary h3 {
	color: #ffffff;
}
.primary p {
	color: #ffffff;
}
.testimonial .span6:before {
	content: "\201C";
	color: #d4c6aa;
	float: left;
	font-family: 'Cinzel', serif;
	font-size: 80px;
	height: 0;
	margin: 33px 13px 0 0;
	padding: 0;
}
.bottom {
	margin-bottom: 20px;
}
.call-to-action h2 {
	line-height: .9em;
	display: inline-block;
	width: 100%;
}
.home-title {
	color: #d41920 !important;
}
.gmap {
	width: 100% !important;
	height: 350px;
	frameborder: 0;
	margin: 0;
	margin-top: 5px;
}
.ie8-map {
	display: none !important;
}
.banner-main-inner ul>li {
	line-height: 2;
}
/* Blog Fixes */
.banner-main-inner h1 a {
	color: #ffffff;
}
/**, *:before, *:after {
	-moz-box-sizing: content-box;
}*/

.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.entry-header .entry-meta, .entry-header a, .entry-header a:hover {
	color: #fc3941;
}
h1.widget-title {
	color: #fc3941 !important;
}
code {
	white-space: normal;
	display: block;
	max-width: 500px;
}
.content-area input, .content-area select, .content-area textarea {
	border: 1px solid #cccccc !important;
}
.know {
	background-color: #e3e4e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.know hr {
    border-top: none;
    border-bottom: 1px solid #ccc;
}
.know h3, .plans p, h3 {
	margin-top: 0px !important;
}
.know p, .know h3, .plans p, .plans h3 {
	float: left;
	margin-bottom: 10px;
	color: #000 !important;
	font-weight: normal;
}
.know h3, .plans p, h3 {
	margin-top: 0px !important;
}
.plans {
	background-color: #e3e4e6;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
.turquoise {
	color: white !important;
	font-size: 13px;
	width: 200px;
	text-transform: uppercase !important;
	text-shadow: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	    background: #d41920;
    background: linear-gradient(180deg, #d41920, #ba161c);
	border-bottom: 1px solid #d41920;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.turquoise:hover {
	background: #ba161c;
    background: linear-gradient(0deg, #d41920, #ba161c);
	border-bottom: 1px solid #d41920;
}
.standout {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 30px !important;
	height: 30px;
	background: #5e5e5f;
}
.standout h2 {
	color: #fff !important;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	float: left;
	line-height: 10px;
	margin-left: 10px;
	margin-top: 10px !important;
}
.dark {
	    background: #d41920;
    background: linear-gradient(180deg, #d41920, #ba161c);
	color: #FFF !important;
	text-shadow: none !important;
	border-bottom: 1px solid #000;
}
.dark:hover, .dark:focus {
	background: #ba161c;
    background: linear-gradient(0deg, #d41920, #ba161c);
	color: #FFF;
}
.grey {
	background-color: #e3e4e6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.grey p, h4 {
	color: #333333 !important;
	margin-top: 0px;
}
.black {
	background-color: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	color: #1a1a1a!important;
}
.black h3 {
	font-family: inherit;
	font-weight: bold;
	color: #1a1a1a !important;
}
.black p, .black a, .login a {
	color: #333!important;
}
.mob-center li {
	padding: 5px;
}
/* Mobile- fixes */
.phone-view h2 {
	font-size: 20px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #d41920!important;
}
.mobile-img {
	float: left;
	margin-right: 25px;
}
.call-img {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}
.mobile-go {
	width: 100%;
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	background: #5e5e5f; /* Old browsers */
	border: none;
}
.mobile-call {
	width: 100%;
	color: #fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	background: #5e5e5f; /* Old browsers */
	border: none;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-call:hover, .mobile-go:hover, .mobile-call:focus, .mobile-go:focus {
	color: #fff;
	background: #444445;
}
.mobile-address {
	background: #d41920;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-address h3 {
	font-weight: normal!important;
	font-size: 24px;
	color: #ffffff !important;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff!important;
}
.mobile-direction {
	background: #f7f7f7;
	margin: 20px auto;
	padding: 8px 18px;
	font-size: 14.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
}
.mobile-direction a {
	color: #d41920;
	font-weight: bold;
	text-decoration: none;
}
.mobile-direction:hover {
	background: #D8D6D6;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
.sociald {
	margin: 60px 0 0 20px;
}
.sociald > li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald img {
	width: auto;
	height: auto;
	float: left;
	padding-left: 3px;
}
.footer_img {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
}
/* Career Grid Style */
.career-grid-header {
	background-color: #f1242c;
	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: #e3e4e6eee;
}
.jot-form {
	width: 100%;
	height: 600px;
	border: none;
}
.banner-main-inner .quote-icon {
	display: inline-block !important;
	left: 0 !important;
	position: relative !important;
	max-width: inherit !important;
}
.quote-icon {
	margin-right: 10px;
	width: 30px;
	margin-top: -5px;
}
.quote-btn {
	font-size: 16px;
	width: 70%;
	text-align: left;
	height: 25px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #fff;
	font-family: "Julius Sans One", sans-serif;
	background: #5d5d5e;
}
.quote-btn.ins-qt:hover, .quote-btn.ins-qt:focus {
	background: #444445!important;
    color: #fff!important;
    text-decoration:none!important;
}
.quote-form {
	width: 100%;
	height: 200px;
	border: none;
}
.mar-btm {
	margin-bottom: 200px;
}
.jot-form-lob {
	width: 100%;
	height: 500px !important;
	border: medium none;
}
.caroufredsel_wrapper {
	height: 112px !important;
}
/*My Account Start*/
.login.nav-pills.topnav.my-account.hidden-phone > li {
	padding: 0;
	line-height: 35px;
	float: right;
	display: block;
}
/*My Account For Desktop*/
.dropdown-toggle.my-account-icon {
	background: #5e5e5f url("../img/my-account.png") no-repeat scroll 10px 10px!important;
	margin: 0;
	padding: 8px 15px 9px 30px;
	text-decoration: none;
}
.my-account .open .dropdown-toggle, .my-account li.dropdown.my-account-icon.open.active > a:hover, .my-account > .my-account li.dropdown.my-account-icon.open.active > a:focus {
	text-decoration: none;
	background: #d41920 url("../img/my-account.png") no-repeat scroll 10px 10px;
	margin: 0;
}
.dropdown-menu.my-account-details-menu {
	background:#fff;
	border: 0;
	box-shadow: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	width: 230px;
	left: -110px!important;
    border: 1px solid #c9cacc;
}
.tab ul.login .dropdown-menu.my-account-details-menu a {
	text-align: center;
	color: #1a1a1a !important;
	white-space: normal;
	line-height: 18px;
}
.tab ul.login .dropdown-menu.my-account-details-menu a:hover, .tab ul.login .dropdown-menu.my-account-details-menu a:focus {
	background: none;
	    color: #1a1a1a !important;
    text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    opacity: 1;
}
.tab ul.login li .dropdown-menu.my-account-details-menu > li {
	padding: 0 6px;
}
.tab ul.login a {
    color: #fff;
    background: transparent;
}
.tab ul.login a:hover, .tab ul.login a:focus {
    color: #fff;
    opacity: .8;
}
/*My Account Mobile View*/
.myaccount-mob:focus {
	background: #d41920;
	color: #fff;
}
.myaccount-mob {
	background-color: #9d6679;
}
.myaccount-mob-expand {
	background-color: #e3e4e6;
	margin-top: -10px;
	text-align: center;
	z-index: 1;
}
.myaccount-mob-expand ul {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
.myaccount-mob-expand li {
	padding: 8px 0 0px 0;
	list-style-type: none;
}
.myaccount-mob-expand li a {
	color: #1a1a1a;
	font-weight: bold;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus {
	color: #1a1a1a;
	text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.myaccount-mobile-section button.mobile-go {
	position: relative;
	background: #5e5e5f;
	z-index: 2;
	padding: 14px 19px;
}
.myaccount-mobile-section button.mobile-go:hover {
	background: #444445;
}
.myaccount-mobile-section button.mobile-go:focus {
	background: #444445;
}
.myaccount-mob {
	margin-bottom: 0px !important;
}
.myaccount-mobile-section {
	margin-bottom: 20px;
}
/* Carrier Details */
.grid-divider {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.grid img {
	display: block!important;
	left: 0px;
	position: relative;
}
.grid {
	margin-top: 15px;
}
.grid h3 {
	font-size: 18px;
	color: #333;
	font-weight: 800 !important;
}
.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 #ccc;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}

 .sitelock-logo{
 clear:both;
 float:right;
 }
#main-content .breadcrumb {
    background: transparent none repeat scroll 0 0;
    margin: 0 !important;
    padding: 15px 0px 0px;
    margin: 0px;
}
#main-content .breadcrumb li a{
    color: #d41920;
	text-decoration:none;
}
#main-content .breadcrumb li a:hover{
    color: #fc3e45;
	text-decoration:none;
}

#main-content .breadcrumb li {
    float: left;
    list-style-type: none;
    margin-bottom: 0px;
}
#main-content .breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


#ZipCode {
padding-left:10px!important;
padding-right:60px!important;
font-size:13px;	
	}
	
	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;width:auto;}
	
	 .mar-top {margin-top:10px;}
	 
	
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #d41920; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 15px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:1000;
}

.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 */ 

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

.addr {
  float: left;
  height: 50px;
}

.know h3, .plans h3, .know p {
  float: none !important;
}

.index li, .service li {
  float: left;
  width: 120px;
  margin-right: 10%;
}

.span4.black {
  float: right;
  margin-top: 20px;
}

.call-img1 {
  float: left;
  margin-right: 37px;
  margin-left: 15px;
}

.service {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

.testimonials {
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  padding-top: 10px;
}

.testimonials.index {
    padding-left: 0px;
}
.black a:hover, .black a:focus {
  color: #fd2c34 !important;
}
.nav-pills .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:focus .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.nav-pills .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:focus .caret, .nav-pills .dropdown-toggle.selected .caret {
  border-top-color: #1a1a1a !important;
  border-bottom-color: #1a1a1a !important;
}
.nav-pills .dropdown-menu > li > a:hover, .nav-pills .dropdown-menu > li > a:focus, .nav-pills .dropdown-menu > li > a.selected {
  color: #fff !important;
  background: #d41920;
}

.nav-pills li.dropdown .caret, .nav-pills li.dropdown.open .caret, .nav-pills li.dropdown.open.selected .caret, .nav-pills li.dropdown.open a:hover .caret, .nav-pills li.dropdown.open a:focus .caret {
  border-top-color: #1a1a1a !important;
  border-bottom-color: #1a1a1a !important;
  margin-top: 5px;
}

.cont a:hover, .cont a:focus, #copyright a:hover {
  opacity: 0.8;
}

.index li, .service li {
  float: left;
  width: 120px;
  margin-right: 10%;
}
.service ul {
    padding-left: 0px;
}
.service li::marker {
    color: #d41920;
}
.service.index {
  padding-left: 0;
  padding-right: 0;
}

.index {
  margin-left: 0px;
}

#footernav .dropdown-menu > li > a:hover, #footernav .dropdown-menu > li > a:focus, #footernav .dropdown-menu > li > a.active {
text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
  color: #333 !important;
    background: transparent;
}

.quote-btn:hover, .quote-btn:focus {
  background: transparent;
  text-decoration: underline;
    text-decoration-color: #d41920;
    text-decoration-thickness: 2px;
    text-underline-position: under;
  color: #333 !important;
}

.nobreak {
  display: inline-block;
}

/* Google Review */
.grw-author-photo {
  width: 50px;
  height: 50px;
  border-radius: 0% !important;
  margin-right: 0;
  vertical-align: middle;
}

.grw-review-btn, .grw-view-all-btn{
	background-color: #d41920!important;
}
.grw-total-reviews, .grw-theme-dark .rm-link {
    color: #666!important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #d41920!important;
}
.grw-review-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:hover, .grw-view-all-btn:focus {
  background: #fa3c43;
  opacity: 0.8 !important;
  color:#fff !important;
}
.grw-business-footer p{
	text-align:center!important;
}

.grw-author {
    color: #3d4049!important;
}
.grw-business-header {
	background: transparent!important;
}
.grw-business-name a, .grw-business-name a:visited {
	color: #3d4049 !important;
}
.grw-business-header {
	border-bottom: 3px solid #d41920 !important;
}
.grw-business-footer{
	margin-top:30px;
}
.grw-slider-wrapper{
	display:flex;
	margin-top:30px;
}
.grw-time-since {
	font-size: .6em;
}
.grw-time-since {
	font-size: 8px;
}
.grw-theme-dark {
	background: transparent!important;
}


.social-nav:hover, .sociald:hover {
  opacity: 0.9;
}

.contact-list .btn-mini {
  background: #d41920;
  color: #fff;
  text-shadow: none;
}

.contact-list .btn-mini:hover, .contact-list .btn-mini:focus {
  background: #ba161c;
}

.shadowed img{
	width:80%;
}
.logo-area{
float:left;
width: 200px; 
}

.tagline{
font-size:20px;
font-weight:800;
color:#333;
margin-top: 10px;
margin-bottom: 20px;
}

#contacts-det {
  margin-top: 0px;
}

#text {
  color: #333 !important;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: normal;
  float: none;
  margin-bottom: 10px;
  width: auto;
  font-size: 20px;
}

.phone-view .fas.fa-comment{
	font-size: 20px;
}

.space-fix1 {
  padding-left: 10px;
}
.tagline {
    float:right;
    clear: right;
    width: 79%;
}
.tagline p {
    font-size: 32px;
    line-height: 40px;
    font-style: italic;
    font-weight: 600;
    text-align:left;
    margin-bottom: 40px;
    margin-top: 0;
}
#footernav {
    background: #5e5e5f;
}
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(50,50,50,.9);
    width: 100%;
    z-index:999999;
    padding: 10px 0px;
    border-top: 1px solid #2c2c2c;
    display: flex;
    align-items:center;
    justify-content:center;
    transition: .3s all;
    bottom:-77px;
}
.fixed-cta.show-cta {
    bottom: 0px;
    transition-delay: 1s;
}
.fixed-cta h2 {
    margin: 0px;
    color: #fff;
    margin-left: -24px;
    font-size: 24px;
    text-transform: none;
}
.fixed-cta .container {
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 20px;
}
.fixed-cta .container select, .fixed-cta .container button {
    margin: 0px;
    height: 35px;
}
.fixed-cta .container #Type, .fixed-cta .container #ZipCode {
    height: 35px;
    max-width: 300px;
}
.fixed-cta .container .qte-btn {
    padding: 3px 10px;
    max-width: 300px;
    background: #d41920;
    background: linear-gradient(180deg, #d41920, #ba161c);
    color: #fff;
    border-radius: 4px;
    height: 30px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.fixed-cta .container .qte-btn.invert {
    background: #e3e4e6;
    color: #1a1a1a;
}
.fixed-cta .container .qte-btn:hover, .fixed-cta .container .qte-btn:focus {
    opacity: .8;
}
.fixed-cta #scroll-close {
    margin: 0px 0 0 15px;
    padding: 0px;
    background: transparent;
    box-shadow:none;
    border:none;
}
.fixed-cta #scroll-close .fa {
    font-size: 24px;
    color: #d41920;
    width: 18px;
    height: 18px;
    display: flex;
    align-items:center;
    justify-content:center;
    background: #fff;
    border-radius: 30px;
        box-shadow: 3px 3px 5px #000;
}
.fixed-cta #scroll-close:hover .fa, .fixed-cta #scroll-close:focus .fa {
    opacity: .8;
}
.visible-xs {
    display:none;
}