@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): #043175
Content Color(teal): #574945;

*/
body {
	font-family: 'Lato', sans-serif !important;
}
/*--------- Topbar ----------*/
.tab {
	background-color: #000;
	height: 8px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	background-color: #e84b44;
	-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: 290px;
	line-height: 42px;
	margin: 0;
	padding-left: 10px;
	/*	right: 150px;*/
	color: #fff;
	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: #fff !important;
}
.tab ul.login li a:hover {
	color: white;
}
.login.nav-pills.topnav.my-account.hidden-phone > li span p {
	color: #FFF!important;
	float: right;
	margin-bottom: 0 !important;
	font-size: 14px;
	margin-top: 6px;
}
.tab .sep {
	color: #fff;
}
.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: #545454;
	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: #e84b44 !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: #ffffff !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
}
#panel a, .contacts a:hover {
	text-decoration: none;
	color: #e84b44;
}
#panel a:hover {
	color: #ffffff;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#top-panel li a:hover {
	color: #e33830 !important;
}
#toggle a:hover {
	color: #000 !important;
}
.space-fix {
	margin-right: 1px;
	margin-top: 0;
	padding-right: 5px;
}
#tel-section {
	padding-right: 10px;
}
#tel-section p {
	padding-right: 8px;
}
.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: #043175;
	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: #043175;
	-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 {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	max-width:200px!important;
}
/*Navigation*/
nav {
	padding-top: 20px;
}
.nav-pills > li > a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #574945 !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #eee !important;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.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: 6%;
	font-weight: bold;
}
#main-nav .nav li.last {
	margin-right: 0 !important;
}
#main-nav .nav li a {
	font-size: 1.35em;
	color: #574945;
	font-weight: 600;
}
#main-nav .nav a:hover {
	text-decoration: none;
	background: none;
	color: #e21d14 ;
	font-weight: 600;
}
#main-nav .nav li a.selected {
	color: #d2524c !important;
}
.dropdown-menu {
	left: -70px !important;
}
.nav .dropdown-toggle .caret {
	margin-top: 8px;
	border-top-color: #000;
	border-bottom-color: #000;
}
.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: #574945 !important;
	border-bottom-color: #574945 !important;
}
.nav>li>a:focus {
	background-color: transparent;
}
.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;
}
#main-nav .nav .dropdown-menu>li>a:hover {
	color: #FFFFFF !important;
}
#main-nav .nav .dropdown-menu>li>a.selected {
	color: #FFFFFF !important;
	background-color: #e33830;
}
/*--------- Typography ----------*/

h1, h1 p {
	color: #FFF !important;
	font-size: 2.5em;
	font-weight: 300;
}
h1 p {
	color: #fff !important;
	font-size: 1em;
	padding: 14px 0 10px!important;
}
h2 {
	color: #333333 !important;
	font-size: 1.6em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 35px;
}
h3 {
	color: #333333 !important;
	font-size: 24px;
	font-weight: 300 !important;
	text-transform: uppercase;
	margin-top: 0px !important;
}
h4 {
	color: #333333 !important;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	color: #333333 !important;
}
/*--------- 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: #777777 !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%, #d2524c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #ffffff), color-stop(100%, #d2524c )) !important; /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%, #d2524c 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 1%, #d2524c 100%) !important; /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 1%, #d2524c 100%) !important; /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 1%, #d7e6e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2524c ', GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}
#main-article .nav {
	margin-bottom: 10px !important;
}
.tab-content h4 {
	color: #043175 !important;
	margin-top: 0px !important;
	font-weight: bold;
	font-size: 17px !important;
}
/*Banner*/

