@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500;600;700&display=swap');

@font-face {
	font-family: 'product';
	src:url('/fonts/product-icons/icomoon.eot?wopw1z');
	src:url('/fonts/product-icons/icomoon.eot?#iefixwopw1z') format('embedded-opentype'),
		url('/fonts/product-icons/icomoon.ttf?wopw1z') format('truetype'),
		url('/fonts/product-icons/icomoon.woff?wopw1z') format('woff'),
		url('/fonts/product-icons/icomoon.svg?wopw1z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'product-down-arrow';
	src:url('/fonts/productdownarrow/icomoon.eot?wopw1z');
	src:url('/fonts/productdownarrow/icomoon.eot?#iefixwopw1z') format('embedded-opentype'),
		url('/fonts/productdownarrow/icomoon.ttf?wopw1z') format('truetype'),
		url('/fonts/productdownarrow/icomoon.woff?wopw1z') format('woff'),
		url('/fonts/productdownarrow/icomoon.svg?wopw1z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'fonticon';
  src: url("/fonts/fonticon/flaticon.eot");
  src: url("/fonts/fonticon/flaticon.eot?#iefix") format("embedded-opentype"),
       url("/fonts/fonticon/flaticon.woff") format("woff"),
       url("/fonts/fonticon/flaticon.ttf") format("truetype"),
       url("/fonts/fonticon/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'fonticonExtraIcons';
    src: url("/fonts/fonticonExtraIcons/flaticon.eot");
    src: url("/fonts/fonticonExtraIcons/flaticon.eot?#iefix") format("embedded-opentype"),
         url("/fonts/fonticonExtraIcons/flaticon.woff") format("woff"),
         url("/fonts/fonticonExtraIcons/flaticon.ttf") format("truetype"),
         url("/fonts/fonticonExtraIcons/flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
.marketing { display: none; } 

input::placeholder { color: #767676 !important; }
input:-ms-input-placeholder { color: #767676 !important; }


h1, h2, h3, h4 {
  font-family: 'Hind', sans-serif; 
 }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
    color:#616161;
}

a {
color:#005CB9;
text-decoration:underline;
}




input::placeholder { color: #4A4A4A!important; }
input:-ms-input-placeholder { color: #4A4A4A!important; }


.form-control:focus {
  border-color: #0000CD !important;
  background-color:#e8f1f6;
}


.form-control::-moz-placeholder {
  color: #4A4A4A!important;
  opacity: 0;
}
.form-control:-ms-input-placeholder {
  color: #4A4A4A!important;
}
.form-control::-webkit-input-placeholder {
  color: #4A4A4A!important;
}
	

/******* Buttons ****** */

.primary-on-dark {
	   background-color: #0178BA;
    border-color: #0178BA;
    text-decoration:none;
    padding: 6px 12px;
	height: 40px;
}

.primary-on-dark:hover,
.primary-on-dark:active,
.primary-on-dark:focus, 
.primary-on-dark:active:focus
{
    background-color: #fff;
    border-color: #0178BA;
				color: #0178BA;
    padding: 6px 12px;

}

.primary-on-light {
	   background-color: #0178BA;
    border-color: #0178BA;
    text-decoration:none;
}

.primary-on-light:hover,
.primary-on-light:active,
.primary-on-light:focus, 
.primary-on-light:active:focus
{
    background-color: #013765;
    border-color: #013765;
				color: #fff;
}


.default-on-light {
		color: #0178BA;
        text-decoration:none;
		background-color: #fff;
		border-color: #0178BA;
		border-width: 2px;
}

.default-on-light:hover,
.default-on-light:active,
.default-on-light:focus, 
.default-on-light:active:focus {
    color: #fff;
    background-color: #0178BA;
    border-color: #0178BA;	
}

.findagent-btn {
    font: bold 15px lato, arial, sans-serif,icomoon-person;
    border: 1px solid #005CB9;
    border-radius: 4px;
    background-color: #005CB9;
    color: #fff !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.findagent-btn:hover,
.findagent-btn:active,
.findagent-btn:focus, 
.findagent-btn:active:focus
{
    background-color: #013765 !important;
    border-color: #013765 !important;
				color: #fff;
}




.product-page .default-on-light {
	border-width: 1px;
}


.default-on-dark {
		color: #fff;
		background-color: transparent;
		border-color: #fff;
		border-width: 2px;
        text-decoration:none;
}

.default-on-dark:hover,
.default-on-dark:active,
.default-on-dark:focus, 
.default-on-dark:active:focus {
			color: #fff;
			background-color:  rgba(255, 255, 255, 0.1);
			border-color: #fff;
}


/* ****** End Buttons ****** */


.teaser a:focus img  { border: 1px solid #a6c8ff; }
  
   .toggle-arrow:before {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: left;
    margin-right: 6px;
  }

  .toggle-arrow.collapsed:before {
    content: "\e080";
  } 

.alert-warning {
    color: #000;
    background-color: #deeff7;
    border-color: #deeff7;
}



 .list-bullet li {
  position:relative;
  margin-left: 10px;
  margin-bottom: 8px; 
 }
	

 .list-bullet li:before {
  content: url(/images/bullet.png);
  position:absolute;
  top: -2px;
  left:-10px;
 }

.list-main-menu li {
	  margin-bottom: 8px;
}
 

 
 .number-list {
    counter-reset:li; /* Initiate a counter */
    margin-top: 20px;
}
.number-list > li {
    position:relative; 
    margin-bottom: 20px;  
    list-style:none;
}
.number-list > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    position:absolute;
    top: 1px;
    left:-40px;
    color:#fff;
    background:#0093d0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align:center;
}
 

 .bluebackground {
     background:rgba(23, 100, 178, 0.90);padding:15px; margin-top: 129px; color:#fff;
 }


.home-page {
    background: url('../images/auto-homepage-banner.jpg');
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
    height: 517px;
}

 .tagline { margin: 20% auto 0; }

.homepage-icons span {
    font-family: fonticon, foremost-logo-interlock,product;
    font-size: 30px;
    font-weight:normal;
    position: relative;
        top: 5px;
    margin-right: 8px;
}

.homepage-icons a {
    padding-top: 0px;
    margin-top: 2px;
    font: bold 17px 'Hind', arial, sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.homepage-icons a:hover, .homepage-icons a:focus, .homepage-icons a:active {
    padding:15px;
    border:1px dashed #fff;
}


.lightbluebackground {
    background-color:#e4f1f9;padding:40px 0
}

.darkblue {
    background:rgba(0, 55, 100, 0.8);padding:30px 40px; margin-top: 40px; color:#fff;
}

.darkgrey {
    background:rgba(66, 66, 66, 0.8);padding:30px 40px; margin-top: 40px; color:#fff;
}

.whitebackground {
    padding:40px 0;
}

.flaticon-quote {
    font-family:fonticon;
    font-size:35px;

}

.contact-icon {
    font-family:fonticon;
    font-size: 47px;
    font-weight: 500;
    margin-right:-10px;

}

.flaticon-search-1:before { content: "\f100"; }
.flaticon-tools:before { content: "\f101"; }
.flaticon-operator:before { content: "\f102"; }
.flaticon-mail:before { content: "\f103"; }
.flaticon-file-1:before { content: "\f104"; }
.flaticon-envelope:before { content: "\f105"; }
.flaticon-telephone-1:before { content: "\f106"; }
.flaticon-phone:before { content: "\f107"; }
.flaticon-telephone:before { content: "\f108"; }
.flaticon-interface:before { content: "\f109"; }
.flaticon-graphic:before { content: "\f10a"; }
.flaticon-money-1:before { content: "\f10b"; }
.flaticon-store:before { content: "\f10c"; }
.flaticon-sign:before { content: "\f10d"; }
.flaticon-money:before { content: "\f10e"; }
.flaticon-shopping:before { content: "\f10f"; }
.flaticon-suitcase:before { content: "\f110"; }
.flaticon-right-arrow:before { content: "\f111"; }
.flaticon-file:before { content: "\f112"; }
.flaticon-medal:before { content: "\f113"; }
.flaticon-multimedia:before { content: "\f114"; }
.flaticon-microphone:before { content: "\f115"; }
.flaticon-plant:before { content: "\f116"; }
.flaticon-clipboard:before { content: "\f117"; }
.flaticon-backpack:before { content: "\f118"; }
.flaticon-education:before { content: "\f119"; }
.flaticon-message:before { content: "\f11a"; }
.flaticon-technology:before { content: "\f11b"; }
.flaticon-search:before { content: "\f11c"; }
.flaticon-edit:before { content: "\f11d"; }
.flaticon-settings:before { content: "\f11e"; }
.flaticon-internet:before { content: "\f11f"; }
.flaticon-star:before { content: "\f120"; }
.flaticon-idea:before { content: "\f121"; }
.flaticon-megaphone:before { content: "\f122"; }
.flaticon-computer:before { content: "\f123"; }
.flaticon-left-arrow:before { content: "\f124"; }
   
    

 .flaticon-money-1:before {  content: "\f10b"; }
.flaticon-file:before {  content: "\f112"; }

  

 .alert-box {
		padding: 20px 0;
		background: #474747;
		color: #fff;
		}
		
		.alert-box .glyphicon {
			font-size: 20px;
		}
		
		.alert-box a {
			color: #fff;
			text-decoration: underline;
		}
 
 .products h2 { font-size: 30px; font-weight:600; padding-top:30px; }


 .product-circle div  {
    margin: 0 auto;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    background-color: #0079C2;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
 }


.product-auto  {
 background-image: url(/images/product-auto.png);
}

.product-home  {
 background-image: url(/images/product-home.png);
}


.product-rv  {
 background-image: url(/images/product-rv.png);
}

.product-flood  {
 background-image: url(/images/product-flood.png);
}

.product-marine  {
 background-image: url(/images/product-marine.png);
}

.product-snowmobile  {
 background-image: url(/images/product-snowmobile.png);
}



.product-icons {
    text-decoration: none;
    color: inherit;
    padding-bottom: 20px;
}

    .product-icons a {
        text-decoration: none;
        color: inherit;
    }

    .product-icons a:focus {
        outline:solid; 
        padding:0px;
    }




        .product-icons h3 {
        text-decoration: none;
        color: #005CB9;
    }

    .product-icons a strong {
        font-family: 'Hind', sans-serif;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        top: 10px;
        color: #005CB9;
        font-size: 18px;
        margin-top: 10px;
        padding-top: 12px;
    }

    .product-icons a:focus strong {
        text-decoration: underline;
    }

    .product-icons span {
        font-family: product;
            border-radius: 50%;
        font-size: 65px;
        color: #fff;
        position: relative;
        top: 25%;
    }

    .product-icons div {
        margin-top: 30px;
        border: 2px solid #005CB9;
        background-color: #005CB9;
        border-radius: 50%;
        width: 180px;
        height: 180px;
        text-align: center;
    }
				


     .product-icons:hover span {
        background: rgba(0,0,0,0);
        color: #005CB9;
    }

    .product-icons:hover div {
        border: 3px dashed #005CB9;         
        background: rgba(0,0,0,0);
    }
    
    .product-icons:focus span {
        background: rgba(0,0,0,0) !important;
        color: #005CB9 !important;
    }

    .product-icons:focus div {
        border: 3px dashed #005CB9 !important;
        background: rgba(0,0,0,0) !important;
    }

   .product-icons h3 {
        font-size: 21px;
        margin-top: 0px;
        padding-top: 12px;
    }

    .product-icons p {
        padding: 5px 35px;
    }


.icon-fifthwheel:before {
    content: "\e900";
}

.icon-trailer:before {
    content: "\e92c";
}

.icon-NEV:before {
    content: "\e901";
}

.icon-landlord:before {
    content: "\e909";
}

.icon-mobile:before {
    content: "\e90a";
}

.icon-motorhome-2:before {
    content: "\e90b";
}

.icon-motorhome-1:before {
    content: "\e90c";
}

.icon-home:before {
    content: "\e910";
}

.icon-seasonal:before {
    content: "\e912";
}

.icon-vacant:before {
    content: "\e917";
}

.icon-vacation-rental:before {
    content: "\e918";
}

.icon-auto:before {
    content: "\e902";
}

.icon-boat:before {
    content: "\e903";
}

.icon-collectible:before {
    content: "\e904";
}

.icon-condo-contents:before {
    content: "\e905";
}

.icon-condo-high-rise:before {
    content: "\e906";
}

.icon-vacant-condo:before {
    content: "\e907";
    font-size:smaller;
}

.icon-flood:before {
    content: "\e908";
}

.icon-golf-cart:before {
    content: "\e90d";
}

.icon-motorcycle:before {
    content: "\e90e";
}

.icon-orv:before {
    content: "\e90f";
}

.icon-pwc:before {
    content: "\e911";
}

.icon-scooter:before {
    content: "\e913";
}

.icon-snowmobile:before {
    content: "\e914";
}

.icon-tinyhome:before {
    content: "\e915";
}

.icon-commercial-auto:before {
    content: "\e92b";
}







.product-circle h3 {
 margin-top:  6px;
 text-align: center;
}

.product-circle img {
  display: block;
  position: absolute;
  top: 55px;
  left: 25px;
}



.product-circle h3 {
 margin-top:  6px;
 text-align: center;
}

.product-circle img {
  display: block;
  position: absolute;
  top: 55px;
  left: 25px;
}



 .learning-center { padding: 20px 0 ; }
 .learning-center h2 { font-size: 30px; font-weight:bold; padding-top:20px;}
	
	.lc-banners a {
   display: block;
   position: relative;
   overflow: hidden;
   margin: 0 auto;
}
.lc-banners a:hover img, .lc-banners a:focus img  {
   filter: blur(2px);
   transform: scale(1.2);
   border:2px solid blue;
}
.lc-banners img {
   backface-visibility: hidden;
   transition: transform .2s;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 100% 0%;
}
.lc-banners h3 { 
   font-size: 22px;
   color: #fff;
   margin: 90px 0 0 0;
   padding: 0 20px;
}

.lc-banners .caption {
   z-index: 2;
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   width: 100%;
   height: 100%;
   text-align: center;
   background-color: rgba(0, 0, 0, .4);
}
.lc-banners .caption:hover {
   background-color: rgba(0, 0, 0, .6);
}

.lc-banners .caption:hover h3 {
   transition: transform 0.35s;
   transform: translate3d(0, -10px, 0);
}

	
	

 .footer {
  background: #013765;
		background: #424242;
  color: #fff;
  padding: 30px 0 40px ;
 }
 .footer a { color: #fff;   text-decoration:none;
 }
 .footer h2 {
  font-size: 24px;
  color: #fff;
  text-decoration:none;
 }

 .footer ul li { padding-bottom: 6px; }
 
 
 .for-agents { color: #b9e1f8 !important; }


.well-cl { background-color: transparent; }

.footer-indent {
    margin-left:20px;
}




/*** Product Pages ***/

.affix {
       top: 0px;
       z-index: 99;
       width: 100%;
       }

.product-page .learning-center {
  background: #f4f4f5;
}

.product { height: 270px; }


.auto, .cauto, .collectible-auto, .nev, .mobile-home, .home, .vacant-home, 
.seasonal-home, .landlord-home, .flood, .motor-home, .travel-trailer, 
.fifth-wheel, .luxury, .off-road, .snowmobile, .golf-cart, .boat, 
.pwc, .motorcycle, .scooter, .renters, .condo, .vacant-condo {
	background: #0178ba;
	}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    font-weight:bold;
    text-decoration:none;
    background-color: #fff;
    border: 1px solid #6a6057;
    border-bottom-color: transparent;
}


.nav-tabs { 
    border-bottom: 1px solid #6a6057; 
    color:#3a81c9;


}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    color:#3a81c9;

}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #6a6057;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.arrw {
  height: 148px;
  margin-top: 60px;
}

.arrw h1 {
    color: #fff;
    font-size: 36px;
    text-shadow: none;
    margin-top: 30px !important;
    margin-bottom: 6px !important;
   /* text-shadow: 2px 1px 12px #000; */
    text-align: left;
}

.arrw h2 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
 /* text-shadow: 4px 4px 12px #000;  */
}

.lead {font-size: 18px; }

#product-info-tabs a {
  font-size: 20px;
  font-family: 'Hind', sans-serif;
  text-decoration: none;
}

.tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
 }
 
 .find-an-agent {
   background: #0093d0;
   background: #013765;			  
   padding-top: 15px;
   padding-bottom: 20px;
   box-shadow: 0px 3px 14px #005288;
   font-size: 18px;
   color: #fff;
 }
 
 .lb-txt {
  font-size: 20px;
  color: #fff;
  padding-bottom:10px;
 }
 
 .find-an-agent label {
   color: #fff;
   font-size: 18px;
   font-weight: normal;
   padding-right: 4px;
 }
 
 .similar-products {
  background: #e8f3f9;
  margin-bottom: 30px;   
 }
 .similar-products ul {
  padding-top: 15px;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
 }



 .product-info h2 {
			font-size: 24px;
			font-weight: 600;
			}
 
 .agent-boxes { background-color: transparent; }
 
 .callout {
  background-color: #ebf3f8;
  border: none;
  }
 
 .product-info h3 { font-size: 20px; }
 
 .comparison td {
     padding: 20px !important;
     width: 50%;
     border-right: 2px solid #fff;
 }
 .comparison thead td {
     background: #4A4A4A;
     color: #fff;
     font-size: 18px;
     text-align: center;
 }
 .comparison thead td:last-child {
     background: #007ac3;
 }
 .comparison tbody tr:nth-of-type(even) {
     background: #e7e7e8;
 }
 .comparison tbody tr:nth-of-type(even) td strong {
     color: #000;
 }
 .comparison tbody tr:nth-of-type(even) td:last-child {
     background: #cce1ee url(/images/checkmark-blue.png) no-repeat center;
     background-size: 80%;
 }
 .comparison tbody tr:nth-of-type(even) td:last-child strong {
     color: #000;
 }      
 .comparison tbody tr:nth-of-type(odd) {
     font-size: 16px;
 }
 
 .coverage {
  margin: 30px 0;
  }
 
 .coverage thead td {
  font-weight: bold;
  background: #6a6057;
  color: #fff;
 }

.panel-title a {
    display: block;
    outline: none;
    text-decoration: none;
}

.panel-heading .js-tabcollapse-panel-heading.collapsed:after {
    float: right;
    font-family: 'Glyphicons Halflings';
    content: "\e081";
    color: #6a6057;
}
.panel-heading .js-tabcollapse-panel-heading:after {
    float: right;
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    color: #6a6057;
}


.drop-link {
 padding: 6px 12px 6px 0;
 font-weight: bold;
}


.drop-link[aria-expanded="true"]:before {
      float: left;
     margin-right: 4px;
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    color: #6a6057;
}

.drop-link[aria-expanded="false"]:before {
      float: left;
     margin-right: 4px;
    font-family: 'Glyphicons Halflings';
    content: "\e081";
    color: #5D9731;
}


.packages h3 {
			margin-top: 0px;
			margin-bottom: 0px;
}
.packages .page-header {
			margin: 6px 0;
			border-bottom: 1px solid #000;
}


.claims {
 height: 270px;
 position: relative;
 background-position: right;
 background-image: linear-gradient( rgba(0,82,136,.9), rgba(0,82,136,.8) ), url(/images/claims-banner.jpg);
 margin-bottom: 30px;
 }
	
	
	
	 .about-banner {
 height: 270px;
 position: relative;
 background-position: right;
 background-image: linear-gradient( rgba(0,0,0,.62), rgba(0,0,0,.62) ), url(/images/about-banner.jpg);
 margin-bottom: 30px;
 }
	

 .about-history-boxes {
    background: #f4f4f5;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 10px;
    min-height: 190px;

 }

 .about-history-boxes h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 600;
 }

 .aarp-logo {
    margin-top:25px !important;
}

 .bristolwest-logo {
    margin-top:50px !important;
}

 .farmers-logo {
     margin-top:50px !important;
 }




 @media only screen and (max-width: 767px)  {
     
 .about-history-boxes h3 {
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
 }
 }


 .about-history-boxes img {
    margin-top: 3px;
  
 }



 
 
 .all-products {
 height: 270px;
 position: relative;
 background-position: right;
 background-image: linear-gradient( rgba(0,0,0,.62), rgba(0,0,0,.62) ), url(/images/payment-banner.jpg);
 margin-bottom: 30px;
 }
 
 .all-products .arrw-base {
   height: 100px;
   width: 55%;
  }
 .all-products .arrw h1 { margin-top: -30px !important; }
 
 .careers {
   background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/careers-banner.jpg) !important;
 }

 .scoring {
   background-image: linear-gradient( rgba(0,0,0,.3), rgba(0,0,0,.3) ), url(/images/scoring-banner.jpg) !important;
 }

.well-pl {
 background-color: transparent;
}

.get-quote h1, .site-map h1, .pay-bill h1 { font-size: 30px; }
.site-map h2 { font-size: 24px; }

 .package {
  margin-bottom: 30px !important;
 }
 
 .package .panel-heading {
   background: #2b4868;
   color: #fff;
   }

 .equal {  
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
 }
 
 
  .equal .well {
     width: 100%;
     height: 100%;
 }
 
 

.checklist {
     background-color: #eff6e6;
     border: 1px solid #eff6e6;
     box-shadow: none;
}

.checklist h2 {
    font-weight:bold; 
}
 
.checklist li {
 margin: 12px 0 12px 15px;
}

.checklist span {
}

.skip{
	padding:8px;
	position: absolute;
	top:-40px;
	left:0px;
	color:#fff !important;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-bottom-right-radius:8px;
	background:#61A60E;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

.skip:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}


.input-group:placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4A4A4A;
  opacity: 0; /* Firefox */
}

.input-group:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4A4A4A;
}

.input-group:-ms-input-placeholder { /* Microsoft Edge */
  color: #4A4A4A;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #919692;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
    height: 40px;

}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}


