@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-weight: 400
}

.animEl {
    opacity: 0
}

body {
    font-weight: 400;
    background-color: #26a59a;
    font-family: "Noto Sans JP",sans-serif;
    padding: 0;
    margin: 0
}

.season-color {
    background-color: #ff9800
}

.spacer {
    width: 0;
    height: 100px
}

.container-fluid {
    padding: 0
}

.prime-color {
    color: #2f9ec7
}

.alt-color {
    color: #fa6c3f
}

a {
    color: #007a8a
}

.btn-primary {
    margin: 30px auto;
    font-size: 1em;
    background: #232529;
    color: #fff;
    width: 150px;
    cursor: pointer;
    text-align: center;
    padding: .6em 1.5em;
    border: 3px solid #232529;
    border-radius: 40px;
    text-decoration: none;
    display: block
}

h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #001e5e;
    margin: 40px 0
}

    h1.intro-header {
        font-size: 12em;
        color: rgba(255,255,255,.5803921568627451);
        margin: 50px 0 0 0
    }

h2 {
    font-size: 2em;
    font-weight: 700;
    color: #374140;
    margin-top: 45px;
    margin-bottom: 20px
}

    h2.sectionHeader {
        font-size: 3em;
        color: #fff;
        text-align: center;
        margin-top: 100px;
        margin-bottom: 10px;
        padding: 10px 19px;
        position: relative;
        font-weight: 700;
        text-shadow: 0 0 5px rgba(0,0,0,.15);
        text-shadow: 1px 1px 20px rgba(0,0,0,.5)
    }

h3 {
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    padding: 0;
    margin: 0 0 20px 0;
    color: #3c3c3c;
    font-weight: 700
}

p {
    margin: 50px 20px;
    font-size: .9em;
    line-height: 1.9em;
    color: #3c3c3c
}

    p.decorative {
        font-size: 2em;
        line-height: 1.7em;
        font-weight: 700;
        opacity: .85;
        text-align: center;
        width: 80%;
        margin: 48px auto 80px auto;
        color: rgba(255,255,255,.95);
        text-shadow: 1px 1px 20px rgba(0,0,0,.5)
    }

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none
}

li {
    margin: 10px 20px;
    font-size: .9em;
    line-height: 1.9em;
    color: #3c3c3c;
    border-top: solid 1px #eaeaea;
    padding: 10px 0 0 0
}

    li ul {
        list-style-position: outside;
        list-style-type: disc;
        padding-left: 20px
    }

        li ul li {
            font-size: 1em
        }

    li:first-child {
        border-top: none
    }

.row {
    margin: 0
}

.card {
    background-color: #fff;
    margin: 15px;
    padding: 25px 40px;
    border-radius: 1px;
    border: solid 2px rgba(204,204,204,.4);
    width: 50%
}

.card-title {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #26a59a
}

.wrapper {
    padding: 0;
    margin: 0;
    width: 100%
}

.panel {
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.1),0 6px 11px 0 rgba(0,0,0,.1),0 6px 19px 11px rgba(0,0,0,.1);
    background: #fff;
    padding: 30px 30px 50px 30px;
    min-height: 50vh;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 0;
    box-sizing: border-box;
    font-size: 16px
}

.panel-graphic {
    width: 100%;
    margin: 1px auto 25px auto;
    display: block
}

.side-nav {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-flow: row;
    align-items: center;
    width: 100%;
    height: 70px;
    z-index: 1111;
    background-color: #ff9800;
    box-shadow: 0 -2px 2px 1px rgba(0,0,0,.05);
    border-top: solid 1px rgba(255,255,255,.2);
    bottom: 0
}

.mobile-nav-btn {
    display: none
}

.side-nav .sideNav-btn {
    height: 20px;
    padding: 9px 12px;
    margin: 1px 3px;
    position: relative;
    cursor: pointer;
    border: solid 2px rgba(255,255,255,0);
    transition: border 0.25s ease-in-out
}

    .side-nav .sideNav-btn.active {
        border: solid 2px rgba(255,255,255,1)
    }

    .side-nav .sideNav-btn:hover {
        border: solid 2px rgba(255,255,255,.5)
    }

    .side-nav .sideNav-btn .side-nav-icon {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        display: block;
        border-radius: 50%;
        border: solid 2px #fff;
        pointer-events: none;
        background-color: transparent;
        transition: background-color 0.5s ease-in-out;
        display: none
    }

    .side-nav .sideNav-btn.active .side-nav-icon {
        background-color: #fff
    }

    .side-nav .sideNav-btn .nav-link {
        display: block;
        width: auto;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        padding: 0;
        word-break: normal;
        white-space: nowrap;
        text-decoration: none
    }

.nav-back, .navGr {
    display: none
}

.section {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    transition: none;
    opacity: 1;
    background-size: cover;
    background-attachment: fixed
}

    .section.curent {
        top: 0;
        transform: translateY(0)
    }

    .section.out {
        z-index: 1;
        animation-name: sectionOutAnim;
        animation-duration: 0.8s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: sectionOutAnim;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-name: sectionOutAnim;
        -ms-animation-duration: 0.8s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-fill-mode: forwards;
        -moz-animation-name: sectionOutAnim;
        -moz-animation-duration: 0.8s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: sectionOutAnim;
        -o-animation-duration: 0.8s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-fill-mode: forwards
    }

    .section.in {
        z-index: 2;
        animation-name: sectionInAnim;
        animation-duration: 0.6s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: sectionInAnim;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-name: sectionInAnim;
        -ms-animation-duration: 0.6s;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-fill-mode: forwards;
        -moz-animation-name: sectionInAnim;
        -moz-animation-duration: 0.6s;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-fill-mode: forwards;
        -o-animation-name: sectionInAnim;
        -o-animation-duration: 0.6s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-fill-mode: forwards
    }

