/*header*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
  font-family: 'Open Sans', sans-serif;
}

header {
  background-color: #FFF;
  border-bottom: #000 5px solid;
  position:relative;
  z-index:999;

}

a {
    color: #C12F32;
}

a:hover, a:focus {
    color: #c12f32;
}
h1, h2, h3, h4 {
	color: #000;
}
.logo img {
  width: 100%;
  max-width: 350px;
  display: inline-block;
  margin: 40px 0px;
}
.nav-content {
	margin-top: 40px;
}
.header-contact {
  line-height: 50px;
  position:relative;
  z-index:2;
}

.header-contact p {
  margin-bottom: 0px;
}
.contact-no i {
	color: #c12f32;
}
.contact-no {
  color: #000 !important;
  font-size: 17px;
  font-weight: bold;
  margin-left: 5px;
  margin-right:20px;
}
.contact-no a{
  color: #c12f32!important;
}
.contact-no .fa-phone {
  margin-right: 5px;
}

.nav-content {
  /*padding: 0px;*/
}

.navbar-default,
.navbar-default .navbar-collapse,
.dropdown-toggle {
  background: transparent;
  border: none;
  margin: 0px;
  position:relative;
  z-index:1;
}

#menu-collapse {
  padding: 0px;
  clear: both;
}


/* end of  mobile nav button */

.tab {
  display: table;
  width: 100%;
}

.tab1 {
  display: table;
  width: 100%;
}

.tab-row {
  display: table-row;
}

.tab-cell {
  display: table-cell;
  vertical-align: middle;
}

.navbar-toggle span:nth-child(1) {
  top: 15px;
}

.navbar-toggle span:nth-child(2) {
  top: 22px;
}

.navbar-toggle span:nth-child(3) {
  opacity: 0;
  top: 22px;
}

.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;
  float: right;
  height: 43px;
  overflow: hidden;
  width: 43px;
  z-index: 100;
}

.navbar-toggle span {
  background: #C12F32 none repeat scroll 0 0;
  display: block;
  height: 3px;
  left: 9px;
  opacity: 0.8;
  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;
}

.collapse.in {
    display: block !important;
    visibility: visible;
}
/* end of  mobile nav button */

.navbar-default .nav {
  float: right;
}
.navbar-nav>li>.dropdown-menu {
	padding: 10px 0;
}
.dropdown-menu > li > a {
	margin: 5px 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background: transparent;
    text-decoration: underline 3px #c12f32;
    text-underline-position: under;
    color: #000 !important;
}

.dropdown-menu {
  padding: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  text-decoration: underline 3px #c12f32;
  text-underline-position: under;
  color: #000 !important;
}

.navbar-nav > li > a {
  padding: 10px!important;
  line-height: 30px;
}

.lob-active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover{
  background: transparent;
  text-decoration: underline 3px #c12f32;
  text-underline-position: under;
  color: #000 !important;
}
.lob-active .navbar-nav .dropdown > .dropdown-toggle:focus  {
background:transparent!important;
border:solid red 1px;
}
ul.navbar-nav {
  width: 100%;
  text-align: justify;
  font-size: 0px;
}

ul.navbar-nav:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-default .navbar-nav > li > a {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a.lob-active, .navbar-default .navbar-nav > li > a.lob-active:hover, .navbar-default .navbar-nav > li > a.lob-active:focus {
	color: #000!important;
}
.nav .dropdown.open .caret {
  border-top: none;
  border-bottom: 4px solid #000;
}


/* banner */
.inner-banner, #slideshow{
opacity:.99;
}

/* .inner-banner:after,
#slideshow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:9;
  background: -moz-linear-gradient(0deg, rgba(204, 204, 204, 0.2) 10%, rgba(255, 255, 255, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(204, 204, 204, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(204, 204, 204, 0.2) 10%, rgba(255, 255, 255, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(204, 204, 204, 0.2) 10%, rgba(255, 255, 255, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(204, 204, 204, 0.2) 10%, rgba(255, 255, 255, 0) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(204, 204, 204, 0.2) 10%, rgba(255, 255, 255, 0) 100%);
  /* w3c */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=1);
  /* ie6-9 */
} */
.carousel-indicators {
z-index:999;
}
.carousel-inner img,
.inner-banner img {
  width: 100%;
  height: 600px!important;
  object-fit: cover;
  opacity:.8;
  z-index:99;
  position:relative;
}

.carousel-indicators li.active {
  background: #c12f32;
}

.carousel-indicators li {
  background: #fff;
}

.banner {
  position: relative;
  overflow: hidden;
  z-index:2;
}