.blue-banner {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 30px 40px;
    margin: 40px 0;
    box-shadow: 2px 2px 15px #A8A8A8;
}

    .blue-banner h2 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 8px;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 8px;
    }

    .blue-banner h3 {
        font: bold 30px 'lato', arial, sans-serif;
        margin-top:-3px;
    }

    .blue-banner p {
        margin-top: 0px;
        padding-bottom:8px;
        
    }

    .blue-banner a {
        text-decoration:none;
    }


    .quote-banner {
        padding-top:10px;
    }

    .call-quote {
        padding:0 25px;
    }

    .grey-banner2 {
    
        border: 1px solid #989898;
        padding: 30px;
        margin: 45px 0 0 0;
        min-height:373px;
    }

    .grey-banner {
    
        border: 1px solid #989898;
        padding: 30px;
        margin: 68px 0 0 0;
        min-height:310px;
    }
    
        .grey-banner h2,  .grey-banner2 h2 {
            font-size: 19px;
            font-weight: bold;
            padding-top: 0px;
            padding-bottom: 0px;
            margin-top: 17px;
        }
        
    
        .grey-banner h3, .grey-banner2 h3 {
            font-size:24px;
            font-weight:bold;
            margin-top: 0px;
            margin-bottom: 5px;
           
        }
    
        .grey-banner p, .grey-banner2 p {
            margin-top: 0px;
            line-height: 23px;
        }
    
        .grey-banner a, .grey-banner2 a {
            text-decoration:none;
        }

       
        
        @media only screen 
        and (min-device-width : 991px) 
        and (max-device-width : 1200px)  {
           
         
            .call-quote {
                padding:30px 0px;
            }
           
    
            
        }
       
    
       

    @media (max-width: 991px) {
       
        .online-quote {
            margin-top:30px !important;
        }

        .blue-banner {
            background: #f5f5f5;
            border: 1px solid #e5e5e5;
            padding: 30px 40px;
            margin: 40px 0;
            box-shadow: 2px 2px 15px #A8A8A8;
        }

        
        .grey-banner, .grey-banner2 {
        
            border: 1px solid #989898;
            padding: 30px 40px;
            margin: -10px 0 0 0;
            min-height:auto;
        }

        

        
    }

 @media only screen 
    and (min-device-width : 661px) 
    and (max-device-width : 991px)  {
       
     

        .search-box {
            padding: 0 70px;
        }

        .grey-banner {
            margin-top:5px;
            padding: 30px 40px;
        
        }

        
    }

    @media (max-width: 661px) {
       
     

        .search-box {
            padding: 0 30px;
        }

        
    }

   
   

