@font-face {
    font-family: 'geico';
    src:url('/public/design-kit/4.0/fonts/geico.eot?ebgc76');
    src:url('/public/design-kit/4.0/fonts/geico.eot?#iefixebgc76') format('embedded-opentype'), 
        url('/public/design-kit/4.0/fonts/geico.woff?ebgc76') format('woff'), 
        url('/public/design-kit/4.0/fonts/geico.ttf?ebgc76') format('truetype'), 
        url('/public/design-kit/4.0/fonts/geico.svg?ebgc76#geico') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 1.6rem;
    background-color: #fff;
}
ul.margin{
	list-style: none;
	margin: auto 0;
}
ul li.icon-chevron-right:before {
	font-family:'geico';
	content: "\e212";
	padding-right:.5rem;
	font-size: 1rem;
	color: #bab4ab;
}
ul { list-style: disc; margin: 1.5rem 2rem; margin-bottom: 2.5rem;}
li, li.icon-chevron-right { margin-bottom: 0.65rem; font-family: inherit;}
a { text-decoration: underline; color:#154995; }
a:hover { text-decoration: none; }
h3 {margin:1.5rem 0; color:#60574A;}			
#container { max-width: 101.7rem; min-height: 45rem; position: relative; margin: 0px auto;}
label{
	display: block;
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
footer { margin: 2rem auto; display: block; width: 100%; max-width: 80rem; font-size: 1.2rem; padding: 1rem;}
#getQuote { margin-top: 2rem; margin-bottom: 2rem; padding: 0 3rem; font-size: inherit;}
#property-ins {display: none;}
#property-ins-sm {display: block;}
.card {
    margin-bottom: 1rem;
    margin-top: 2.6rem;
}
.card::before {
    background-clip: padding-box;
    background-color: #4789B6;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    content: "";
    display: block;
    height: 0.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
}
.card .card-content {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-color: #e6e3dd;
    border-style: none solid solid;
    border-width: 0.1rem;
    overflow: auto;
    padding-left: 3rem;
    padding-top: 3rem;
    width: 100%;
}
.card .card-content.margin {
	padding: 3rem 2.5rem;
}

.card .card-content .card-headline {
    color: #4789B6;
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 0.5rem;
    padding-top: 0.3rem;
    padding-right: 1rem;
}
h3.card-subhead{
	margin-top: 0.5rem;
	padding-right: 1rem;
  color: #60574A;
}

hr{
	border:0;
	height: 0;
	border-top: 1px solid #e6e3dd;
	margin-left: -3rem;
	margin-top: 2.5rem;
}

/* Overwrite member-discount css */
.main-header { width:100% !important; max-width: 101.7rem !important; }
#content { padding: 2rem 0rem !important; padding-top: 8rem !important;}
#content .row{margin-left: 0; margin-right: 0;}
.select-box::before {line-height:40px !important;}
.select-box::after {display:none;}
.select-box {width:26rem !important; max-height: 4.5rem !important; margin-bottom: 0;}
.select-box select{	padding-right: 0 !important;}
form {width: 27rem !important; max-width: 38rem !important;	margin: 0rem !important;}
form input[type="text"] { width:26rem !important; display: block !important; margin-bottom: 0;}
#getQuote {	width:auto !important; display: block; border-radius: 3rem !important;}
@media screen and (min-width: 480px) {
    .btn {
        width: auto;
    }
}
/* From DesignKit */
* {
  margin: 0;
  outline: 0 none;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-8 {width: 66.66666667%;}
.col-lg-4 {width: 33.33333333%;}
.col-lg-4, .col-lg-8 { float: left; }
.col-lg-4, .col-lg-8, .col-md-12 {  padding-left: 1.5rem;    padding-right: 1.5rem;  }
.col-lg-4, .col-lg-8, .col-md-12{  position: relative;  min-height: 1px;  padding-left: 0.5rem;  padding-right: 0.5rem;}


@media (min-width: 300px) {
  .col-md-12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 400px)  {
	#content {
		padding: 2rem !important;
    padding-top: 8rem !important;
	}
}
@media (min-width: 900px)  {
	#property-ins {display: block;}
	#property-ins-sm {display: none;}
	form{width: 38rem !important;}
}
@media (min-width: 768px) {
  .container {
    max-width: 101.7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .col-lg-4,
  .col-lg-8,
  .col-md-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }  
  .col-lg-4,
  .col-lg-8 {
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
}

.select-box:before {
  color: #BAB4AB;
  content: "\e214";
  position: absolute;
  width: 4.5rem;
  right: 0rem;
  text-align: center;
}