@keyframes sectionOutAnim {
    from {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes sectionInAnim {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes sectionOutAnim {
    from {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes sectionInAnim {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-ms-keyframes sectionOutAnim {
    from {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        opacity: 0
    }
}

@-ms-keyframes sectionInAnim {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.section.show {
    opacity: 1
}

.section .section-content {
    margin: 0;
    padding: 0 10%;
    width: 85%;
    min-height: 50%;
    position: relative;
    margin: 0;
    padding: 0;
    width: 95%;
    min-height: 50%;
    position: relative
}

.section.intro {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #b0dfd9
}

    .section.intro.summer {
        background: linear-gradient(#72e8ff 0,#fff 100%)
    }

.intro-txt {
    font-size: 1.7em;
    line-height: 1.7em;
    font-weight: 700;
    width: 75%;
    text-align: center;
    margin: 5px auto
}

.section.intro.summer .intro-txt {
    color: #1b7d53
}

.section.intro.fall .intro-txt {
    color: #138657
}

.section.intro.winter .intro-txt {
    color: #069
}

.section.intro.spring .intro-txt {
    color: #fff;
    text-shadow: 0 1px 19px #005061,0 1px 5px #006d82,0 1px 16px rgba(1,84,109,.78)
}

.section.intro.out {
    z-index: -1
}

.section.intro nav.intro_nav {
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: none
}

    .section.intro nav.intro_nav a {
        text-align: center;
        color: #fdfdfd;
        display: block;
        margin: 3px;
        font-size: 22px;
        font-weight: 700;
        text-shadow: -1px 1px 2px rgba(0,0,0,.2);
        padding: 6px 10px;
        text-decoration: none;
        border-radius: 6px;
        background-color: #26a59a
    }

.introBack_container {
    width: 100%;
    padding: 0;
    margin: 0
}

    .introBack_container .introBackCanvas {
        width: 100%;
        padding: 0;
        margin: 0
    }

.headerGr {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    transform: scale(1)
}

    .headerGr .summerGr {
        transform: scale(.92);
        width: 50%;
        max-width: 500px
    }

    .headerGr .funGr {
        position: absolute;
        left: 160px;
        top: 128px
    }

    .headerGr .sunGr {
        position: absolute;
        left: -304px;
        top: 52px;
        transform: scale(.6) rotate(0);
        animation-name: sunAnim;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-duration: infinate;
        animation-iteration-count: infinite
    }

@keyframes sunAnim {
    from {
        transform: scale(.6) rotate(0)
    }

    to {
        transform: scale(.6) rotate(360deg)
    }
}

.scrollDown-btn {
    width: 50px;
    height: 50px;
    margin: 0;
    position: fixed;
    bottom: 60px;
    left: calc(50% - 25px);
    z-index: 1111111;
    cursor: pointer;
    animation-name: scrollBtnAnim;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration: infinate;
    animation-iteration-count: infinite
}

@keyframes scrollBtnAnim {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(25px)
    }
}

.scrollDown-btn.hide {
    display: none
}

.scrollDown-btn span:first-child {
    display: block;
    background-color: #d2641b;
    width: 18px;
    height: 6px;
    position: absolute;
    transform: rotate(45deg) translateX(21px) translateY(10px);
    border-radius: 10px
}

.scrollDown-btn span:last-child {
    display: block;
    background-color: #d2641b;
    width: 18px;
    height: 6px;
    position: absolute;
    transform: rotate(-45deg) translateX(-2px) translateY(27px);
    border-radius: 10px
}

.fs-form-wrap {
    position: relative;
    width: calc(100% - 0px);
    min-height: 75vh;
    overflow: hidden;
    padding: 0 0
}

.loader_wraper {
    display: none;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

    .loader_wraper .loader {
        width: 140px;
        height: 140px;
        background: #ff9800;
        border: solid 3px rgba(0,0,0,.1607843137254902);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        padding-top: 54px;
        left: 50%;
        top: 50%;
        position: absolute;
        font-size: 15px;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: border-box
    }

        .loader_wraper .loader .loader-txt {
            position: absolute;
            color: #000;
            width: 100%;
            text-align: center;
            left: 0;
            top: -32px
        }

        .loader_wraper .loader .loader-anim {
            width: 90%;
            height: 90%;
            position: absolute;
            left: 5%;
            top: 5%;
            border-radius: 50%;
            overflow: hidden
        }

            .loader_wraper .loader .loader-anim img {
                width: 146%;
                margin: -35px 0 0 -37px
            }

    .loader_wraper.ld-show {
        display: block
    }

.social-icons-wrapper {
    position: fixed;
    left: 50px;
    top: 40px;
    display: flex;
    z-index: 333;
    width: 200px;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: row
}

    .social-icons-wrapper a.social-icon {
        width: 36px;
        height: 35px;
        background-image: url(../../../../Content/Images/RampUp/social_icons.png);
        overflow: hidden;
        background-position-x: 0;
        background-position-y: 0
    }

        .social-icons-wrapper a.social-icon span {
            display: none
        }

a.social-icon.facebook {
    background-position-x: 0
}

a.social-icon.twitter {
    background-position-x: 119px
}

a.social-icon.instagram {
    background-position-x: 78px
}

a.social-icon.linkedin {
    background-position-x: 36px
}

a.social-icon.youtube {
    background-position-x: -41px
}

.top-right-group {
    position: fixed;
    right: 40px;
    top: 40px;
    display: flex;
    z-index: 334;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: row
}

.fs-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 40px;
    width: 100%
}

    .fs-title h1 {
        margin: 0
    }

.toll-results {
    display: none;
    padding: 85px 0 0 0
}

    .toll-results .resultsTollTxt {
        width: 50%;
        text-align: left;
        color: #26a59a;
        color: #464646;
        font-size: 2.5em;
        display: inline-block;
        vertical-align: top
    }

        .toll-results .resultsTollTxt > br {
            display: none
        }

.EZSavings {
    display: block;
    margin: 30px 0;
    font-size: .55em;
    color: #6a207f
}

    .EZSavings a {
        color: #6a207f
    }

#calcResults2 {
    font-size: .7em;
    margin: 5px 0;
    color: #009688;
    display: none
}

#calcResults2_title {
    color: #4a4a4a;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: .8em
}

.TollDetails {
    padding: 0;
    border-left: solid 2px #4cb4ab
}

    .TollDetails:nth-child(odd) {
        border-left: solid 2px #6a207f;
        display: none
    }

    .TollDetails li {
        margin: 13px 20px;
        font-size: .4em;
        line-height: 1.4em;
        color: #374140
    }

.toll-results .resultsTollTxt .TollNotes {
    color: #f55
}

.toll-results .resultsTollDistTxt {
    width: 300px;
    height: 100px;
    text-align: right;
    color: #26a59a;
    border-radius: 10px;
    float: right;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 2.2em;
    display: inline-block;
    vertical-align: top;
    padding: 0
}

.toll-results .calcMsgsWraper {
    padding: 5px 0 0 0;
    margin: 15px 0 0 0
}

    .toll-results .calcMsgsWraper > br {
        display: none
    }

    .toll-results .calcMsgsWraper p {
        margin: 15px 0;
        font-size: .8em;
        line-height: 1.95em;
        color: #374140
    }

.calcMsgsWraper .calcMsg {
    padding: 10px;
    margin: 0;
    width: 100%;
    border: solid 1px #fbfbfb;
    font-size: .95em
}

    .calcMsgsWraper .calcMsg:nth-of-type(2n+1) {
        background-color: #fbfbfb
    }

.toll-results.show {
    display: block
}

#resultsWraper {
    display: none;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    border-radius: 17px;
    position: absolute;
    top: 0;
    padding: 4px 5px;
    box-sizing: border-box
}

    #resultsWraper > div {
        display: inline-block;
        margin: 2px 0;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
        padding: 3px 5px
    }

        #resultsWraper > div span {
            display: inherit;
            margin: 0 5px;
            color: #455156;
            font-size: 13px;
            line-height: 23px
        }

            #resultsWraper > div span:last-child {
                color: #26a59a
            }

.calcMsgTbl {
    width: 100%;
    background-color: #fbfbfb
}

    .calcMsgTbl .calcMsgTRhead {
        background-color: #26a499;
        color: #fff
    }

        .calcMsgTbl .calcMsgTRhead .calcMsgTDhead {
            padding: 10px 5px;
            font-size: 14px
        }

    .calcMsgTbl .calcMsgTR:nth-child(2n+1) {
        background-color: #fff;
        border-top: solid 1px rgba(228,228,228,.5);
        border-bottom: solid 1px rgba(228,228,228,.5)
    }

    .calcMsgTbl .calcMsgTR .calcMsgTD {
        padding: 5px;
        font-size: 13px;
        color: #101010
    }

.ez-signUpBtn {
    margin: 10px 0 15px 0;
    display: block;
    font-size: 14px;
    background: #6a207f;
    color: #fff;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 34px;
    max-width: 200px
}

    .ez-signUpBtn img {
        display: inline-block;
        width: 100px;
        position: relative;
        top: 2px;
        left: 10px
    }

.toll-results p {
    margin: 10px 0;
    font-size: .55em;
    padding: 0;
    line-height: 1.7em
}

.fs-form {
    position: relative;
    text-align: left;
    font-size: 2.5em
}

    .fs-form.hide {
        display: none
    }

    .fs-form select {
        font-size: 1.5em;
        border: solid 2px #bdc3c7;
        border-radius: 10px;
        padding: 10px;
        margin-top: 70px
    }

.no-js .fs-form {
    padding: 0 0 6em 0
}

.fs-form-full {
    top: 5%;
    margin: 0 auto;
    width: 90%
}

.fs-form-full, .fs-message-error {
    max-width: 1200px
}

.fs-form-overview {
    padding: 2.5em 0 0 0;
    width: 100%;
    height: 100%;
    color: #3b3f45;
    font-size: 1.1em
}

    .fs-form-overview select {
        text-transform: none;
        border: none;
        background-color: #f1f5f9;
        border-radius: 0;
        font-size: .8em;
        margin-top: 0
    }

    .fs-form-overview .fs-fields > li label.fs-field-label {
        font-size: .77em;
        margin-top: 12px
    }

    .fs-form-overview .fs-fields::before {
        display: block;
        margin-bottom: 1em;
        color: #3b3f45;
        content: "Review & Calculate";
        font-weight: 700;
        font-size: 1.5em
    }

.fs-form.fs-show {
    -webkit-animation: animFadeIn 0.5s;
    animation: animFadeIn 0.5s
}

@-webkit-keyframes animFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fs-form.fs-show .fs-fields {
    -webkit-animation: animMove 0.5s;
    animation: animMove 0.5s
}

@-webkit-keyframes animMove {
    from {
        top: 100px
    }
}

@keyframes animMove {
    from {
        top: 100px
    }
}

.fs-continue, .fs-form-full .fs-fields > li, .fs-message-error, .fs-message-final, .fs-nav-dots, .fs-numbers, .fs-progress {
    visibility: hidden
}

.no-js .fs-form-full .fs-fields > li {
    visibility: visible
}

.fs-show {
    visibility: visible !important
}

.fs-form-wrap button {
    border: none;
    background: 0 0
}

    .fs-form-wrap button[disabled] {
        opacity: .3;
        pointer-events: none
    }

    .fs-form-wrap button:focus, .fs-form-wrap input:focus {
        outline: 0
    }

.fs-form .fs-submit {
    display: none
}

.fs-fields {
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 0;
    list-style: none
}

    .fs-fields > li {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 16px
    }

        .fs-fields > li:hover {
            z-index: 999
        }

.js .fs-form-full .fs-fields > li {
    position: absolute;
    width: 100%;
    text-align: center
}

.fs-form-overview .msg-screen {
    display: none !important
}

.fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: flex;
    font-size: 25px;
    line-height: 20px
}

