/* 
COLOR PALETTE 
Primary color (brown): #c1992c 
Accent color (green): #91aa1d
Headings (blue): #005895
Form elements (black): #
Sidebar (brown): #005895
*/ 
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Prata);
body {
	font-family: 'Prata', serif;
	background: url("../img/top-gradient.png") repeat-x, url("../img/right-bg-2.png");
}
/* Page header with quote area, etc. */
#phone-header {
	display: none;
}
#main_header {
	position: fixed;
	top: 0;
	min-height: 180px;
	background: url("../img/top-gradient.png") repeat-x, url("../img/right-bg-2.png");
	z-index: 1;
}
.no-img #main_header, .no-img #left {
	min-height: 100px;
    position:fixed;
    top:0;
    z-index:10;
}
.no-img #left {
    background: url(../img/top-gradient.png) repeat-x, url(../img/right-bg-2.png);
}
.no-img #left img {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.no-img .center-content {
    position: absolute;
    top: 110px;
        background: url(../img/top-gradient.png) repeat-x, url(../img/right-bg-2.png);
            
}
.no-img .dropdown-menu {
            z-index: 10;
}
.no-img .center-content {
color: #fff;
width: 100%;
}
.no-img header nav {
    background: transparent;
}
/* Icons bar on top					*/
#icons_bar ul, #icons_bar_mobile ul {
	list-style-type: none;
	margin-top: 10px;
}
#icons_bar ul li, #icons_bar_mobile ul li {
	float: left;
	margin-left: 30px;
}
#icons_bar ul li a, #icons_bar_mobile ul li a {
	display: block;
    font-family: "Open Sans", sans-serif;
}
.phone {
	height: 33px;
	width: 24px;
	background: url("../img/phone-normal.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.phone:hover, .phone.active {
	background: url("../img/phone-hover.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
.email {
	height: 33px;
	width: 24px;
	background: url("../img/mail-normal.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.email:hover, .email.active {
	background: url("../img/mail-hover.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
.facebook {
	height: 33px;
	width: 24px;
	background: url("../img/facebook.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.facebook:hover  {
	background: url("../img/facebook.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
.map {
	height: 33px;
	width: 34px;
	background: url("../img/contact-normal.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.map:hover, .map.active {
	background: url("../img/contact-hover.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
.chat {
	height: 33px;
	width: 37px;
	background: url("../img/chat-normal.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.chat:hover, .chat.active {
	background: url("../img/chat-hover.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
.home {
	height: 33px;
	width: 32px;
	background: url("../img/home-normal.png") left bottom no-repeat;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	border-bottom: 2px solid transparent;
}
.home:hover, .home.active {
	background: url("../img/home-hover.png") no-repeat scroll 0 0 transparent;
	border-bottom: 2px solid #e6ca61;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
}
#icons_row {
	position: relative;
	display: block;
}
#icons_row_mobile {
	display: none;
}
/* /Icons bar on top				*/

/*    Quote Form 					*/
#miniQuote {
	position: relative;
	background: url("../img/quote-bg.png") repeat scroll 0 0 transparent;
	color: #ADADAD;
	margin-top: 10px;
	padding-top: 2px;
	margin-bottom: 0;
}
#miniQuote h4 {
	font-size: 28px;
	margin-bottom: 0;
	text-shadow: -1px 0 1px #161616;
    color: #fff;
}
#ZipCode {
	background: #fff !important;
	border: 2px solid #272727 !important;
	border-radius: 5px 5px 5px 5px;
	color: #2c2c2c !important;
	width: 90%;
	margin-bottom: 0;
	height: 22px;
}
#miniQuote input[type="checkbox"] {
	display: none;
}
#miniQuote div {
	margin-top: 4px;
}
#miniQuote input[type="checkbox"] + label span {
	display: inline-block;
	width: 49px;
	height: 35px;
	margin: 0px 0px 0 0;
	vertical-align: middle;
	background: url(../img/checkboxes.png) left top no-repeat;
	cursor: pointer;
}
#miniQuote input[type="checkbox"]:checked + label span {
	background: url("../img/checkboxes.png") 0 -35px no-repeat;
}
#miniQuote label {
	color: #B1B1B1;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	display: block !important;
}
#miniQuote #autoLabel { /* Make both home and auto break below simultaneously */
	padding-right: 3px !important;
}
#go {
	background: #e6ca61;
	border: 0;
	color: #1b1751;
	padding: 5px 8px 6px 8px;
	font-family: 'Prata', serif;
	border-radius: 3px;
	margin-top: 2px;
	margin-left: 20px;
	box-shadow: 0 0 2px #202020;
}
#go:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}
/*    /Quote Form 					*/

/*     Nav bar						*/
header nav {
	background: url("../img/quote-bg.png") repeat scroll 0 0 transparent;
	color: #ADADAD;
	margin-top: 10px;
	padding-top: 2px;
}
header nav h4 {
	font-size: 28px;
	text-shadow: -1px 0 1px #161616;
	display: inline-block;
	float: left;
}
header nav ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 10px;
}
header nav ul li {
	float: left;
    margin: 5px 0px 5px 0px;
    margin-left: 0px;
}
header nav ul li a {
    color: #fff;
    text-shadow: -1px 0 1px #161616;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}
header nav ul li a:hover, header nav ul li a:focus {
	color: #e6ca61;
	text-decoration: none;
}
header nav ul li:before {
	content: "/";
}
header nav ul li:first-child:before {
	content: "";
}
header a.logo {
	display: block;
}
#mobile-car-tree {
	display: none;
}
header nav ul li a.active {
	color: #e6ca61;
}
/*     /Nav bar						*/
/* /Page header with quote area, etc. */

#left {
	background: #d6fdfa;
	background: -moz-linear-gradient(top, #d6fdfa 0%, #abecf3 50%, #d3fbf9 100%); 
    background: linear-gradient(180deg, #c2eef2 0%, #f2e8c2 80%, #f7bb39 100%); 
	min-height: 800px;
	height: 100%;
	position: relative;
}
#left header {
	text-align: right;
	position: fixed;
	width: inherit;
}
#left header a {
	margin: 20px 10px 0 0;
}
/* Page Content 				*/
#right {
	margin-top: 180px;
	z-index: 0;
	opacity: 0.99;
}
#right>div {
	padding-left: 20px;
}
#right, #right ul li {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
    line-height: 28px;
}
#right ul li::marker {
    color: #e6ca61;
}
#right h1 {
	color: #fff;
	font-size: 22px;
    line-height: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