/* Contact Us */

#contact h1 {
     font-size: 30px;
}


  .story-btn {
  color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;	
 }

 .insurance-menu {
    margin-left:-13px;
}


/* HEADER & NAVIGATION STYLES */



/* new responsive table */

.cc { border-collapse: collapse; }

.cc th, .cc td {
  padding: 10px;
  border: 1px solid #4A4A4A;
  vertical-align: top;
 }
.cc thead th { vertical-align: middle; }
.cc tbody th { font-weight: normal; }
.cc th {
    text-align: left;
    background-color: #eee;
    }
 .cc thead th:nth-child(1) {
   border-top: none;
   border-left: none;
   background: none;
 }
 .cc thead th:nth-child(2) {
   background: #4A4A4A;
   color: #fff;
   text-align: center;
 }
 .cc thead th:nth-child(3) {
   background: #007ac3;
   color: #fff;
   text-align: center;
 }    
 .cc tbody td:nth-child(3) { background: #e2eef5; }  

@media (max-width: 570px) {
	.cc {
			border: 1px solid #4A4A4A; 
			border-collapse: collapse;
	}
	.cc th, .cc td {
			display: block;  
			padding: 10px;
	}
	.cc tbody td:nth-child(3)  { background: #fff ; }        
	.cc td::before {
			content: attr(data-header);
			font-weight: bold;
			display: block;
	}
	.cc th {
	text-align: left;
	background-color: #4A4A4A;
	color: #fff;
	font-weight: normal;
	}
	.cc th[scope="col"] { display: none;}
} 

/*  end new responsive table */

/* HEADER & NAVIGATION STYLES */

.navbar-inverse {
    background: #fff;
    border-color: #fff;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #474a4e;
        font: 500 16px Hind, arial, sans-serif;
        /*text-transform: capitalize;*/
        text-decoration: none;
        position: relative;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }


        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #007ac3;
            background-color: transparent;
        }


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

/* NAVIGATION ACTIVE STATE STYLE */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #007ac3;
    background-color: transparent;
}
/* NAVIGATION ACTIVE STATE STYLE */