.fs-fields > li label {
    position: relative
}

    .fs-fields > li label.fs-field-label {
        display: inline-block;
        padding: 0 5px .5em 0;
        font-weight: 700;
        pointer-events: none;
        color: #374140;
        width: 100%;
        margin-top: 60px;
        font-size: 1.8em
    }

.fs-fields input {
    display: block;
    margin: 0;
    padding: 0 0 .15em;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,.2);
    background-color: transparent;
    color: #fffed8;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 1.5em;
    border-radius: 0
}

    .fs-fields input:invalid {
        box-shadow: none
    }

.fs-form-overview .fs-fields input {
    border-bottom-color: transparent;
    color: rgba(0,0,0,.5)
}

.fs-fields input:focus {
    background-color: #3b3f45
}

.fs-form-overview .fs-fields input:focus {
    background-color: #fffed8
}

.fs-form-overview .fs-fields input {
    font-size: 1.2em
}

.fs-fields .fs-radio-custom input[type="radio"] {
    position: absolute;
    display: block;
    margin: 30px auto 20px;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.fs-fields > li .fs-radio-custom span {
    float: left;
    position: relative;
    margin-right: 3%;
    padding: 10px;
    max-width: 200px;
    width: 30%;
    text-align: center;
    font-weight: 700;
    font-size: 50%
}

    .fs-fields > li .fs-radio-custom span label {
        color: rgba(0,0,0,.4);
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

.fs-form-overview .fs-fields > li .fs-radio-custom span {
    max-width: 140px
}

.fs-form-overview .fs-fields > li .fs-radio-custom span {
    font-size: 75%
}

.fs-fields > li .fs-radio-custom label {
    display: block;
    padding-top: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.fs-fields .fs-radio-custom label::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-size: 85%;
    background-repeat: no-repeat;
    content: "";
    opacity: .5;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.fs-fields .fs-radio-custom label:hover::after, .fs-fields input[type="radio"]:checked + label::after, .fs-fields input[type="radio"]:focus + label::after {
    opacity: 1
}

.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
    color: #fffed8
}

.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
    color: rgba(0,0,0,.8)
}

.fs-fields textarea {
    padding: .25em;
    width: 100%;
    height: 200px;
    border: 2px solid rgba(0,0,0,.2);
    background-color: transparent;
    color: #fffed8;
    font-weight: 700;
    font-size: .85em;
    resize: none
}

.fs-form-overview .fs-fields textarea {
    height: 100px;
    color: rgba(0,0,0,.5)
}

.fs-fields textarea:focus {
    outline: 0
}

.fs-form-overview .fs-fields textarea {
    padding: 0;
    border-color: transparent
}

    .fs-form-overview .fs-fields textarea:focus {
        background: #fffed8
    }

.fs-form div.cs-select.cs-skin-boxes {
    display: block
}

.fs-form-overview .cs-skin-boxes > span {
    border-radius: 5px;
    width: 90px;
    height: 70px;
    font-size: .8em
}

    .fs-form-overview .cs-skin-boxes > span::before {
        padding-top: 50px;
        box-shadow: 0 20px 0 #292c30,inset 0 -5px #292c30
    }

.fs-fields input::-webkit-input-placeholder, .fs-fields textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.1)
}