.banner-content {
  position: absolute;
  z-index:100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.banner-content h2 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}

.banner-content h4 {
  border-bottom: 3px solid #c12f32;
  color: #000;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 25px;
  font-weight:bold;
  text-shadow: 1px 1px 1px #fff;
}

.banner-bottom {
  border-bottom: solid 5px #000;
}

.instant-quote-btn {
  background: #c12f32;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.8);
  text-shadow: 0px 0px 1px #000;
}

.instant-quote-btn:hover,
.instant-quote-btn:focus {
  text-decoration: none;
  color: #FFF;
  box-shadow: none;
}

.zipcode-form p {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  text-shadow: 1px 1px #fff;
}

.zipcode-form .btn {
  background: #C12F32 none repeat scroll 0 0;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-size: 22px;
  padding: 5px 50px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}

.zipcode-form .btn:hover {
  background: #c12f32;
  box-shadow: none;
}

.zipcode-form #Type,
.zipcode-form input {
  width: 205px;
  height: 25px;
  margin-bottom: 20px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:solid 1px #000;
  padding-left:10px;
 
}

.zipcode-form input {
  padding-left: 10px;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px);
  background-size: 7px 7px, 7px 7px, 1px 1.5em;
  background-repeat: no-repeat;
background-color:#fff;
padding-left:4px;
}

.zipcode-form select::-ms-expand {
  display: none;
}


/*lob*/

.lob {
  background: #000;
  width: 100%;
}


.lob h2 {
  color: #fff;
  border-bottom: #c12f32 solid 3px;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  margin: 15px 0px 5px;
  opacity: .99;
  font-size: 22px;
  text-shadow: 1px 1px 1px #000;
}

.lob p {
  color: #ffffff;
  margin-bottom: 25px;
  opacity: .99;
  text-shadow: 1px 1px 1px #000;
}

.lob ul li {
  color: #ffffff;
  margin-bottom: 5px;
  opacity: .99;
  text-shadow: 1px 1px 1px #000;
}

.lob ul {
  padding-left: 12px;
}

.lob .row {
  display: flex;
  align-items: center strech;
  align-content: center;
}

.lob .row > div {
  background: #fff;
  margin: 80px 15px;
  padding: 45px 30px;
  border-radius: 40px;
  position: relative;
  background-repeat: no-repeat!important;
  background-position: bottom!important;
  background-size: contain!important;
  box-shadow: 0 10px 20px #000;
  width: 33.33%
}

.lob .row > div:before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
  border-radius: 40px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity:.5;
}

.lob button {
  background: #c12f32 none repeat scroll 0 0;
  border: medium none;
  border-radius: 15px;
  bottom: 20px;
  box-shadow: 0 4px 4px #333;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  right: 30px;
}

.lob button:hover {
  box-shadow: none;
  padding: 10px 20px 9px;
}

.lob-1 {
  background-image: url('../img/home-lob.png')!important;
}

.lob-2 {
  background-image: url('../img/auto-lob.png')!important;
}

.lob-3 {
  background-image: url('../img/commercial-lob.png')!important;
}
.lob-4 {
	background-image: url('../img/new-hire.png')!important;
}
.lob-icon {
  background: #c12f32;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  text-align: center;
  top: -40px;
  box-shadow: 0px 3px 3px #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.lob .lob-icon:hover .fa:hover{
transform: scale(1.2);
}


aside .lob-icon {
  background: #c12f32;
  position: relative;
  padding: 30px 20px;
  top: 0px;
  display: block;
  text-align: center;
}

.lob .fa {
  font-size: 45px;
  color: #fff;
  line-height: 80px;
}

aside .lob-icon .fa {
  color: #fff;
  font-size: 35px;
  line-height: 20px;
}
.lob .lob-icon {
  box-shadow: 0px 3px 3px #333!important;
}
.lob .lob-icon:hover {
  box-shadow:none!important;
}
.inside-page-content {
  position: relative;
  background-position: center bottom;
  background: url("../img/content-bg.png") no-repeat;
  background-size: cover;
}

.inside-page-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  /* IE10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(0,0,0,0.1) 100%);
  /* Mozilla Firefox */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(0,0,0,0.1) 100%);
  /* Opera */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(0,0,0,0.1) 100%);
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50, rgba(255, 255, 255, 1)), color-stop(100, rgba(0,0,0,0.1)));
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(0,0,0,0.1) 100%);
}