/* MOBILE MENU STYLE */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
    color: #007ac3;
    border-color: #676767;
    background: rgba(0, 0, 0, 0.90);
}
/* MOBILE MENU STYLE */

.navbar-appointed-btn span {
    font-family: 'icomoon-person',product;
    font-size: 17px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.navbar-appointed-btn {
    font: bold 15px lato, arial, sans-serif,icomoon-person;
    border: 1px solid #007ac3;
    border-radius: 4px;
    background-color: #007ac3 !important;
    width: 120px;
    padding-left: 28px !important;
    color: #fff !important;
}

    .navbar-appointed-btn:focus, .navbar-appointed-btn:hover, .navbar-appointed-btn:active {
        color: #fff;
        background-color: #007ac3 !important;
    }

.navbar .navbar-nav {
    float: none;
    vertical-align: top;
}

.nav > li > a {
    position: relative;
    display: content;
    padding:18px 19px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #474a4e;
    font: bold 16px Hind, arial, sans-serif;
    /*text-transform: capitalize;*/
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.main-nav {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 4px 5px -5px #dedede;
    margin-bottom: 0;
}

.navbar-nav {
    margin-top: 18px;
}

.find-agent-btn {
	border: 2px solid #007ac3;
	border-radius: 4px;
	background-color: #007ac3;
	color: #fff !important;
    margin: 2px 0px 13px 15px;
    padding: 7px 13px 3px 13px !important;
}
.find-agent-btn:hover,
.find-agent-btn:active,
.find-agent-btn:focus,
.find-agent-btn:active:focus {
	background-color: #013765 !important;
	border-color: #013765 !important;
}

.login-btn {
    border: 2px solid #007ac3;
    border-radius: 4px;
    color: #007ac3 !important;
    margin: 2px 0px 13px 15px;
    padding: 6px 13px 3px 13px !important;
    text-decoration: none;
    display:block;
}
.login-btn:hover,
.login-btn:active,
.login-btn:focus,
.login-btn:active:focus {
	background-color: #0178BA !important;
    border-color: #0178BA !important;
    color:#fff !important;
    text-decoration:none;
}

.login-mobile {
    position: relative;
    float: right;
    border: 2px solid #007ac3;
    border-radius: 4px;
    color: #007ac3 !important;
        margin-top: 8px;
    margin-right: 9px;
    padding: 5px 15px !important;
    font: bold 15px 'Hind', sans-serif !important;
    text-transform: capitalize;
    text-decoration: none; 
    display:none;
    
 
}

.login-mobile:hover,
.login-mobile:active,
.login-mobile:focus,
.login-btn:active:focus {
	background-color: #007ac3 !important;
    border-color: #007ac3 !important;
    color:#fff !important;
    text-decoration:none;
}



.quote-btn {
	border: 2px solid #007ac3;
	border-radius: 4px;
	background-color:transparent;
	color: #007ac3 !important;
    padding-top: 12px !important;
    font-weight:bold;
    height:48px;
}
.quote-btn:hover,
.quote-btn:active,
.quote-btn:focus,
.quote-btn:active:focus {
	background-color: #013765 !important;
    border-color: #013765 !important;
    color:#fff !important;
}

#main-menu {
	border: none;
}
#main-menu .nav,
#main-menu .collapse,
#main-menu .dropup,
#main-menu .dropdown {
	position: static;
}
#main-menu .dropdown-menu {
	left: auto;
}
#main-menu .dropdown.full-width .dropdown-menu {
    background-color:#e8f3f9;
	left: 0;
	right: 0;
}