.fs-fields input:-moz-placeholder, .fs-fields textarea:-moz-placeholder {
    color: rgba(0,0,0,.1)
}

.fs-fields input::-moz-placeholder, .fs-fields textarea::-moz-placeholder {
    color: rgba(0,0,0,.1)
}

.fs-fields input:-ms-input-placeholder, .fs-fields textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.1)
}

.fs-fields input:focus::-webkit-input-placeholder {
    color: transparent
}

.fs-nav-dots {
    position: absolute;
    bottom: 0;
    right: 40px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

    .fs-nav-dots button {
        position: relative;
        display: block;
        padding: 0;
        margin: 16px 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: 0 0;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        border: none;
        background-color: rgba(1,31,95,.23)
    }

        .fs-nav-dots button.fs-dot-current {
            background-color: #e8b18d
        }

.fs-progress {
    display: none;
    position: absolute;
    top: 0;
    width: 0%;
    height: .5em;
    background: #ff9800;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out
}

.fs-numbers {
    position: absolute;
    bottom: 15px;
    right: 5px;
    overflow: hidden;
    color: #fff;
    margin: 0;
    width: 30px;
    height: 19px;
    font-weight: 700;
    font-size: 12px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: default;
    z-index: 55555
}

    .fs-numbers:after {
        position: absolute;
        width: 100%;
        text-align: center;
        content: "/";
        font-weight: 300;
        opacity: .4;
        left: 0
    }

    .fs-numbers span {
        float: right;
        width: 40%;
        text-align: center
    }

    .fs-numbers .fs-number-current {
        float: left
    }

    .fs-numbers .fs-number-new {
        position: absolute;
        left: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .fs-numbers.fs-show-next .fs-number-new {
        -webkit-animation: animMoveUpFromDown 0.4s both;
        animation: animMoveUpFromDown 0.4s both
    }

@-webkit-keyframes animMoveUpFromDown {
    from {
        -webkit-transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes animMoveUpFromDown {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fs-numbers.fs-show-next .fs-number-current {
    -webkit-animation: animMoveUp 0.4s both;
    animation: animMoveUp 0.4s both
}

@-webkit-keyframes animMoveUp {
    to {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes animMoveUp {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.fs-numbers.fs-show-prev .fs-number-new {
    -webkit-animation: animMoveDownFromUp 0.4s both;
    animation: animMoveDownFromUp 0.4s both
}

@-webkit-keyframes animMoveDownFromUp {
    from {
        -webkit-transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes animMoveDownFromUp {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fs-numbers.fs-show-prev .fs-number-current {
    -webkit-animation: animMoveDown 0.4s both;
    animation: animMoveDown 0.4s both
}

@-webkit-keyframes animMoveDown {
    to {
        -webkit-transform: translateY(100%)
    }
}

@keyframes animMoveDown {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.fs-controls {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 100px);
    text-align: center
}

.fs-continue, .newTollCalcBtn, button.fs-submit {
    padding: .6em 1.5em;
    border: 3px solid #232529;
    border-radius: 40px;
    font-weight: 700;
    color: rgba(0,0,0,.4)
}

.fs-form-overview .fs-submit, .no-js .fs-form .fs-submit {
    display: block;
    float: right
}

.fs-form-overview .fs-submit {
    border-color: #232529;
    color: #232529;
    margin-top: 30px
}

.fs-continue, .newTollCalcBtn {
    margin: 0;
    font-size: 1em;
    background: #232529;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 5555;
    width: 200px;
    left: 0;
    cursor: pointer;
    padding: 10px 0;
    text-align: center
}

.newTollCalcBtn {
    width: 200px;
    left: calc(50% - 100px);
    margin-top: 60px
}

.fs-continue:hover, button.fs-submit:focus, button.fs-submit:hover {
    background: #232529;
    color: #fff
}

.fs-message-error {
    position: absolute;
    top: 20px;
    text-align: center;
    left: 50%;
    z-index: 800;
    max-width: 970px;
    padding: 7px 20px 8px;
    font-weight: 400;
    border-radius: 19px;
    color: #fff;
    background-color: #f44336;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translate3d(-50%,-5px,0);
    transform: translate3d(-50%,-5px,0)
}

    .fs-message-error.fs-show {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
        transition: transform 0.3s,opacity 0.3s;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

.fs-form li.fs-current {
    visibility: visible
}

.fs-form li.fs-hide, .fs-form li.fs-show {
    pointer-events: none
}

.fs-form .fs-display-next .fs-hide {
    visibility: visible
}

    .fs-form .fs-display-next .fs-hide .fs-anim-lower, .fs-form .fs-display-next .fs-hide .fs-anim-upper {
        -webkit-animation: animHideNext 0.5s cubic-bezier(.7,0,.3,1) forwards;
        animation: animHideNext 0.5s cubic-bezier(.7,0,.3,1) forwards
    }

    .fs-form .fs-display-next .fs-hide .fs-anim-lower {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s
    }

@-webkit-keyframes animHideNext {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-500px,0)
    }
}

@keyframes animHideNext {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0)
    }
}

.fs-form .fs-display-next .fs-show .fs-anim-lower, .fs-form .fs-display-next .fs-show .fs-anim-upper {
    -webkit-animation: animShowNext 0.5s cubic-bezier(.7,0,.3,1) both 0.15s;
    animation: animShowNext 0.5s cubic-bezier(.7,0,.3,1) both 0.15s
}

.fs-form .fs-display-next .fs-show .fs-anim-lower {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

@-webkit-keyframes animShowNext {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,500px,0)
    }
}

@keyframes animShowNext {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0)
    }
}

.fs-form .fs-display-prev .fs-hide {
    visibility: visible
}

    .fs-form .fs-display-prev .fs-hide .fs-anim-lower, .fs-form .fs-display-prev .fs-hide .fs-anim-upper {
        -webkit-animation: animHidePrev 0.5s cubic-bezier(.7,0,.3,1) forwards;
        animation: animHidePrev 0.5s cubic-bezier(.7,0,.3,1) forwards
    }

    .fs-form .fs-display-prev .fs-hide .fs-anim-upper {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s
    }

@-webkit-keyframes animHidePrev {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0,500px,0)
    }
}

@keyframes animHidePrev {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0)
    }
}

.fs-form .fs-display-prev .fs-show .fs-anim-lower, .fs-form .fs-display-prev .fs-show .fs-anim-upper {
    -webkit-animation: animShowPrev 0.5s cubic-bezier(.7,0,.3,1) both 0.15s;
    animation: animShowPrev 0.5s cubic-bezier(.7,0,.3,1) both 0.15s
}

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

@-webkit-keyframes animShowPrev {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-500px,0)
    }
}

