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: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f5f5f5;
    position: relative
}

@media (min-width:768px) {
    body {
        font-size: 20px;
    }
}

.container p {
    margin: 0 0 12px 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1024px;
    position: relative
}

.container-logo {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
    padding-right: 6px;
    max-width: 1024px;
    position: relative
}

.container-sm {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
    padding-right: 6px;
    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: none;
    color: #0040ff;
    box-shadow: 0 2px 0
}

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("bgtop2.jpg") no-repeat;
    padding: 0 0 8px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.notice {
    font-size: 12px;
    text-align: center;
    color: #E9E9E9;
    z-index: 1;
    position: absolute;
    left: 40%;
}

@media (min-width:768px) {
    .header {
        padding: 0 0 10px 0
    }

    .notice {
        font-size: 15px;
        position: relative;
        margin: auto;
        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: none;
    padding-top: 8px;
}

.header a,
.header a:focus,
.header a:hover {
    color: #e8e8e8
}

@media (min-width:768px) {
    .header-nav {
        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;
}

.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("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;
}

.new_rates:hover {
    background: url("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;
}

#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 {
    cursor: pointer;
    float: left;
    line-height: normal;
    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;
}

.yellow {
    background-color: #FF0;
}