.inside-page-content .row .content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
}
.inside-page-content .row .content h2, .inside-page-content .row .content h3, .inside-page-content .row .content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.inside-page-content .row .content ul {
	padding-left: 20px;
	margin: 20px 0;
}
.inside-page-content .row .content ul li, .inside-page-content .row .content p {
	font-size: 16px;
	line-height: 32px;
}
.inside-page-content .row .content ul li {
	margin-bottom: 10px;
}
.inside-page-content .row .content ul li::marker {
	color: #c12f32
}
.inside-page-content .row aside{
 padding-top: 50px;
  padding-bottom: 5px;
}
.gmap {
max-width:100%;
width:100%;
height:250px;
margin-top:10px;
}
aside hr {
  box-shadow: 1px 2px 1px #000;
  border-top: 1px solid #2c2c2c;
}

.inside-page-content aside h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #fff;
}

.cs-page-frame,
#cpIframe {
  height: 1800px;
  width: 100%;
  border: none;
}

.content, .phone-no a {
  color: #000;
}

.content h1 {
  margin-top: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:20px;
  color: #000;
}

.content h2 {
  font-size: 22px;
  color: #000;
}
.contact-content p a{
color:#FFF !important;
}
.contact-content p a:hover{
color:#d2d2d2 !important;
}
.inside-banner.container-fit {
  background-size: cover;
  background-position: center;
}

.inside-banner.container-fit img {
  opacity: 0;
}

/* mask overlay */

.index-content {
  position: relative;
  overflow: hidden;
  background: url('../img/mask.png') no-repeat !important;
  background-size: cover!important;
}

.index-content:before {
  position: absolute;
  opacity:.15;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.main-content {
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: space-around center;
  padding: 50px 0px;
}

.phone-compare {
  /* opacity: .3; */
}

.index-content h1 {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 45px;
  font-weight:bold;
  margin-top:0px;
}

.index-content p {
  color: #eeeeee;
  font-size: 14px;
}


/* mask overlay ends*/


/* inside content */

.inside-page-content .container > .row {
  display: flex;
}

aside {
  background: #000;
  margin: 0px auto;
  color: #ffffff!important;
}

aside ul li {
  list-style: none;
  font-weight: bold;
  line-height: 50px;
}
aside ul li i {
  margin-right: 10px;
}
aside ul li::before {
  color: #c12f32;
  content: "\f138";
  float: left;
  font-family: "FontAwesome";
  margin-right: 10px;
}
#JotFormIFrame {
  height: 340px;
}
.contactForm,
#JotFormIFrame {
  max-width: 100%!important;
  border: none!important;
  display: block;
  margin: auto;
  width: 250px;
}

