body, p, ul, li, a, input, textarea {
	    font-family: Sans-Serif;
}
/*Typography*/
h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
}
h1, h1 a {
	
	font-size: 35px;
	font-weight: 400;
	color: #02093f;
}
h1 a:hover {
	text-decoration: none;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 23px;
}
h2, h3, h4, h5, h6 {
	
	color: #02093f;
	font-weight: 400;
}
p, ul {
	color: #555;
	line-height: 22px;
	font-size: 15px;
}
a:hover,a:focus {
	color: #db0000;
	text-decoration: none;
}
/*Top Layer*/
header {
	background: #02093f;
}
header .col-md-12 {
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.top-info {
	float: right;
	display: flex;
	align-items:center;
}
.top-left {
	float: left;
}
.top-info .fa-mobile {
	font-size: 25px;
}
.top-info h4 {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	margin: 0px 5px;
}
.top-info h4 a {
	color: #fff;
}
.email {
	background: #575757;
	padding: 2px 6px;
	margin-top: -2px;
	color: #fff;
	border-radius: 6px;
}
.email:hover {
	color: #fff;
	background: #d63521;
}
.social {
	float: right;
	padding: 5px 10px;
	margin: 0px;
}
.social li {
	display: inline-block;
	font-size: 25px;
}
.social .fa {
	color: #fff;
	margin: 4px 2px;
}
.social .fa:hover {
	color: #db0000;
}
.brand {
	padding: 30px 0;
}
.brand .row {
	display: flex;
	align-items: center;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
	border-left: 1px solid #c7c7c7;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: flex;
	align-items: center;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 13px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	color: #db0000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	background: #db0000;
	color: #fff;
}
.mb-nodsp {
	float: none !important;
}
/*Main Banner*/
.main-banner, .inner-banner {
	position: relative;
}
.inner-banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.inner-banner img.bottom-align {
	object-position: 50% 100%;
}
.inner-caption {
	position: absolute;
	top: 10%;
}
.inner-caption h4 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 44px;
	font-weight: 400;
	text-shadow:1px 1px 1px #000;
}
.banner-btn:hover, .banner-btn:focus, .caption-btn:hover, .caption-btn:focus, .submit-btn:hover, .submit-btn:focus, .btn-xs:hover, .btn-xs:focus {
    opacity: 0.8;
	border: 1px solid #db0000;
	background: #fff;
	color: #000 !important;
}

.content-data a:hover,.content-data a:focus{
	color:#000378;
}
.content-data a{
	color:#02093f;
}
.carousel-inner {
	z-index: 0;
}
.carousel-inner:after, .banner-overlay:after {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5)100%);
	position: absolute;
	width:100%;
	height: 100%;
	content: " ";
	top: 0;
	left: 0;
}
.carousel-inner img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 550px;
	object-fit: cover;
}
.carousel-inner img.bottom {
	object-position: bottom;
}
.carousel-indicators li {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #db0000;
	border-color: #db0000;
}
.caption {
	position: absolute;
	/*float:right;
	top:100px; right:0px;*/
	z-index: 1;
	top: 100px;
}
.caption h6 {
	font-size: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff;
	margin: 0;
	text-shadow: 0px 0px 6px #000;
}
.caption h5 {
	color: #fff;
	font-size: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	text-shadow: 1px 1px 1px #db0000;
	font-style:italic
}
.caption h5 span {
	color: #fff;
}
.caption p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 15px 0;
	font-size: 17px;
	text-shadow: 0px 0px 6px #000;
}
.banner-btn {
	background: #db0000;
	border: 1px solid #db0000;
	border-radius: 6px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 8px 20px;
	font-size: 18px;
}
/*Lob Section*/
.lob-section {
	background: #f2f1f1;
	padding: 30px 0;
}
.lob-section .icon {
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	padding: 38px;
	border-radius: 45px;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	vertical-align: middle;
	display: flex;
}
.lob-section h2 {
	margin-top: 10px;
}
.lob-section p {
	font-size: 15px;
	display: flex;
}
.lob-section h2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #02093f;
}
.lob-section h2 a:hover {
	color: #02093f;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness:1px;
}
.auto-icon, .home-icon, .commercial-icon, .life-icon, .health-icon, .other-icon {
	background-position: 22px 25px;
}
.auto-icon:hover, .home-icon:hover, .commercial-icon:hover, .life-icon:hover, .health-icon:hover, .other-icon:hover {
	background-position: 22px -33px;
	background-color: #db0000;
	transition: 0.3s ease-out;
}
.auto-icon {
	background-image: url(../img/auto-icon.png);
}
.home-icon {
	background-image: url(../img/home-icon.png);
}
.commercial-icon {
	background-image: url(../img/commercial-icon.png);
}
.life-icon {
	background-image: url(../img/life-icon.png);
}
.health-icon {
	background-image: url(../img/health-icon.png);
}
.other-icon {
	background-image: url(../img/other-icon.png);
}
/*Main Content*/
.main-content {
	padding: 30px 0 0 0;
}
.inner-content {
	margin-top: -200px;
	background: #fff;
	position: relative;
}
.inner-content .container {
	padding: 30px 0;
	border-bottom: 1px solid #F2F1F1;
}
.main-content h2, .inner-content h2 {
	font-size: 26px;
	font-family: "Raleway", sans-serif;
	color: #02093f;
}
.main-content h3, .inner-content h3 {
	font-size: 23px;
}
.side-content {
	background-color: #f2f1f1;
	padding-bottom: 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #555;
}
.side-content h2 {
	font-family: "Raleway", sans-serif;
	font-size: 27px;
	color: #02093f;
	padding-bottom: 10px;
}
.side-content ul {
	padding: 5px;
}
.side-content ul li {
	list-style-type: none;
	line-height: 25px;
	float: left;
	color: #555;
	width:100%;
}
.inner-list {
	list-style-type: none;
	padding: 0;
}
.inner-list li {
	color: #555;
	line-height: 35px;
}
.inner-list .fa {
	color: #db0000;
}
.no-bdr span {
	border-bottom: none !important;
}
.side-content ul li:hover {
	color: #db0000;
	cursor: pointer;
}
.side-content ul li span {
	width: 95%;
	float: right;
	border-bottom: 1px groove #555;
	padding: 8px 0;
	margin-top: -8px;
	word-break:break-all;
}
.inner-list li span {
	padding: 8px 0;
	margin-top: -8px;
}
/*Quote Box*/
.quote-box {
	background: #f2f1f1;
	border-radius: 6px;
	padding: 5px 30px 40px 30px;
	margin-top: 25px;
	box-shadow: 2px 2px 4px #ddd;
	float: right;
}

