div.main-table {
    order: 2
}

.container-fluid {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px;
    padding: 0
}

    .container-fluid .table-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row
    }

        .container-fluid .table-row img {
            margin: 0 5px 0 0
        }

            .container-fluid .table-row img.icon-credit-card {
                display: inline-block
            }

        .container-fluid .table-row.header {
            display: none
        }

    .container-fluid .table-cell {
        text-align: left
    }

        .container-fluid .table-cell .error-inline {
            color: red !important
        }

        .container-fluid .table-cell.col1 {
            order: 1
        }

        .container-fluid .table-cell.col2 {
            order: 3
        }

        .container-fluid .table-cell.col3 {
            order: 4
        }

        .container-fluid .table-cell.col4 {
            order: 2
        }

        .container-fluid .table-cell.col2 > div, .container-fluid .table-cell.col3 > div {
            display: block
        }

@media(min-width:768px) {
    .container-fluid {
        border: none
    }

        .container-fluid .table-row {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            flex-grow: 0;
            -webkit-flex-grow: 0;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            border-collapse: collapse;
            padding-top: 5px
        }

            .container-fluid .table-row .table-cell {
                flex-grow: 1;
                -webkit-flex-grow: 1;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-right: 15px
            }

            .container-fluid .table-row.header {
                display: flex;
                border-bottom: 2px solid #337ab7;
                font-weight: 700;
                padding-top: 8px;
                padding-bottom: 8px;
                margin-bottom: 12px
            }

        .container-fluid .table-cell.col1 {
            order: 1
        }

        .container-fluid .table-cell.col4 {
            order: 4
        }

        .container-fluid .table-cell.col2 {
            order: 2
        }

        .container-fluid .table-cell.col3 {
            order: 3
        }

        .container-fluid .table-row img.icon-credit-card {
            display: none
        }

}

@media(min-width:992px) {
    .container-fluid {
        border: 1px solid #828282
    }

        .container-fluid .table-row {
            border-top: 1px solid #d3d3d3;
            margin-bottom: 0;
            padding: 0
        }

            .container-fluid .table-row .table-cell {
                border-left: 1px solid #d3d3d3
            }

                .container-fluid .table-row .table-cell img {
                    margin: 0 5px 0 0;
                    display: none
                }

            .container-fluid .table-row img.icon-credit-card {
                display: none
            }
}

.inner .main-content .content div.col4 a {
    content: " "
}

.inner .main-content .content .page-content div.main-table {
    margin-top: 15px
}

.inner .main-content .content .creditcard-error-inline {
    color: red;
    font-size: 13px;
    margin-top: 5px
}

@media(min-width:768px) {
    div.main-table {
        order: 3
    }

    .inner .main-content .content .table-cell.col2 > div, .inner .main-content .content .table-cell.col3 > div {
        display: none
    }

    .inner .main-content .content div.col4 a, .inner .main-content .content div.col4 a:after, .inner .main-content .content div.col4 a:before {
        content: " "
    }

    .inner .main-content .content .page-content.manage-creditcard div.main-table {
        order: 2
    }
}

@media(min-width:992px) {
    .inner .main-content .content div.col4 a:after {
        content: "Details"
    }

    .inner .main-content .content .page-content.manage-creditcard div.main-table {
        order: 3
    }

    .border-right {
        border-right: 1px solid #cecece
    }
}

@media(max-width:767px) {
    .cell-label {
        font-size: 14px;
        color: #3b3b3b;
        font-weight: 400
    }
}

.display-inline {
    display: inline
}

.display-flex {
    display: flex;
    flex-flow: wrap
}

@media(max-width:767px) {
    .xs-display-flex {
        display: flex;
        flex-flow: wrap
    }
}

.table div.table-row.flex-row {
    display: flex;
    flex-flow: row
}

@media(max-width:767px) {
    .table div.table-row.flex-row {
        flex-flow: wrap
    }
}

.table div.table-row {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0 16px;
    border-top: 1px solid #e0e0e0
}

@media(max-width:767px) {
    .table div.table-row {
        display: flex;
        flex-flow: wrap
    }

        .table div.table-row:after, .table div.table-row:before {
            content: none
        }

        .table div.table-row .xs-order-1 {
            order: 1
        }

        .table div.table-row .xs-order-2 {
            order: 2
        }

        .table div.table-row .xs-order-3 {
            order: 3
        }

        .table div.table-row .xs-order-4 {
            order: 4
        }

        .table div.table-row .xs-order-5 {
            order: 5
        }

        .table div.table-row .xs-order-6 {
            order: 6
        }

        .table div.table-row .xs-order-7 {
            order: 7
        }

        .table div.table-row .xs-order-8 {
            order: 8
        }
}

.table div.table-row .order-1 {
    order: 1
}

.table div.table-row .order-2 {
    order: 2
}

.table div.table-row .order-3 {
    order: 3
}

.table div.table-row .order-4 {
    order: 4
}

.table div.table-row .order-5 {
    order: 5
}

.table div.table-row .order-6 {
    order: 6
}

.table div.table-row .order-7 {
    order: 7
}

.table div.table-row .order-8 {
    order: 8
}

.table div.table-row .xs-header-row {
    font-size: 14px;
    font-weight: 400;
    display: none
}

@media(max-width:767px) {
    .table div.table-row .xs-header-row {
        display: block
    }
}

@media(max-width:767px) {
    .table div.table-row .table-col {
        margin-bottom: 12px
    }
}

@media(max-width:767px) {
    .table div.table-row .xs-valign-bottom {
        position: absolute;
        bottom: 0
    }
}

.table div.table-row .middle {
    margin: auto
}

@media(max-width:767px) {
    .table div.table-row.flex-flow-column {
        flex-flow: column
    }
}

.table div.table-header-row {
    display: none
}

@media(min-width:768px) {
    .table div.table-header-row {
        display: block;
        font-weight: 700;
        padding: 15px 0;
        margin-left: 0;
        margin-right: 0
    }
}

.table div.table-sm-header-row {
    display: block;
    border-bottom: 2px solid #337ab7;
    font-weight: 700;
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0
}

.table + .footer {
    padding: 15px 0;
    border-top: 1px solid #d3d3d3
}

    .table + .footer .row:first-child {
        margin-top: 5px
    }

@media(max-width:767px) {
    .table .table-head + .table-row {
        border-top: none
    }
}