.main-nav .nav.navbar-nav a:focus,
.main-nav .nav.navbar-nav a:hover {
	color: #005CB9;
}
.main-nav .navbar-nav>.open>a,
.main-nav .navbar-nav>.open>a:focus,
.main-nav .navbar-nav>.open>a:hover {
    background-color: #e8f3f9;
    color:#474747;
    height:55px;
}
.main-nav .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}


.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: grey; 
}


.product-menu {
	padding: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.product-menu [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}
.product-menu h3 {
	font-size: 16px;
    margin-top: 6px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #474a4e;
    font-weight: bold;
    text-align: center;
}

.product-menu li {
	line-height:28px;
}

.product-menu li a {
	font: 15px 'Hind', sans-serif !important;
    font-weight: normal !important;
    text-decoration: none;
    color: #474a4e;
    text-transform: none;
    padding: 15px 0;
}

.product-menu li a:focus {
    padding: 5px 3px;
}

a:focus {
    outline:solid; 
    padding:5px;
}




/* NAV BAR COLLAPSE BREAKPOINT */
@media (max-width: 1200px) {

    .login-mobile {
        position: relative;
        float: right;
        border: 2px solid #007ac3;
        border-radius: 4px;
        color: #007ac3 !important;
            margin-top: 16px;
        margin-right: 9px;
        padding: 3px 8px 3px 8px !important;
        font: bold 15px 'Hind', sans-serif !important;
        text-transform: capitalize;
        text-decoration: none; 
        display:block;

    }

    .login-btn {
        border: 2px solid #007ac3;
        border-radius: 4px;
        color: #007ac3 !important;
        margin: 2px 0px 13px 15px;
        padding: 8px 13px 3px 13px !important;
        text-decoration: none;
        display:none !important;
    }



    .product-menu h3 {
        font-size: 16px;
        margin-top: 6px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #474a4e;
        font-weight: bold;
        text-align: left;
    }

    .main-nav .navbar-nav>.open>a, .main-nav .navbar-nav>.open>a:focus, .main-nav .navbar-nav>.open>a:hover {
        background-color: #e8f3f9;
        color: #474747;
        height: 0px;
    }

    .navbar {
        position: relative;
        min-height: 72px;
        border: 1px solid transparent;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top:16px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #007ac3;
        border: 0px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #fff !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 450px;
    }
}




.nav-products {
    float: none !important;
}








.dropdown-divider {
    border-top: 1px solid #C0C0C0;
    margin-top: 25px;
}

.dropdown-icons span {
    font-family: product;
    font-size: 60px;
    color: #007ac3;
    position: absolute;
    top: 40px;
}


.dropdown-menu strong {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 0px;
    text-align: left;
}

.dropdown-menu p {
    font: 15px/24px arial, sans-serif;
    color: #474a4e;
    padding: 6px 0;
    padding-top: 0px;
    text-align: left;
}

.quoting-btn, .quoting-btn:hover, .quoting-btn.active, .quoting-btn.active:focus {
    color: #fff;
    background-color: #007ac3 !important;
    border-color: #007ac3 !important;
    font: 15px lato, arial, sans-serif;
    text-transform: capitalize;
    padding: 8px 15px;
    margin-top: -10px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    ;
}
	
	
	
	
	
	
	
	
	
	


/* desktop - Start */

@media only screen and (min-width: 992px)  {
 

 .header { height: 95px; }
 .header .logo { margin-top: 20px; }

 .disclaimer { margin: 15px 0 0; }

 

 
.tagline {
   margin: 150px 0 0;
}
 
.home-page h1 { font-size: 19px; margin-top:10px; padding-bottom:15px; color:#333; }
 
.agent-search-box { width: 620px; }
.agent-search-box .col-sm-6 {
    padding-right: 0;
}
.agent-search-box .col-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.agent-search-box .col-sm-3:last-child {
 padding-left: 0;
}
 
 .white li:before { content: url(/images/bullet.png); }
 
 
 
 
  .product-circle div  {
   height: 200px;
   width: 200px;
  }
 




.learning-center img { height: 202px;}

.footer .col-sm-3 {
 border-left: 1px solid #fff;
 padding-left: 30px;
}



/*** Desktop - Product Pages ***/


.severe-events {
			background-image: linear-gradient( rgba(0,0,0,.2), rgba(0,0,0,.3) ), url(/images/banner-severe-events.jpg);
			height: 350px;
			position: relative;
			background-position: right;
	}


.severe-events h1,
.severe-events p,
.phonetxt 
{
		color: #fff;
	}




 .hero {
   width: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover; 
  }

.auto { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/auto-banner.jpg); }

.cauto { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/banner-commercial-auto.jpg); }

.collectible-auto { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/collectible-auto-banner.jpg); }
.nev { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/nev-banner.jpg);}
.mobile-home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/mobile-home-banner.jpg); }
.home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/home-banner.jpg); }
.vacant-home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/vacant-home-banner.jpg); }
.seasonal-home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/seasonal-home-banner.jpg); }
.landlord-home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/landlord-home-banner.jpg); }
.flood { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/flood-banner.jpg); }
.motor-home { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/motor-home-banner.jpg); }
.travel-trailer { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/travel-trailer-banner.jpg); }
.fifth-wheel { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/5th-wheel-banner.jpg); }
.luxury { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/luxury-motor-home-banner.jpg); }
.off-road { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/off-road-banner.jpg); }
.snowmobile { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/snowmobile-banner.jpg); }
.golf-cart { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/golf-cart-banner.jpg); }
.boat { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/boat-banner.jpg); }
.pwc { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/pwc-banner.jpg); }
.motorcycle { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/motorcycle-banner.jpg) }
.scooter { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/scooter-banner.jpg) }
.renters { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/renters-banner.jpg) }
.condo { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/owner-occupied-condominium-banner.jpg) }
.vacant-condo { background-image: linear-gradient( rgba(0,0,0,.6), rgba(0,0,0,.6) ), url(/images/vacant-and-landlord-cond-banner.jpg) }