.side-content .quote-box {
	background: transparent;
	border-radius: 6px;
	padding: 5px 30px 40px 30px;
	margin-top: 25px;
	box-shadow: none;
	float: none;
}
.quote-box h4 {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
}
.quote-box input, .quote-box select, .quote-box textarea {
	width: 100%;
	margin: 8px 0;
	height: 45px;
	padding: 0 8px;
	color: #555;
	border: 1px solid #fff;
}
.quote-box1 select {
	width: 60%;
	margin: 8px 0;
	height: 45px;
	padding: 0 8px;
	color: #555;
	border: 1px solid #fff;
	display: block;
}
.submit-btn {
	background: #db0000;
	border: 1px solid #db0000;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px;
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.caption-btn {
	background: #db0000;
	border: 1px solid #db0000;
	border-radius: 6px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 12px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
/*Testimonial*/
.testimonial-section .container {
	border-bottom: 2px solid #d7d7d7;
	padding-top: 20px;
}
.testimonial-section h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
}
/*Blog Feeds*/

.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	text-align: left;
	font-weight: 700;
	color: #555;
}
.titlefield a {
	color: #555;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.descriptionfield {
	color: #555;
	font-style: italic;
}
/*What we offer*/
.quick-list {
	padding: 0;
}
.quick-list li {
	list-style-type: none;
	border-bottom: 1px solid #cccbcb;
}
.quick-list li:hover, .quick-list li a:hover {
	background: #f2f1f1;
	cursor: pointer;
	color: #db0000;
	text-decoration: none;
}
.no-bdr {
	border-bottom: none !important;
	border-right: none !important;
}
.quick-list li a {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 10px 5px;

}
.quick-list .fa {
	margin-right: 15px;
}
/*Carrier*/
.carrier {
	padding: 25px 0;
}
.carrier h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #02093f;
}
/*#thumbs-wrapper {
	padding: 20px;
	position: relative;
}
#thumbs img {
	width: 170px !important;
	height: 70px !important;
	margin: 0 5px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}*/
/*Carrier Scroller Design*/
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 5px 40px;
	position: relative;
	margin-top: 0px;
}
#thumbs-wrapper.ht-fix {
	margin-top: 0px;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