.banner .container {
	background: #000; /* Old browsers */
	/*background: -moz-linear-gradient(top, #e33830 0%, #d2524c 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e33830), color-stop(100%, #d2524c)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #e33830 0%, #d2524c 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #e33830 0%, #d2524c 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #e33830 0%, #d2524c 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #e33830 0%, #d2524c 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33830', endColorstr='#d2524c', GradientType=0 ); /* IE6-9 */
}
.banner {
	background: #111;
	height: auto !important;
}
.banner-main {
	background-image: url(../img/banner2.png);
	background-repeat: no-repeat;
	height: auto;
	background: #8fa42a; /* Old browsers */
	background: -moz-linear-gradient(top, #8fa42a 0%, #b6d134 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fa42a), color-stop(100%, #b6d134)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fa42a 0%, #b6d134 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fa42a 0%, #b6d134 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8fa42a 0%, #b6d134 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8fa42a 0%, #b6d134 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa42a', endColorstr='#b6d134', GradientType=0 ); /* IE6-9 */
}
.banner-inner {
	background: #000;
	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 #574945;
	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: 1500px;*/
	float: left;
	background: #eee;
}
.inner-quote {
	background: #d2645f;
	-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(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);
}
.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 h3 p {
	color: #FFF;
	font-size: 24px;
}
.inner-quote p {
	color: #FFFFFF !important;
}
.inner-quote .turquoise {
	width: 220px;
	font-weight: bold !important;
}
.banner-main-inner h1, .banner-main-inner h1 p {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	margin: 15px 0px;
	padding: 10px 0;
	z-index: 100;
	position: relative;
	height: 100px;
	padding-top: 25px;
}
.banner-main-inner h3 {
	color: #000000 !important;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.banner-main-inner p {
	color: #000000;
	line-height: 25px;
	margin: 17px 0;
}
.quote-btnn {
	margin-bottom: 10px;
}
.quoteform {
	margin-top: 15px;
}
#main-article .nav {
	margin-bottom: 10px !important;
}
.tab-content h4 {
	color: #e33830 !important;
	margin-top: 0px !important;
	font-weight: bold;
	font-size: 17px !important;
}
/*--------- Boxes----------*/