.product {
 height: 270px;
 position: relative;
 background-position: right;
 }



.arrw-base {
 position: absolute;
 top: 60px;
 left: 0;
 height: 148px;
 width: 60%;
 min-width: 470px;
 background: url(/images/green-arrow.png) center right no-repeat;
}



 .agent-boxes { min-height: 180px; }
 .buttons > div { padding-right: 5px;}
 .buttons > div:last-child { padding-left: 5px; }
 
 .find-an-agent {
	/*	height: 64px;*/
		min-height: 64px;
		}
 
 .lb-txt {
  margin-top: 5px;
  text-align: right;
  }

 .similar-products { min-height: 64px;}

 .arrw h1, .arrw h2 { text-shadow: none; }
 
 .arrw h1 {
    font-size: 36px;
    text-shadow: none;
    margin-top: 30px;
    margin-bottom: 6px;
   }

 .arrw h2 {
   text-shadow: none;
   color: #fff;
   margin-top: 0;
   margin-bottom: 0;
}

.nowrap {
    white-space: nowrap;
}

/* .coverage { width: 500px; } */
 
 .comparison tbody tr:nth-of-type(even) td:last-child {
     background: #e2eef5;
 }
 
 
 .package {
  min-height: 360px;
  margin-bottom: 0 !important;
  }