.contactForm {
  height: 270px!important;
}
.carrier-content p , .carrier-content p span a{ 
color:#333 !important;
}
.carrier-content p a.btn {
background:#C12F32;
color:#ffffff;
}
.carrier-content p a:hover{
color:#cccccc;
}
#carrier-title {
text-align:center;
font-size:32px;
color:#2c2c2c;
margin-bottom: 40px;
}
.carrier-list{
color:#333;
padding-bottom:10px;
border-bottom:solid 2px #ccc; }
/* inside content ends*/
/* footer */
.gradient-pattern {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #3c3c3c;
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #3c3c3c;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #3c3c3c;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
}
.social {
  height: 225px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  list-style: none;
  width: 100%;
}
.social li {
  text-align: center;
}
.social li a {
  padding: 30px 20px;
  border-radius: 60px;
  border: solid 1px #666;
  background: #C12F32;
  border: solid 3px transparent;
}
.social li a .fa {
  font-size: 42px;
  color: #FFF;
  vertical-align: middle;
}
.social li a.facebook {
	background: #3B5998;
}

.social li a .fa-facebook, .social li a .social li a.instagram {
  font-size: 50px;
  padding: 0px 4px;
  
}
.social li a.instagram {
	background: #dc01a5;
}
.social li a .fa-google-plus {
  font-size: 30px;
}
/* social icons animation */
.social li a:focus .fa,
.social li a:hover .fa {
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  transition: all ease .8s;
  text-shadow: -3px 3px 2px #000;
  color: #fff;
  -webkit-transform: scale(1.10);
  transform: scale(1.10);
}
.social li a.twitter:hover {
  background: #1DA1F2!important;
}
.social li a.facebook:hover {
  background: #3B5998!important;
}
.social li a.youtube:hover {
  background: #DD2C28!important;
}
.social li a.linkedin:hover {
  background: #0274B3!important;
}
.social li a.google:hover {
  background: #DB4437!important;
}
.social li a:hover {
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  transition: all ease .8s;
  box-shadow: inset 3px 3px #000;
}
/*social icons animation ends*/
footer {
  background: #000;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #1a1a1a 0%, #000 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #1a1a1a 0%, #000 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #1a1a1a 0%, #000 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000', GradientType=0);
  /* IE6-9 */
  height: auto;
}
footer .footer-nav ul,
.address-info {
  padding: 0px;
  list-style: none;
  text-align: center;
}
footer .footer-nav ul:after {
  display: inline-block;
  width: 100%;
  content: '';
}
footer .footer-nav ul {
  font-size: 0;
  text-align: justify;
  width: 100%;
  margin: 20px 0;
}
footer .footer-nav ul li {
  display: inline-block;
  padding-bottom:15px; /* cursor pointer issue in chrome */
}

footer .footer-nav ul li a {
 height: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  padding:20px 10px;
  text-decoration: none;
  text-transform: uppercase;

}

footer .footer-nav ul li:hover a, footer .footer-nav ul li:focus a,
footer .footer-nav ul li.active a {
  background: transparent;
    text-decoration: underline 3px #c12f32;
    text-underline-position: under;
    color: #fff;
}

.address-info li {
  display: inline-block;
  color: #fff;
  line-height: 40px;
}
.address-info li a {
  color: #fff;
}
.address-info i {
	color: #c12f32;
}
.address-info li a:hover, .address-info li a:focus {
    text-decoration: underline 2px #c12f32;
    text-underline-position: under;
    color: #fff;
}
/* ANIMATION */
/* shine animation  */
@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.shine {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.shine:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.shine:hover:before {
  -webkit-transform: skewX(-30deg) translateX(15.5em);
  transform: skewX(-30deg) translateX(15.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* shine animation ends */

/* cms fix */
.is-cms .lob h2, .is-cms .lob p{
height:auto !important;
} 
/* cms fix ends */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

h3.carrier-head{
	font-weight: 700;
	font-size: 28px;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}
.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;
	height:120px;
}
.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%;
}

ul.contact-section-info{
	padding-left: 0px;
}
ul.contact-section-info li{
	list-style-type: none;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #836565; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 

/*employee-directory*/

.abt-cont1 {
    margin-bottom: 20px;
}

.meet-team {
    /* float: left; */
    margin-right: 10px;
	padding-bottom: 10px;
}

.abt-meet {
    float: left;
}
.pro-head {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}
.sd-head {
    font-size: 14px;
}
.abt-contact {
    float: right;
    width: 230px;
}

#aside-content a{
	color:#fff;
}

#aside-content a:hover, #aside-content a:focus{
	text-decoration: underline 2px #c12f32;
    text-underline-position: under;
    color: #fff;
}

.index-content h2, .index-content h3 {
	color: #fff;
}

.silver_content ul, .silver_content ol {
	padding-left: 30px;
}

.silver_content h2 {
	font-size: 26px;
	line-height: 28px;
}

.silver_content h3 {
	font-size: 21px;
	line-height: 25px;
}
.photos-tag{
	text-align:center;
	margin-bottom:20px;
	text-decoration:underline;
}
.agents p {
	background: #c12f32;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.agents img {
	width: 100%;
}
.offset-md-3 {
	margin-left: 25%;
}
.title-tag-bx{
	margin-top:0;
	margin-bottom:0;
	border-top: 1px solid #d4d1d1;
}
.community-pics hr{
	border-top: 1px solid #d4d1d1;
}
.community-vid {
	margin: 30px auto;
	display: block;
	width: 560px;
	height: 315px;
}
.vid {
    margin: 30px auto 0;
    display: block;
    text-align:center;
}
.reviewtube {
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-gradient .lob .lob-row {
  display: flex;
  align-items: center strech;
  align-content: center;
}

#footer-gradient .lob .lob-row > div {
  background: #fff;
  padding: 20px 20px;
  margin: 55px 10px 30px;
  border-radius: 40px;
  position: relative;
  background-repeat: no-repeat!important;
  background-position: bottom!important;
  background-size: contain!important;
  box-shadow: 0 10px 20px #000;
  width: 100%;
}

#footer-gradient .lob .lob-row > div:before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
  border-radius: 40px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity:.5;
}

#footer-gradient .lob {
	background: transparent;
}

#footer-gradient .lob h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0px 10px;
}

#footer-gradient .lob p {
	margin: 5px 0;
}

#footer-gradient .lob a {
	color: #fff;
}

#footer-gradient .lob a:hover,
#footer-gradient .lob a:focus {
	text-decoration: underline 2px #c12f32;
	text-underline-position: under;
	color: #fff;
}
#footer-gradient .col-md-5 {
  width: 37%;
}
#footer-gradient .col-md-4 {
  width: 31%;
}
#footer-gradient .col-md-3 {
  width: 32%;
}