*{
    font-family: sans-serif !important;
}

h1, h2 {
    color: #1f2125;
    font-size:
}
a, a:visited, h1, h2 {
    font-weight: 700;
}
#footer, .btn-primary {
    word-wrap: break-word;
}
body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.2;
    color: #2e3138;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
	
	
/* Custom Classes */

.i-small { margin-bottom: 0px; padding-bottom: 0px; }
.typical-rate{display:block;font-size:.7em;margin:.6em auto 0;max-width:404px;text-align:right;color: #666;}

/* End Custom Classes */

@media (min-width :1200px) {
    .container {
    width: 992px;
}
}.mb {
    margin-bottom: 30px;
}
.mb-sm {
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
	line-height: 1.2;
    margin-top: 0;
	color: #B22222;
}
@media (max-width :767px) {
    h1 {
    font-size: 30px;
	line-height: 1.2;
	color: #B22222;
}
} h2 {
    font-size: 24px;
    margin: 20px 0;
}
h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
}
p {
    margin: 0 0 20px;
}
a, a:visited {
    color: #2264e6;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}
a:focus, a:hover {
    color: #103c92;
}
.bb {
    border-bottom: 1px solid #ebecef;
    
}
.text-muted {
    color: #5c6270;
}
.btn-primary {
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
    background: #e6a422;
    border-color: #e6a422;
    color: #fff!important;
    white-space: normal;
    margin-bottom: 30px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff!important;
    background-color: #bf8616;
    border-color: #bf8616;
}
.disclaimer-bg {
     background: #ffffff;
    color: #707070;
}
.dark .disclaimer-bg {
    background: #2e3138;
    color: #abb0ba;
    border-bottom: 1px solid #454a54;
}
.disclaimer {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-align: right;
}
.disclaimer.RevContent {
    font-size: 1.1em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
#footer .disclaimer {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background: 0 0;
    font-style: normal;
}
#footer .disclaimer.RevContent {
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid #ebecef;
}
.dark .navbar {
    background: #2e3138;
    border: none;
}
.navbar-brand {
    width:120px;
    height: 24px;
    background-size: 300px 60px;
    background-image: url("../img/header-logo-mobile.png");
    padding: 0;
    margin-left: 15px;
}
.dark .navbar-brand {
    background-image: url("../img/header-logo-mobile.png");
}
@media (min-width :768px) {
    .navbar>.container .navbar-brand {
    margin-left: 0;
}
}@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .navbar-brand {
    background-image: url("../img/header-logo-mobile.png");
}
.dark .navbar-brand {
    background-image: url("../img/header-logo-mobile.png");
}
}.navbar-nav>li>a {
    color: #5c6270;
    text-transform: uppercase;
    font-weight: 400;
}
.dark .navbar-nav>li>a {
    color: #abb0ba;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    color: #2e3138;
    background: 0 0;
}
.dark .navbar-nav>li>a:focus, .dark .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-nav>li.active>a, .navbar-nav>li.active>a:focus, .navbar-nav>li.active>a:hover {
    color: #2e3138;
    border-bottom: 2px solid #e6a422;
    padding-bottom: 5px;
}
.dark .navbar-nav>li.active>a, .dark .navbar-nav>li.active>a:focus, .dark .navbar-nav>li.active>a:hover {
    color: #fff;
}
.content {
    padding: 15px 0 60px;
}
.content-img {
    margin: 5px 0 20px;
}

@media (min-width :992px) {
    .content-img {
    float: right;
    margin-left: 20px;
}
} blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #e6a422;
    background: #fbefd9;
    color: #362606;
}
.map {
    margin: 0 0 30px;
}
#footer {
    padding: 60px 0;
    margin-top: 30px;
    font-size: 14px;
    background: #2e3138;
    color: #abb0ba;
}
#footer p:last-child {
    margin: 0;
}
#footer a, #footer a:hover, #footer a:visited {
    color: #abb0ba;
    font-weight: 400;
}
#footer a:before {
    content: '\00B7';
    padding: 0 5px;
}
#footer hr {
    margin: 20px 0;
    border-top: 1px solid #454a54;
}


@media (max-width: 992px){
.disclaimer-bg {
    display: none;
}

}


@media (min-width: 500px){
.imageState img{
    float:right;
   
}
}



.navbar-header{
    text-align: center;
}

.nav>li>a{
    padding-top:0px;
}

.date{
      font-size:14px;
      color: #8e8e8e;
      text-transform: uppercase;
      margin-top:10px;
}

.content .boxbtn {
	-moz-box-shadow:    0px 3px 0px 0px #6c190b;
  	-webkit-box-shadow: 0px 3px 0px 0px #6c190b;
 	box-shadow:         0px 3px 0px 0px #6c190b;
 	border-radius: 5px;
 	text-align:center;
 	background:#ce2628;
 	margin:20px;
 	padding:20px;
 	font-weight: bold;
}

@media (max-width: 768px){
.navbar-header{
    width: 100%;
}

.navbar-brand{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar{
    padding-top:12px;
    padding-bottom:12px;
    min-height: 30px;
    border-bottom:4px solid #2f2f2f;
}


}
/* NEW STEP 2 BUTTONS */

	/* "Compare rates" button was not full width, so here's some modifications to look good next to new buttons" */
	.content .boxbtn {
		margin-left:0;
		margin-right:0;	
		background:#d93e41;
	}
	
	.content .boxbtn:hover{
		background:#ce2628;
	}
	
	.content .boxbtn:active{
		transform:translateY(3px);
		-webkit-transform:translateY(3px);
		-moz-box-shadow:    none;
	  	-webkit-box-shadow: none;
	 	box-shadow:         none;
	}

	.step_buttons{
		overflow:hidden;
		padding-bottom:5px;
	}

	.step_buttons .row a{
		-moz-box-shadow:    0px 3px 0px 0px #6c190b;
	  	-webkit-box-shadow: 0px 3px 0px 0px #6c190b;
	 	box-shadow:         0px 3px 0px 0px #6c190b;
	 	border-radius: 5px;
	 	text-align:center;
	 	background:#d93e41;
	 	padding:20px;
	 	font-weight: bold;
	 	color:white;
	 	width:30%;
	 	margin-right:5%;
	 	margin-bottom:15px;
	 	float:left;
	}
	
	.step_buttons .row a:hover{
		text-decoration:none;
		background:#ce2628;
	}
	
	.step_buttons .row a:active{
		transform:translateY(3px);
		-webkit-transform:translateY(3px);
		-moz-box-shadow:    none;
	  	-webkit-box-shadow: none;
	 	box-shadow:         none;
	}
	
	.step_buttons .row a:last-child{
		margin-right:0;
	}

/* END STEP 2 BUTTONS */