#right .leftcol a, #right .leftcol a:hover, #right .leftcol a:focus {
    text-decoration: underline;
}
h1 {
	color:#fff;
}
a {
    color: #fff;
    text-decoration: none;
}
h1 a:link {
	color: #fff;
}
#right h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
    line-height: 28px;
	font-family: "Open Sans", sans-serif;
}
#right h3 {
    font-size: 18px;
    line-height: 24px;
}
#right h2, #right h3, #right h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
h3 {
	color: #83D7E6;
	font-size: 25px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
}
#right .col2 {
	margin-left: 20px;
}
#video {
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: -1 !important;
	opacity: 0.99;
}
#right iframe {
	width: 100%;
	border: 0;
}
#video iframe {
	width: 95%;
	margin: 0 auto;
}
.qf iframe {
	background: white;
}
#slideshow {
	z-index: -1;
	clear: both;
	max-height: 140px;
}
#slideshow img {
	clear: both;
}
#news {
	/*max-height: 550px !important;*/
	overflow: hidden;
	min-height: 220px;
}
#news h3 {
	line-height: 1em;
}
#news-controls {
	position: relative;
	height: 20px;
	width: 80px;
}
#news h3 a {
	color: #83D7E6;
	font-size: 18px;
	font-weight: 100;
}
.carousel-control {
	background: none repeat scroll 0 0 #222222;
	border: 1px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 100;
	height: 20px;
	left: 15px;
	line-height: 14px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 20px;
}
/* / Page Content 				*/

/* Page Footer 					*/
footer {
	float: left;
	margin-top: 35px;
    padding-bottom: 20px;
}
/*     Footer Nav				*/
footer nav {
	background: url("../img/quote-bg.png") repeat scroll 0 0 transparent;
	padding: 5px 0 5px 0;
}
footer nav ul {
	float: right;
}
footer nav ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}
footer nav ul li {
	float: left;
	margin-left: 5px;
	color: white;
}
footer nav a{
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin-right: 5px;
	display: inline-block;
}
footer nav a:hover, footer nav a.active {
	color: #e6ca61;
	text-decoration: none;
}
footer nav ul li:after {
	content: "\\";
}
footer nav ul li:last-child:after {
	content: "";
}
footer nav p a {
	display: inline-block;
}
footer nav p {
	display: block;
}

/*     /Footer Nav				*/

/*      Footer text				*/
footer p {
	color: #BFBFBF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	text-align: right;
	margin-bottom: 2px;
	font-weight: bold;
}
footer #footer-text {
	background: url("../img/quote-bg.png") repeat scroll 0 0 transparent;
	margin-top: 10px;
}
#footer-final {
	color: #fff;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	text-align: right;
    margin-top: 10px;
}
#footer-text a {
	color: #BFBFBF;
}
#footer-final a {
	color: #fff;
}
#footer-final a:hover, #footer-text a:hover {
	color: #e6ca61;
}
/*      /Footer text			*/