.packages {
			min-height: 200px;;
}
 
 
 
 /*** end product pages ***/
 
  .claims { background-image: url(/images/claims-banner.jpg); }
  .claim-info { min-height: 260px; }
  
  .all-products { background-image: url(/images/payment-banner.jpg); }
  .all-products .arrw h1 { margin-top: 30px !important; }
  
  

  
.get-quote-box .col-sm-3 {
    padding-right: 0; 
}
.get-quote-box .col-sm-3:nth-child(2) {
    padding-left: 1rem;
    padding-right: 1rem; 
}
.get-quote-box .col-sm-2 {
 padding-left: 0; 
}


.locate-agent-box .col-sm-4 {  padding-right: 0; }
.locate-agent-box .col-sm-3 {
  padding-left: 1rem;
  padding-right: 1rem;
  }
.locate-agent-box .col-sm-2 {  padding-left: 0; }
.locate-agent-box input[type="submit"] {
 margin-top: 24px;
}
.prep-tips {
    padding-bottom:50px;
  }

.prep-tips .thumbnail {
  min-height: 480px;
}

.prep-tips img {
  min-width: 350px;
    border: 1px solid #ddd;
    padding: 5px;
}

.prep-tips h3 {
    font-size: 17px;
    font-family: 'Hind';
    margin-top: 8px;
}