/*Footer*/
footer {
	background: #02093f;
}
footer .container {
	padding: 35px 0;
}
footer .footer-nav {
	padding: 0 0 0 8px;
}
footer .footer-nav li {
	display: inline-block;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
}
footer .footer-nav li a {
	margin: 0 8px;
	color: #fff;
}
footer .footer-nav li a:hover, footer .footer-nav li a:focus, footer .footer-nav li a.active {
	color: #ff1a1d;
	text-decoration: none;
}
footer p, footer p a {
	color: #555;
}
footer a:hover, footer a:focus {
	color: #ff1a1d;
}
.rt {
	float: right;
}
.right-arrow .fa {
	display: none;
}
/**/
/*Mobile*/
.mobile-quote {
	margin-top: -50px;
	position: relative;
}
.phone-view {
	display: block;
	margin: 0 auto;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-img {
	margin: 6px;
}
.call-img {
	margin-right: 5px;
}
.mobile-go {
	color: #494949;
	padding: 11px 19px;
	font-size: 17.5px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	background: #f2f1f1;
	-webkit-appearance: none;
	width: 100%;
	box-shadow: 2px 3px 2px #555;
}
.mobile-call {
	background: none repeat scroll 0 0 #f2f1f1;
	border: 0 none;
	border-radius: 6px;
	color: #494949;
	font-size: 17.5px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
	box-shadow: 2px 3px 2px #555;
}
.mobile-go:hover, .btn.mobile-call:hover, .btn.mobile-call:focus, .btn.mobile-call:focus {
	color: #222 !important;
}
.mobile-go a {
	color: #fff !important;
	text-decoration: none;
}
.mobile-address {
	background: #f2f1f1;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	box-shadow: 2px 3px 2px #555;
	margin-bottom: 20px;
	border-radius: 6px;
}
.mobile-address h5 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333333 !important;
}
.mobile-direction {
	background: #db0000;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	border-radius: 6px;
	width: 80%;
}
.mobile-direction a, .mobile-direction a:hover {
	font-weight: normal;
	text-decoration: none;
}
.mobile-map {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.fa-map-marker, .fa-phone, .fa-envelope {
	font-size: 22px !important;
	margin-right: 8px;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #333333;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #353535;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #db0000; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#db0000', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0000', endColorstr='#cf0000', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/*iframe*/
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}
/*Jot*/
#cont-form{
	text-align: center;
}
.jot-form {
	height: 500px !important;
}
.contact-jot-form{
	height: 700px !important;
}
.email-form {
	height: 1100px !important;
}

#cs-frame {height:1600px;}
.anc-jmp-fnt img {padding-right:10px;}
	.anc-jmp-fnt {
	font-size: 15px;
	color: #21445B;
}
.fa-arrow-circle-down::before {
    content: "\f0ab";
    padding-right: 10px;
}
.mar-top {margin-top:10px;}
#cntent-lnk{
border-bottom:none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#agency-address{
padding:0px;
}
#agency-address li{
display:inline-block;
color:#fff;
}
#agency-address li a{
color:#fff;
}
#agency-address li a:hover,#agency-address li a:focus{
color:#ff1a1d;
}
.site-info ul{
	margin-left: 0px;
	padding-left: 0px;
}
.site-info ul li{
	display: inline-block;
	list-style-type: none;
}
.site-info ul li, .site-info ul li a{
	color:#fff;
}
.site-info ul li a:hover,.site-info ul li a:focus{
color:#ff1a1d;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #db0000; /* 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;
}
/* Ada compliance fixes end */ 
.g-map{
	height:250px!important;
	border:0;
	width:100%;
}
.ins-nslider {
	padding: 0px!important;
	width: 100%;
}
#carriers, #carriers .ins-nslider {
	max-width: 100%!important;
}
.nbs-flexisel-ul{
 list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}
.nbs-flexisel-item{
 cursor: default;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-inner{
  float: left;
    margin: 15px 0 0;
    overflow: hidden;
    width: 100%;
	height:100px;
}
.nbs-flexisel-container{
position:relative;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
width:200px;
}
.wrapper{display:block; overflow-x:hidden;}
.nobreak{
	display:inline-block;
}

.side-logos {
	margin-top: 20px;
}

.side-logos img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* Logo slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.scroll-heading {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.agency-logos{
	padding-left:0px !important;

}
#agency-logo {
	width: 100%;
	max-width: 350px;
}
.refer-frnd{
	height:800px!important;
}
#top-text{
	font-weight:700;
	font-size:16px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;

	
}


.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
}
.carousel-control {
	width: auto;
	top: 50%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}

.you-video {
	width:100%!important;
	height:350px!important;
	border-radius:5px;
}



.top-left {
  overflow: hidden;
  background: #02093f;
  width: 65%;
}
.contact-us-block p a{
	color: #02093f;
}
.contact-us-block p a:hover{
	color: #db0000;
}
#top-text {
  text-align: right;
  padding: 0 5px;
  /* animation properties */
  /*-moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);*/
  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite reverse;
  animation-delay: 1s!important;
}
#top-text em {
	display: flex;
	justify-content: space-between;
}
/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(-100%); }
  to { -moz-transform: translateX(100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(-100%); }
  to { -webkit-transform: translateX(100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}



/*-- Back-to-top Button --*/
.scroll {
	background: url(../img/arrow-up-large.png) no-repeat center center;
	background-color: rgb(160,160,160);
	bottom: 35px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 55px;
	position: fixed;
	right: 35px;
	text-shadow: none;
	width: 55px;
	z-index: 100;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.scroll:hover {
	background-color: rgba(160,160,160,0.5);
}

#commercial-form, #life-form, #flood-form, #health-form, #other-form{
	text-align: center;
}
#jot-bg {
	background: #f2f1f1;
    border-radius: 6px;
    padding: 5px 30px 40px 30px;
    margin-top: 25px;
    box-shadow: 2px 2px 4px #ddd;
}