/* /Page Footer 				*/

/* Car and tree at the bottom left of the page */
#car_left, #car_right {
	position: fixed;
	bottom: 0px;
    z-index:2;
}
#car_left img, #car_right img {
	width: 100%;
}
/* End car and tree at the bottom left of the page */

/* Map modal dialog */
#mapModal {
	z-index: 9999;
}
#mapModal h3 {
	font-family: "Open Sans", sans-serif;
}
#mapModal iframe {
	width: 100%;
	height:150px;
}
#mapModal address {
	
	font-family: "Open Sans", sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
#mapModal address strong {
	font-size: 18px;
}
#mapModal a, #mapModal a:visited, #mapModal a:active {
	font-family: "Open Sans", sans-serif;
	color: #b48e38 !important;
}
#mapModal a.btn {
	color: black !important;
}
iframe {
	border: 0 !important;
	height: 500px;
	width: 100%;
}
.frame-fix {
	height: 1500px;
}
/* Tooltip for phone */
#phone_tip {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	min-width: 170px;
	padding: 15px 10px;
	text-align: center;
	background: url(../img/tooltip.png) top left no-repeat;
	width: 160px;
	height: 45px;
	z-index: 100;
	position: absolute;
}
.display-none {
	display: none;
}
/* Mobile- fixes */
.phone-view h2 {
	font-size: 20px!important;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #2c2c2c;
}
.mobile-img {
	float: left;
	margin-right: 10px;
	background: #1b1751;
	padding: 4px;
	border-radius: 50px;
}
.call-img {
	float: left;
	margin-right: 12px;
	margin-left: 15px;
	background: #1b1751;
	padding: 3px;
	border-radius: 50px;
}
.btn-primary {
	background: #552480 !important;
}
.mobile-go {
	color: #1b1751;
	padding: 11px 15px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #e6ca61;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: none;
	text-shadow: none;
	line-height: 40px;
}
.mobile-call {
	width: 100%;
	color: #1b1751;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #e6ca61;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: none;
	text-shadow: none;
	line-height: 36px;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-go:hover, .mobile-call:hover, .mobile-go:focus, .mobile-call:focus {
	color: #1b1751!important;
	background: #d4b453;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.mobile-address {
	background: url("../img/right-bg-2.png");
	color: #fff;
	padding: 3px 0;
	text-align: center;
}
.mobile-address h5 {
	font-size: 24px;
	color: #fff;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	font-size: 18px;
	line-height: 30px;
	color: #fff!important;
    font-family: 'Open Sans', sans-serif;
}
.mobile-direction {
	background: #f7f7f7;
	margin: 20px auto;
	padding: 6px 15px;
	font-size: 14.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
}
.mobile-direction a {
	color: #131313;
	font-weight: bold;
	text-decoration: none;
}
.mobile-direction:hover {
	background: #dedcd7;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
/*Jot form */
.jot-form {
	width: 100%;
	height: 800px;
	border: none;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #e6ca61;
	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: #cdcccc;
}
.table-container {
	background-color: #ffffff;
	color: #333333;
}
.quote-icon {
	margin-right: 10px;
	width: 18px;
	margin-top: -5px;
	background: #1b1751;
	padding: 6px;
	border-radius: 50%;
}
.quote-btn {
	font-size: 16px;
	width: 70%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #1b1751;
	background: #e6ca61;
	border: 1px solid #e6ca61;
    font-family: "Open Sans", sans-serif;
}
.quote-btn:hover {
	background: #f3d762;
	border: 1px solid #eed15a;
}
.fnt-style {
	color: #fff !important;
	font-size: 18px !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;
	/*! text-decoration: underline; */
	
}
select {
	background: #fff !important;
	border: 2px solid #272727 !important;
	border-radius: 5px 5px 5px 5px;
	color: #2c2c2c !important;
	margin-bottom: 0;
	height: 35px;
}
.mar-btm {
	margin-bottom: 400px;
}
.jot-frm {
    height: 320px !important;
}
/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	margin: 0 !important;
	padding: 20px 0px 30px 0px!important;
	font-family: "Open Sans", sans-serif;
}
.breadcrumb li {
	background: none !important;
	float: left;
	list-style-type: none;
	font-family: "Open Sans", sans-serif;
	color: white;
	padding-left: 0px !important;
	margin-left: 0px;
	text-shadow: none;
}
.breadcrumb li a {
	color: #e6ca61;
	font-weight: 100;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
}
.breadcrumb li a:hover {
	color: #83d7e6;
	font-weight: 100;
	text-decoration: none;
	font-size: 12px;
}
.breadcrumb > li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}
.row-fluid .span4.grid-divider {
	width: 30.6239%;
	margin-left: 2%;
}
/* My Account */
.top-nav-icon {
	width: auto;
}
.dropdown-menu.my-account-menu {
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: 0;
	min-width: 95px;
	background: #1b1751;
}
.my-account-icon {
	background: url("../img/my-account-active.png") no-repeat scroll;
	background-position: 1px 8px;
	font-size: 12px;
	margin-top: 5px;
}
.my-account-icon a {
	color: #fff;
	padding: 7px 12px 5px 22px;
	text-decoration: none;
	font-size: 16px;
}
.my-account-icon a:hover, .my-account-icon a:focus {
    color: #e6ca61;
}
.my-account-icon.open {
	background: url("../img/my-account-active.png") #1b1751 no-repeat scroll;
	text-decoration: none;
	background-position: 1px 8px;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 12px;
}
#footer-text hr {
        border-top: none;
    border-bottom: 1px solid #39366b;
}
#right hr {
            border-top: none;
    border-bottom: 1px solid #1b1751;
}
.dropdown-menu.my-account-menu > li > a {
	color: #655997;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0;
	text-align: center;
}
.my-account-icon a:focus {
	text-decoration: none;
	color: #fff;
}
.my-account-icon ul {
	margin-top: -1px !important;
	margin-left: -1px !important;
}
.dropdown-menu.my-account-menu li, .dropdown-menu.my-account-menu li:hover {
	width: 100%;
	margin-left: 0px !important;
	background: #1b1751;
}
.dropdown-menu.my-account-menu li a {
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
}
.dropdown-menu.my-account-menu li a:hover, .dropdown-menu.my-account-menu li a:focus {
	background: transparent;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #e6ca61;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
#myaccount-mob-collapse {
	margin-top: -3px;
}
.myaccount-desk-expand {
	margin-top: 5px;
	background: #4c6619;
}
.myaccount-mobile-section button.mobile-go {
	position: relative;
	text-shadow: none;
	position: relative;
	z-index: 999;
}
.myaccount-mobile-section button.mobile-go:hover, .myaccount-mobile-section button.mobile-go:focus, .myaccount-mobile-section button.mobile-go:active, .myaccount-mobile-section button.mobile-go.active, .myaccount-mobile-section button.mobile-go.disabled, .myaccount-mobile-section button.mobile-go[disabled] {
	background: #d4b453;
	color: #1b1751;
}
.myaccount-desk-expand ul {
	margin: 0px;
	padding-bottom: 9px;
}
.myaccount-desk-expand li {
	list-style-type: none;
	text-align: center;
	padding: 8px 0 0px 0;
}
.myaccount-desk-expand li a {
	color: #fff;
	font-weight: bold;
}
.myaccount-desk-expand li a.active {
	color: #000;
}
.myaccount-mob-expand {
	background-color: #1b1751;
	width: 100%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0px;
	text-align: center;
}
.myaccount-mob-expand ul {
	margin: 0px 0 0 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.myaccount-mob-expand li {
	padding: 10px 0;
	list-style-type: none;
}
.myaccount-mob-expand li a {
	color: #fff;
	font-weight: bold;
}
#myaccount-mob-collapse li a:hover, #myaccount-mob-collapse li a:focus {
	color: #fff;
	text-decoration: none !important;
    text-shadow: none;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus {
	background: transparent;
    color: #e6ca61!important;
	text-decoration: none;
}
.myaccount-mob {
	margin-bottom: 0px !important;
}
.myaccount-mobile-section {
	margin-bottom: 10px;
}
.grid-divider {
	border-bottom: 1px solid #1b1751;
	padding-bottom: 20px;
}
.grid {
	margin-top: 15px;
}
.grid h4 {
	font-size: 18px;
	color: #83d7e6;
}
.shadowed {
	-webkit-filter: drop-shadow(2px 3px 3px #999);
	filter: drop-shadow(1px 1px 1px #999);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	border: 1px solid #1b1751;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}
.sitelock-logo {
	float: right;
	clear: both;
}
.img-responsive {
	display: block;
	width: 100%; /* Set a maximum relative to the parent*/
	height: auto;    /* Scale the height according to the width, otherwise you get stretching*/
}
#miniQuote #ZipCode {
width:auto!important;	
color:#2c2c2c!important;
	}
	
	#cs-frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	 #cs-frame {height:1600px;}
	 .mar-top {margin-top:10px;}
	 a.anc-jmp-fnt::hover {color:#000!important;}
	 
	 .dropdown-menu  li::before {
	 content:none !important;}
	 
	  .dropdown-menu  li a  {
	 text-shadow:none;
	 }
	 .dropup  li a { color:#333;}
	 .dropup li {line-height:0px;}
	 
	 
	 .caret {

    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #e6ca61;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";

}
a:hover, a:focus {
    color: #e6ca61;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #89a815;
    background-image: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: underline;
    text-decoration-color: #e6ca61;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    color: #333;
    background: transparent;
}
.dropdown-menu > li > a {
    margin-left: 0px;
}
.breadcrumb li a:hover {
    color: #b1d9e0;
  
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #e6ca61;
    content: "";
    top: 9px;
    margin-top: 10px;
    margin-left: 4px;
}

header nav ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 62px;
}
.cont-gmap {
	height: 160px;
}
#locations hr {
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}
.add-locations {
	font-weight: bold;
	color: #e6ca61;
}
.add-locations:hover, .add-locations:focus {
	text-decoration: none;
	opacity: 0.8;
	color: #e6ca61;
}
/* blog */
.page-header{
	margin-top:5px;
}
.search-submit{
	background:#e6ca61;
	border:1px solid #fff;
	color:#fff;
	padding:5px;
}
.widget-area{
	position:relative;
}
.widget-area:before{
	content:'';
	position:absolute;
	background:url(../img/blog-divider.png) top left repeat-y;
	left:-10px;
	height:100%;
	width:1px;
}
#blog-ht{
	height: 160px;
}
#footer-final span{
	display: inline-block;
}
.modal-body address{
	text-align: center;
	margin-top: 10px;
}

/* Carriers Section */
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #2c2c2c);
    color:#1b1751;
    border: 1px solid #2c2c2c;
    margin:15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h3 {
    color: #1b1751;
}
.carriers-box p {
    text-align: left;
	font-size:13px;
	margin-bottom:0px;
	line-height:35px;
	color:#2c2c2c;
}
.carriers-box a.btn-customer {
    background:#1b1751;
    border: 1px solid #1b1751;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    margin: 5px 0 0;
    padding: 0px 5px;
    
    line-height:20px;
    text-shadow: none !important;
    float: right;
}
.carriers-box a.btn-customer:hover , .carriers-box a.btn-customer:focus{
	background:#39366b;
}
#career-grid h4{
	font-size: 12px;
}

