﻿
.clear {
    clear: both;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}



/* HTML5 display-role reset for older browsers */


body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: 0;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}


.texty input, textarea {
    outline: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
}

button, input[type="submit"] {
    border: 0;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}


::-ms-reveal,
::-ms-clear {
    display: none !important;
}

body:after {
    content: "size1";
    display: none;
}

@media only screen and (min-width: 400px) {
    body:after {
        content: "size2";
        display: none;
    }
}

@media only screen and (min-width: 450px) {
    body:after {
        content: "size3";
        display: none;
    }
}

@media only screen and (min-width: 560px) {
    body:after {
        content: "size4";
        display: none;
    }
}

@media only screen and (min-width: 760px) {
    body:after {
        content: "size5";
        display: none;
    }
}

@media only screen and (min-width: 970px) {
    body:after {
        content: "size6";
        display: none;
    }
}

@media only screen and (min-width: 1060px) {
    body:after {
        content: "size7";
        display: none;
    }
}

@media only screen and (min-width: 1260px) {
    body:after {
        content: "size8";
        display: none;
    }
}

@media only screen and (min-width: 1320px) {
    body:after {
        content: "size9";
        display: none;
    }
}

@media only screen and (min-width: 1450px) {
    body:after {
        content: "size10";
        display: none;
    }
}

body {
    font-size: 14px;
    line-height: 1.75;
    color: #7d8285;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #222b2c;
}

    body * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

img {
    max-width: 100%;
    height: auto !important;
    display: block;
    border: 0;
}


h1, h2, h3, h4, h5 {
    color: #364047;
}

h1 {
    font: 16px/1 "FFDINWebProCondBold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    font-size: 15px;
    margin-bottom: 20px;
}


