@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	color: #333;
}
body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
	color: #2c2c2c;
}
h2{
	font-size: 24px;
	line-height: 30px;
	color: #062143;
	font-weight: 300;
	/*line-height:30px;*/
	color: #2c2c2c;
}
#right-heading h2 {
	font-size: 20px;
}
.contact-content-info .cont-jot h2 {
	margin-top: 0px;
}
h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	color: #2c2c2c;
}
#main-content h2, #main-content h3, #main-content h4, #side-bar-content h2, #side-bar-content h3, #side-bar-content h4 {
	margin-top: 30px;
	margin-bottom: 10px;

}
#main-content ul, #side-bar-content ul {
	margin: 20px 0;
	padding-left: 20px;
}
#main-content ul li, #side-bar-content ul li {
	margin-bottom: 10px;
}
#side-bar-content h2:first-of-type {
	margin-top: 0px;
}
#main-content ul li::marker {
    color: #318ac6;
}
a {
	color: #243a63;
	
}
a:hover, a:focus {
	text-decoration: none;
	color: #1b2b4a;
}

.logo {
	text-align: left;
	}

.main ul {
	padding-left: 12px;
}
/*Header*/
.main-banner {
	background: #fff;
	position: relative;
	z-index: 1;
}
.main-banner.no-img {
    border-bottom: 1px solid #ccc;
}
.banner-img {
	width: 100%;
	position: relative;
}
/*Navigation*/
.navbar .navbar-nav {
	display:table;
	float: none;
	width:100%;
	vertical-align: top;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > ul{
width:100%;
display:table;
}
.navbar-default .navbar-nav > li {
	background: url(../img/nav-divider.png) top left repeat-y;
	padding-left: 2px;
	display:table-cell;
	vertical-align:middle;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	width:100%;
	margin:0px;
	padding:50px 0 50px 0;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > li {
	background: url(../img/nav-divider.png) top left repeat-y;
	padding-left: 2px;
	display:table-cell;
	vertical-align:middle;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	border-bottom: 5px solid #243a63;
	background: #f4f4f4 url(../img/navbg-arrow.png) bottom center no-repeat;
}
.navbar-default .navbar-nav > li > a.active {
	color: #333;
	border-bottom: 5px solid #243a63;
	background: #f4f4f4 url(../img/navbg-arrow.png) bottom center no-repeat;
}
.navbar {
	margin: 0px;
	min-height: 50px;
	height:100%;
}
.nav-top{
height:100%;
}
.navbar-collapse.collapse{
height:100% !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #85a414;
	border-color: #85a414;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	color: #fff;
	background-color: #243a63;
}
.dropdown-menu {
	min-width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a.active:focus {
	background-color: #243a63;
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #000;
}

.navbar-nav > li{
float:none;
text-align:center;
}


/*Navigation ends*/

.logo-size {
	width:100%;
	display:inline-block;
	/* padding: 10px; */
}
.logo-anchor{
margin:12px 0 12px 0;
display:block;
}
#banner {
	width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit:cover;
    min-height: 200px;
}
#banner.index {
    min-height: 300px;
    max-height: 500px;
}
.ban-image {
  position: relative;
}

.ban-image::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  background: linear-gradient(90deg, rgba(255,255,255,.8) 30%, rgba(255,255,255,0) 100%);
  top: 0;
  left: 0;
  position: absolute;
  border-bottom: 5px solid #243a63;
  pointer-events:none;
}
.quote-form {
	position: absolute;
	bottom: 40%;
	width: 100%;
}
.mid-section{
position:relative;
}
.quote-form .TitleStyle5, .quote-form-inner .TitleStyle5 {
	font-family: 'Open Sans';
	font-weight: bolder;
	font-size: 51px;
	color: #243a63;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(0, 0, 0, 0.2);
}
.quote-form .TitleStyle6, .quote-form-inner .TitleStyle6 {
	font-size: 30px;
	color: #393939;
	font-weight: 700;
	border-bottom: 1px solid #318ac6;
	display: inline;
	padding-bottom: 3px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(0, 0, 0, 0.2);
}
.TitleStyle6 p{
display:inline;
}
.quote-form-inner {
	position: absolute;
	width: 100%;
	top:0px;
}
label {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 14px;
	color: #2c2c2c;
	text-transform: uppercase;
}
.search-type {
	width: 50%;
}
.search-btn {
	width: 100%;
	margin-top: 23px;
	border-radius: 3;
	color: #ffffff;
}
select {
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.quote-box-form {
	margin-top: 25px;
}
.btn:focus, .btn:hover{
	color: #fff;
    background: #1b2b4a;
}
.btn {
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: bold;
	background: #243a63;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f861a', endColorstr='#5f7800', GradientType=0 ); /* IE6-9 */

    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.form-control {
	width: 224px;
}
select.form-control{
padding:6px 8px;
line-height:28px;
}
#Type{
padding-right:0px\9;
padding-left:0px\9;
}
#ZipCode{
padding-left:3px\9;
}

