@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');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;600&family=Lusitana&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-icons';
    
	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;
  }

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;
}

.product-background {
    background-image: url(/boat-insurance-BTTR/images/boat-on-shore.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.product-page h1 {
    color: #fff;
    font: 600 40px/46px 'Hind', arial, sans-serif;
    margin-bottom:0px
}

.product-page h2 {
    margin-top: 5px;
    margin-bottom: -7px;
    font: 26px/31px 'Hind', arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.h3, .product-page h3 {
    font-size: 26px;
    font-weight: 700;
    padding-top: 11px;
    margin-bottom: 6px;
}

.lightblue-background h2 {
    margin-top: 7px;
    font-weight: 700;
    margin-bottom: 0px;
}

b, strong {
   font-weight: 600;
}

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

sup {
    top: -0.1em;
}

.list-bullet li {
	position:relative;
	margin-left: 10px;
	margin-bottom: 14px; 
	list-style: none;
 }
	
.list-bullet li:before {
  content: url(/TRDR/images/green-checkmark-15px.png);
  position:absolute;
  top: 3px;
  left:-25px;
 }

.video {
        padding-top:21px
    }

.phone-number {
	color:#005CB9;
	font-size:48px;
	font-weight:bold;
	text-decoration:none;
} 

.phone-number-mobile {
	color:#005CB9;
	font-size:36px;
	font-weight:bold;
	text-decoration:none;
} 

.quote-box {
	margin: auto;
	width:100%;
    padding: 30px 30px 30px 30px;
    border: 1px solid #005CB9;
    border-radius: 4px;
    background: #fff;
	margin-top:-30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonial-box {
	margin: 10px 10px;
	/*width:100%; */
    padding: 30px 30px 20px 30px;
    border: 1px solid #005CB9;
    border-radius: 4px;
    background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: 'Hind', sans-serif; 
	font-size:20px;
	/*float:left; */
	text-align:center;
	
}

div.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
 
.bluebackground {
    background:rgba(23, 100, 178, 0.90);padding:15px; margin-top: 129px; color:#fff;
}

.white-background {
    padding: 10px 0 25px 0;
	background-color:#fff;
}

.white-quotebackground-space {
    padding-top:11px;
}

.lightblue-background {
	background-color:#edf6fb;
	padding: 40px 0;
}

.lightblue-background-nopadding {
	background-color:#edf6fb;
}

.navy-blue-background {
	background-color:#003764;
	padding: 50px 0;
	padding-bottom:70px;
}

.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;
}

.nav {
    padding-left: 0;
    margin-left: 4px;
    margin-top: 25px;
	margin-bottom: 25px;
    list-style: none;
    text-align: center;
	color:#005CB9;
}

.icon2 {
    position: relative;
    display: inline-grid;
    padding: 0px 50px 0px 50px;
    border: 1px solid #005CB9;
    border-radius: 4px;
    /*background: #fff;*/
	text-decoration: none;
    background-color: #005CB9 !important;
    color:#fff !important;
}

.nav-pills {
    list-style: none;
    text-align: center;
	color:#005CB9;
		margin-bottom:25px;
}

.icon1 {
        display: inline-block;
		margin:auto;
        padding: 0;
    }

.icon4 {
    float: left; 
	color: #fff;
    background-color: #005CB9;
}

.homepage-icons {
    text-decoration: none;
    color: inherit;
	margin-bottom:-30px;
	float:left;
}
.homepage-icons span {
    font-family: 'fonticon',product-icons,foremost-logo-interlock;
    font-size: 90px;
    font-weight:normal;
	padding-top:10px;
}

.homepage-icons h3 {
	text-decoration: none;
	font-size: 20px;
	margin-top:-25px;
	padding-top:0px;
	padding-bottom:10px;
    }

.nowrap {
    white-space: nowrap;
}

.white-text {
    color:#fff !important;
}
 
.products h2 { font-size: 30px; font-weight:600; padding-top:30px; }


.product-rv  {
 background-image: url(/TRDR/images/product-rv.jpg);
}
.product-boat {
    background-image: url(/boat-insurance-BTTR/images/boat-on-shore.jpg);
}
.product-snowmobile  {
 background-image: url(/images/product-snowmobile.png);
}

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

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

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

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

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


.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;
}
/******* 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 ****** */

/*** 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;
	}

.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;
	}
	
/* 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 */

.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;
        }



/* 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: 1px solid #005CB9;
    border-radius: 4px;
    background-color: #005CB9;
    color: #fff !important;
    padding: 10px;
    margin: 0px;
    font: 500 16px 'Hind', arial, sans-serif;
    text-decoration: none;
    Width: 210px;
    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;
}

       
        
@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;
	}     
    }


/* NAV BAR COLLAPSE BREAKPOINT */
@media (max-width: 1200px) {
	
	.product-page h2 {
		margin-top: 5px;
		margin-bottom: 3px;
		font: 26px/31px 'Hind', arial, sans-serif;
		font-weight: 700;
	 
	}

    .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: 100px;
        border: 1px solid transparent;
    }

    .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;
}

.header-subtext {
    font: 16px/22px 'Hind', arial, sans-serif;
    font-weight: normal;
    margin-top:3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #474a4e; 
}

.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; 
  }

.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); }

.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;
}



/* .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)  {

    .product-background {
        background-image: url(/boat-insurance-BTTR/images/boat-on-shore.jpg);
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .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)  {

    .product-background {
        background-image: url(/boat-insurance-BTTR/images/boat-on-shore-small.jpg);
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .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-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: 576px)  {
	
	.product-rv  {
 background-image: url(/TRDR/images/product-rv-small.jpg);
}

    .product-boat {
        background-image: url(/boat-insurance-BTTR/images/boat-on-shore-small.jpg);
    }

 .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-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;
 }
 }
 
 /* X-SMALL Devices 
@media (max-width: 767px) {*/

@media (max-width: 576px) {

 /*h1 {
    font: 35px 'lato', arial, sans-serif;
    padding-top:130px;
    color:#fff;
}*/

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

	.product-background {
	background-image: none;
	background-color: #003764;
	height:400px;
	background-repeat: no-repeat;
	background-size:cover;
}

.navy-blue-background {
	background-color:#003764;
	padding: 10px 20px;
	padding-bottom:30px;
}

.white-background {
    padding: 20px 55px 35px 55px;
}

.lightblue-background {
    background-color: #edf6fb;
    padding: 30px 55px;
}

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

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

        .homepage-icons h3 {
        text-decoration: none;
    }


    .homepage-icons span {
        font-family: 'fonticon',product-icons,foremost-logo-interlock;
        font-size: 70px;
    }

    .homepage-icons div {
margin-top: 30px;
    padding-top: 45px;
    border: 1px solid #0369a7;
    background-color: #0369a7;
    border-radius: 4px;
    height: 130px;
    text-align: center;
}

@media (max-width: 373px) {
	
.product-background {
	background-image: none;
	background-color: #003764;
	height:400px;
	background-repeat: no-repeat;
	background-size:cover;
}
	
.white-background {
    padding: 50px 30px 75px 30px;
}

.lightblue-background {
    background-color: #edf6fb;
    padding: 50px 30px;
}

.product-page h1 {
    color: #fff;
    font: 600 40px/46px 'Hind', arial, sans-serif;
    margin-bottom: 0px;
}

.product-page h2 {
    margin-top: 5px;
    margin-bottom: 9px;
    font: 26px/31px 'Hind', arial, sans-serif;
    font-weight: 700;
    
}

}
 