@keyframes animShowPrev {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-500px,0);
        transform: translate3d(0,-500px,0)
    }
}

.option {
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    border: solid 2px #bdc3c7;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.45s cubic-bezier(.56,.11,.18,1.14),border 0.35s cubic-bezier(.56,.11,.18,1.14),transform 0.35s cubic-bezier(.56,.11,.18,1.14)
}

    .option:hover {
        opacity: 1 !important;
        transform: scale(1.1);
        box-shadow: 0 5px 12px 0 rgba(0,0,0,.1)
    }

    .option.active {
        opacity: 1;
        border-color: #e8b18d;
        transform: scale(1.1);
        box-shadow: 0 7px 14px -8px rgba(43,34,28,.49)
    }

    .option.disable {
        opacity: .5;
        transform: scale(.9)
    }

    .option span.label {
        pointer-events: none;
        display: block;
        font-size: 1.5em;
        font-weight: 700;
        margin: 0 0 10px 0
    }

    .option span.info {
        pointer-events: none;
        display: block;
        font-size: .95em;
        color: #26a69a;
        margin: 1px 0 0 0;
        padding: 0 5px
    }

    .option .opt-gr {
        pointer-events: none;
        width: 100%;
        display: flex;
        display: flex;
        align-items: center
    }

        .option .opt-gr img {
            pointer-events: none;
            width: 89%;
            margin: auto;
            display: block
        }

    .option .label small {
        font-size: .45em;
        color: #797979;
        position: relative;
        top: -9px;
        left: 5px
    }