.box-grey {
	padding: 20px;
	background-color: #eee;
	-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: #d2524c; /* Old browsers */
	background: -moz-linear-gradient(top, #d2524c 0%, #043175 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2524c), color-stop(100%, #043175)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2524c 0%, #043175 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2524c 0%, #043175 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2524c 0%, #043175 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2524c 0%, #043175 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6963', endColorstr='#043175', 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: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', 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 #4c4c4c;
}
.lrmore:hover, .lrmore:focus {
	background: #000 !important; /* Old browsers */
}
/*--------- Footer ----------*/

footer {
	margin-top: 20px;
	padding-top: 20px;
	background: #ebebe5;
	background: -moz-linear-gradient(top, #ebebe5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebe5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ebebe5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ebebe5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ebebe5 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ebebe5 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebe5', endColorstr='#ffffff', GradientType=0 );
}
footer h3 {
	color: #e33830 !important;
	font-size: 13px;
	font-weight: 400!important;
	text-transform: uppercase;
	width: 100%;
}
footer a {
	color: #135B9A !important;
}
footer ul {
	margin: 0;
}
footer ul li {
	list-style: none;
}
.equal-col-height > p
{
	margin-bottom:0;
}
footer ul li a {
	color: #574945 !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: #000000 !important;
	font-size: 1.1em;
}
#footernav nav > ul > li.active {
	font-weight: bold !important;
}
#footernav nav > ul > li > a:hover {
	color: #e33830 !important;
}
#copyright p {
	padding-top: 50px !important;
	text-align: right;
	font-weight: 500;
	font-size:12px;
}
#copyright a {
	color: #e33830 !important;
}
#copyright p a:hover {
	color: #e25e58 !important;
}
.whats-new-content h4 {
	color: #000000 !important;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-top: 20px;
}
.whats-new-content {
	margin-top: 20px;
	color: #000000 !important;
	font-size: 12px !important;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.whats-new-content p {
	color: #000000 !important;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}
.whats-new-content a.titlefield {
	font-size: 13px;
	font-weight: 600;
	margin: 7px 0;
	color: #000000 !important;
	display: block;
}
.whats-new-content .datefield {
	display: block;
}
.twitter-username a {
	font-size: 20px;
	color: #043175 !important;
}
.twitter-username a:hover {
	font-size: 20px;
	color: #cf8732 !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: #cf8732;
}
.ie-fix {
	display: none;
}
iframe {
	width: 100% !important;
	height: 1600px;
	border: none;
	margin-top: 5px;
}
.iframe-fix {
	border: none;
	height: 1800px;
}
.bdr-none {
	border: none !important;
	width: 100%;
	height: 500px;
}
input, button, select, textarea {
	font-family: 'Lato', sans-serif;
}
a {
	color: #e33830;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ec6963;
	text-decoration: none;
}
/*Blog*/
#page {
position:relative;
}
#page h1 a {
color:#D2645F!important;
}
.blog aside h1, #page aside h1 {
 color: #333333 !important;
    font-size: 24px;
    font-weight: 300 !important;
    margin-top: 0 !important;
    text-transform: uppercase;
}
.blog .search-submit, #page .search-submit {
display:block;
color: white !important;
	font-size: 13px;
	width: 100px;
        font-weight:bold;
	text-shadow: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #464141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #464141));
	background: -webkit-linear-gradient(top, #000000 0%, #464141 100%);
	background: -o-linear-gradient(top, #000000 0%, #464141 100%);
	background: -ms-linear-gradient(top, #000000 0%, #464141 100%);
	background: linear-gradient(to bottom, #000000 0%, #464141 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#464141', GradientType=0 );
	border-bottom: 1px solid #000000;
}
.blog .search-submit:hover, #page .search-submit:hover {
	background: #464141;
}

.blog-sidebar {
margin-left:10px;
padding:0px 10px;
}
.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;
}
.site-main h1 {
	font-size: 1.9em;
	padding-bottom: 15px;
	height: auto;
	color: #333333 !important;
}
.site-main footer {
	margin-top: 0px;
	padding: 0px;
}
#primary nav {
	padding-top: 20px;
}
#primary .page-header {
	margin: 20px 0 10px;
}
.site-main a {
	color: #135b9a !important;
}
.widget-area {
	padding: 0px;
}
.search-field {
	border: 1px solid #d4d4d4 !important;
	margin-top: 10px;
}
.search-submit {
	background: #8b435b;
	border: none;
	color: #fff;
	line-height: 21px !important;
	margin-left: 3px;
}
.search-form label {
	display: inline;
}
#primary footer {
	background: none;
	border: none;
}
#secondary div.whats-new-content {
	font-size: 13px !important;
}
.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;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.search-submit {
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1;
	padding: 5px 6px;
}
.service.inside li {
	width: 50%;
	float: left;
}
/*.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 {
/*height: 400px;*/
}
.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*/
.miniQuote h6, .miniQuote h6 p {
	font-size: 46px !important;
	color: #fff !important;
	line-height: 1;
	font-weight: 100 !important;
}
.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 !important;
	text-shadow: none !important;
	margin-top: 20px;
}
.lrmore1:hover {
	background: #eee !important; /* Old browsers */
}
#main-nav .nav .dropdown-menu > li > a:hover, #main-nav .nav .dropdown-menu > li > a:focus {
	color: #fff !important;
	background: #e21d14 ;
}
.selected {
	color: #e21d14  !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff !important;
	text-decoration: none;
	background: #e21d14 ;
}
/*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: #d2524c #d2524c #d2524c 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;
}
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;
}
/*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%;
}
.miniQuote {
	margin-top: 30px;
}
.home-title {
	color: #043175 !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: #ec6963;
}
h1.widget-title {
	color: #ec6963 !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: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.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: #eee;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	float:right!important;
}
.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: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #464141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #464141));
	background: -webkit-linear-gradient(top, #000000 0%, #464141 100%);
	background: -o-linear-gradient(top, #000000 0%, #464141 100%);
	background: -ms-linear-gradient(top, #000000 0%, #464141 100%);
	background: linear-gradient(to bottom, #000000 0%, #464141 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#464141', GradientType=0 );
	border-bottom: 1px solid #000000;
}
.turquoise:hover, .turquoise:focus {
	background: #464141;
}
.standout {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px !important;
	height: 30px;
	background: #ec271e;
	background: -moz-linear-gradient(top, #ec271e 0%, #208799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec271e), color-stop(100%, #e33830));
	background: -webkit-linear-gradient(top, #ec271e 0%, #e33830 100%);
	background: -o-linear-gradient(top, #ec271e 0%, #e33830 100%);
	background: -ms-linear-gradient(top, #ec271e 0%, #e33830 100%);
	background: linear-gradient(to bottom, #ec271e 0%, #e33830 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec271e', endColorstr='#e33830', GradientType=0 );
}
.standout h2 {
	color: #ecece5 !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: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: none !important;
	border-bottom: 1px solid #000;
}
.dark:hover, .dark:focus {
	background: linear-gradient(to bottom, rgb(51, 51, 51) 0%, rgb(119, 119, 119) 100%) repeat scroll 0% 0% transparent;
	color: #FFF;
}
.grey {
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
}
.grey p, h4 {
	color: #333333 !important;
	margin-top: 0px;
}
.black {
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	color: #ffffff !important;
}
.black h3 {
	font-family: inherit;
	font-weight: bold;
	color: #fff !important;
}
.black p, .black a, .login a {
	color: #fff !important;
	margin-bottom: 2px;
	font-size: 13px;
}
.black a:hover {
	color: #ec271e !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: #000000!important;
}
.mobile-img {
	float: left;
	margin-right: 20px;
}
.call-img {
	float: left;
	margin-right: 20px;
	margin-left: 18px;
}
.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: #e33830; /* 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: #e33830; /* 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: #e21d14 ;
}
.mobile-address {
	background: #e33830;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #ffffff;
	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: #844057;
	font-weight: bold;
	text-decoration: none;
}
.mobile-direction:hover {
	background: #D8D6D6;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
.sociald {
	margin: 60px 0 0 40px;
}
.sociald > li {
    float: none;
    list-style-type: none;
    margin-right: 10px;
    text-align: center;
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald img {
	float: left;
    height: auto;
    margin-left: 5px;
    width: auto;
}
.sociald img:hover
{
	opacity:0.8;
}
.footer_img {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
/* Career Grid Style */
.career-grid-header {
	background-color: #2395a9;
	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: #eeeeee;
}
.jot-form {
	width: 100%;
	height: 800px;
	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: 20px;
	margin-top: -5px;
}
.quote-btn {
	font-size: 16px;
	width: 60%;
	text-align: left;
	height: 25px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #fff;
	font-family: "Julius Sans One", sans-serif;
	background: #e33830; /* Old browsers */
	background: -moz-linear-gradient(top, #e33830 0%, #d2524c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e33830), color-stop(100%, #d2524c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e33830 0%, #d2524c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e33830 0%, #d2524c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e33830 0%, #d2524c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e33830 0%, #d2524c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33830', endColorstr='#d2524c', GradientType=0 ); /* IE6-9 */
}
.quote-btn:hover {
	background: #d2524c;
	color: #fff;
}
.quote-btn:focus, .quote-btn:active {
	background-position: 0;
	background: #d2524c;
	color: #fff;
}
.quote-form {
	width: 100%;
	height: 200px;
	border: none;
}
.mar-btm {
	margin-bottom: 200px;
}
.jot-form-lob {
	width: 100%;
	height: 355px !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: #000 url("../img/my-account.png") no-repeat scroll 10px 10px;
	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: #000  url("../img/my-account.png") no-repeat scroll 10px 10px;
	box-shadow: 0 0 20px 0 #222 inset, 0 1px 5px 0 #111;
	padding: 8px 15px 9px 30px;
	margin: 0;
	border-radius: 0 0 6px;
}
.dropdown-menu.my-account-details-menu {
	background: -webkit-linear-gradient(top, #e21d14 , #f9fbfc, #e84b44); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #e21d14 , #f9fbfc, #e84b44); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #e21d14 , #f9fbfc, #e84b44); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, #e21d14 , #f9fbfc, #e84b44); /* Standard syntax (must be */
	background-color: #e21d14 ;
	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: 220px;
	left: -108px!important;
}
.tab ul.login .dropdown-menu.my-account-details-menu a {
	text-align: center;
	color: #000000 !important;
	white-space: normal;
	line-height: 18px;
}
#myaccount .dropdown-menu.my-account-details-menu a:hover {
	background: none!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae9ea', endColorstr='#dae9ea', GradientType=0 ); /* IE6-9 */
	color: #676262 !important;
}
.tab ul.login .dropdown-menu.my-account-details-menu a:focus {
	background: none;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae9ea', endColorstr='#dae9ea', GradientType=0 ); /* IE6-9 */
	color: #000000 !important;
}
.tab ul.login li .dropdown-menu.my-account-details-menu > li {
	padding: 0 6px;
}
/*My Account Mobile View*/
.myaccount-mob:focus {
	background: #844057;
	color: #fff;
}
.myaccount-mob {
	background-color: #9d6679;
}
.myaccount-mob-expand {
	background-color: #b7b5a9;
	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: #fff;
	font-weight: bold;
}
.myaccount-mob-expand li a:hover {
	color: #000000;
	text-decoration: none;
}
.myaccount-mob-expand ul {
	padding-left: 72px;
}
.myaccount-mobile-section button.mobile-go {
	position: relative;
	background: #e33830;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33830', endColorstr='#e33830', GradientType=0 );
	z-index: 2;
	padding: 14px 19px;
}
.myaccount-mobile-section button.mobile-go:hover {
	background: #e21d14 ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21d14 ', endColorstr='#e21d14 ', GradientType=0 );
}
.myaccount-mobile-section button.mobile-go:focus {
	background: #e21d14 ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21d14 ', endColorstr='#e21d14 ', GradientType=0 );
}
.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 h4 {
	font-size: 16px;
	color: #e33830!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 #e33830;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}
.sitelock-logo {
	clear: both;
	float: right;
}
.breadcrumb {
	background: transparent none repeat scroll 0 0;
	margin: 0 !important;
	padding: 15px 0px 0px;
}
.breadcrumb li a {
	color: #e33830;
	text-decoration: none;
}
.breadcrumb li a:hover {
	color: #e25e58;
}
.breadcrumb li {
	float: left;
	list-style-type: none;
}
.breadcrumb > li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}
#ZipCode {
	padding-left: 10px!important;
	padding-right: 60px!important;
}
.make-center .dropdown-menu {
	left: -30px !important;
}
#footernav li a.active {
	color: #e33830 !important;
}
#footernav .dropdown-menu > li > a:hover, #footernav .dropdown-menu > li > a:focus {
	background: #e21d14  none repeat scroll 0 0;
	color: #fff !important;
}
#footernav .dropdown-menu > li > a.active {
	background-color: #e33830 !important;
	color: #fff!important;
}
.contacts span a, .contacts a, #main-heading p a {
	color: #333;
}
.contacts a:hover, .contacts a:focus {
	color: #e33830 !important;
}
.contact-map {
	width: 100%;
	border: 0;
	height: 400px;
}
.contact-list img {
	height: auto !important;
	width: auto !important;
}
.contact-list h2 {
	color: #e33830 !important;
	font-size: 1.2em !important;
	font-weight: 400;
	text-transform: uppercase !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #e33830;
}
.clist .btn-mini {
	background: #e33830 none repeat scroll 0 0;
	color: #fff !important;
}
.clist .btn-mini:hover {
	background: #e21d14  none repeat scroll 0 0;
	color: #fff;
}
.home {
	color: #e33830;
}
#career-grid {
	margin-left: 0px;
}
.service {
	margin-left: 10px;
	margin-top: 10px;
	padding:0 10px;
}
.index {
	margin-left: 0px;
}
.index li
{
	float:left;
}
.service h3 p {
	font-size: 24px;
	font-weight: 300;
}
.service li:last-child
{
	margin-bottom:15px;
}
.cust {
	height: 3600px;
}
.clist span a {
	color: #000000;
}
span.top-addr a {
	color: #FFF!important;
}
.addr {
	float: left;
	height: 50px;
}
.copy {
	display: inline-block;
}
/*.container.main-cont {
	overflow: hidden;
}*/
/*.grad {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}*/

.abt-cntnt{
	margin-top:6px !important;
}
.bio-divider{
	border-top:1px solid #B3CADB;
	border-bottom:none !important;
	margin:10px 0 !important;
}
.nav>li>a>img:hover
{
	opacity:0.8;
}
.soc-top {
	padding-left: 0px;
	margin-left: 0px;
}
.soc-top li {
	list-style-type: none;
	display: inline;
}
.featured-image img {
	width: 100%;
	height: auto;
}
.featured-image {
	height: 400px;
	overflow: hidden;
}
.main-cont ul li {
color:#000;
}

.social-nav img:hover {
    opacity: 0.7;
}
.anc-jmp-fnt {
    font-size: 20px;
    color: #d2645f;
}