.prep-tips .small {
    color:none;
}




  
} /* desktop - End */


/* ipads */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
 
	.nav>li>a {
  padding-left: 10px ;
  padding-right: 10px ;
 }
	
	.navbar {
		font-size: 18px;
	}
	

	
	}

@media only screen and (max-width: 992px)  {

.lightbluebackground {
    background-color:#fff;padding:20px 0px 0px 0;
}

.darkblue {
    background:rgba(0, 55, 100, 0.8);padding:30px 40px; margin-top: 40px; color:#fff;
}

.darkgrey {
    background:rgba(66, 66, 66, 0.8);padding:30px 40px; margin-top: 40px; color:#fff;
}

.whitebackground {
    padding:0px 0px 30px 0;
}

 .home-page h1 { font-size: 17px; margin-top:10px; padding-bottom:15px; line-height: 23px;}

 .opacity {
     background:rgba(250, 250, 250, 0.62);
     height: 442px;

 }

 .bluebackground {
     background:rgba(23, 100, 178, 0.90);padding:15px;color:#fff; margin-top:0px; margin-bottom:20px;
 }
	

 }

@media only screen and (max-width: 767px)  {

    .homepage-icons p {
        margin: 15px 0px 18px 0px;
    }

    .eco-sys {
        background: #6a6057 url(/images/block-mc.png) no-repeat right bottom;
        padding: 20px;
    }



 .home-page h1 { font-size: 17px; margin-top:10px; padding-bottom:15px; }

 .opacity {
     background:rgba(250, 250, 250, 0.62);
     height: 452px;

 }


    .home-page {
        background: url('../images/auto-homepage-banner.jpg');
        background-size: cover;
        background-position: center top;
        background-attachment:scroll;
        height: 656px;
    }
	
 .bluebackground {
     background:rgba(23, 100, 178, 0.90);padding:15px;color:#fff; margin-top:0px; margin-bottom:20px;
 }
	
 }

@media only screen and (max-width: 450px)  {
    
    .navbar-brand{
       padding: 12px 1px 0px 8px !important; 
    }
    .login-mobile {
        margin-right: 3px;
    }
    .navbar-toggle {
        margin-right:8px;
    }


 .home-page h1 { font-size: 17px; margin-top:10px; padding-bottom:15px; }

 .opacity {
     background:rgba(250, 250, 250, 0.82);
     height: 383px;

 }


    .home-page {
        background: url('../images/auto-homepage-banner.jpg');
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;
        height: 590px;
    }
	
 .bluebackground {
     background:rgba(23, 100, 178, 0.90);padding:15px;color:#fff; margin-top:0px; margin-bottom:20px;
 }
	

 }
 