.quote-box {
	margin-top: 48px;
}
.quote-form-inner div.quote-box {
	margin-top: 38px;
}
/* content area */

.side-cont {
	padding: 0px 0px 0px 20px;
}
.side-img {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	margin-bottom:15px;
}
.side-list {
	padding: 0px;
}
.side-list li {
	list-style-type: none;
	padding:5px 5px 7px 5px;
	background: #89a815;
	color: #fff;
	font-size: 16px;
	float: left;
	margin: 0px 0px 20px 0px;
	border-radius: 2px;
}
.intro-title {
	font-weight: 300;
	font-size: 38px;
	text-align: center;
	color: #535151;
	text-transform: uppercase;
	margin: 30px 0;
}
.intro-title strong {
	color: #2c2c2c;
}
.title-active {
	color: #2c2c2c;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.intro p {
	text-align: center;
}
.content {
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
	font-family: 'Open Sans';
	line-height: 25px;
}
.cont-back {
	background: #8aa816;
	color: #fff!important;
}
/*carousel*/
.carrier {
	margin-top: 40px;
}
.carrier .col-md-2 {
	height: 80px;
}
/**/
.arrow_box {
	position: relative;
	border: 2px solid #89a815;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: rgb(137,168,21); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(137,168,21,1)), color-stop(95%, rgba(137,168,21,1)), color-stop(99%, rgba(110,134,17,1)), color-stop(99%, rgba(110,134,17,1)), color-stop(100%, rgba(137,168,21,1)), color-stop(100%, rgba(110,134,17,1)), color-stop(100%, rgba(32,124,202,1)), color-stop(100%, rgba(114,140,17,1)), color-stop(100%, rgba(114,140,17,1)), color-stop(101%, rgba(137,168,21,1)), color-stop(102%, rgba(110,134,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* IE10+ */
	background: linear-gradient(to right, rgba(137,168,21,1) 0%, rgba(137,168,21,1) 95%, rgba(110,134,17,1) 99%, rgba(110,134,17,1) 99%, rgba(137,168,21,1) 100%, rgba(110,134,17,1) 100%, rgba(32,124,202,1) 100%, rgba(114,140,17,1) 100%, rgba(114,140,17,1) 100%, rgba(137,168,21,1) 101%, rgba(110,134,17,1) 102%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89a815', endColorstr='#6e8611', GradientType=1 ); /* IE6-9 */
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #728c11;
	border-width: 12px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #89a815;
	border-width: 12x;
	margin-top: -10px;
}
.scroll {
	border: 2px solid #ebebeb;
	border-left: none;
	height: 80px;
	position: relative;
	z-index: -9;
	padding: 1px;
	background-color: #fff;
}
#wrapper {
	background: url(../img/carrier-bg.png) top left repeat-x;
}
.carrier .TitleStyle3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}
.carrier p {
	color: #fff;
}
.side-bar .TitleStyle2 {
	font-weight: 300;
}
.search-location-inside {
	padding-right: 0px;
	padding-left: 15px;
}
.form-control {
	width: 100%;
	background-color:#fff;
    border:none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.search-button {
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}
/*#thumbs-wrapper {
	padding: 8px 0px 8px 0px;
	position: relative;
}*/
.arrow_box .fa {
	font-size: 16px;
}
/* Footer */

footer {
	background: #243a63;
	padding: 20px 0 0px 0;
	margin: 40px 0 0 0;
}
footer h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-nav {
	padding-left: 0px;
}
.footer-nav li {
	float: left;
	list-style-type: none;
	padding: 5px 25px 5px 0px;
	color: #fff;
	width:30%;
}
.footer-nav li a {
	color: #fff;
}
.footer-nav li a:hover, .footer-nav li a:focus {
color: #fff;
    text-decoration: underline;
    text-decoration-color: #318ac6;
    text-decoration-thickness:2px;
    text-underline-position: under;
}
.footer-nav li a.active {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #318ac6;
    text-decoration-thickness:2px;
    text-underline-position: under;
}
.footer-nav .fa-angle-double-right {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
    color: #318ac6;
}
.footer-nav span {
	display: block;
	overflow: hidden;
}
.foot-links span{
display:inline-block;
white-space:nowrap;
}

.search-type {
	position: relative;
}
.lob-errormessage {
	position: absolute;
	top: 62px;
	left: 15px;
	right: 0px;
	color: #fff;
	font-size: 12px;
}
.dwn-social {
	padding: 15px 0 0 0;
	color: #fff;
}
.dwn-social li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	padding: 0px 30px 0px 0px;
}
.dwn-social li a {
	color: #9d9c9c;
	font-size: 14px;
}
.copyright {
	background: #243a63;
	margin: 15px 0 0 0;
	padding: 20px 0 20px 0px;
	border-top: 1px solid #1b2b4a;
}
.copyright p {
	color: #fff;
}
.copyright p a {
	color: #fff;
}
.copyright p a:hover, .copyright p a:focus {
color: #fff;
    text-decoration: underline;
    text-decoration-color: #318ac6;
    text-decoration-thickness:2px;
    text-underline-position: under;
}
.contact-info {
	background: #243a63;
	width: 100%;
	margin-top: 2px;
	padding: 15px 20px 15px 20px;
	color: #fff;
}
.contact-info ul {
	margin: 0px;
	padding: 0px;
}
.contact-info li {
	list-style-type: none;
	padding: 0 0 15px 0;
}
.contact-info li a {
	color: #fff;
	display: inline;
}
.contact-info a:hover, .contact-info a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #318ac6;
    text-decoration-thickness:2px;
    text-underline-position: under;
}
.fa-2x {
	font-size: 1.2em !important;
}
.inner-social {
	background: #243a63;
	padding: 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.inner-social .TitleStyle6 {
	float: left;
	color: #89a815;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.inner-social-info {
	float: right;
	padding: 2px 0 9px 0;
}
.inner-social-info ul {
	margin: 0px;
	padding: 0px;
}
.inner-social-info li {
	float: left;
	color: #fff;
	list-style-type: none;
	display: inline;
	font-size: 14px;
	padding-right: 10px;
}
.inner-social-info li a {
	color: #9d9c9c;
}
.inner-social-info li a:hover,.dwn-social li a:hover,.footer-contact-info .contact-info li a:hover {
color:#fff;
}
.footer-contact-info .contact-info li .fa {
	color: #318ac6;
}
.contact-content-info a{

}
.contact-info-main{
	font-size:18px;
	font-weight:bold;
}
.gmap{
	height: 400px;
width: 100%;
border: none;
}
iframe {
	height: 700px;
	width: 100%;
	border: 0;
	background: transparent;
}
#cpIframe {
	height: 1700px;
}
.carousel-caption.quotes-1 {
	position: absolute;
	width: 38%;
	color: #fff;
	text-align: left;
	bottom: 20px;
	padding: 0px;
	left: 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background: rgba(56,56,56, 0.6);
}
.carousel-caption .TitleStyle3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 10px;
	margin: 0px;
}
.fax {
	margin-left: 53px;
}
.main-content li {
	color: #333;
}
.side-list li span {
	font-size: 14px;
	display: block;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-left: 27px;
	line-height:17px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
ul.dwn-social .fa {
	color: #fff;
}
.foot-logo a {
	float: right;
}
#agency-logo-foot {
	width: 100%;
	max-width: 200px;
	padding: 10px;
	background: #fff;
	
}
.right-img {
	width: 100%;
}
.side-list .fa {
	margin-right: 10px;
	font-size: 21px!important;
	float: left;
	width: 20px;
	position: absolute;
}
.fa-facebook, .fa-twitter, .fa-rss {
	margin-right: 6px;
}
/* LOB Boxes */
.lob-box {
	/* display: table; */
	background: #fff url(../img/lines.png) bottom left repeat-x;
	border-bottom: 1px solid #e3e1e1;
	border-radius: 3px;
}
.lob-box-row {
	overflow: hidden;
	margin-top: -60px;
}
.lob-box-col-first {
	display: table-cell;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.lob-box-col-mid {
	display: table-cell;
	padding-left: 0px;
	padding-right: 0px;
}
/*
.lob-box-col-first, .lob-box-col-mid, .lob-box-content, .lob-box-img, .lob-box-content-black {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}*/
.lob-box-title-green {
	background: #1b2b4a; /* Old browsers */
	background: -moz-linear-gradient(top, #1b2b4a 57%, #1f3357 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, #1b2b4a), color-stop(100%, #1f3357)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b2b4a 57%, #1f3357 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b2b4a 57%, #1f3357 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1b2b4a 57%, #1f3357 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1b2b4a 57%, #1f3357 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2b4a', endColorstr='#1f3357', GradientType=0 ); /* IE6-9 */
	padding: 0px 0px;
	color: #fff;
	overflow: hidden;
}
.lob-box-title-black {
	background: #1f3357; /* Old browsers */
	background: -moz-linear-gradient(top, #1f3357 0%, #243a63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f3357), color-stop(100%, #243a63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f3357 0%, #243a63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f3357 0%, #243a63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f3357 0%, #243a63 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f3357 0%, #243a63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3357', endColorstr='#243a63', GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	padding: 0px 0px;
	color: #fff;
}
.lob-box-title-green .TitleStyle2, .lob-box-title-black .TitleStyle2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 24px;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.1), 1px 0px 0px rgba(0,0,0,0.2);
	
}

.rad-left {
	border-top-left-radius: 3px;
}
.rad-right {
	border-top-right-radius: 3px;
}
.lob-box-img img, .lob-box-content .TitleStyle2, .lob-box-content-black .TitleStyle2 {
	padding: 15px 0 15px 0;
}
.lob-box-img img{
margin-left:auto;
margin-right:auto;
}
.lob-box-content {
	background: url(../img/service-border.png) top left repeat-y;
}
.lob-box-content-black {
	background: url(../img/service-border-black.png) top left repeat-y;
}
.service-btn-green, .service-btn-black {
	padding: 7px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.lob-content-btn {
	text-align: center;
	margin-top:10px;
}
.service-btn-green:hover, .service-btn-black:hover {
	color: #fff;
}
.lob-content {
	padding: 15px;
	border-left: 1px solid #e3e1e1;
	position: relative;
	text-align: center;
}
.lob-content-last {
	padding: 15px;
	border-right: 1px solid #e3e1e1;
	border-left: 1px solid #e3e1e1;
	position: relative;
	text-align: center;
}
.lob-btn {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 20px;
}
.lob-content-btn a:hover ,.lob-content-btn a:focus {
	color: #fff;
    background: #1b2b4a;
	text-decoration:none;
}
.black-bg {
	background: #243a63;
}
.green-bg {
	background: #243a63;
}
.black-btn:hover, .green-btn:hover, .black-btn:focus, .green-btn:focus {
	color: #fff!important;
    background: #1b2b4a!important;
}
.service-btn-green {
	background: -moz-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,177,45,1)), color-stop(48%, rgba(149,177,45,1)), color-stop(52%, rgba(137,168,21,1)), color-stop(97%, rgba(137,168,21,1)), color-stop(100%, rgba(137,168,21,0.95)));
	background: -webkit-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -o-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
	background: linear-gradient(to bottom, rgba(149,177,45,1) 0%, rgba(149,177,45,1) 48%, rgba(137,168,21,1) 52%, rgba(137,168,21,1) 97%, rgba(137,168,21,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b12d', endColorstr='#f289a815', GradientType=0 );
}
.service-btn-black {
	background: -moz-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,60,60,0.94)), color-stop(3%, rgba(60,60,60,1)), color-stop(50%, rgba(60,60,60,1)), color-stop(53%, rgba(38,38,38,1)), color-stop(97%, rgba(38,38,38,1)), color-stop(100%, rgba(38,38,38,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(60,60,60,0.94) 0%, rgba(60,60,60,1) 3%, rgba(60,60,60,1) 50%, rgba(38,38,38,1) 53%, rgba(38,38,38,1) 97%, rgba(38,38,38,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03c3c3c', endColorstr='#f2262626', GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	    color: #333;
    border-bottom: 5px solid #243a63;
    background: #f4f4f4 url(../img/navbg-arrow.png) bottom center no-repeat;
}
.navbar-default .navbar-nav > li.open > a {
	color: #333;
    border-bottom: 5px solid #243a63;
    background: #f4f4f4 url(../img/navbg-arrow.png) bottom center no-repeat;
}
/*#flexslider li {
display:inline;}

#thumbs img{width:185px !important;}*/

/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: default;
	z-index: 100;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}

.contact-info .col-xs-2 {
	width: 9.667%!important;
}
.holder {
	color: #333;
}
.contact-info span {
	display: block;
	overflow: hidden;
	color: #fff;
}
.contact-info i.fa-map-marker, .contact-info i.fa-phone, .contact-info i.fa-print, .contact-info i.fa-envelope {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	width:18px;
    color: #318ac6;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	}
.heading-split p{
margin:0px;
padding:0px;
}
.side-list figure,.contact-info figure{
margin:0px;
padding:0px;
}
.footer-contact-info .contact-info{
	padding:10px 0 0 0;
	background:none;
	color:#fff;
}
.footer-contact-info .contact-info li a{
	color:#fff;
}
/* dynamic stretch content elements */
.tab{
display:table;
width:100%;
}
.tab1{
display:table;
width:100%;
}
.tab-row{
display:table-row;
}
.tab-cell{
display:table-cell;
vertical-align:middle;
}
/* mobile menu toggle */
.navbar-toggle span:nth-child(1) {
    top: 15px;
}
.navbar-toggle span:nth-child(2) {
    top: 22px;
}
.navbar-toggle span:nth-child(3) {
    top: 22px;
	 opacity: 0;
}
.navbar-toggle span:nth-child(4) {
    top: 29px;
    transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.navbar-toggle.nav-bg span:nth-child(1), .navbar-toggle.nav-bg span:nth-child(4) {
    opacity: 0;
    top: 24px;
}
.navbar-toggle.nav-bg span:nth-child(2) {
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle.nav-bg span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 43px;
    overflow: hidden;
    width: 43px;
	float:right;
    z-index: 100;
}
.navbar-toggle span {
    background: #243a63 none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 9px;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
    width: 26px;
}
iframe.ccframe{
height:1600px;
}
footer .TitleStyle2 p {
    margin: 0px !important;
}
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
#Type {
    text-indent: 7px;
}
}
.navbar-default .navbar-nav > li > a.active::after, .navbar-default .navbar-nav > li > a:hover::after{
border-bottom: 6px solid #243a63;
content:'';
display:block;
width:0;
height:0;
position:absolute;
left:0;
right:0;
margin:0 auto;
bottom:0;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.carriers .col-md-4 {
	padding: 10px 40px;
	margin-bottom: 20px;
	margin-top: 20px;
    
}
.carriers img {
	max-width: 100%;
}
.carriers a {
	float: right;
	background: #243a63;
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
}
.carriers a:hover, .carriers a:focus {
	background: #1b2b4a;
	text-decoration: none;
}
.carriers p {
	max-width: 100%;
	clear: both;
}

.carriers a[href^="tel"]{
  background-color:inherit !important;
  color:inherit !important;
}

.carriers h2{
  font-size:16px;
  text-transform:none;
}


.jot-title-active {
	color: #fff;
	font-weight: 700;
}

.jot-form-head h2 {
  color: #FFF;
}
div.services_content {
  background: #e1e1e1;
  margin:20px 0 0;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6) inset;
}
div.services_content div.services_container div.services_item {
  background: #fff;
  padding: 35px;
  width: 30%;
  height: auto;
  margin: 34px auto;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 8px 8px rgba(0,0,0,0.4);
  box-shadow: 0 8px 8px rgba(0,0,0,0.4);
}
div.services_content div.services_container div.services_item div.services_icon h2 {
  color: #2c2c2c;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin: 15px 0px 5px;
  padding-bottom: 10px;
}
div.services_content a {
  color: #2c2c2c;
}
div.services_content a:hover, div.services_content a:focus {
  color: #243a63;
}
div.services_content ul {
  padding-left: 0px;
  padding-top: 25px;
}
div.services_content ul li::before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #318ac6;
}
div.services_content div.services_container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
}
div.services_content div.services_container div.services_item div.services_icon i {
  font-size: 32px;
  color: #318ac6;
}
div.services_content div.services_container div.services_item div.services_icon {
  text-align: center;
  border-bottom: 1px solid #318ac6;
}
div.services_content ul li {
  display: flex;
  list-style-type: none;
  font: 600 15px/26px 'Open Sans', sans-serif;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 10px;
}
div.services_content p{
	font-size:15px;
	line-height:26px;
	font-style: italic;
	color: #2c2c2c;
	font-weight: 600;
	padding-top:25px;
	text-align: left;
}
div.services_content p + p {
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: #318ac6;
	text-decoration-thickness: 2px;
	text-underline-position: under;
    font-size: 15px;
    font-weight: 700;
    margin-right: 20px;
    text-align: right;
}
.emp-name{
	font-size:20px;
	font-weight:700;
}
.about-pg hr {
  border-top: 1px solid #d6d1d1;
}

#main-content ol ul li{
	list-style-type:disc;
}
#main-content ol li{
  margin-bottom: 10px;
}
.is-cms .ban-image:after {
z-index:-1;
}
.statement p {
    font-style: italic;
}
.privacy a {
    color: #fff;
    text-decoration: underline 2px #318ac6;
    text-underline-position: under;
}
.privacy a:hover, .privacy a:focus {
    color: #fff;
    opacity: .8;
}
.jot-page .search-button{
	margin-left:15px;
}
.fixed-banner {
  background: #243a63;
  padding: 1rem 0.75rem;
}
.fixed-banner p {
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 10px;
}
.fixed-banner .oak-img {
  display: inline-block;
  margin-right: 20px;
  max-width: 140px;
  border: 2px solid #ccc;
}
.fixed-banner #close {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
}
.fixed-banner p a {
  color: #fff;
  font-weight: 600;
}
#checkbox{
	margin-bottom:10px;
}
#checkbox label{
	text-transform:initial;
	font-weight: normal !important;
}