.axles-opt-wraper .axles-wraper, .ezpass-opt-wraper .ezpass-wraper, .type-opt-wraper .type-wraper, .vClass-wraper .vClass-options-wraper {
    display: flex;
    margin: 60px 0;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0
}

.overview-hide {
    display: block
}

.overview-show {
    display: none
}

.fs-form-overview .overview-hide {
    display: none
}

.fs-form-overview .overview-show {
    display: block
}

input[type="text"]::-ms-clear {
    display: none
}

.row {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.col {
    width: 40%;
    margin: 20px
}

.col-4 {
    width: 27.3333%
}

.col-12 {
    width: 100%
}

.border {
    border: solid 2px #e8b18d
}

@media (min-width:1300px) {
    .fs-fields {
        background: #fbfbfb;
        min-height: 51vh
    }

    .fs-form-overview ol {
        min-height: auto;
        background-color: transparent
    }

    .js .fs-form-full .fs-fields > li {
        min-height: 52vh;
        justify-content: center;
        align-items: center;
        flex-flow: column
    }

    @supports (display:flex) {
        .js .fs-form-full .fs-fields > li {
            display: flex
        }
    }

    .fs-form select {
        font-size: 1.5em;
        border: solid 2px #bdc3c7;
        border-radius: 10px;
        padding: 10px;
        margin-top: 25px
    }

    .fs-form-overview select {
        text-transform: none;
        border: none;
        background-color: #f1f5f9;
        border-radius: 0;
        font-size: .8em;
        margin-top: 0
    }

    .fs-form-full, .fs-message-error {
        max-width: none
    }

    .fs-form-full {
        top: 5%;
        margin: 0 auto;
        width: 100%
    }

    h2.sectionHeader {
        font-size: 3em;
        margin-top: 50px
    }

    .fs-form-wrap {
        width: calc(100% - 0px);
        min-height: 58vh
    }

    .fs-fields > li label.fs-field-label {
        padding: 0 5px .5em 0;
        font-weight: 700;
        width: 100%;
        margin-top: 5px;
        font-size: 1.3em
    }

    .axles-opt-wraper .axles-wraper, .ezpass-opt-wraper .ezpass-wraper, .type-opt-wraper .type-wraper, .vClass-wraper .vClass-options-wraper {
        margin: 5px 0;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0
    }
}

@media (max-width:1300px) {
    h2.sectionHeader {
        margin-top: 40px;
        font-size: 2.3em;
        margin-bottom: 20px
    }

    .panel-graphic {
        width: 100%;
        margin: 25px auto 0 auto
    }

    .panel {
        padding: 10px;
        font-size: 14px
    }

    li {
        margin: 10px 10px;
        color: #374140
    }

    p.decorative {
        font-size: 1.4em;
        line-height: 1.45em;
        margin: 30px auto 50px auto
    }

    .card-title {
        font-size: .9em;
        line-height: 1.8em
    }

    .fs-form-full {
        width: 100%
    }

    .fs-form-wrap {
        width: 100%;
        padding: 0;
        min-height: 66vh
    }

    .fs-form-overview .fs-submit {
        margin-top: 10px
    }

    .fs-fields > li {
        font-size: 14px
    }

    .fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
        margin: 5px 0;
        padding: 0 0 5px 0;
        font-size: 21px;
        line-height: 16px
    }

    .fs-fields > li label.fs-field-label {
        font-size: 1.5em;
        margin-top: 25px
    }

    .fs-form-overview .fs-fields > li label.fs-field-label {
        font-size: .77em;
        margin-top: 11px;
        padding: 0 5px 0 0
    }

    .fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
        margin: 5px 0;
        padding: 0 0 5px 0;
        font-size: 21px;
        line-height: 16px
    }

    .option {
        width: 120px;
        height: 120px;
        margin: 4px
    }

        .option span.info {
            font-size: .9em;
            line-height: 1.2em;
            margin: 0;
            padding: 0 10px
        }

        .option span.label {
            font-size: 1.2em;
            margin: 0
        }

    .axles-opt-wraper .axles-wraper, .ezpass-opt-wraper .ezpass-wraper, .type-opt-wraper .type-wraper, .vClass-wraper .vClass-options-wraper {
        margin: 25px 0
    }

    .fs-form-overview select {
        font-size: .7em
    }

    .toll-results .resultsTollTxt {
        font-size: 2.3em;
        padding: 10px;
        width: calc(100% - 260px)
    }

    .toll-results .resultsTollDistTxt {
        font-size: 1.7em;
        padding: 10px;
        width: 200px
    }

    .toll-results {
        padding: 85px 0 0 0
    }

    #resultsWraper > div {
        margin: 2px 1px;
        padding: 3px 3px
    }

        #resultsWraper > div span {
            margin: 0 3px;
            font-size: 11px
        }

    .side-nav .sideNav-btn {
        padding: 9px 9px;
        margin: 1px 2px
    }

        .side-nav .sideNav-btn .nav-link {
            font-size: .95rem
        }
}

@media (min-width:767px) and (max-width:1450px) {
    .headerGr .summerGr {
        max-width: 300px
    }

    .intro-txt {
        font-size: 1.45em
    }
}

@media (min-width:767px) and (max-width:870px) {
    .toll-results {
        padding: 100px 0 0 0 !important
    }

    .side-nav .sideNav-btn {
        padding: 9px 5px;
        margin: 1px 2px
    }

        .side-nav .sideNav-btn .nav-link {
            font-size: .75rem
        }
}