.anchor{
	display:block;
	height:170px;
	margin-top:-170px;
	visibility:hidden;
}


.profile-card { background:#fff; border-radius:8px; padding:12px; box-shadow:0 6px 18px rgba(29,33,41,0.06); height:100%; margin-right:10px; color: #1b1751; margin-bottom: 10px;}

.name { font-weight:700; margin:0; font-size:18px; color: #2c2c2c;}
.role { color:#1b1751; font-size:14px; margin-bottom:6px; font-weight: 700; }

.logo-box { text-align:center; padding:15px; }
.logo-box img { max-width:180px; max-height:120px; }
.click{
	color: #e6ca61;
}

iframe.ccframe{
height:1600px;
background: #fff;
padding: 40px 0px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
margin-top: 30px;
    border-radius: 8px;
}
#cpIframe {
	height: 1700px;
	margin-top: 30px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 8px;
}
.eamilfrm{
	height: 500px;
}
.modal-header h3{
	color: #1b1751;
	font-weight: 700;
	text-align: center;
}
.less-cn{
	height: 300px;
}
a.submit{
	line-height: 30px;
}
.inner-ins {
    position: fixed;
    top:0;
    left:0;
    overflow-x:hidden;
}
.side-img {
    overflow-x:hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.side-img img {
    width: 33.33333333333333%;
    height: 100%;
    object-fit:cover;
    position: fixed;
    object-position: 0% 20%;
}
.side-img:after {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 33.33333333333333%;
    content: " ";
    background: rgba(255,255,255,.6);
    background: linear-gradient(180deg, rgba(255,255,255,.9) 10%, rgba(255,255,255,.1))
}

.top-nav-icon .epay,
#icons_bar_mobile .epay {
  padding: 6px 12px;
  background: #e6ca61;
  color: #1b1751;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
 text-decoration: none !important;
}

.top-nav-icon .epay:hover,
#icons_bar_mobile .epay:hover,
.top-nav-icon .epay:focus,
#icons_bar_mobile .epay:focus  {
  padding: 6px 12px;
  background: #e6ca61;
  color: #1b1751;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
text-decoration: none !important;
  opacity:0.8;
}