.table > div.row {
    margin: 0
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.padding-0 {
    padding: 0 !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-leftright-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padding-topbottom-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.padding-topbottom-5 {
    padding: 5px 0 !important
}

.padding-topbottom-10 {
    padding: 10px 0 !important
}

.padding-topbottom-15 {
    padding: 15px 0 !important
}

.padding-topbottom-20 {
    padding: 20px 0 !important
}

.padding-leftright-5 {
    padding: 0 5px !important
}

.padding-leftright-10 {
    padding: 0 10px !important
}

.padding-leftright-15 {
    padding: 0 15px !important
}

.padding-leftright-20 {
    padding: 0 20px !important
}

.padding-top-0 {
    padding-top: 0
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-16 {
    padding-bottom: 16px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-0 {
    margin: 0 !important
}

.margin-5 {
    margin: 5px !important
}

.margin-10, .spacer-10 {
    margin: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-20, .spacer-20 {
    margin: 20px !important
}

.margin-40, .spacer-40 {
    margin: 40px !important
}

.margin-topbottom-5 {
    margin: 5px 0 !important
}

.margin-topbottom-10 {
    margin: 10px 0 !important
}

.margin-topbottom-15 {
    margin: 15px 0 !important
}

.margin-topbottom-20 {
    margin: 20px 0 !important
}

.margin-topbottom-40 {
    margin: 40px 0 !important
}

.margin-leftright-5-minus {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.margin-leftright-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.margin-leftright-5 {
    margin: 0 5px !important
}

.margin-leftright-10 {
    margin: 0 10px !important
}

.margin-leftright-15 {
    margin: 0 15px !important
}

.margin-leftright-20 {
    margin: 0 20px !important
}

.margin-leftright-40 {
    margin: 0 40px !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 12px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 15px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-bottom-30, .margin-top-30 {
    margin-top: 30px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.top-5-minus {
    top: -5px
}

.top-5 {
    top: 5px
}

.no-border {
    border: none
}

@media(max-width:1199px) {
    .main-content input[type=text].padding-md-0, .padding-md-0 {
        padding: 0
    }
}

@media(max-width:991px) {
    .main-content input[type=text].padding-sm-3, .padding-sm-3 {
        padding: 3px
    }
}

@media(min-width:768px) {
    .sm-margin-top-0 {
        margin-top: 0 !important
    }

    .sm-margin-top-10 {
        margin-top: 10px !important
    }

    .sm-margin-top-15, .sm-margin-top-25 {
        margin-top: 15px !important
    }

    .sm-margin-top-45 {
        margin-top: 45px !important
    }

    .sm-margin-bottom-15 {
        margin-bottom: 15px !important
    }
}

@media(max-width:767px) {
    .main-content input[type=text].xs-padding-3, .xs-padding-3 {
        padding: 3px
    }

    .xs-padding-left-0 {
        padding-left: 0 !important
    }

    .xs-padding-right-0 {
        padding-right: 0 !important
    }

    .xs-padding-right-15 {
        padding-right: 15px !important
    }

    .xs-padding-leftright-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .xs-padding-leftright-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .xs-padding-leftright-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .xs-padding-top-0 {
        padding-top: 0 !important
    }

    .xs-margin-leftright-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .xs-margin-bottom-0 {
        margin-bottom: 0 !important
    }

    .xs-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .xs-margin-bottom-10 {
        margin-bottom: 12px !important
    }

    .xs-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .xs-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .sm-margin-top-15em {
        margin-top: 1.5em
    }

    .sm-margin-bottom-10em {
        margin-bottom: 1em
    }

    .sm-margin-bottom-05em {
        margin-bottom: .5em
    }

    .xs-margin-top-0 {
        margin-top: 0 !important
    }

    .xs-margin-top-10 {
        margin-top: 10px !important
    }

    .xs-margin-top-15 {
        margin-top: 15px !important
    }

    .xs-margin-top-20 {
        margin-top: 20px !important
    }
}

.bold, .smartrip-cardtype label, div.box .table-head {
    font-weight: 700
}

@media(max-width:767px) {
    .xs-bold {
        font-weight: 700
    }
}

@media(min-width:768px) {
    .sm-bold {
        font-weight: 700
    }
}

@media(min-width:992px) {
    .md-bold {
        font-weight: 700
    }
}

@media(min-width:1200px) {
    .lg-bold {
        font-weight: 700
    }
}

.underline {
    text-decoration: underline
}

@media(max-width:767px) {
    .xs-underline {
        text-decoration: underline
    }
}

@media(min-width:768px) {
    .sm-underline {
        text-decoration: underline
    }
}

@media(min-width:992px) {
    .md-underline {
        text-decoration: underline
    }
}

@media(min-width:1200px) {
    .lg-underline {
        text-decoration: underline
    }
}

.red, div.box .error, div.box .field-validation-error {
    color: red !important
}

@media(max-width:767px) {
    .xs-red {
        color: red !important
    }
}

@media(min-width:768px) {
    .sm-red {
        color: red !important
    }
}

@media(min-width:992px) {
    .md-red {
        color: red !important
    }
}

@media(min-width:1200px) {
    .lg-red {
        color: red !important
    }
}

.gray {
    color: grey !important
}

@media(max-width:767px) {
    .xs-gray {
        color: grey !important
    }
}

@media(min-width:768px) {
    .sm-gray {
        color: grey !important
    }
}

@media(min-width:992px) {
    .md-gray {
        color: grey !important
    }
}

@media(min-width:1200px) {
    .lg-gray {
        color: grey !important
    }
}

.green {
    color: #7aae0c !important
}

@media(max-width:767px) {
    .xs-green {
        color: #7aae0c !important
    }
}

@media(min-width:768px) {
    .sm-green {
        color: #7aae0c !important
    }
}

@media(min-width:992px) {
    .md-green {
        color: #7aae0c !important
    }
}

@media(min-width:1200px) {
    .lg-green {
        color: #7aae0c !important
    }
}

.blue {
    color: #3b6798 !important
}

@media(max-width:767px) {
    .xs-blue {
        color: #3b6798 !important
    }
}

@media(min-width:768px) {
    .sm-blue {
        color: #3b6798 !important
    }
}

@media(min-width:992px) {
    .md-blue {
        color: #3b6798 !important
    }
}

@media(min-width:1200px) {
    .lg-blue {
        color: #3b6798 !important
    }
}

.disabled-text {
    opacity: .5;
    filter: Alpha(Opacity=50)
}

@media(max-width:767px) {
    .xs-disabled-text {
        opacity: .5;
        filter: Alpha(Opacity=50)
    }
}

@media(min-width:768px) {
    .sm-disabled-text {
        opacity: .5;
        filter: Alpha(Opacity=50)
    }
}

@media(min-width:992px) {
    .md-disabled-text {
        opacity: .5;
        filter: Alpha(Opacity=50)
    }
}

@media(min-width:1200px) {
    .lg-disabled-text {
        opacity: .5;
        filter: Alpha(Opacity=50)
    }
}

.uppercase {
    text-transform: uppercase !important
}

@media(max-width:767px) {
    .xs-uppercase {
        text-transform: uppercase !important
    }
}

@media(min-width:768px) {
    .sm-uppercase {
        text-transform: uppercase !important
    }
}

@media(min-width:992px) {
    .md-uppercase {
        text-transform: uppercase !important
    }
}

@media(min-width:1200px) {
    .lg-uppercase {
        text-transform: uppercase !important
    }
}

.big {
    font-size: 1.375em !important;
    font-weight: 300
}

@media(max-width:767px) {
    .xs-big {
        font-size: 1.375em !important;
        font-weight: 300
    }
}

@media(min-width:768px) {
    .sm-big {
        font-size: 1.375em !important;
        font-weight: 300
    }
}

@media(min-width:992px) {
    .md-big {
        font-size: 1.375em !important;
        font-weight: 300
    }
}

@media(min-width:1200px) {
    .lg-big {
        font-size: 1.375em !important;
        font-weight: 300
    }
}

.text-left {
    text-align: left !important
}

@media(max-width:767px) {
    .xs-text-left {
        text-align: left !important
    }
}

@media(min-width:768px) {
    .sm-text-left {
        text-align: left !important
    }
}

@media(min-width:992px) {
    .md-text-left {
        text-align: left !important
    }
}

@media(min-width:1200px) {
    .lg-text-left {
        text-align: left !important
    }
}

.text-right {
    text-align: right !important;
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -o-right;
    text-align: -ms-right
}

@media(max-width:767px) {
    .xs-text-right {
        text-align: right !important;
        text-align: -webkit-right;
        text-align: -moz-right;
        text-align: -o-right;
        text-align: -ms-right
    }
}

@media(min-width:768px) {
    .sm-text-right {
        text-align: right !important;
        text-align: -webkit-right;
        text-align: -moz-right;
        text-align: -o-right;
        text-align: -ms-right
    }
}

@media(min-width:992px) {
    .md-text-right {
        text-align: right !important;
        text-align: -webkit-right;
        text-align: -moz-right;
        text-align: -o-right;
        text-align: -ms-right
    }
}

@media(min-width:1200px) {
    .lg-text-right {
        text-align: right !important;
        text-align: -webkit-right;
        text-align: -moz-right;
        text-align: -o-right;
        text-align: -ms-right
    }
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center
}

@media(max-width:767px) {
    .xs-text-center {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center
    }
}

@media(min-width:768px) {
    .sm-text-center {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center
    }
}

@media(min-width:992px) {
    .md-text-center {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center
    }
}

@media(min-width:1200px) {
    .lg-text-center {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -o-center;
        text-align: -ms-center
    }
}

text.notranslate {
    color: inherit !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-normal, div.box .error, div.box .field-validation-error {
    font-size: 16px !important
}

.font-size-bigger {
    font-size: 19px !important
}

.font-size-smaller {
    font-size: 14px !important
}

.inline {
    display: inline-block !important
}

@media(max-width:767px) {
    .xs-inline {
        display: inline-block !important
    }
}

@media(min-width:768px) {
    .sm-inline {
        display: inline-block !important
    }
}

@media(min-width:992px) {
    .md-inline {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .lg-inline {
        display: inline-block !important
    }
}

.block {
    display: block !important
}

@media(max-width:767px) {
    .xs-block {
        display: block !important
    }
}

@media(min-width:768px) {
    .sm-block {
        display: block !important
    }
}

@media(min-width:992px) {
    .md-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .lg-block {
        display: block !important
    }
}

.inline-table {
    display: inline-table
}

@media(max-width:767px) {
    .xs-inline-table {
        display: inline-table
    }
}

@media(min-width:768px) {
    .sm-inline-table {
        display: inline-table
    }
}

@media(min-width:992px) {
    .md-inline-table {
        display: inline-table
    }
}

@media(min-width:1200px) {
    .lg-inline-table {
        display: inline-table
    }
}

.new-line:before {
    content: " ";
    display: table
}

@media(max-width:767px) {
    .xs-new-line:before {
        content: " ";
        display: table
    }
}

@media(min-width:768px) {
    .sm-new-line:before {
        content: " ";
        display: table
    }
}

@media(min-width:992px) {
    .md-new-line:before {
        content: " ";
        display: table
    }
}

@media(min-width:1200px) {
    .lg-new-line:before {
        content: " ";
        display: table
    }
}

.new-line:after {
    content: " ";
    display: table;
    clear: both
}

@media(max-width:767px) {
    .xs-new-line:after {
        content: " ";
        display: table;
        clear: both
    }
}

@media(min-width:768px) {
    .sm-new-line:after {
        content: " ";
        display: table;
        clear: both
    }
}

@media(min-width:992px) {
    .md-new-line:after {
        content: " ";
        display: table;
        clear: both
    }
}

@media(min-width:1200px) {
    .lg-new-line:after {
        content: " ";
        display: table;
        clear: both
    }
}

.hide {
    display: none !important
}

@media(max-width:767px) {
    .xs-hide {
        display: none !important
    }
}

.visible-xs, .xs-show {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs, .xs-show {
        display: block !important
    }
}

.xs-show-flex {
    display: none !important
}

@media(max-width:767px) {
    .xs-show-flex {
        display: flex !important
    }
}

.xs-show-inline {
    display: none !important
}

@media(max-width:767px) {
    .xs-show-inline {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .xs-left {
        float: left
    }
}

@media(max-width:767px) {
    .xs-right {
        float: right
    }
}

.no-border {
    border: none !important
}

.border-bottom {
    border-bottom: 1px solid #d3d3d3 !important
}

.border-top {
    border-top: 1px solid #d3d3d3 !important
}

.auto-width {
    width: auto !important
}

.max-width {
    width: 100% !important
}

.width-10 {
    width: 10% !important
}

@media(max-width:767px) {
    .xs-width-10 {
        width: 10% !important
    }
}

@media(min-width:768px) {
    .sm-width-10 {
        width: 10% !important
    }
}

@media(min-width:992px) {
    .md-width-10 {
        width: 10% !important
    }
}

@media(min-width:1200px) {
    .lg-width-10 {
        width: 10% !important
    }
}

.width-20 {
    width: 20% !important
}

@media(max-width:767px) {
    .xs-width-20 {
        width: 20% !important
    }
}

@media(min-width:768px) {
    .sm-width-20 {
        width: 20% !important
    }
}

@media(min-width:992px) {
    .md-width-20 {
        width: 20% !important
    }
}

@media(min-width:1200px) {
    .lg-width-20 {
        width: 20% !important
    }
}

.width-30 {
    width: 30% !important
}

@media(max-width:767px) {
    .xs-width-30 {
        width: 30% !important
    }
}

@media(min-width:768px) {
    .sm-width-30 {
        width: 30% !important
    }
}

@media(min-width:992px) {
    .md-width-30 {
        width: 30% !important
    }
}

@media(min-width:1200px) {
    .lg-width-30 {
        width: 30% !important
    }
}

.width-40 {
    width: 40% !important
}

@media(max-width:767px) {
    .xs-width-40 {
        width: 40% !important
    }
}

@media(min-width:768px) {
    .sm-width-40 {
        width: 40% !important
    }
}

@media(min-width:992px) {
    .md-width-40 {
        width: 40% !important
    }
}

@media(min-width:1200px) {
    .lg-width-40 {
        width: 40% !important
    }
}

.width-50 {
    width: 50% !important
}

@media(max-width:767px) {
    .xs-width-50 {
        width: 50% !important
    }
}

@media(min-width:768px) {
    .sm-width-50 {
        width: 50% !important
    }
}

@media(min-width:992px) {
    .md-width-50 {
        width: 50% !important
    }
}

@media(min-width:1200px) {
    .lg-width-50 {
        width: 50% !important
    }
}

.width-60 {
    width: 60% !important
}

@media(max-width:767px) {
    .xs-width-60 {
        width: 60% !important
    }
}

@media(min-width:768px) {
    .sm-width-60 {
        width: 60% !important
    }
}

@media(min-width:992px) {
    .md-width-60 {
        width: 60% !important
    }
}

@media(min-width:1200px) {
    .lg-width-60 {
        width: 60% !important
    }
}

.width-70 {
    width: 70% !important
}

@media(max-width:767px) {
    .xs-width-70 {
        width: 70% !important
    }
}

@media(min-width:768px) {
    .sm-width-70 {
        width: 70% !important
    }
}

@media(min-width:992px) {
    .md-width-70 {
        width: 70% !important
    }
}

@media(min-width:1200px) {
    .lg-width-70 {
        width: 70% !important
    }
}

.width-80 {
    width: 80% !important
}

@media(max-width:767px) {
    .xs-width-80 {
        width: 80% !important
    }
}

@media(min-width:768px) {
    .sm-width-80 {
        width: 80% !important
    }
}

@media(min-width:992px) {
    .md-width-80 {
        width: 80% !important
    }
}

@media(min-width:1200px) {
    .lg-width-80 {
        width: 80% !important
    }
}

.width-90 {
    width: 90% !important
}

@media(max-width:767px) {
    .xs-width-90 {
        width: 90% !important
    }
}

@media(min-width:768px) {
    .sm-width-90 {
        width: 90% !important
    }
}

@media(min-width:992px) {
    .md-width-90 {
        width: 90% !important
    }
}

@media(min-width:1200px) {
    .lg-width-90 {
        width: 90% !important
    }
}

.width-100 {
    width: 100% !important
}

@media(max-width:767px) {
    .xs-width-100 {
        width: 100% !important
    }
}

@media(min-width:768px) {
    .sm-width-100 {
        width: 100% !important
    }
}

@media(min-width:992px) {
    .md-width-100 {
        width: 100% !important
    }
}

@media(min-width:1200px) {
    .lg-width-100 {
        width: 100% !important
    }
}

*, :after, :before {
    box-sizing: border-box
}

.inner .content div.row img, .inner .content h1 img, .inner .content h2 img, .inner .content h3 img, .inner .content h4 img, .inner .content table img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0
}

h2 {
    margin-bottom: 20px
}

@media(max-width:767px) {
    h2, h3 {
        margin-top: 10px;
        margin-bottom: 12px
    }
}

.inner .content h4 {
    padding: 0 0 10px;
    font-weight: 400
}

select {
    width: 100%;
    font-weight: 400;
    margin: 0;
    background-position: 97% 19px !important;
    background-size: 19px;
    padding-right: 30px
}

@media(min-width:768px) {
    select {
        background-position: 98% 10px !important;
        background-size: 18px;
        height: 30px;
        font-weight: 400;
        font-size: 14px
    }
}

a {
    color: #337ab7;
    text-decoration: none
}

input:disabled, select:disabled {
    color: grey;
    background-color: #f2f2f2
}

input[type=checkbox], input[type=radio] {
    margin: 5px 0 0
}

body {
    -ms-overflow-style: scrollbar;
    overflow-x: auto;
    background-color: #fff
}

    body:not(.lt-ie9) input[type=checkbox]:checked ~ label:before {
        background: #fff;
        content: "✓";
        font-family: Arial,sans-serif;
        color: #5481b3;
        font-size: 23px;
        line-height: 6px;
        --background: #5481b3
    }

    body:not(.lt-ie9) input[type=checkbox] ~ label:before {
        border-radius: 4;
        o-border-radius: 4;
        ms-border-radius: 4;
        moz-border-radius: 4;
        background: #fff;
        content: "";
        display: inline-block;
        height: 17px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 17px;
        border: 2px solid #5481b3;
        border-radius: 0;
        o-border-radius: 0;
        ms-border-radius: 0;
        moz-border-radius: 0
    }

    body:not(.lt-ie9) input[type=checkbox]:checked {
        background: red !important;
        content: "✓";
        font-family: Arial,sans-serif;
        color: #5481b3;
        font-size: 23px;
        line-height: 6px
    }

    body:not(.lt-ie9) input[type=checkbox] ~ label {
        position: relative;
        font-weight: 400;
        margin-right: 5px;
        padding-left: 25px;
        display: inline
    }

    body:not(.lt-ie9) input[type=radio] ~ label {
        padding-left: 25px;
        font-weight: 600;
        color: #3c80bb !important;
        font-size: 16px;
        margin-right: auto;
        line-height: normal
    }

    body:not(.lt-ie9) input[type=radio] + label, body:not(.lt-ie9) input[type=radio]:checked + label, body:not(.lt-ie9) input[type=radio]:focus + label {
        border: none
    }

input[type=radio] + label + .label-desc {
    padding-left: 26px
}

body:not(.lt-ie9) input[type=radio] + label:before, input[type=radio]:checked + label:before {
    display: none
}

body:not(.lt-ie9) input[type=radio] {
    opacity: 1;
    width: auto;
    height: auto;
    position: absolute
}

.inner-service-alerts input[type=date], .inner-service-alerts input[type=email], .inner-service-alerts input[type=phone], .inner-service-alerts input[type=text], .inner-service-alerts input[type=time], .main-content input[type=date], .main-content input[type=email], .main-content input[type=number], .main-content input[type=password], .main-content input[type=phone], .main-content input[type=text], .main-content input[type=time], .service-alerts input[type=date], .service-alerts input[type=email], .service-alerts input[type=phone], .service-alerts input[type=text], .service-alerts input[type=time] {
    margin: 0;
    top: 0;
    padding: 6px
}

@media(min-width:768px) {
    .inner-service-alerts input[type=date], .inner-service-alerts input[type=email], .inner-service-alerts input[type=phone], .inner-service-alerts input[type=text], .inner-service-alerts input[type=time], .main-content input[type=date], .main-content input[type=email], .main-content input[type=number], .main-content input[type=password], .main-content input[type=phone], .main-content input[type=text], .main-content input[type=time], .service-alerts input[type=date], .service-alerts input[type=email], .service-alerts input[type=phone], .service-alerts input[type=text], .service-alerts input[type=time] {
        height: 30px;
        padding: 3px;
        font-size: 14px
    }
}

@media(max-width:767px) {
    .utility-nav-wrapper {
        height: 31px
    }
}

@media(max-width:767px) {
    header .logo {
        top: 44px;
        max-width: 47px
    }
}

@media(min-width:768px) {
    header .logo {
        top: 10px
    }
}

@media(max-width:767px) {
    header .wmata-name {
        top: 43px
    }
}

@media(min-width:768px) {
    header .wmata-name {
        top: 12px
    }
}

@media(max-width:767px) {
    .mobile-content-wrapper .mobile-menu-btn {
        top: 38px
    }
}

footer {
    margin: 0
}

@media(max-width:992px) {
    .footer-nav {
        margin: 30px auto 0
    }

        .footer-nav .footer-col {
            margin: 0 0 10px
        }
}

.footer-bottom-wrapper {
    padding-bottom: 0
}

    .footer-bottom-wrapper .footer-bottom * {
        text-transform: uppercase
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}

.inner .main-content {
    min-height: calc(100vh - 471px)
}

    .inner .main-content a.LogoutLink {
        position: absolute;
        left: calc(100% - 130px);
        width: 120px;
        text-align: right;
        top: 20px;
        z-index: 10000;
        min-width: 70px;
        border-bottom: none
    }

@media(min-width:992px) {
    .inner .main-content a.LogoutLink {
        left: calc(98% - 130px)
    }
}

.inner .main-content .container {
    padding: 0;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:992px) {
    .inner .main-content .container {
        padding-top: 20px
    }
}

.inner .main-content .content-wrapper {
    padding: 0
}

    .inner .main-content .content-wrapper .content {
        padding: 5px 5px 10px;
        margin: 5px
    }

@media(min-width:768px) {
    .inner .main-content .content-wrapper {
        min-height: 354px
    }

        .inner .main-content .content-wrapper .content {
            margin: 0;
            padding: 0 10px 20px
        }
}

@media(min-width:992px) {
    .inner .main-content .content-wrapper .content {
        padding: 0 0 20px 30px
    }
}

.inner .main-content .content {
    color: #333
}

    .inner .main-content .content * {
        color: unset
    }

    .inner .main-content .content a {
        color: #337ab7;
        text-decoration: none;
        border-bottom: 1px solid transparent
    }

        .inner .main-content .content a:hover {
            border-bottom: 1px solid #4b77a8
        }

        .inner .main-content .content a.icon-link:hover {
            border-bottom: none
        }

    .inner .main-content .content .success-inline {
        color: #3c763d
    }

.inner .main-content .sidebar2 {
    right: 75%;
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    display: block
}

.inner .main-content div.validation-summary-errors ul {
    padding-left: 0;
    margin-left: 0
}

    .inner .main-content div.validation-summary-errors ul li {
        padding-bottom: unset
    }

.success {
    color: #7aae0c !important
}

.error-inline, .errorline, .field-validation-error {
    color: red !important
}

.cvvtooltip {
    font-size: 80%
}

.disclaimer {
    color: red !important;
    font-weight: 700;
    font-size: 18px
}

.inner .main-content .content .error-inline *, .inner .main-content .content .field-validation-error *, .inner .main-content .content .validation-summary-errors * {
    color: red
}

.main-content input.input-validation-error, .main-content input.input-validation-error:hover {
    border: 1px solid red
}

    .main-content input.input-validation-error:focus {
        outline: none;
        box-shadow: 0 0 1px 0 red
    }

select.input-validation-error {
    border-color: red
}

.main-content select.input-validation-error, .main-content select.input-validation-error:hover {
    border: 1px solid red
}

    .main-content select.input-validation-error:focus {
        outline: none;
        box-shadow: 0 0 1px 0 red
    }

.required:after {
    content: " *";
    color: red
}

.navigationTopMenu a {
    border: none !important;
    font-size: 1.125em
}

.navigationTopMenu .title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 60px
}

    .navigationTopMenu .title a {
        display: block;
        padding-left: 10px
    }

@media(min-width:768px) {
    .navigationTopMenu .title a {
        padding-left: 27px
    }
}

.navigationTopMenu .title a .title:hover {
    background: #f3f6f9
}

.navigationTopMenu .title a[aria-expanded]:before {
    content: "";
    background-image: url(images/arr-up.6b86a2a1e8572e60f9cfbdbc4de73d2b.png);
    background-size: 17px;
    display: inline-block;
    width: 17px;
    height: 10px;
    margin-right: 20px
}

.navigationTopMenu .title a[aria-expanded=false]:before {
    transform: rotate(180deg)
}

.navigationTopMenu .menuItem {
    height: 52px;
    line-height: 52px;
    display: contents
}

    .navigationTopMenu .menuItem a {
        display: block;
        padding-left: 45px
    }

    .navigationTopMenu .menuItem:hover {
        background: #f3f6f9
    }

    .navigationTopMenu .menuItem.selected {
        background: #f3f6f9;
        font-weight: 700
    }

.navigationTopMenu .content-wrapper {
    min-height: 0 !important;
    border: none !important;
    padding: 0 !important
}

@media(min-width:768px) {
    .navigationTopMenu .menuItem a {
        display: block;
        padding-left: 65px
    }
}

@media(min-width:992px) {
    .navigationTopMenu .menuItem a {
        display: inline-flex;
        padding-left: 40px;
        padding-right: 40px
    }

    .navigationTopMenu a {
        font-size: 16px
    }

        .navigationTopMenu a.titleLink {
            display: none
        }

    .navigationTopMenu .title {
        border-bottom: none;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navigationTopMenu .menuItem a {
        display: block;
        padding-left: 40px;
        padding-right: 0
    }
}

div.infoRow, div.row {
    margin-top: 5px
}

@media(min-width:768px) {
    div.infoRow, div.row {
        margin-top: 15px
    }
}

div.row.no-padding {
    margin: 0
}

    div.row.no-padding > [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

.no-float {
    float: none !important
}

.inner.one-sidebar .sidebar {
    position: relative;
    min-height: 1px;
    padding: 0;
    display: block
}

@media(min-width:992px) {
    .inner.one-sidebar .sidebar {
        right: 0;
        display: block
    }

        .inner.one-sidebar .sidebar .content {
            left: 10px
        }
}

.main-nav-wrapper {
    background: #4679b0;
    height: 90px
}

    .main-nav-wrapper .container {
        height: 100%
    }

@media(min-width:768px) {
    .main-nav-wrapper {
        height: 88px
    }

        .main-nav-wrapper nav {
            padding-left: 80px
        }

            .main-nav-wrapper nav > ul {
                margin-right: 70px
            }

                .main-nav-wrapper nav > ul > li {
                    max-width: 90px
                }
}

@media(min-width:992px) {
    .main-nav-wrapper nav > ul > li {
        max-width: 120px
    }
}

@media(min-width:1200px) {
    .main-nav-wrapper nav > ul > li {
        max-width: 190px
    }
}

@media(min-width:992px) {
    .inner.one-sidebar .content {
        left: 10px
    }
}

@media(min-width:1200px) {
    .inner.one-sidebar .content {
        left: 26%
    }
}

@media(min-width:1200px) {
    .inner.one-sidebar .sidebar {
        float: right;
        width: 25%;
        right: 75%;
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.select-product button {
    float: left;
    margin-top: 10px;
    padding: 5px 10px
}

@media(max-width:767px) {
    .select-product button {
        font-size: 13px;
        padding: 5px 0
    }
}

.main-content input[type=number] {
    border: 1px solid #6082aa;
    height: 45px;
    padding: 8px;
    position: relative;
    width: 100%
}

.form-wrapper .control-label, label {
    font-weight: 700;
    font-size: 16px;
    color: #3b6798 !important
}

@media(min-width:768px) {
    .form-wrapper .control-label, label {
        font-weight: 600;
        font-size: 16px
    }
}

.row {
    line-height: 20px
}

@media(min-width:768px) {
    .row {
        line-height: 26px
    }
}

.content span.amount {
    line-height: 40px
}

@media(min-width:768px) {
    .content span.amount {
        line-height: 26px
    }
}

@media(min-width:768px) {
    body {
        font-size: 16px
    }

    .inner-service-alerts input[type=date], .inner-service-alerts input[type=email], .inner-service-alerts input[type=phone], .inner-service-alerts input[type=text], .inner-service-alerts input[type=time], .main-content input[type=date], .main-content input[type=email], .main-content input[type=number], .main-content input[type=password], .main-content input[type=phone], .main-content input[type=text], .main-content input[type=time], .service-alerts input[type=date], .service-alerts input[type=email], .service-alerts input[type=phone], .service-alerts input[type=text], .service-alerts input[type=time] {
        height: 30px;
        padding: 3px;
        font-size: 14px
    }

    .main-content h1 {
        font-size: 34px;
        margin-bottom: 25px
    }

    .error-inline, .field-validation-error, .success-inline {
        font-size: 13px
    }

    .inner .main-content .content-wrapper {
        padding-top: 0
    }
}

.btn {
    display: inline-block;
    margin-bottom: 5px
}

    .btn a, .btn button, .btn input[type=button], .btn input[type=submit] {
        height: 45px;
        line-height: 45px;
        min-width: 50px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0
    }

@media(min-width:768px) {
    .btn a, .btn button, .btn input[type=button], .btn input[type=submit] {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
}

.btn :disabled {
    background-color: #ccc
}

@media(max-width:767px) {
    .btn a.btn-xs-block {
        height: auto;
        line-height: 30px
    }
}

@media(max-width:767px) {
    .btn + .btn {
        margin-top: 15px
    }
}

@media(min-width:768px) {
    .button-pair, .button-row {
        display: flex
    }

    .button-right {
        margin-left: auto;
        float: right
    }

    .button-center {
        margin: 0 auto
    }

    .button-pair-left {
        order: 0;
        margin-left: auto
    }

    .button-pair-right, .button-row.unjoined .button-pair-left {
        margin-left: inherit
    }

    .button-pair-right {
        order: 1
    }

    .button-row.unjoined .button-pair-right {
        margin-left: auto
    }

    .btn *, .main-content .btn input[type=submit] {
        padding: 0px 30px 3px;
        font-size: 14px
    }
}

@media(min-width:992px) {
    .main-content h2 {
        font-size: 28px
    }

    #topMenuContent {
        display: block !important
    }
}

.module_content {
    display: block;
    height: 100%;
    margin: 0;
    width: auto
}

    .module_content p {
        line-height: 1em;
        margin-bottom: 12px
    }

@media(min-width:768px) {
    .module_content {
        margin: 0 10px 10px 0
    }
}

.main-content p {
    margin-bottom: 12px
}

.main-content .content .card-list {
    list-style: none outside none;
    padding-left: 0
}

@media(min-width:768px) {
    .main-content .content .card-list {
        max-width: 430px;
        min-width: 350px
    }
}

@media(min-width:992px) {
    .main-content .content .card-list {
        max-width: 370px
    }
}

@media(min-width:1200px) {
    .main-content .content .card-list {
        max-width: 430px
    }
}

.main-content .content .card-list .cardInfo {
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    o-border-radius: 1px;
    ms-border-radius: 1px;
    moz-border-radius: 1px
}

    .main-content .content .card-list .cardInfo a * {
        color: #000
    }

@media(min-width:768px) {
    s .main-content .content .imgList {
        list-style: none outside url(images/circle-arrow4-off.3886b327010c9fe946f6e80e2d205f2b.gif)
    }
}

s .main-content .content .imgList .cardInfo {
    padding-bottom: 10px
}

.label-inline {
    color: #9b9b9b !important
}

.autoreloadfail, .highlighted-banner {
    padding: 5px;
    background-color: #fff1cc;
    border: 1px solid #ffe4a3
}

.autoreloadfail {
    border-radius: 4px;
    o-border-radius: 4px;
    ms-border-radius: 4px;
    moz-border-radius: 4px
}

    .autoreloadfail .firstphrase {
        color: #ce4a35 !important
    }

.autoreloadfaildetails {
    color: #fe6552 !important
}

.activegocard, .failedcard {
    background-color: #fff1cc
}

div.button-row {
    margin-top: 10px
}

@media(max-width:767px) {
    div.right-aside {
        order: 2;
        word-wrap: break-word
    }
}

@media(min-width:768px) {
    div.right-aside {
        float: right;
        word-wrap: break-word;
        margin-left: 12px
    }
}

@media(min-width:768px) {
    div.right-aside h2 {
        margin-right: 12px
    }
}

@media(min-width:992px) {
    div.right-aside h2 {
        margin-right: 0
    }
}

@media(max-width:767px) {
    div.left-wide {
        flex: 3 1 0;
        order: 1
    }
}

@media(min-width:768px) {
    div.left-wide .fixed-width {
        max-width: 63%
    }
}

@media(max-width:767px) {
    .page-content {
        display: flex;
        flex-flow: column
    }
}

@media(min-width:768px) {
    .page-content:after {
        content: "";
        clear: both;
        display: table
    }
}

div.left-wide p.tagline {
    color: #7aae0c;
    font-size: 87%
}

.inner .content img.ui-datepicker-trigger {
    position: absolute;
    margin: 0;
    top: 10px;
    left: calc(100% + 10px);
    width: 24px
}

@media(min-width:768px) {
    .inner .content img.ui-datepicker-trigger {
        top: 0;
        width: 20px
    }
}

.content div.row div.info-label {
    color: #3b6798;
    font-weight: 700
}

@media(min-width:992px) {
    .info-label {
        text-align: right;
        font-weight: 700
    }
}

.content div.row div.info-value, .content div.row div.info-value-nolabel {
    color: #000;
    word-wrap: break-word;
    font-weight: 400;
    float: left
}

.flex-line-between {
    display: flex;
    justify-content: space-between
}

div.sm-bold {
    font-weight: 700
}

@media(min-width:768px) {
    div.sm-bold {
        font-weight: 400
    }
}

.label-black {
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

hr.info-hr {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    clear: left;
    float: left;
    padding: 0 .625em;
    margin-left: .625em;
    width: 92%
}

.inner .content .calenderIcon img.ui-datepicker-trigger {
    top: 10px
}

.ui-widget-header {
    background: #5481b3
}

.ui-state-default {
    background: #4b77a8 !important
}

.sf-billing-info .card-type {
    display: none
}

.inner .main-content .content img.auto-reload {
    margin-bottom: -2px
}

@media(min-width:768px) {
    .inner .content .calenderIcon img.ui-datepicker-trigger {
        top: auto
    }

    div.content a.button-lt-blue:hover {
        background: #4b77a8 !important;
        color: #fff !important
    }

    .sf-billing-info .card-type {
        display: inline-block
    }
}

.background-lightgray, .background-lightgray-xs {
    background-color: #f8f8f8;
    border: 1px solid #cecece
}

@media(max-width:767px) {
    .background-lightgray-xs {
        background-color: transparent;
        border: none
    }
}

div.content h1 {
    border-bottom: 1px solid #d3d3d3;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 8px
}

@media(min-width:768px) {
    div.content h1 {
        padding-top: 22px
    }
}

@media(max-width:767px) {
    div.content h1 {
        margin-top: 10px
    }
}

.validation-summary-errors li {
    list-style-type: none
}

.note {
    background-color: #efefef;
    padding: 5px;
    margin: 5px
}

.noresults {
    text-align: center;
    padding-top: 10px;
    border: 1px solid #efefef;
    background: #efefef
}

div.row.note {
    margin-left: 0;
    margin-right: 0
}

.no-passes p {
    background-color: #f0f0f0;
    padding: 5px;
    margin: 5px
}

div.clear {
    clear: both
}

@media(max-width:767px) {
    hr {
        margin-top: 10px;
        margin-bottom: 12px
    }
}

div.page-content .top-line, div.page-content h2 {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0
}

div.page-content hr {
    border-color: #d0d0d0 currentcolor #fff;
    border-style: solid none;
    border-width: 1px 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    line-height: 0;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

div.page-content img.prefix-image-lg {
    display: none
}

@media(min-width:992px) {
    div.page-content img.prefix-image-lg {
        display: inline;
        position: relative;
        margin: 0 8px 0 0;
        top: -2px
    }
}

.container .content div img.inline-icon, .inline-icon, .inner .content div.row img.inline-icon, .inner .content h2 img.inline-icon {
    display: inline-block;
    margin: 0 6px 0 0
}

.inline-icon-after, .inner .content div.row img.inline-icon-after {
    display: inline-block;
    margin: 0 0 0 6px
}

.inline-icon-middle, .inner .content div.row img.inline-icon-middle {
    display: inline-block;
    margin: 0 6px
}

.inner .main-content .content .sf-billing-info label > font[color=red] {
    color: #be462b
}

h2.transfer {
    font-size: 1em !important
}

.card-summary {
    margin-bottom: .625em;
    overflow: hidden;
    float: none;
    display: block
}

@media(min-width:768px) {
    .card-summary {
        max-width: 430px
    }
}

@media(min-width:992px) {
    .card-summary {
        max-width: 350px
    }
}

@media(min-width:1200px) {
    .card-summary {
        max-width: 480px
    }
}

.bordered-box {
    border: 1px solid #cecece;
    padding: 5px 10px 15px
}

@media(max-width:767px) {
    .bordered-box {
        border: none;
        padding: 0 0 15px
    }
}

.address-box {
    background-color: transparent;
    border: none;
    padding: 0 0 15px
}

@media(min-width:768px) {
    .address-box {
        background-color: #fdfdfd;
        border: 1px solid #cecece;
        padding: 0 0 15px 10px
    }
}

.background-lightgray-xs .address-box {
    background-color: transparent;
    border: none
}

div.box {
    border: 1px solid #cecece;
    padding: 0 15px;
    margin: 20px 0 0
}

    div.box .error, div.box .field-validation-error {
        display: block;
        padding-bottom: 10px
    }

    div.box .title {
        position: relative;
        top: -13px;
        width: 100%
    }

        div.box .title span {
            background: #fff;
            width: auto;
            color: grey !important;
            padding: 0 10px
        }

    div.box .table-head {
        margin-bottom: 40px
    }

    div.box .footer {
        padding: 15px 0;
        border-top: 1px solid #d3d3d3;
        font-size: 14px
    }

        div.box .footer .row:first-child {
            margin-top: 5px
        }

@media(min-width:768px) {
    div.box {
        margin: 30px 0 0
    }
}

@media(max-width:767px) {
    div.box .padding-left-box {
        padding-left: 15px !important
    }
}

.box-padding, .box-padding-left {
    padding-left: 15px
}

.box-padding {
    padding-right: 15px
}

@media(min-width:768px) {
    div.report-group {
        background-color: #efefef;
        font-weight: 700
    }
}

@media(max-width:767px) {
    .sm-font-sz-34 {
        font-size: 34px
    }

    .sm-font-sz-28 {
        font-size: 28px
    }

    .sm-font-sz-smaller {
        font-size: smaller
    }
}

@media(max-width:767px) {
    .inner .main-content .content .sm-blue {
        color: #3b6798
    }
}

.cart {
    background-size: 32px 30px;
    width: 32px;
    height: 30px;
    left: -70px;
    top: 36px;
    position: relative;
    display: inline-block;
    z-index: 2
}

    .cart span.cnt {
        display: none
    }

@media(min-width:768px) {
    .cart {
        float: right;
        top: 30px;
        left: 0
    }
}

.nav-item-wrapper .translate.nav-item {
    line-height: 30px
}

.cart.with-items span.cnt {
    width: auto !important;
    height: auto !important;
    border-radius: 50%;
    o-border-radius: 50%;
    ms-border-radius: 50%;
    moz-border-radius: 50%;
    background: #d0021b !important;
    font-size: 11px;
    color: #fff !important;
    line-height: auto-2;
    text-align: center;
    display: block;
    position: relative;
    left: 22px;
    top: -2px;
    min-width: 17px;
    min-height: 17px
}

.top-menu-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%
}

.inner .main-content:before {
    display: none
}

@media(min-width:768px) {
    .inner .main-content:before {
        display: block;
        height: 354px;
        position: absolute;
        background: #f3f6f9
    }
}

button.as-link {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    color: #337ab7 !important;
    text-transform: none
}

    button.as-link:hover {
        text-decoration: underline
    }

.card-usage-grid .icon {
    float: left;
    margin-right: 8px;
    margin-top: 3px
}

    .card-usage-grid .icon.from {
        border-radius: 50%;
        border: 2px solid #00f
    }

    .card-usage-grid .icon.from, .card-usage-grid .icon.to {
        width: 16px;
        height: 16px;
        o-border-radius: 50%;
        ms-border-radius: 50%;
        moz-border-radius: 50%
    }

    .card-usage-grid .icon.to {
        border-radius: 50%;
        border: 2px solid red
    }

.card-usage-grid .route-line {
    border-left: 2px dashed #00f;
    height: 24px;
    margin-left: 7px
}

.card-usage-grid .separator {
    border-right: 1px solid #d3d3d3;
    width: 100%;
    padding-right: 10px
}

.inner .main-content.no-shadow:before {
    display: none
}

.inline {
    display: inline-block
}

@media(min-width:768px) {
    .sm-inline {
        display: inline-block
    }
}

.inner .main-content .content .order-details div.table-header-row {
    border-bottom: 1px solid #d3d3d3
}

.order-item {
    background-color: #fdfdfd
}

@media(min-width:768px) {
    .order-details.table > div.table-row.order-item {
        border-top: none
    }

        .order-details.table > div.table-row.order-item ~ div.table-row.order-item {
            border-top: 1px solid #e0e0e0
        }
}

.order {
    border: 2px solid #d3d3d3
}

.inner .main-content .content .order-address {
    color: grey
}

.inner .main-content .content * > legend {
    width: auto;
    margin-top: -10px;
    font-size: larger
}

@media(min-width:768px) {
    .inner .main-content .content * > legend {
        margin-left: 15px;
        background: #fff;
        color: grey;
        font-size: inherit
    }
}

.inner .main-content .content * > .populatelink {
    cursor: pointer;
    color: #0a94d6
}

.inner .content .order-history-grid div.row .icon, .inner .content .order-history-grid div.row img.icon, .order-history-grid .icon, .order-history-grid img.icon {
    cursor: help;
    width: 17px;
    position: relative;
    bottom: 1px
}

@media(max-width:767px) {
    .inner .content .order-history-grid div.row .icon, .inner .content .order-history-grid div.row img.icon, .order-history-grid .icon, .order-history-grid img.icon {
        padding-right: 5px;
        padding-bottom: 3px;
        width: 25px;
        position: static
    }
}

.success {
    color: #7aae0c
}

.pager {
    font-size: 20px
}

    .pager -btn, .pager .next-btn, .pager .prev-btn {
        cursor: pointer
    }

    .pager .next-btn {
        background-image: url(images/arrow-forward.5928429c05a7d24901ce0522b4174cb7.svg);
        margin-left: 10px
    }

    .pager .next-btn, .pager .prev-btn {
        background-size: 30px 30px;
        width: 30px;
        height: 30px
    }

    .pager .prev-btn {
        background-image: url(images/arrow-back.4893a5c9916020a248731c7c484f0fdf.svg);
        margin-right: 10px
    }

    .pager .selected {
        width: 25px !important;
        height: 25px !important;
        border-radius: 50%;
        o-border-radius: 50%;
        ms-border-radius: 50%;
        moz-border-radius: 50%;
        background: #3b6798 !important;
        font-size: 20px;
        color: #fff !important;
        line-height: 23px;
        text-align: center
    }

    .pager .page-numbers * {
        display: inline-block
    }

    .pager .page-numbers .page {
        width: 25px
    }

.sf-shipping-button-sm {
    margin-top: 0
}

@media(min-width:768px) {
    .sf-shipping-button-sm {
        margin-top: 5px;
        float: right
    }
}

@media(min-width:992px) {
    .sf-shipping-button-sm {
        margin-top: 5px;
        float: left
    }
}

.timeline-shipping {
    margin: 0 5px 10px;
    position: relative
}

@media(min-width:768px) {
    .timeline-shipping {
        margin-bottom: 20px
    }
}

.timeline-shipping .item {
    float: left;
    border-bottom: 1px solid #d3d3d3;
    color: #d3d3d3;
    text-align: center;
    padding: 3px 0
}

.timeline-shipping .cart-icon {
    height: 16px;
    width: 21px;
    background-image: url(images/sf-cart.dfec60aeb6226743887f3f621449bce7.png);
    position: absolute;
    bottom: 8px
}

.timeline-shipping-cr {
    margin: 0 5px 10px;
    position: relative
}

@media(min-width:768px) {
    .timeline-shipping-cr {
        margin-bottom: 20px
    }
}

.timeline-shipping-cr .item {
    float: left;
    border-bottom: 1px solid #d3d3d3;
    color: #d3d3d3;
    text-align: center;
    padding: 3px 0
}

.timeline-shipping-cr .cart-icon {
    height: 16px;
    width: 21px;
    background-image: url(images/sf-cart.dfec60aeb6226743887f3f621449bce7.png);
    position: absolute;
    bottom: 8px
}

.timeline-billing {
    margin: 0 5px 10px;
    position: relative
}

@media(min-width:768px) {
    .timeline-billing {
        margin-bottom: 20px
    }
}

.timeline-billing .item {
    float: left;
    border-bottom: 1px solid #d3d3d3;
    color: #d3d3d3;
    text-align: center;
    padding: 3px 0
}

.timeline-billing .cart-icon {
    height: 16px;
    width: 21px;
    background-image: url(images/sf-cart.dfec60aeb6226743887f3f621449bce7.png);
    position: absolute;
    bottom: 8px
}

.timeline-shipping-cr .step-billing .item, .timeline-shipping-cr .step-cardreg .item, .timeline-shipping-cr .step-finish .item, .timeline-shipping-cr .step-review .item, .timeline-shipping-cr .step-shipping .item, .timeline-shipping .step-billing .item, .timeline-shipping .step-cardreg .item, .timeline-shipping .step-finish .item, .timeline-shipping .step-review .item, .timeline-shipping .step-shipping .item {
    color: #d3d3d3
}

@media(min-width:768px) {
    .timeline-shipping .step-billing .item, .timeline-shipping .step-finish .item, .timeline-shipping .step-review .item, .timeline-shipping .step-shipping .item {
        width: 25%
    }

    .timeline-shipping-cr .step-billing .item, .timeline-shipping-cr .step-cardreg .item, .timeline-shipping-cr .step-finish .item, .timeline-shipping-cr .step-review .item, .timeline-shipping-cr .step-shipping .item {
        width: 20%
    }
}

@media(min-width:768px) {
    .timeline-shipping .item.billing {
        position: absolute;
        bottom: 0;
        left: 25%
    }

    .timeline-shipping .item.review {
        position: absolute;
        bottom: 0;
        left: 50%
    }

    .timeline-shipping .item.finish {
        position: absolute;
        bottom: 0;
        left: 75%
    }
}

.timeline-shipping .step-shipping .cart-icon {
    right: 75%
}

.timeline-shipping .step-billing .cart-icon {
    right: 50%
}

.timeline-shipping .step-review .cart-icon {
    right: 25%
}

.timeline-shipping .step-finish .cart-icon {
    right: 0
}

@media(min-width:768px) {
    .timeline-shipping-cr .item.cardreg {
        position: absolute;
        bottom: 0;
        left: 20%
    }

    .timeline-shipping-cr .item.billing {
        position: absolute;
        bottom: 0;
        left: 40%
    }

    .timeline-shipping-cr .item.review {
        position: absolute;
        bottom: 0;
        left: 60%
    }

    .timeline-shipping-cr .item.finish {
        position: absolute;
        bottom: 0;
        left: 80%
    }
}

.timeline-shipping-cr .step-shipping .cart-icon {
    right: 80%
}

.timeline-shipping-cr .step-cardreg .cart-icon {
    right: 60%
}

.timeline-shipping-cr .step-billing .cart-icon {
    right: 40%
}

.timeline-shipping-cr .step-review .cart-icon {
    right: 20%
}

.timeline-shipping-cr .step-finish .cart-icon {
    right: 0
}

.timeline-billing .step-billing .item, .timeline-billing .step-finish .item, .timeline-billing .step-review .item {
    color: #d3d3d3
}

@media(min-width:768px) {
    .timeline-billing .item.review {
        position: absolute;
        bottom: 0;
        left: 33.3%
    }

    .timeline-billing .item.finish {
        position: absolute;
        bottom: 0;
        left: 66.7%
    }
}

.timeline-billing .step-billing .cart-icon {
    right: 70%
}

.timeline-billing .step-review .cart-icon {
    right: 35%
}

.timeline-billing .step-finish .cart-icon {
    right: 0
}

.step-billing .item.billing, .step-billing .item.cardreg, .step-billing .item.shipping, .step-cardreg .item.cardreg, .step-cardreg .item.shipping, .step-finish .item.billing, .step-finish .item.cardreg, .step-finish .item.finish, .step-finish .item.review, .step-finish .item.shipping, .step-review .item.billing, .step-review .item.cardreg, .step-review .item.review, .step-review .item.shipping, .step-shipping .item.shipping {
    color: #54b4e2;
    border-color: #54b4e2;
    padding-right: 22px
}

.step-billing .item.billing, .step-cardreg .item.cardreg, .step-finish .item.finish, .step-review .item.review, .step-shipping .item.shipping {
    display: block
}

.step-billing .item.cardreg, .step-billing .item.finish, .step-billing .item.review, .step-billing .item.shipping, .step-cardreg .item.billing, .step-cardreg .item.finish, .step-cardreg .item.review, .step-cardreg .item.shipping, .step-finish .item.billing, .step-finish .item.cardreg, .step-finish .item.review, .step-finish .item.shipping, .step-review .item.billing, .step-review .item.cardreg, .step-review .item.finish, .step-review .item.shipping, .step-shipping .item.billing, .step-shipping .item.cardreg, .step-shipping .item.finish, .step-shipping .item.review {
    display: none
}

@media(min-width:768px) {
    .step-billing .item.billing, .step-billing .item.cardreg, .step-billing .item.finish, .step-billing .item.review, .step-billing .item.shipping, .step-cardreg .item.billing, .step-cardreg .item.cardreg, .step-cardreg .item.finish, .step-cardreg .item.review, .step-cardreg .item.shipping, .step-finish .item.billing, .step-finish .item.cardreg, .step-finish .item.finish, .step-finish .item.review, .step-finish .item.shipping, .step-review .item.billing, .step-review .item.cardreg, .step-review .item.finish, .step-review .item.review, .step-review .item.shipping, .step-shipping .item.billing, .step-shipping .item.cardreg, .step-shipping .item.finish, .step-shipping .item.review, .step-shipping .item.shipping {
        display: block
    }
}

.remove-shoping-cart-item-icon {
    height: 23px;
    cursor: pointer;
    min-width: 19px
}

@media(max-width:768px) {
    .remove-shoping-cart-item-icon {
        height: 20px;
        min-width: 20px
    }
}

.input-inline, .input-prefix {
    line-height: 21px
}

@media(max-width:767px) {
    .input-inline, .input-prefix {
        line-height: 43px
    }
}

@media(min-width:768px) {
    .input-inline, .input-prefix {
        line-height: 30px
    }
}

@media(max-width:767px) {
    .xs-input-inline {
        line-height: 43px
    }
}

@media(min-width:768px) {
    .sm-input-inline {
        line-height: 30px
    }
}

.input-prefix {
    position: absolute;
    left: -10px
}

.ui-timepicker-standard {
    font-size: 14px
}

ul.ui-timepicker-viewport li.ui-menu-item {
    padding: 0
}

fieldset.agency {
    padding: 0;
    border: 1px solid #cecece;
    margin-bottom: 12px;
    margin-top: 10px
}

@media(max-width:767px) {
    fieldset.agency {
        border: none
    }
}

@media(min-width:768px) {
    fieldset.agency legend {
        margin: 0 14px;
        padding: 0 2px
    }
}

fieldset.agency .merchant, fieldset.agency legend {
    color: #a0a0a0
}

fieldset.agency .table div.table-header-row {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 2px
}

fieldset.agency .table div.table-row:last-child {
    border-bottom: 0
}

.content div.row img.card-type-image {
    vertical-align: top;
    border: 1px solid #888;
    margin-bottom: 1.25em
}

.help {
    cursor: help
}

.product-list-note p.sf-note {
    font-weight: 700
}

@media(min-width:768px) {
    .product-list-note p.sf-note {
        border: 1px solid #e7e7e7;
        padding: 28px;
        margin-bottom: 28px
    }
}

.product-list-note ul.links2 li {
    padding-bottom: 10px
}

div.product-list-category {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0
}

@media(min-width:768px) {
    div.product-list-category {
        background-color: #f4f4f4;
        border: 1px solid #ddd;
        padding-left: 24px;
        padding-right: 20px;
        margin-bottom: 20px
    }
}

.product-list-item-right {
    float: right;
    margin-top: 10px
}

.product-image {
    margin-top: 10px;
    margin-bottom: 12px;
    overflow: hidden
}

.product-box {
    margin-bottom: 19px
}

@media(min-width:768px) {
    .product-box {
        margin-left: 28px;
        margin-right: 28px
    }
}

div.product-box h3.product-name {
    padding: 10px 0;
    font-size: 100%;
    font-weight: 700
}

.product-description, div.product-box h3.product-name {
    line-height: 1.5;
    margin: 0;
    color: #333
}

.product-category-description {
    line-height: 1.5;
    color: #333;
    margin-left: 24px;
    margin-right: 20px
}

@media(min-width:768px) {
    .product-category-description {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.product-price {
    text-align: right;
    margin-bottom: 16px;
    font-weight: 700
}

.product-add-form {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 8px
}

.product-sold-out {
    width: 132px;
    min-height: 87px;
    text-align: center;
    line-height: 87px
}

.product-quantity-cell {
    font-size: 13px;
    padding: 6px;
    font-weight: 700;
    text-align: right;
    border-bottom: 1px solid #ddd
}

.product-amount-label {
    text-align: right;
    font-size: 13px;
    padding-right: 5px;
    padding-top: 5px
}

.product-amount-cell {
    padding-left: 2px;
    padding-top: 5px
}

.product-add-btn-row {
    border-top: 1px solid #ddd
}

.product-add-btn-cell {
    padding-top: 7px
}

div.container div.row img.icon-autoreload-sm {
    position: relative;
    top: -1px
}

div.container img.icon-autoreload-md {
    height: 25px;
    position: relative;
    top: -2px
}

div.container img.icon-autoreload-lg {
    height: 35px;
    position: relative;
    top: -2px
}

.loading {
    display: none;
    top: 0;
    z-index: 3
}

    .loading, .loading .shade {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .loading .shade {
            background: #fdfdfd;
            opacity: .5
        }

        .loading .loading-icon {
            width: 60px;
            height: 60px;
            position: absolute;
            left: 50%;
            top: 30%;
            margin: -30px auto 0 -30px
        }

@media(min-width:768px) {
    .loading .loading-icon {
        top: 40%
    }
}

textarea.terms-conditions {
    border: 1px solid #cecece;
    padding: 3px;
    font-size: .75em;
    font-family: Arial;
    width: 100%;
    height: 290px;
    margin-bottom: 20px
}

.smartrip-cardtype label {
    color: #337ab7 !important;
    cursor: pointer
}

.container .content div span.card-number, span.card-number {
    white-space: nowrap
}

    .container .content div span.card-number img.inline-icon, span.card-number img.inline-icon {
        margin: 0 3px
    }

.inner .content div.row img.virtual-card-number-icon, .inner .content img.virtual-card-number-icon, img.virtual-card-number-icon {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    display: inline-block
}

.inner .content div.row img.card-type-pic, input[type=image].card-type-image {
    vertical-align: top;
    border: 1px solid grey;
    margin-bottom: 1.25em;
    cursor: pointer
}

@media(max-width:767px) {
    .inner .content div.row img.card-type-pic, input[type=image].card-type-image {
        width: 100%
    }
}

.readonly-field {
    background-color: #d3d3d3
}

.row-align-center {
    display: flex;
    align-items: center
}

@media(min-width:992px) {
    .row-md-align-center {
        display: flex;
        align-items: center
    }
}

.mm-close span, .mm-next span, .mm-prev span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

    .mm-close span.focusable:active, .mm-close span.focusable:focus, .mm-next span.focusable:active, .mm-next span.focusable:focus, .mm-prev span.focusable:active, .mm-prev span.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.col-0 {
    width: 0
}

.col-1 {
    width: 4.1666666667%
}

.col-2 {
    width: 8.3333333333%
}

.col-3 {
    width: 12.5%
}

.col-4 {
    width: 16.6666666667%
}

.col-5 {
    width: 20.8333333333%
}

.col-6 {
    width: 25%
}

.col-7 {
    width: 29.1666666667%
}

.col-8 {
    width: 33.3333333333%
}

.col-9 {
    width: 37.5%
}

.col-10 {
    width: 41.6666666667%
}

.col-11 {
    width: 45.8333333333%
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.1666666667%
}

.col-14 {
    width: 58.3333333333%
}

.col-15 {
    width: 62.5%
}

.col-16 {
    width: 66.6666666667%
}

.col-17 {
    width: 70.8333333333%
}

.col-18 {
    width: 75%
}

.col-19 {
    width: 79.1666666667%
}

.col-20 {
    width: 83.3333333333%
}

.col-21 {
    width: 87.5%
}

.col-22 {
    width: 91.6666666667%
}

.col-23 {
    width: 95.8333333333%
}

.col-24 {
    width: 100%
}
