html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f5f5f5;
  position: relative;
}

.container p {
  margin: 0 0 12px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 800px;
  position: relative;
}

.container-logo {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  position: relative;
}

.container-sm {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 10px;
  max-width: 800px;
  position: relative;
}
@media (min-width: 468px) {
  .container-sm,
  .container-logo {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container p {
    margin: 0 0 12px 0;
  }
}

.container-sm:after,
.container-sm:before,
.container-logo:after,
.container-logo:before,
.container:after,
.container:before {
  content: " ";
  display: table;
}

.container-sm:after,
.container-logo:after,
.container:after {
  clear: both;
}

@media (min-width: 992px) {
  .age-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}

a {
  background: 0 0;
  text-decoration: none;
  color: #0040ff;
  font-weight: 700;
}

a:active,
a:hover {
  outline-width: 0;
  text-decoration: underline;
  color: #0040ff;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin: 0 0 22px 0;
}
h1,
h2,
h3 {
  font-weight: 900;
  line-height: 1.1;
  color: #000;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
}

img {
  vertical-align: middle;
  border-style: none;
  border: 0;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: #1f4888 url(images/bgtop2.jpg) no-repeat;
  padding: 0 0 8px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .header {
    padding: 0 0 10px 0;
  }
}

.notice {
  font-size: 12px;
  text-align: center;
  color: #ccc;
  z-index: 1;
  position: absolute;
  left: 40%;
}
@media (min-width: 768px) {
  .notice {
    font-size: 15px;
    position: relative;
    left: auto;
    width: 110px;
  }
}

.header-logo {
  float: left;
  line-height: 24px;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .header-logo {
    line-height: 40px;
    padding-top: 10px;
  }
}

.header-nav {
  float: right;
  display: block;
  padding-top: 8px;
}
.header a,
.header a:focus,
.header a:hover {
  color: #e8e8e8;
  padding-right: 11px;
  padding-top: 10px;
}

.header-nav {
  padding-top: 32px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    background: #1f4888;
    width: 96%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin: 10px;
    border: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .header-nav.show {
    display: flex;
  }
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 48px;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}

.content {
  background: #fff;
  padding: 6px 0;
}
.content-heading {
  text-align: left;
}
.content-heading p,
.content-heading h1 {
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 22px 0;
  }
  .content-heading {
    text-align: center;
  }
}

.content-tag {
  color: #dd3700;
  margin-bottom: 16px;
  font-weight: normal;
}
.content-prehead {
  color: #333;
  margin-bottom: 16px;
  font-weight: normal;
}

.content-update {
  font-size: 70%;
  font-weight: normal;
  color: #666;
}

.footer {
  padding: 16px 0;
  font-size: 75%;
  color: #d6d6d6;
  text-align: center;
  background: #1f4888;
}
@media (min-width: 768px) {
  .footer {
    padding: 32px 0;
  }
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a,
.footer a:focus,
.footer a:hover {
  color: #d6d6d6;
}
fieldset {
  border: 0;
}
.boxedb:hover,
.boxedb2:hover {
  background-color: #f1f1f1;
}
.boxedb,
.boxedb2 {
  display: block;
  float: left;
  padding: 6px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  color: #00f;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  border: solid 2px #e29003;
  -webkit-tap-highlight-color: #f1f1f1;
  margin: 3px;
  width: 111px;
  font-size: 100%;
  border-radius: 3px;
}
.boxedbSel,
boxedb:active,
boxedb2:active {
  background-color: #f1f1f1;
  border-radius: 3px;
  border: solid 5px green !important;
}

.refHide {
  display: none;
}
.mileage_sec ul {
  padding: 0;
}
.mileage_sec ul li {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}
.mileage_sec ul li div strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  padding: 0 12px;
  background: #d5e4f7;
  border-radius: 16px;
  padding: 0 9px;
  line-height: 24px;
  color: #ffffff;
  background: #2087fc;
}
.new_rates {
  padding: 14px 52px 14px 16px;
  box-shadow: 0px 3px 0px 0px #e29003;
  display: block;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  background: url(images/cta_arrow.png) no-repeat 98% center #fdc058;
  transition: all ease-in-out 0.3s;
  margin: 0 0 60px 0;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #000;
}
@media screen and (max-width: 370px) {
  .new_rates {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 359px) {
  .new_rates {
    padding: 14px 40px 14px 3px;
    margin-left: -5px;
    margin-right: -5px;
    background: url(images/cta_arrow.png) no-repeat 99.8% #fdc058;
  }
}
.new_rates:hover {
  background: url(images/cta_arrow.png) no-repeat 98% center #fdb53a;
}
.discounts {
  color: green;
  margin-left: 5px;
  font-size: 80%;
}
.leftimg {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-right: 10px;
}
.bottom_icons_sec ul li {
  display: inline-block;
  float: none;
  margin: 0;
}
.bottom_icons_sec ul {
  margin: 0;
}
.content ul {
  display: block;
  float: none;
  list-style-type: disc;
  list-style: disc;
  margin: 0;
}
.bottom_icons_sec ul {
  margin: 0;
  padding: 0;
}
.bottom_icons_sec ul li a:active,
.bottom_icons_sec ul li a:hover {
  text-decoration: none;
  box-shadow: 1px 1px 1px 1px #e29003;
  height: 50;
}
input[type="radio"] {
  cursor: pointer;
  float: left;
  line-height: normal;
  margin-right: 4px;
}
#lselect_0,
#lselect_1 {
  display: inline-block;
  float: left;
  padding: 1px 1px 1px 1px;
  border-radius: 3px;
  cursor: pointer;
  line-height: normal;
  color: blue;
  width: 67px;
}
#select_0,
#select_1 {
  margin-right: 6px;
  margin-left: 10px;
}
.labelchecked {
  background-image: none;
  box-shadow: 0 0 0 2px #bebebe;
  border-color: #bebebe;
  background-color: #f0f0f0;
}
.radiolabels {
  margin-left: 20px;
  width: 270px;
}
.clear {
  clear: both;
}
.source {
  font-size: 12px;
  font-style: italic;
}
.highlight {
  background-color: #ffe5a2;
}