p {
    margin-bottom: 20px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

a:focus {
    outline: 1px dotted #a2a29e !important;
}

.btn:focus {
    outline: 1px solid #a2a29e !important;
}

.main a {
    padding-bottom: 2px;
    color: inherit;
    border-bottom: 1px solid #a2a29e;
    border-bottom: 1px solid currentColor;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear;
}

    .main a:hover {
        border-color: #0ea1ef;
    }

    .main a:active {
        color: #0ea1ef;
    }

    .main a[href^=tel] {
        border: 0;
    }



.main em, .main i {
    font-style: normal;
}

.main .muted {
    color: #a2aaaf;
}

.main .bullets, .main .numbers {
    vertical-align: top;
}

    .main .bullets li, .main .numbers li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .main .bullets > li {
        margin-bottom: 5px;
    }

    .main .bullets > li {
        text-indent: -8px;
        margin-left: 10px;
        padding-left: 10px;
    }

        .main .bullets > li:before {
            content: "•";
            display: inline-block;
            width: 5px;
            color: #0ea1ef;
        }

.main .numbers {
    list-style: none;
    counter-reset: li;
}

    .main .numbers > li:before {
        font-size: 10px;
        line-height: 1.2;
        margin-right: 5px;
        content: counter(li);
        counter-increment: li;
        color: #0ea1ef;
    }

.text-huge {
    font-size: 24px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-large {
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-small {
    font-size: 13px;
    line-height: 1.5;
}

.text-tiny {
    font-size: 11px;
    line-height: 1.5;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}



.highlight {
    color: #ff6e00;
}

.head-divider:after {
    margin: 15px 0 25px 0;
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #0ea1ef;
}


.icon-edit {
    padding: 5px 0 5px 25px;
    background-image: url("/img/icon-edit.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

html.no-svg .icon-edit {
    background-image: url("/img/icon-edit.png");
}

a.icon-edit {
    color: #0ea1ef;
    border: 0;
}

.icon-map {
    padding: 5px 0 5px 20px;
    background-image: url("/img/icon-map.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

html.no-svg .icon-map {
    background-image: url("/img/icon-map.png");
}

.icon-unlink {
    padding: 1px 0 3px 16px;
    background-image: url("/img/unlink.svg");
    background-repeat: no-repeat;
    background-position: 0 0px;
}

html.no-svg .icon-unlink {
    background-image: url("/img/unlink.png");
}

.icon-leaf {
    padding-left: 30px;
    background-image: url("/img/icon-leaf.svg");
    background-repeat: no-repeat;
    background-position: 0 3px;
}

html.no-svg .icon-leaf {
    background-image: url("/img/icon-leaf.png");
}

.icon-link-account {
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 8px;
    background-image: url("/img/icon-link-account.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

html.no-svg .icon-link-account {
    background-image: url("/img/icon-link-account.png");
}

.icon-link-account.btn-link-another {
    padding-left: 60px;
    background-position: 20px 50%;
}

.icon-adobe-reader {
    padding: 15px 0 15px 35px;
    display: inline-block;
    background-image: url("/img/icon-adobe-reader.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.icon-print, a.icon-print {
    color: #0ea1ef;
    border: 0;
    padding: 15px 0 15px 30px;
    display: inline-block;
    background-image: url("/img/icon-print.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

html.no-svg .icon-print, html.no-svg a.icon-print {
    background-image: url("/img/icon-print.png");
}

.icon-print.btn, a.icon-print.btn {
    padding-left: 45px !important;
    background-position: 10px 50%;
}

.icon-view, .icon-download,
a.icon-view, a.icon-download {
    margin: 2px 0;
    display: inline-block;
    padding-left: 40px !important;
    background-position: 12px 50%;
}

.icon-calendar {
    padding-left: 60px;
    background-image: url("/img/icon-calendar.svg");
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

html.no-svg .icon-calendar {
    background-image: url("/img/icon-calendar.png");
}

.icon-view {
    background-image: url("/img/icon-view.svg");
    background-repeat: no-repeat;
    background-position: 12px 50%;
}

html.no-svg .icon-view {
    background-image: url("/img/icon-view.png");
}

.icon-download {
    background-image: url("/img/icon-download.svg");
    background-repeat: no-repeat;
    background-position: 12px 50%;
}

html.no-svg .icon-download {
    background-image: url("/img/icon-download.png");
}

a.icon-arrow-right {
    border: 0;
    display: inline-block;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0ea1ef;
    background-image: url("/img/link-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 100% 35%;
    padding-right: 15px;
}

html.no-svg a.icon-arrow-right {
    background-image: url("/img/link-arrow-right.png");
}

a.icon-arrow-right:hover {
    color: #128bc8;
}

a.icon-arrow-right:active {
    padding-right: 20px;
}

.tooltip-icon {
    -webkit-transition: color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
    text-indent: 0;
    display: inline-block;
    font: 12px/1 "FFDINWebProCondBold";
    padding: 3px 0 0 0;
    text-align: center;
}

    .tooltip-icon:hover {
        color: #0ea1ef;
        border-color: #0ea1ef;
    }

.tooltip-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: bottom 0.4s ease, opacity 0.3s linear;
    -moz-transition: bottom 0.4s ease, opacity 0.3s linear;
    -o-transition: bottom 0.4s ease, opacity 0.3s linear;
    transition: bottom 0.4s ease, opacity 0.3s linear;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d6dade;
    bottom: 45px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.05);
    color: #9c9c9c;
    font-size: 12px;
    line-height: 1.5;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    text-align: left;
    text-indent: 0;
    width: 250px;
    z-index: 9;
}

    .tooltip-content a {
        color: #0ea1ef;
    }

    .tooltip-content:before {
        z-index: 10;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -6px;
        margin-left: -10px;
        width: 20px;
        height: 6px;
        background-image: url("/img/tooltip.svg");
        background-repeat: no-repeat;
        background-position: 50% bottom;
    }

html.no-svg .tooltip-content:before {
    background-image: url("/img/tooltip.png");
}

.tooltip-content.show {
    pointer-events: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    bottom: 40px;
}

.btn, a.btn {
    display: inline-block;
    background-color: #0ea1ef;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 15px 18px 13px 18px;
    border-radius: 3px;
    border-bottom: 2px solid #1989ce;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    top: 0;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

    .btn:hover, a.btn:hover {
        color: #fff;
        background-color: #128bc8;
        border-color: #128bc8;
    }

    .btn[disabled]:hover, a.btn[disabled]:hover {
        background-color: #0ea1ef;
    }

    .btn:active, a.btn:active {
        color: #fff;
        top: 1px;
    }

    .btn.btn-secondary, a.btn.btn-secondary {
        background-color: #222b2c;
        border-color: #000;
        color: #fff;
    }

        .btn.btn-secondary:hover, a.btn.btn-secondary:hover {
            background-color: #364047;
        }

    .btn.btn-tertiary, a.btn.btn-tertiary {
        color: #222b2c;
        padding-top: 16px;
        padding-bottom: 14px;
        background: transparent;
        border: 1px solid #ddd;
    }

        .btn.btn-tertiary:hover, a.btn.btn-tertiary:hover {
            color: #0ea1ef;
            border-color: #0ea1ef;
        }

        .btn.btn-tertiary:active, a.btn.btn-tertiary:active {
            top: 0px;
            padding: 15px 19px 13px 19px;
            border-width: 2px;
        }

    .btn.btn-cancel, a.btn.btn-cancel {
        color: #222b2c;
        background-color: transparent;
        border: 0;
        padding-top: 16px;
        padding-bottom: 14px;
    }

        .btn.btn-cancel:hover, a.btn.btn-cancel:hover {
            color: #0ea1ef;
            border-color: #0ea1ef;
        }

        .btn.btn-cancel:active, a.btn.btn-cancel:active {
            top: 0px;
            left: 0px;
        }

    .btn.btn-danger, a.btn.btn-danger {
        background-color: #f33737;
        border-color: #b90b0b;
    }

    .btn.btn-subtle, a.btn.btn-subtle {
        padding: 12px 10px;
        color: #7d8285;
        background-color: #ebeff6;
        border: 1px solid #e4e4e5;
        position: relative;
        font-size: 11px;
        line-height: 1;
        top: 5px;
    }


    .btn.btn-mini, a.btn.btn-mini {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #b4b9bc;
        color: #2f373e;
        font-size: 11px;
        line-height: 1;
        padding: 14px 15px 13px 13px;
    }

        .btn.btn-mini:hover, a.btn.btn-mini:hover {
            color: #0ea1ef;
        }

    .btn.btn-footer, a.btn.btn-footer {
        border: 0;
        background-color: #364047;
        font-size: 11px;
        padding: 9px 12px 8px 12px;
        -webkit-transition: background-color 0.3s linear;
        -moz-transition: background-color 0.3s linear;
        -o-transition: background-color 0.3s linear;
        transition: background-color 0.3s linear;
    }

        .btn.btn-footer:hover, a.btn.btn-footer:hover {
            background-color: #222b2c;
        }

    .btn.btn-link-another, a.btn.btn-link-another {
        color: #7d8285;
        background-color: #ebeff6;
        border: 1px solid #cacaca;
    }

        .btn.btn-link-another:hover, a.btn.btn-link-another:hover {
            color: #0ea1ef;
        }

    .btn.btn-darkbg, a.btn.btn-darkbg {
        background-color: #0ea1ef;
        border-color: #000;
    }

        .btn.btn-darkbg:hover, a.btn.btn-darkbg:hover {
            background-color: #1989ce;
        }

    .btn[disabled], a.btn[disabled] {
        opacity: .4;
        cursor: auto;
    }

        .btn[disabled]:active, a.btn[disabled]:active {
            top: 0;
        }

@media only screen and (min-width: 450px) {
    .btn, a.btn {
        padding: 15px 20px 13px 20px;
    }
}

label, .label {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2f373e;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 9px;
}

.required-indicator {
    color: #a2a29e;
    color: #0ea1ef;
}

.field-group {
    margin-bottom: 20px;
}

    .field-group:last-of-type {
        margin-bottom: 0;
    }

    .field-group .form-row {
        text-align: right;
    }

        .field-group .form-row .form-row-part1 {
            text-align: left;
            margin-bottom: 15px;
        }

        .field-group .form-row .form-row-part2 {
            text-align: right;
        }

        .field-group .form-row .btn {
            width: 100%;
        }

        .field-group .form-row.form-row-btn .btn {
            -webkit-box-flex: none;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
            margin-left: 0;
        }

        .field-group .form-row.form-row-input-input .form-row-part1, .field-group .form-row.form-row-input-input .form-row-part2 {
            -webkit-box-flex: none;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
            text-align: left;
        }

        .field-group .form-row.form-row-select-btn {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .field-group .form-row.form-row-select-btn .form-row-part1 {
                -webkit-box-flex: 1 1 auto;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
            }

            .field-group .form-row.form-row-select-btn .form-row-part2 {
                min-width: 70px;
                margin-left: 15px;
                -webkit-box-flex: 0 1 auto;
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto;
            }

        .field-group .form-row.form-row-btn-btn {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .field-group .form-row.form-row-btn-btn .form-row-part1, .field-group .form-row.form-row-btn-btn .form-row-part2 {
                -webkit-box-flex: 1 1 auto;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
            }

        .field-group .form-row.form-row-checkbox-btn-btn .form-row-part2 {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .field-group .form-row.form-row-checkbox-btn-btn .form-row-part2 .btn {
                -webkit-box-flex: 0 1 auto;
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto;
            }

        .field-group .form-row.form-row-address-trio .form-row-part1, .field-group .form-row.form-row-address-trio .form-row-part2, .field-group .form-row.form-row-address-trio .form-row-part3 {
            text-align: left;
            margin-bottom: 20px;
        }

        .field-group .form-row.form-row-date-trio .form-row-part1, .field-group .form-row.form-row-date-trio .form-row-part2, .field-group .form-row.form-row-date-trio .form-row-part3 {
            margin-bottom: 20px;
        }

            .field-group .form-row.form-row-date-trio .form-row-part1 label, .field-group .form-row.form-row-date-trio .form-row-part2 label, .field-group .form-row.form-row-date-trio .form-row-part3 label {
                text-align: left;
            }

@media only screen and (min-width: 560px) {
    .field-group .form-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .field-group .form-row .btn {
            width: auto;
            max-width: 300px;
        }

        .field-group .form-row .btn {
            width: auto;
        }

        .field-group .form-row .form-row-part1 {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-bottom: 0;
        }

        .field-group .form-row .form-row-part2 {
            -webkit-box-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-bottom: 0;
        }

        .field-group .form-row.form-row-input-input .form-row-part1, .field-group .form-row.form-row-input-input .form-row-part2 {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: left;
        }

        .field-group .form-row.form-row-input-input .form-row-part2 {
            margin-left: 15px;
        }

        .field-group .form-row.form-row-btn {
            -ms-flex-pack: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

            .field-group .form-row.form-row-btn button {
                display: block;
            }

            .field-group .form-row.form-row-btn .btn {
                width: 100%;
            }

        .field-group .form-row.form-row-btn-compact {
            -ms-flex-pack: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

            .field-group .form-row.form-row-btn-compact button {
                display: block;
            }

        .field-group .form-row.form-row-btn-btn {
            display: block;
            text-align: right;
        }

            .field-group .form-row.form-row-btn-btn .form-row-part1, .field-group .form-row.form-row-btn-btn .form-row-part2 {
                -webkit-box-flex: none;
                -webkit-flex: none;
                -ms-flex: none;
                flex: none;
                display: inline-block;
            }

            .field-group .form-row.form-row-btn-btn .btn {
                width: auto;
                display: inline-block;
            }

        .field-group .form-row.form-row-checkbox-btn-btn .form-row-part2 {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .field-group .form-row.form-row-checkbox-btn-btn .form-row-part2 .btn {
                -webkit-box-flex: 0 1 auto;
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto;
                width: 50%;
                display: inline-block;
            }

        .field-group .form-row.form-row-address-trio .form-row-part1, .field-group .form-row.form-row-address-trio .form-row-part2, .field-group .form-row.form-row-address-trio .form-row-part3 {
            margin-bottom: 0;
        }

        .field-group .form-row.form-row-address-trio .form-row-part1 {
            -webkit-box-flex: 2 2 auto;
            -webkit-flex: 2 2 auto;
            -ms-flex: 2 2 auto;
            flex: 2 2 auto;
        }

            .field-group .form-row.form-row-address-trio .form-row-part1 input {
                min-width: 100px;
            }

        .field-group .form-row.form-row-address-trio .form-row-part2, .field-group .form-row.form-row-address-trio .form-row-part3 {
            -webkit-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            min-width: 0;
            margin-left: 15px;
        }

        .field-group .form-row.form-row-address-trio .form-row-part2 {
            max-width: 70px;
        }

        .field-group .form-row.form-row-address-trio .form-row-part3 {
            max-width: 120px;
        }

            .field-group .form-row.form-row-address-trio .form-row-part2 input, .field-group .form-row.form-row-address-trio .form-row-part3 input {
                min-width: 65px;
            }

        .field-group .form-row.form-row-date-trio .form-row-part1, .field-group .form-row.form-row-date-trio .form-row-part2, .field-group .form-row.form-row-date-trio .form-row-part3 {
            margin-bottom: 0;
        }

        .field-group .form-row.form-row-date-trio .form-row-part1, .field-group .form-row.form-row-date-trio .form-row-part2 {
            -webkit-box-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        }

        .field-group .form-row.form-row-date-trio .form-row-part2, .field-group .form-row.form-row-date-trio .form-row-part3 {
            min-width: 0;
            margin-left: 15px;
        }

            .field-group .form-row.form-row-date-trio .form-row-part2 input, .field-group .form-row.form-row-date-trio .form-row-part3 input {
                min-width: 0;
            }

        .field-group .form-row.form-row-date-trio .form-row-part3 {
            max-width: 110px;
        }

        .field-group .form-row.form-row-checkbox-btn .form-row-part2 {
            -webkit-box-flex: 2 0 auto;
            -webkit-flex: 2 0 auto;
            -ms-flex: 2 0 auto;
            flex: 2 0 auto;
        }

        .field-group .form-row.form-row-checkbox-btn .btn {
            width: 100%;
        }

        .field-group .form-row .field.checkbox {
            padding-top: 7px;
        }

        .field-group .form-row > :last-child {
            margin-left: 15px;
        }

        .field-group .form-row .field {
            width: 100%;
            height: auto;
        }

    .no-flexbox.no-flexboxtweener .field-group .form-row .field {
        display: inline-block;
    }

    .no-flexbox.no-flexboxtweener .field-group .form-row button {
        display: inline-block;
    }
}

.field-group.max {
    max-width: 620px;
}

.field {
    position: relative;
    z-index: 4;
}

    .field input, .field textarea {
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: color 0.2s linear, opacity 0.2s linear, border-color 0.2s linear;
        -moz-transition: color 0.2s linear, opacity 0.2s linear, border-color 0.2s linear;
        -o-transition: color 0.2s linear, opacity 0.2s linear, border-color 0.2s linear;
        transition: color 0.2s linear, opacity 0.2s linear, border-color 0.2s linear;
    }

    .field input, .field textarea, .field select {
        border-radius: 3px;
        font-size: 16px;
        line-height: 1.2;
        color: #9c9c9c;
    }

@media only screen and (min-width: 450px) {
    .field input, .field textarea, .field select {
        font-size: 15px;
    }
}

.field input:focus, .field textarea:focus {
    color: #364047;
    border: 1px solid #0ea1ef;
}

.field.texty input, .field.texty textarea {
    padding: 14px 12px 10px 12px;
    background-color: #f6f7f8;
    -webkit-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    min-width: 115px;
    width: 100%;
}

@media only screen and (min-width: 450px) {
    .field.texty input, .field.texty textarea {
        padding: 18px 12px 14px 12px;
        background-color: #f6f7f8;
        -webkit-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
        min-width: 115px;
    }
}

.field.texty.password input {
    padding-right: 5em;
}

.field.texty.tooltip input {
    padding-right: 5em;
}

.field.checkbox.tooltip, .field.radio.tooltip {
    width: auto;
}

    .field.checkbox.tooltip label, .field.radio.tooltip label {
        width: 100%;
        padding-right: 50px;
    }

    .field.checkbox.tooltip .tooltip-icon, .field.radio.tooltip .tooltip-icon {
        top: 6px;
    }





.field.select.select-mini select {
    background-color: #fff;
    padding-right: 45px;
    background-image: url("/img/select-arrow-mini.svg");
    background-repeat: no-repeat;
}

html.no-svg .field.select.select-mini select {
    background-image: url("/img/select-arrow-mini.png");
}

@media only screen and (min-width: 450px) {
    .field.select.select-mini select {
        padding-right: 45px;
    }
}

.field.checkbox, .field.radio {
    display: inline-block;
    margin-right: 20px;
    text-indent: -30px;
    margin-left: 30px;
}

    .field.checkbox label, .field.radio label {
        color: #9c9c9c;
        cursor: pointer;
        font-size: 11px;
    }

        .field.checkbox label.title-case, .field.radio label.title-case {
            text-transform: none;
            letter-spacing: 0;
            font-size: 14px;
            line-height: 1.5;
        }

    .field.checkbox input:not(:checked),
    .field.checkbox input:checked, .field.radio input:not(:checked),
    .field.radio input:checked {
        position: absolute;
        left: -9999px;
    }

    .field.checkbox label:before, .field.radio label:before {
        content: "";
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px;
        transition: all .1s linear;
    }

    .field.checkbox label:hover, .field.radio label:hover {
        color: #9c9c9c;
    }

    .field.checkbox input:checked ~ label, .field.radio input:checked ~ label {
        color: #9c9c9c;
    }

    .field.checkbox input:disabled ~ label, .field.radio input:disabled ~ label {
        color: #cacaca;
    }

    .field.checkbox input:not(:checked):disabled ~ label:hover,
    .field.checkbox input:checked:disabled ~ label:hover, .field.radio input:not(:checked):disabled ~ label:hover,
    .field.radio input:checked:disabled ~ label:hover {
        cursor: default;
    }

    .field.checkbox input:checked:focus ~ label:before,
    .field.checkbox input:not(:checked):focus ~ label:before, .field.radio input:checked:focus ~ label:before,
    .field.radio input:not(:checked):focus ~ label:before {
        border-color: #ff6e00;
    }

    .field.checkbox input:not(:checked) ~ label:before,
    .field.checkbox input:checked ~ label:before {
        border-radius: 3px;
        border: 1px solid #b4b9bc;
        background: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 0 auto;
    }

    .field.checkbox input:checked ~ label:before {
        background-size: 7px auto;
        border-color: #0ea1ef;
        background-repeat: no-repeat;
        background-position: 65% 75%;
        -webkit-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -o-background-size: 12px auto;
        background-size: 12px auto;
    }

html.no-svg .field.checkbox input:checked ~ label:before {
    background-image: url("/img/checkbox-mark.png");
}

.field.checkbox input:not(:checked):disabled ~ label:before,
.field.checkbox input:checked:disabled ~ label:before {
    background-color: #f6f7f8;
    border-color: #cacaca;
    background-image: url("/img/checkbox-mark-disabled.svg");
    background-repeat: no-repeat;
}

html.no-svg .field.checkbox input:not(:checked):disabled ~ label:before, html.no-svg .field.checkbox input:checked:disabled ~ label:before {
    background-image: url("/img/checkbox-mark-disabled.png");
}

.field.radio input:not(:checked) ~ label:before,
.field.radio input:checked ~ label:before {
    border-radius: 18px;
    border: 1px solid #b4b9bc;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 0px auto;
    -moz-background-size: 0px auto;
    -o-background-size: 0px auto;
    background-size: 0px auto;
}

.field.radio input:checked ~ label:before {
    -webkit-background-size: 10px auto !important;
    -moz-background-size: 10px auto !important;
    -o-background-size: 10px auto !important;
    background-size: 10px auto !important;
    background-image: url("/img/radio-mark.svg");
    background-repeat: no-repeat;
    border-color: #0ea1ef;
    background: #0ea1ef;
}

html.no-svg .field.radio input:checked ~ label:before {
    background-image: url("/img/radio-mark.png");
}


.field-control {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    position: absolute;
    right: 14px;
    z-index: 5;
}

    .field-control.show-password {
        padding: 8px;
        border: 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #a2aaaf;
        font-size: 9px;
        line-height: 1.2;
        text-align: right;
        top: 13px;
    }

        .field-control.show-password:hover {
            color: #0ea1ef;
        }

    .field-control.tooltip-icon {
        top: 14px;
    }

.field-note {
    padding-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #a2aaaf;
}

    .field-note p {
        margin-bottom: 8px;
    }

textarea {
    width: 100%;
}

/* Styling an indeterminate progress bar */
progress:not(value) {
    /* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
    background-color: #f2f5f7;
}


.field-validation-error,
.field-validation-success {
    position: relative;
    margin: 10px 0 20px 0;
    font-size: 11px;
    line-height: 1.625;
    display: block;
    top: 0px;
}

.feedback-success,
.field-validation-success {
    color: #77b506;
}

.feedback-error,
.field-validation-error {
    color: #f33737;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    -webkit-box-shadow: inset 0px 2px 3px 1px rgba(243, 55, 55, 0.1);
    -moz-box-shadow: inset 0px 2px 3px 1px rgba(243, 55, 55, 0.1);
    -o-box-shadow: inset 0px 2px 3px 1px rgba(243, 55, 55, 0.1);
    box-shadow: inset 0px 2px 3px 1px rgba(243, 55, 55, 0.1);
    border: 1px solid #f33737 !important;
}

input.input-validation-success, textarea.input-validation-success, select.input-validation-success {
    border: 1px solid #8acc12 !important;
}


.bighero-logo {
    width: 200px;
    margin-left: -100px;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 50;
}

    .bighero-logo img {
        max-width: none;
        width: 100%;
    }

@media only screen and (min-width: 560px) {
    .bighero-logo {
        width: 235px;
        margin-left: -117.5px;
        top: 45px;
    }
}



.form-title.bighero-form-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px 0;
}

    .form-title.bighero-form-title.title-case {
        text-transform: none;
        letter-spacing: 0;
    }

@media only screen and (min-width: 560px) {
    .form-title.bighero-form-title {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.bighero .main {
    padding: 0;
    background-color: transparent;
}

.bighero .bighero-form-wrap-outer {
    background: #f6f7f9 url(/img/hero-bikes-mountains-660.jpg) 50% top no-repeat;
    padding: 90px 20px 20px 20px;
}

.bighero .bighero-form-wrap-inner {
    border-radius: 3px;
    margin: 0 auto;
    padding: 35px 20px;
    background-color: #fff;
}

.bighero .bighero-form {
    margin-bottom: 30px;
}

@media only screen and (min-width: 560px) {
    .bighero .top {
        background-image: url(/img/hero-bikes-mountains-1200.jpg);
        background-repeat: no-repeat;
        background-color: #f6f7f9;
        background-position: 50% 0;
    }

    .bighero .main {
        padding: 200px 20px 100px 20px;
    }

    .bighero .bighero-form-superwrap {
        background: #fff;
        margin: 0 auto 60px auto;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }

    .bighero .bighero-form-wrap-outer {
        padding-top: 10px;
        background-image: none;
        background-color: transparent;
    }

    .bighero .bighero-form-wrap-inner {
        background-image: none;
        margin-top: 0;
        background-color: transparent;
    }

        .bighero .bighero-form-wrap-inner .btn {
            width: auto;
        }

    .bighero .bighero-form {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 760px) {
    .bighero .main {
        padding-top: 250px;
    }

    .bighero .bighero-form-wrap-inner {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 970px) {
    .bighero .top {
        background-image: url(/img/hero-bikes-mountains-1600.jpg);
        background-position: 50% 0;
    }

    .bighero .bighero-form-create-account {
        margin-top: 300px;
    }
}


.miniform .bighero-form-superwrap {
    position: relative;
    max-width: 560px;
}



.surface {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 25px 15px 35px 25px;
}



.instr-group {
    margin-bottom: 40px;
}

ol.instr {
    list-style: none;
    counter-reset: li;
}

    ol.instr > li {
        font-size: 14px;
        line-height: 1.5;
        position: relative;
        padding-left: 40px;
        margin-bottom: 40px;
    }

        ol.instr > li:before {
            position: absolute;
            left: 0px;
            top: -6px;
            width: 30px;
            height: 21px;
            background-color: #0ea1ef;
            border-radius: 15px;
            color: #fff;
            content: counter(li);
            counter-increment: li;
            display: inline-block;
            font: 14px/1 "FFDINWebProCondBold";
            margin-right: 10px;
            padding-top: 9px;
            text-align: center;
        }

.payment-table {
    margin: 30px 0;
    width: auto;
}

    .payment-table tr:nth-child(even) {
        background-color: #fff;
    }

    .payment-table tr:last-child td {
        border-bottom: 1px solid #e4e4e5;
    }

    .payment-table th, .payment-table td {
        padding: 8px 5px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #e4e4e5;
        border-right: 1px solid #e4e4e5;
        font-size: 12px;
        line-height: 1.1;
    }

        .payment-table th:last-child, .payment-table td:last-child {
            border-right: 0;
        }

    .payment-table th {
        font-size: 11px;
        line-height: 1.1;
        color: #2f373e;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .payment-table td {
        color: #2f373e;
    }

        .payment-table td:first-child {
            color: #7d8285;
            text-align: right;
        }

@media only screen and (min-width: 1260px) {
    .payment-table {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.visually-hidden {
    position: absolute;
    left: -15000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link {
    z-index: 200;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #0ea1ef;
    color: #fff;
    padding: 9px 10px 8px 10px;
    font-size: 11px;
    line-height: 1;
}

    .skip-link:hover {
        color: #fff;
    }

    .skip-link:focus {
        left: 0;
        width: auto;
        height: auto;
    }

.page-header {
    padding-left: 5%;
    padding-right: 5%;
    background: #128bc8 url(/img/page-header-truck.jpg) no-repeat 25% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .page-header .page-header-content {
        max-width: 1400px;
        padding: 20px 0 12px 0;
        margin: 0 auto;
    }

    .page-header h2 {
        margin: 0;
        font: 24px/1.2 "FFDINWebProCondBold";
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

@media only screen and (min-width: 760px) {
    .page-header .page-header-content {
        padding: 35px 0 27px 0;
    }

    .page-header h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1060px) {
    .page-header {
        background-position: 0% 0;
    }

        .page-header .page-header-content {
            padding: 40px 0 32px 0;
        }

        .page-header h2 {
            font-size: 40px;
        }
}

.main {
    padding: 20px 5% 30px 5%;
}

@media only screen and (min-width: 970px) {
    .main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.main .main-content {
    max-width: 1400px;
    margin: 0 auto;
}


.template-login .bighero-form-superwrap {
    max-width: 520px;
}

.template-login .bighero-form-wrap-outer {
    background: #f6f7f9 url(/img/hero-bikes-mountains-660.jpg) 50% top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 20px 20px 20px;
}

.template-login .bighero-form-wrap-inner {
    background: transparent url(/img/hero-bikes-mountains-blur-660.jpg) 50% 0px no-repeat;
}

.template-login .forgot-links {
    margin-top: 30px;
    list-style: none;
    text-align: center;
    color: #364047;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 12px;
}

    .template-login .forgot-links li {
        margin-bottom: 8px;
    }

    .template-login .forgot-links a {
        color: #a2aaaf;
    }

.template-login .create-account-prompt, .template-login .quick-payment-prompt {
    padding: 30px 20px;
    background: #f6f7f9;
    text-align: center;
}

    .template-login .create-account-prompt h1, .template-login .quick-payment-prompt h1 {
        font-size: 22px;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 15px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
    }

    .template-login .create-account-prompt p, .template-login .quick-payment-prompt p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

.template-login .create-account-prompt {
    position: relative;
}

    .template-login .create-account-prompt:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7f9), to(#eff5f8));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f6f7f9, #eff5f8);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f6f7f9, #eff5f8);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f6f7f9, #eff5f8);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f6f7f9, #eff5f8);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #f6f7f9, #eff5f8);
        background-color: #f6f7f9;
        left: 0;
        bottom: 0;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 30px;
    }

.template-login .quick-payment-prompt {
    border-top: 1px solid #b4b9bc;
}

.template-login .quick-payment-links {
    text-align: center;
}

    .template-login .quick-payment-links li {
        display: inline-block;
        margin: 10px;
    }

@media only screen and (min-width: 560px) {
    .template-login .bighero-form-wrap-outer,
    .template-login .bighero-form-wrap-inner {
        background-color: transparent;
        background-image: none;
    }

    .template-login .bighero-form-wrap-outer {
        padding-top: 10px;
    }

    .template-login .create-account-prompt {
        padding-top: 30px;
        border-top: 1px solid #f6f7f9;
        background: #fff;
    }

        .template-login .create-account-prompt:after {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff5f8));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #fff, #eff5f8);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #fff, #eff5f8);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #fff, #eff5f8);
            /* IE10 */
            background-image: -o-linear-gradient(top, #fff, #eff5f8);
            /* Opera 11.10+ */
            background-image: linear-gradient(top, #fff, #eff5f8);
            background-color: #fff;
        }

    .template-login .quick-payment-prompt {
        border: 0;
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .template-login .forgot-links li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.template-register .bighero-form-superwrap {
    position: relative;
    max-width: 960px;
}

.template-register .form-note {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 1.2;
    color: #0ea1ef;
    text-align: center;
}

.template-register .field-group-wrap {
    margin-bottom: 20px;
}

.template-register .form-section {
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #e4e4e5;
}

    .template-register .form-section:first-of-type {
        border: 0;
        padding-top: 10px;
    }

.template-register .register-link-another a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #a2aaaf;
}



.field.select select {
    color: #637480;
}

.center {
    text-align: center;
}

.autopay-hide {
    display: none;
}

.template-payopts .notifications {
    width: 100%;
    margin-left: 0;
}


/* Center contents in Dashboard mobile view 
@media only screen and (max-width: 760px) {
    .pod-imagery .pod-imagery-vehicle {
        left: 0;
        margin: auto;
    }
    .pod-vehicle-data {
        text-align: center;
    }
}

  .modal-x:focus {
      border: 1px solid #0ea1ef;
  }



/* Checking/Savings Account Info Help Modal */
.modal-content.modal-wide-650 {
    max-width: 650px;
}

.account-help-img {
    max-width: 450px;
}



/* login and unauthenticated layout changes */

@media only screen and (min-width: 560px) {
    .contactauth-footnote {
        background-color: transparent !important;
    }
}

.contactauth-footnote p {
    color: black !important;
    font-size: 14px;
}


.bighero .bighero-form-wrap-outer {
    background-image: none;
}

.white-text {
    color: #FFF !important;
}

.LoginIncorrectPwdAttept {
    font-size: 13px;
    color: #a31600;
    background-color: #fff0f0;
    border-radius: 4px;
    padding: 30px 30px 10px 15px;
}

    .LoginIncorrectPwdAttept span {
        display: inline-block;
    }



.position-relative {
    position: relative;
}






.dummy-sub-head {
    padding-top: 50px;
}

.field-validation-error a {
    color: red;
    border-color: red;
    border-bottom: 1px solid red;
}

    .field-validation-error a:hover {
        border-color: #0ea1ef;
    }


/*@media only screen and (min-width: 400px){
    .lpChat-payment, .lpChat-payment-tab, .lpChat-payment-side{
        position:absolute;
    }
}*/

/*@media only screen and (min-width: 777px){
    .lpChat-payment, .lpChat-payment-tab{
        right:20px;
    }

    .lpChat-payment-side{
        top:30px;
        right:30px;
    }
}*/


/* New Unauthenticated Layout */
.template-logindefault .bighero-form-superwrap {
    max-width: 520px;
}

.template-login .bighero-form-wrap-outer {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 20px 20px 20px;
}

.template-login .bighero-form-wrap-inner {
    background: #074f75;
    -moz-linear-gradient(top, #1a7ca9, #074f75);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#1a7ca9), to(#074f75));*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a7ca9', endColorstr='#074f75');
    box-shadow: inset 5px 5px 5px rgba(0,0,0,.1);
    margin-top: 20px;
    padding: 20px;
}

.field.checkbox input:checked ~ label:before { /* new */
    background-color: #fff;
}

.template-login .bighero-form-wrap-inner .field.checkbox input:checked ~ label,
.template-login .bighero-form-wrap-inner h2,
.template-login .bighero-form-wrap-inner .forgot-links,
.template-login .bighero-form-wrap-inner .forgot-links a,
.template-login .bighero-form-wrap-inner .register,
.template-login .bighero-form-wrap-inner .register a { /* new */
    color: #fff;
}

.template-login .bighero-form-wrap-inner .register { /* new */
    text-align: center;
}

    .template-login .bighero-form-wrap-inner .register a { /* new */
    }

.template-login .bighero-form-wrap-inner label[for="UserID"],
.template-login .bighero-form-wrap-inner label[for="Pazzword"] { /* new */
    display: none;
}

.template-login .bighero-form-wrap-inner .forgot-links { /* new */
    text-transform: none;
}

.template-login .bighero-form-wrap-inner hr { /* new */
    border: 0;
    border-top: 1px solid #094666;
    border-bottom: 1px solid #3c7999;
    margin: 20px 0;
}

.bighero .template-login .bighero-form-wrap-outer {
    background: #fff;
    padding: 60px 20px 20px 20px;
}

@media only screen and (min-width: 970px) {
    .bighero .top {
        background-image: none;
        background-position: 50% 0;
    }
}

@media only screen and (min-width: 560px) {
    .bighero .top {
        background-repeat: no-repeat;
        background-color: #eff0f0;
        background-position: 50% 100%;
        background-size: 100% auto;
    }

    .bighero .main {
        padding: 110px 20px 100px 20px;
    }

    .bighero .template-login .bighero-form-wrap-outer {
        padding-top: 20px;
    }

    .template-login .bighero-form-wrap-inner {
        margin-top: 0;
        padding-top: 20px;
    }
}

/* Start -768px media query */
@media screen and (max-width: 768px) {
    /*HDO::item 1753 - for malibu ad in logout screen*/
    .malibu-placement .btn {
        width: 100%;
    }

    .form-title.bighero-form-title {
        text-align: left;
    }

        .form-title.bighero-form-title.loginHeaderCenter {
            text-align: Center;
        }

    /*HDO::item 1753 - added log-out class to center the logout header - cause not sure where callout-head affect other places*/
    .log-out .form-title.bighero-form-title {
        text-align: center;
    }

    .template-contactauth .main .contactauth-intro {
        text-align: left;
    }

    .main-header .primary li a {
        padding: 18px 0 13px 0;
    }

    .main-header .primary li.current a {
        padding: 16px 0 13px 0;
    }

    .callout-head {
        display: none;
    }

    /*HDO::item 1753 - added log-out class to display header - cause not sure where callout-head affect other places*/
    .log-out .callout-head {
        display: block;
    }

    .bighero .bighero-form {
        margin-bottom: 0px;
    }

    .bighero .bighero-form-wrap-inner {
        padding: 20px 20px 5px 20px;
    }

    .template-register .form-note {
        display: none;
    }

    .texty {
        margin-bottom: 10px;
    }

    .form-head {
        margin-bottom: 10px;
    }

    .template-register .form-section {
        padding: 20px 0;
    }

    .template-register .field-group-wrap {
        margin-bottom: 0px;
    }

    .template-register .form-section {
        padding: 20px 0px 5px 0px;
    }

    .field-note p {
        margin-bottom: 20px;
    }

    .field-note {
        padding-top: 0px;
    }

    field.checkbox label.title-case, .field.radio label.title-case {
        font: 12px/1.5 "FFMarkWebPro";
    }

    .field-group-wrap, .select {
        padding-bottom: 10px;
    }

    .btn-tertiary {
        margin-bottom: 0px;
    }

    /* NM :: Item 4706:Bankruptcy Message is Not Displaying in MyAccount Mobile*/
    /*.notifications {
		display: none;
	}*/

    .pod {
        margin-bottom: 20px;
    }

    .pod-account-type:after {
        margin: 8px 0px 11px;
    }

    .pod-essentials {
        padding: 10px 15px 0px 15px;
    }

    .pod-imagery {
        display: none;
    }

    .pod-quickpay .pod-quickpay-content {
        padding: 20px 20px 15px 20px;
    }

    .pod-quickpay .price-point .unit-big {
        font-size: 55px;
    }

    .pod-quickpay .price-point .currency-symbol,
    .pod-quickpay .price-point .unit-small {
        font-size: 20px;
    }

    .vehicle-name-lockup {
        padding: 15px 15px 0px 15px;
    }

    .vehicle-model {
        font: 30px/1 "FFDINWebProCondBold";
        line-height: 150%;
    }

    .tabs-small {
        margin: 10px 0px 15px 0;
    }

    .account-number p, .payment-progress p {
        font: 16px/1.2 "FFDINWebProCondBold";
        letter-spacing: 1px;
    }

    .account-number h3, .payment-progress h3 {
        display: none;
    }

    .account-number p, .payment-progress p {
        float: none;
    }

    .link-another:after {
        top: 0px;
    }

    .link-another:before {
        bottom: 0px;
    }

    .link-another {
        margin: 0px 0px;
        text-align: center;
    }

    .OnMobEnterAcctNbr-hide {
        display: none;
    }

    .OnMob-RegisterAccountNumberNote-hide {
        display: none;
    }

    .onMob-challengeQuest-p-hide {
        display: none;
    }

    .onMob-tootlip-size {
        display: normal;
        width: 15px;
        height: 15px;
    }

    .onDesktop-contAuth-details-table-show {
        display: none;
    }

    .onMob-RegisterUserIDMsg-hide {
        display: none;
    }

    .onMob-RegisterUserIDMsg-show {
        display: normal;
        color: #f33737;
    }

    .onMob-RegisterPWMsg-hide {
        display: none;
    }

    .onMob-RegisterPWMsg-show {
        display: normal;
        color: #f33737;
    }

    .onMob-RegisterEmailMsg-hide {
        display: none;
    }

    .onMob-RegisterEmailMsg-show {
        display: normal;
        color: #f33737;
    }

    .onDesktop-emailConfirm-button-show {
        display: none;
    }

    .onMob-emailConfirm-button-show-a {
        width: 100%;
        height: 45px;
    }

    .onMob-LoginChallenge-remember-marginBottom {
        margin-bottom: 9px;
    }

    .icon-arrow-right-paymentOptions-mob {
        display: block;
    }

    .PaymentOverviewPayOnlineUSbtn {
        margin-top: 20px;
    }

    .PaymentOverviewPayOnlineUSspan {
        padding: 0px 150px 0px 0px;
    }
}
/* End -768px media query */

.texty1 input {
    padding: 10px 10px !important;
}



/* BBEGIN - Mobile icon overlapping grey area*/
/*Code fix for the mobile devices for chat icon*/
/*@media only screen and (min-width: 320px) and (max-width:767px){
              #main.main{padding-bottom: 50px !important;}
          .template-dashboard.position-relative{margin-bottom:18px !important;}

          }*/
/*Iphone*/
/*@media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px){

                 #main.main{padding-bottom: 50px !important;}
          .template-dashboard.position-relative{margin-bottom:18px !important;}
        }*/
/* Samsung S6 and S7*/
/*@media only screen and 
        (min-device-width : 360px) and 
        (max-device-width : 640px) and 
        (-webkit-min-device-pixel-ratio : 3) {

         #main.main{padding-bottom: 50px !important;}
          .template-dashboard.position-relative{margin-bottom:18px !important;}

        }*/

/* END - Mobile icon overlapping grey area*/



/* END   -  PO Redesign styling */



/*# sourceMappingURL=screen.css.map */