@media (max-width:767px) {
    p {
        margin: 30px 10px;
        font-size: 1.2em;
        line-height: 1.95em
    }

        p.decorative {
            font-size: 1.4em;
            line-height: 1.45em;
            margin: 20px auto 40px auto
        }

    .side-nav {
        position: fixed;
        display: flex;
        justify-content: center;
        flex-flow: row;
        align-items: stretch;
        width: 100%;
        height: 100%;
        bottom: -100%;
        background-color: transparent;
        z-index: 9999999;
        flex-wrap: wrap;
        overflow-y: auto;
        align-content: flex-start
    }

        .side-nav.active {
            bottom: 0
        }

        .side-nav .sideNav-btn {
            height: auto;
            width: 86%;
            padding: 9px 0;
            margin: 5px 7%;
            position: relative;
            border: solid 2px rgba(255,255,255,.2);
            text-align: center
        }

            .side-nav .sideNav-btn .nav-link {
                width: auto;
                font-size: .9rem;
                font-weight: 700;
                padding: 0;
                white-space: pre-wrap
            }

    .panel {
        padding: 5px 15px 30px 15px
    }

    .navGr {
        display: block;
        width: 120px;
        height: 120px;
        margin: 20px auto;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 1px 12px 0 rgba(0,0,0,.2)
    }

        .navGr img {
            width: 90%;
            margin: 26px 0 0 0
        }

    .nav-back {
        background-color: #ff9800;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transition: all 0.5s cubic-bezier(.66,-.12,.43,1.13);
        position: fixed;
        top: 5px;
        right: 5px;
        display: block;
        z-index: 999999
    }

        .nav-back.active {
            transform: scale(35)
        }

    .social-icons-wrapper {
        left: -15px;
        top: 5px;
        transform: scale(.7)
    }

    .mobile-nav-btn {
        display: block;
        position: fixed;
        right: 5px;
        top: 5px;
        width: 50px;
        height: 50px;
        z-index: 99999999;
        cursor: pointer;
        text-align: center
    }

        .mobile-nav-btn span {
            position: absolute;
            top: 0;
            left: 15px;
            display: block;
            transform-origin: center;
            width: 20px;
            height: 3px;
            background-color: #fff;
            transition: 0.5s all cubic-bezier(.88,-.24,.22,1.35);
            transition-delay: 0.5s
        }

            .mobile-nav-btn span:first-child {
                position: absolute;
                top: 17px
            }

            .mobile-nav-btn span:nth-child(2) {
                position: absolute;
                top: 24px
            }

            .mobile-nav-btn span:last-child {
                position: absolute;
                top: 31px
            }

        .mobile-nav-btn.active {
            position: fixed
        }

            .mobile-nav-btn.active span:first-child {
                position: absolute;
                top: 24px;
                transform: rotate(45deg)
            }

            .mobile-nav-btn.active span:nth-child(2) {
                opacity: 0
            }

            .mobile-nav-btn.active span:last-child {
                position: absolute;
                top: 24px;
                transform: rotate(-45deg)
            }

    .headerGr .summerGr {
        width: 100%;
        transform: scale(.8)
    }

    .section {
        background-size: contain;
        background-repeat: no-repeat
    }

        .section.out {
            z-index: 1;
            animation-name: sectionOutAnim;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: forwards;
            -webkit-animation-name: sectionOutAnim;
            -webkit-animation-duration: 1s;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
            -ms-animation-name: sectionOutAnim;
            -ms-animation-duration: 1s;
            -ms-animation-timing-function: ease-in-out;
            -ms-animation-fill-mode: forwards;
            -moz-animation-name: sectionOutAnim;
            -moz-animation-duration: 1s;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-fill-mode: forwards;
            -o-animation-name: sectionOutAnim;
            -o-animation-duration: 1s;
            -o-animation-timing-function: ease-in-out;
            -o-animation-fill-mode: forwards
        }

        .section.in {
            z-index: 2;
            animation-name: sectionInAnim;
            animation-duration: 0.8s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: forwards;
            -webkit-animation-name: sectionInAnim;
            -webkit-animation-duration: 0.8s;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
            -ms-animation-name: sectionInAnim;
            -ms-animation-duration: 0.8s;
            -ms-animation-timing-function: ease-in-out;
            -ms-animation-fill-mode: forwards;
            -moz-animation-name: sectionInAnim;
            -moz-animation-duration: 0.8s;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-fill-mode: forwards;
            -o-animation-name: sectionInAnim;
            -o-animation-duration: 0.8s;
            -o-animation-timing-function: ease-in-out;
            -o-animation-fill-mode: forwards
        }

    @keyframes sectionOutAnim {
        from {
            transform: translateY(0);
            opacity: 1
        }

        to {
            transform: translateY(-100%);
            opacity: 0
        }
    }

    @keyframes sectionInAnim {
        from {
            transform: translateY(50%)
        }

        to {
            transform: translateY(0)
        }
    }

    @-webkit-keyframes sectionOutAnim {
        from {
            transform: translateY(0);
            opacity: 1
        }

        to {
            transform: translateY(-100%);
            opacity: 0
        }
    }

    @-webkit-keyframes sectionInAnim {
        from {
            transform: translateY(50%)
        }

        to {
            transform: translateY(0)
        }
    }

    .section .section-content {
        margin: 0;
        padding: 0 0 50px 0;
        width: 100%;
        min-height: 50%;
        font-size: 10px
    }

    h1.intro-header {
        font-size: 5em;
        color: #fff;
        margin: 50px 0 0 0
    }

    h2 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px
    }

        h2.sectionHeader {
            font-size: 2.05em;
            width: calc(100% - 120px);
            margin: 15px auto;
            padding: 0
        }

    .section.intro nav.intro_nav {
        flex-direction: column
    }

        .section.intro nav.intro_nav a {
            margin: 5px 25px;
            font-size: 17px;
            padding: 6px 0
        }

    .fs-form-full {
        top: 0;
        margin: 0;
        width: 100%
    }

    .fs-form-wrap {
        width: calc(100% - 10px);
        margin: 0;
        height: auto;
        padding: 0 5px;
        border-radius: 0;
        overflow: hidden;
        min-height: 80vh
    }

    .toll-results {
        padding: 65px 0 0 0
    }

        .toll-results .resultsTollTxt {
            font-size: 2.5em;
            padding: 10px;
            width: calc(100% - 20px)
        }

    .fs-fields > li {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 12px;
        min-height: 65vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        justify-content: center
    }

    .toll-results .resultsTollTxt {
        font-size: 2em;
        padding: 10px;
        width: calc(100% - 20px);
        height: auto
    }

    .TollDetails {
        padding: 0 10px !important;
        width: 97% !important;
        margin: 0 !important
    }

        .TollDetails li {
            margin: 5px 0 !important;
            font-size: 0.5em !important;
            line-height: 1.5em !important;
            color: #374140
        }

    .fs-fields > li label.fs-field-label {
        margin-top: 30px;
        font-size: 1.7em;
        line-height: 1.5em
    }

    .fs-form-overview .fs-fields > li label.fs-field-label {
        font-size: .7em;
        margin-top: 4px;
        padding: 0 5px 0 0
    }

    .toll-results .resultsTollDistTxt {
        font-size: 1.7em;
        padding: 10px;
        width: calc(100% - 20px);
        height: auto;
        text-align: left
    }

    .toll-results .calcMsgsWraper p {
        margin: 0;
        font-size: .9em;
        line-height: 1.95em;
        padding: 0;
        border-radius: 3px;
        color: #374140
    }

    .fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
        margin: .2em 0 1em;
        padding: 5px;
        font-size: 17px;
        min-height: 20px;
        display: flex;
        flex-direction: unset
    }

    .fs-form-overview .fs-fields > li {
        margin: 0;
        padding: 3px 0;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .fs-form select {
        font-size: 1em;
        width: 90%;
        margin: 5px auto
    }

    .fs-form-overview select {
        font-size: .6em;
        min-width: 100px;
        height: 35px;
        float: right
    }

    .axles-opt-wraper .axles-wraper, .ezpass-opt-wraper .ezpass-wraper, .type-opt-wraper .type-wraper, .vClass-wraper .vClass-options-wraper {
        margin: 0 0;
        height: 57vh;
        overflow: auto;
        margin: 0 auto;
        width: 100%;
        min-width: 90vw;
        justify-content: center;
        align-items: center
    }

    .ezpass-wraper {
        height: 250px !important
    }

    .option {
        width: 85px;
        height: 85px;
        margin: 3px;
        border: solid 2px #bdc3c7
    }

    .scrollDown-btn {
        display: none
    }

    .vClass-wraper .vClass-options-wraper .vClass-option {
        width: 90px;
        height: 90px;
        margin: 2px
    }

    .type-opt-wraper .type-wraper .type-option {
        width: 90px;
        height: 90px;
        margin: 2px
    }

    .axles-opt-wraper .axles-wraper .axles-option {
        width: 96px;
        height: 96px;
        margin: 2px
    }

        .axles-opt-wraper .axles-wraper .axles-option .label {
            padding: 12px 0
        }

    .fs-controls {
        bottom: 20px
    }

    .fs-nav-dots {
        bottom: 40px;
        right: 14px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: none
    }

    .fs-message-error {
        top: 0;
        left: 50%;
        z-index: 800;
        width: 100%;
        padding: 10px 0 4px;
        font-weight: 400;
        border-radius: 0;
        font-size: 12px
    }

    .fs-continue, .newTollCalcBtn {
        font-size: 1.5em
    }

    .newTollCalcBtn {
        margin-top: 28px;
        margin-bottom: 15px
    }

    .option span.label {
        font-size: 1em;
        margin: 0
    }

    .fs-form-overview {
        padding: 0;
        width: 98%;
        margin: 30px 1% 0 1%;
        height: 100%;
        color: #3b3f45;
        font-size: 1.1em
    }

    #resultsWraper {
        border-radius: 0;
        background-color: #fff;
        border-bottom: solid 1px #e4e4e4;
        vertical-align: top
    }

        #resultsWraper > div {
            margin: 1px 0;
            padding: 1px 1px;
            border-radius: 1px;
            background-color: transparent;
            box-shadow: none;
            border-right: solid 1px #eaeaea;
            vertical-align: top
        }

            #resultsWraper > div span {
                margin: 0 2px;
                font-size: 9px;
                display: inline-block;
                line-height: 13px
            }

    .calcMsgTbl .calcMsgTRhead .calcMsgTDhead {
        padding: 6px 3px;
        font-size: 11px;
        vertical-align: bottom;
        border-left: solid 1px rgba(255,255,255,.3)
    }

    .calcMsgTbl .calcMsgTR .calcMsgTD {
        padding: 3px;
        font-size: 11px
    }

        .calcMsgTbl .calcMsgTR .calcMsgTD:nth-child(3) {
            text-align: center
        }

    .ez-signUpBtn {
        font-size: .55em;
        margin: 10px auto 15px auto;
        transform: scale(.75) translateY(-18px)
    }

    .row {
        flex-direction: column;
        align-items: center
    }

    .spacer {
        width: 100%;
        height: 5px
    }

    .col {
        width: calc(100% - 30px)
    }

    .panel {
        margin-bottom: 20px;
        font-size: 14px
    }

        .panel h3 {
            padding: 0;
            margin: 30px 0;
            font-size: 15px;
            line-height: 23px
        }

        .panel ul {
            margin: 0 10px;
            padding: 0
        }

            .panel ul li {
                margin: 10px 0
            }

    .card {
        margin: 9px auto;
        padding: 25px 25px;
        width: calc(100% - 100px)
    }

    .col-4 {
        width: 90%;
        margin: 10px auto;
        padding: 0
    }

    .col-12 {
        width: calc(100% - 30px);
        margin: 10px auto;
        padding: 0
    }

    .top-right-group {
        right: 35px;
        top: 0;
        transform: scale(.75);
        font-size: 29px
    }
}
