@charset "UTF-8";

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.is-relative {
    position: relative;
}

.icon-card {
    margin: 30px 5px 0 0;
    opacity: .20;
}

.full-width {
    width: 100%;
}

.icon-print {
    display: inline-block;
    margin: 0 .5rem 0 0;
    height: 19px;
    width: 19px;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3LjEgKDQ1NDIyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QcmludDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0My4wMDAwMDAsIC03MC4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHBhdGggZD0iTTU0OSw3MCBMNTQ5LDc0Ljk5OSBMNTQ1Ljk5OSw3NC45OTkgTDU0NC45OTksNzQuOTk5IEw1NDMsNzQuOTk5IEw1NDMsOTIgTDU0NC45OTksOTIgTDU0NS45OTksOTIgTDU0OSw5MiBMNTQ5LDk4IEw1NTAsOTggTDU1Miw5OCBMNTYyLDk4IEw1NjQuOTk5LDk4IEw1NjQuOTk5LDk1IEw1NjQuOTk5LDkyIEw1NjgsOTIgTDU2OSw5MiBMNTcxLDkyIEw1NzEsNzQuOTk5IEw1NjksNzQuOTk5IEw1NjgsNzQuOTk5IEw1NjQuOTk5LDc0Ljk5OSBMNTY0Ljk5OSw3MyBMNTY0Ljk5OSw3MCBMNTQ5LDcwIFogTTU1Miw3NSBMNTYyLDc1IEw1NjIsNzMgTDU1Miw3MyBMNTUyLDc1IFogTTU0NS45OTksNzggTDU2OCw3OCBMNTY4LDg5IEw1NjQuOTk5LDg5IEw1NjQuOTk5LDg2IEw1NjQuOTk5LDgzIEw1NjIsODMgTDU1Miw4MyBMNTUwLDgzIEw1NDksODMgTDU0OSw4OSBMNTQ1Ljk5OSw4OSBMNTQ1Ljk5OSw3OCBaIE01NTIsOTIgTDU1Miw4OSBMNTUyLDg2IEw1NjIsODYgTDU2Miw4OSBMNTYyLDkyIEw1NjIsOTUgTDU1Miw5NSBMNTUyLDkyIFoiIGlkPSJQcmludCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center center;
    background-size: 19px 19px;
}

.cvv-image {
    background: none;
    width: 51px;
    height: 34px;
    position: relative;
    float: left;
    top: 25px;
}

    .cvv-image.cvv-default {
        background: url("/Sites/HMH/images/global/icons.png") no-repeat -302px -1602px;
    }

    .cvv-image.cvv-amex {
        background: url("/Sites/HMH/images/global/icons.png") no-repeat -602px -1602px;
    }

.card-selected {
    opacity: 1;
}

p#institutionalSalesRepInfo a {
    text-decoration: underline;
}




@media print, screen and (min-width: 40em) {
    body.in-checkout .navigation ~ .grid-container {
        padding-top: 10rem;
        margin-top: 1rem;
    }
}

p {
    line-height: 1.4;
}

    p.order-processing {
        padding: 0 1rem;
        margin: 0;
    }

fieldset {
    margin: 1rem 0;
    padding: 0;
    border: 0 none;
}

legend.fieldset-label {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F5F5F5;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

table.table-widget {
    border: 2px solid #000;
    border-bottom: none;
    border-spacing: 0 !important;
    width: 100%;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
    margin-bottom: 15px !important;
}

    table.table-widget th {
        width: 25%;
        vertical-align: top;
        border-right: 2px solid #000;
    }

    table.table-widget th, table.table-widget td {
        border-bottom: 2px solid #000;
        padding: 8px 15px;
    }

    table.table-widget td {
        border-right: 2px solid #000;
    }

        table.table-widget th:last-child, table.table-widget td:last-child {
            border-right: none;
        }

    table.table-widget th p, table.table-widget tr p, table.table-widget tr ul li span {
        color: #000;
        margin-bottom: 0;
        line-height: 1.4;
    }

    table.table-widget ul {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
    }

.select2-wrapper {
    margin-top: 1rem;
    margin-bottom: .5rem;
}


.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    outline: none;
}

    .select2-container.select2-container--focus,
    .select2-container:focus, .select2-container.select2-container--disabled, .select2-container:disabled {
        outline: none !important;
        width: 100% !important;
    }

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    position: absolute;
    z-index: 1051;
    left: -100000px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0 none;
    border-radius: 0;
    background-color: white;
    -webkit-box-shadow: -1px -1px 16px rgba(0, 0, 0, 0.1), 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 16px rgba(0, 0, 0, 0.1), 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.select2-results {
    display: block;
}

.select2-results__options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.select2-results__option {
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.125rem;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 4px;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #ffffff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

@-webkit-keyframes openArrow {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes openArrow {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes closeArrow {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes closeArrow {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.select2-container--default .select2-selection--single {
    height: 2.4375rem;
    border: 0 none;
    border-radius: 0;
    background-color: #ffffff;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0.5rem 1.5rem 0.5rem 0;
        color: #000000;
        font-family: inherit;
        font-size: 1.3125rem;
        font-weight: normal;
        line-height: 1.5;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        float: right;
        cursor: pointer;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #000000;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        height: 26px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 14px;
            height: 9px;
            margin-top: 5px;
            margin-left: -10px;
            border: none;
            background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4xICg0NzI1MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGF5bWVudC1hbmQtQmlsbGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3Ny4wMDAwMDAsIC01MDguMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdyIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iODc4IDUwOS4wMDMxNiA4ODMuOTk4NDIgNTE1IDg5MCA1MDkiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center center;
            background-size: contain;
            will-change: transform;
            -webkit-animation: 225ms closeArrow;
            animation: 225ms closeArrow;
        }

    .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation: 225ms openArrow;
        animation: 225ms openArrow;
    }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    color: #939393;
    background-color: #ffffff;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
        color: #939393;
    }

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4xICg0NzI1MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGF5bWVudC1hbmQtQmlsbGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3Ny4wMDAwMDAsIC01MDguMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdyIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iODc4IDUwOS4wMDMxNiA4ODMuOTk4NDIgNTE1IDg5MCA1MDkiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==");
    }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 0;
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        margin-bottom: 0.25rem;
        border: 0 none;
        font-size: 1.125rem;
    }

        .select2-container--default .select2-search--dropdown .select2-search__field:focus {
            outline: none;
        }

.select2-container--default .select2-search--inline .select2-search__field {
    border: none;
    outline: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    cursor: not-allowed;
    color: #000000;
    background-color: #e6e6e6;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fdb913;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white;
    background-color: #000000;
}

.select2-container--default .select2-results__group {
    display: block;
    padding: 6px;
    cursor: default;
}

.is-invalid-label .select2-container--default .select2-selection--single {
    background-color: #ffffff;
}

.select2__label--float-above {
    color: #000000;
}

.select2-container--disabled + .select2__label--float-above {
    color: #B7B7B7;
}
/* type ahead for address for guest checkout */
.ui-autocomplete .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
    line-height: 1.5rem;
    background: white;
    z-index: -1;
}

.mdc-text-field--invalid .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4xICg0NzI1MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGF5bWVudC1hbmQtQmlsbGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3Ny4wMDAwMDAsIC01MDguMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdyIgc3Ryb2tlPSIjRDUwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iODc4IDUwOS4wMDMxNiA4ODMuOTk4NDIgNTE1IDg5MCA1MDkiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.mdc-text-field__input:disabled {
    color: #B7B7B7;
}

.not-visible {
    visibility: hidden;
    height: 0 !important;
}

.mdc-text-field__input:required + .mdc-text-field__label::after {
    margin-left: 0;
    content: "";
}

.mdc-text-field__input:required + .mdc-text-field__label span.form__required::after {
    margin-left: 1px;
    content: "*";
}

.mdc-text-field__input:required + .mdc-text-field__label.has-help-text::after {
    margin-left: 0;
    content: "";
}

.mdc-text-field__input.has-help-text + .mdc-text-field__label.has-help-text span.label-text {
    font-weight: 700;
}

.mdc-text-field--invalid .mdc-text-field__label.has-help-text span.label-text {
    color: #EC3250;
}

.mdc-text-field__input.has-help-text:required + .mdc-text-field__label.has-help-text span.label-text::after {
    margin-left: 1px;
    content: "*";
}

.select2-select.mdc-text-field__input:required + .mdc-text-field__label::after {
    margin-left: 1px;
    content: "*";
}

.mdc-text-field-required label .form__required::after {
    margin-left: 1px;
    content: "*";
}


h2.label-account-type-heading, h3.label-account-type-heading {
    margin-bottom: 0.75rem;
    padding: 1rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F5F5F5;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

ul.no-bullet {
    margin: 1rem 0;
}

ul.no-bullet_container {
    padding: 0;
    margin: 0 -0.5rem;
}

ul.no-bullet_margin-left,
ol.no-bullet_margin-left {
    margin-left: .3rem;
}

ul.no-bullet_margin-left_accordion {
    margin: 0 1rem;
}

ul.no-bullet_margin-left_checkboxes {
    margin: 1rem 0 1.5rem 0;
}

ul.no-bullet_margin-left_radio_inner {
    margin: 0 0 1.5rem -.7rem;
}

ul.no-bullet_container > .cell {
    padding: 0 0.5rem;
    margin: 0 0 3rem 0;
}

ul.no-bullet_grid > .cell {
    padding: 2rem 0.5rem;
    margin: 0;
}

ul.no-bullet_margin-left_wide {
    margin: 0 0.5rem;
}

.shipping_information #grid, .payment_information #grid, .thank-you-section #grid {
    margin: 3rem 1rem 0 1rem;
}

.review_information #grid, .review #grid {
    margin: 1rem 1rem 0 1rem;
}

#grid .cell {
    margin-bottom: 3rem;
}

.shipping_information #grid > .cell, .payment_information #grid > .cell, .thank-you-section #grid > .cell {
    padding: 0 0.5rem;
}

.thank-you-section #grid .cell {
    margin-bottom: 0;
}

.thank-you-section #grid > .cell {
    margin-bottom: 2rem;
}

.accordion[disabled] .accordion-title {
    cursor: default;
}

    .accordion[disabled] .accordion-title.accordion-title_no-indicator:hover,
    .accordion[disabled] .accordion-title.accordion-title_no-indicator:focus {
        background-color: #ffffff;
    }

    .accordion[disabled] .accordion-title.accordion-title_no-indicator::before {
        content: '';
    }

.accordion-title {
    color: #000000;
    font-size: 0.875rem;
    font-weight: bold;
}

    .accordion-title:hover,
    .accordion-title:focus {
        background-color: #B9D8E5;
        text-decoration: none;
    }

.accordion-content {
    font-size: 0.8125rem;
}

    .accordion-content:focus {
        outline: none;
    }

    .accordion-content a {
        color: #000000;
        font-weight: bold;
    }

        .accordion-content a:hover,
        .accordion-content a:focus {
            color: #000000;
        }

    .accordion-content.accordion-content_no-padding {
        padding: 0;
    }

    .accordion-content .accordion-item.is-active .accordion-title {
        color: #000000;
        background-color: #fdb913;
    }

        .accordion-content .accordion-item.is-active .accordion-title:hover,
        .accordion-content .accordion-item.is-active .accordion-title:focus {
            color: #000000;
            background-color: #fdb913;
        }

    .accordion-content .accordion-title,
    .accordion-content .accordion-content {
        border: none;
        border-bottom: 1px solid #e6e6e6;
    }

    .accordion-content .accordion-item:last-child:not(.is-active) > .accordion-title,
    .accordion-content .accordion-item:last-child > .accordion-content:last-child {
        border: none;
    }

:last-child > .accordion-content:last-child {
    border: none;
}

.accordion-multi-step {
    counter-reset: multistep-counter;
}

    .accordion-multi-step[disabled] .accordion-title {
        background-color: #F5F5F5;
    }

        .accordion-multi-step[disabled] .accordion-title:hover,
        .accordion-multi-step[disabled] .accordion-title:focus {
            background-color: #F5F5F5;
        }

        .accordion-multi-step[disabled] .accordion-title::before {
            content: '';
        }

    .accordion-multi-step .accordion-item {
        counter-increment: multistep-counter;
        outline: none;
    }

        .accordion-multi-step .accordion-item .accordion-title {
            padding: 1rem 0;
            font-size: 1rem;
        }

            .accordion-multi-step .accordion-item .accordion-title::before {
                position: relative;
                top: 50%;
                left: 1rem;
                margin-top: -0.5rem;
                margin-right: 1rem;
                padding-right: 1rem;
                content: counter(multistep-counter);
            }

        .accordion-multi-step .accordion-item:last-child > .accordion-content:last-child {
            padding-top: 2rem;
        }

        .accordion-multi-step.no-numbers .accordion-item:last-child > .accordion-content:last-child, .accordion-multi-step .accordion-item:first-child > .accordion-content:first-child {
            padding-top: 0;
        }

    .accordion-multi-step.no-numbers.single .accordion-item:last-child > .accordion-content:last-child {
        padding-top: 2rem;
    }

    .accordion-multi-step.no-numbers .accordion-item .accordion-title::before {
        position: relative;
        top: 50%;
        left: 1rem;
        margin-top: -0.5rem;
        padding-right: 1rem;
        content: none;
    }

    .accordion-multi-step .accordion-item.is-active .accordion-title {
        color: #000000;
        background-color: #fdb913;
    }

    .accordion-multi-step.no-numbers .accordion-item.is-active .accordion-title {
        padding-left: 1rem;
    }

    .accordion-multi-step .accordion-item.is-active .accordion-title:hover,
    .accordion-multi-step .accordion-item.is-active .accordion-title:focus {
        color: #000000;
        background-color: #fdb913;
    }

    .accordion-multi-step .accordion-item.is-complete .accordion-title {
        color: #000000;
        background-color: #B9D8E5;
    }

        .accordion-multi-step .accordion-item.is-complete .accordion-title:hover,
        .accordion-multi-step .accordion-item.is-complete .accordion-title:focus {
            color: #000000;
            background-color: #B9D8E5;
            cursor:pointer;
        }

    .accordion-multi-step .accordion-title {
        padding: 1rem;
        font-size: 1rem;
    }

    .accordion-multi-step .accordion-content {
        border: none;
        padding: 0 0 1rem 0;
    }

        .accordion-multi-step .accordion-content fieldset {
            margin: 0;
        }

        .accordion-multi-step .accordion-content h5 {
            font-size: 1.375rem;
            font-weight: 700;
            padding: 0;
        }

    .accordion-multi-step .cart-totals.checkout-cart-total {
        display: none;
    }

ul.vertical.menu {
    list-style: none;
    margin-left: 0;
}

    ul.vertical.menu li {
        padding: 1rem;
    }

        ul.vertical.menu li.is-active {
            background-color: #B9D8E5;
        }

        ul.vertical.menu li a {
            color: #000;
            font-weight: bold;
        }

form.form-my-account .accordion-multi-step .accordion-item.is-active .accordion-title,
form.form_address_book .accordion-multi-step .accordion-item.is-active .accordion-title,
form.payment_option .accordion-multi-step .accordion-item.is-active .accordion-title,
form.form_order_history .accordion-multi-step .accordion-item.is-active .accordion-title {
    border: none;
}

form.form_address_book ul.accordion.accordion-multi-step li div.accordion-content,
form.form-my-account ul.accordion.accordion-multi-step li div.accordion-content,
form.payment_option ul.accordion.accordion-multi-step li div.accordion-content,
form.form_order_history ul.accordion.accordion-multi-step li div.accordion-content {
    border: none;
    padding: 0;
}
.button-group {
    margin-top: 2rem !important;
}

#passwordContainerButtons.button-group {
    margin-top: 3.5rem !important;
}

.button-group .small-offset-2 > div {
    padding-right: 1rem;
}

div.submit-buttons input.ui-btn-secondary {
    height: 100%;
}

.box {
    padding: 1.25rem;
    border: 3px solid #E0E0E0;
    overflow-y: auto;
    height: 18.75rem;
    -webkit-overflow-scrolling: touch;
}

.selected .box {
    background: #edebe8;
}

.box p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2;
}

    .box p span {
        font-weight: 700;
    }

.box .cell p {
    margin-bottom: 0;
}

.box p.nickname {
    text-transform: uppercase;
}

a.edit, a.add, a.delete {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

a.edit.print-profile {
    top: 1.2rem;
    height: 22px;
}

a.edit.print-profile .icon-print {
    float: left;
    margin: -3px .5rem 0 0;
}

a.editEmail, a.editPassword, a.setDefaultChkBox, a.editDate, a.addNewAddress, a.addActions, a.editAddress, a.modifyActions {
    position: static;
    right: unset;
    top: unset;
}

a.editEmail, a.editPassword, a.addNewAddress, a.editAddress, a.addActions, a.modifyActions {
    height: 72px;
    line-height: 72px;
}

a.editDate {
    margin-right: 1rem;
}

a.editCart {
    top: inherit;
    right: 3rem;
}

a.deleteActions {
    left: -.5rem;
    top: -2.05rem;
    right: unset;
}

a.static {
    position: absolute;
    top: -2rem;
    left: 0;
    cursor: text;
    text-transform: uppercase;
}

a.editActions {
    right: 0;
    top: -2.05rem;
}

a.return-form {
    margin-right: 1rem;
}

.userMessage {
    margin: 0 1rem;
}

/*.order-confirmation .box {
    height: 18.75rem;
}*/

.orderHistory .viewAllAddress {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .orderHistory .viewAllAddress ul {
        margin-left: 0;
        margin-bottom: 1rem;
    }

.orderHistory li.cell.eachAddressCol {
    border-bottom: 3px solid #E0E0E0;
    margin-bottom: 3rem;
}

    .orderHistory li.cell.eachAddressCol:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.orderHistory .viewAllAddress .box-actions {
    font-weight: 700;
    margin-bottom: 1rem;
}

.group-label.text-center {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
}

.callout {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #000;
}

.callout-cart {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a;
}

    .callout-cart.alert {
        background-color: #f7e4e1;
        color: #0a0a0a;
    }

.speech-bubble {
    margin-top: 0;
    padding: 0.625rem;
}

    .speech-bubble p:last-child {
        margin-bottom: 0;
    }

.speech-bubble__margin-bottom {
    margin-bottom: 1.5rem;
}

.section-account-types {
    margin-bottom: 2rem;
}

.section-account-types h3, .section-account-types h4 {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .section-account-types p,
    .section-account-types li {
        font-size: 0.875rem;
    }

@media print, screen and (min-width: 40em) {
    .customer-care-sign-up .cell:nth-child(2) .callout-customer-care {
        border-right: 0 none;
        border-left: 0 none;
    }
}

.customer-care-sign-up .callout-customer-care p {
    text-align: center;
    font-weight: bold;
}

    .customer-care-sign-up .callout-customer-care p a {
        color: black;
    }

.itemsHeader {
    width: 100%;
    background-color: #F5F5F5;
    font-weight: bold;
}

.tr-cart-small-view {
    display: none !important;
}

@media only screen and (max-width: 47.9375em) {
    .mini-cart-col-image > p > strong,
    .mini-cart-col-price > p > strong {
        text-transform: uppercase;
        font-size: 0.875rem;
    }
}

.mini-cart-col-image h4,
.mini-cart-col-image p {
    display: none;
}

@media only screen and (max-width: 47.9375em) {
    .mini-cart-col-image h4,
    .mini-cart-col-image p {
        display: block;
    }
}

@media only screen and (max-width: 47.9375em) {
    .mini-cart-col-price > p:nth-child(2) > strong {
        padding: 0 0 0 0.3125rem;
        font-size: 0.875rem;
    }
}

.cart-small {
    display: none;
}

.cartMain.items table {
    width: 100%;
}

    .cartMain.items table thead {
        padding: 1rem 0;
    }

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table thead {
        display: none;
    }
}

.cartMain.items table th,
.cartMain.items table td {
    padding: 1rem;
}

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table tr,
    .cartMain.items table td {
        margin: 0;
        padding: 0;
    }

    .viewAllAddress td.mini-cart-col-price {
        width: 10%;
    }
}

.cartMain.items table th {
    text-align: left;
}

    .cartMain.items table th:nth-child(5n+5) {
        display: none;
    }

.cartMain.items table tbody tr td.mini-cart-col-image figure {
    width: 100%;
}

    .cartMain.items table tbody tr td.mini-cart-col-image figure img {
        width: 6.25rem;
    }

.cartMain.items table tbody tr td.mini-cart-col-details figure {
    display: none;
}

.cartMain.items table tbody tr td.mini-cart-col-details h4,
.cartMain.items table tbody tr td.mini-cart-col-details p {
    margin: 0;
    font-size: 0.875rem;
}

.orderHistory .cartMain.items table tbody td h4, .orderHistory .cartMain.items table tbody td p {
    font-weight: 700;
}

.cartMain.items table tbody tr td.mini-cart-col-price p {
    display: none;
}

tbody tr:nth-child(even) {
    background: #fff;
}

@media only screen and (min-width: 48em) {
    .cartMain.items table tbody tr td.mini-cart-col-price p.update-cart-items {
        display: none !important;
    }
}

.cartMain.items table tbody tr td.mini-cart-col-origprice {
    width: 10%;
}

.cartMain.items table tbody tr td.mini-cart-col-qty {
    width: 15%;
}

    .cartMain.items table tbody tr td.mini-cart-col-qty p {
        clear: both;
        width: 8.25rem;
        height: 2.0625rem;
        margin: 0 0 0.3125rem 0;
    }

        .cartMain.items table tbody tr td.mini-cart-col-qty p.update {
            display: none;
        }

        .cartMain.items table tbody tr td.mini-cart-col-qty p:nth-child(6n+2) {
            display: none;
        }

    .cartMain.items table tbody tr td.mini-cart-col-qty input {
        height: auto;
        margin: 0.375rem 0 0 0;
        padding: 0;
    }

    .cartMain.items table tbody tr td.mini-cart-col-qty .button,
    .cartMain.items table tbody tr td.mini-cart-col-price .button {
        /*width: 132px;*/
        width: 6.5rem;
    }

.cartMain.items table tbody tr td.mini-cart-col-remove {
    text-align: center;
    display: none;
}

    .cartMain.items table tbody tr td.mini-cart-col-remove a.remove {
        display: none;
        width: 0.8125rem;
        height: 0.8125rem;
        margin-top: 0.3125rem;
        background: url("/Sites/HMH/images/global/closeX.png") no-repeat 0 0;
    }

.cartMain.items table tbody tr td.mini-cart-col-image,
.cartMain.items.alt table tbody tr td.mini-cart-col-image {
    width: 12.5%;
}

.cartSummary .mini-cart-col-details h4 {
    font-size: .875rem;
    font-weight: 700;
}

.cartSummary .mini-cart-col-qty .ui-add-to-cart__plus-minus {
    border: none;
    height: inherit;
}

.cartSummary td.mini-cart-col-price.show-for-small-only {
    display: block !important;
}

.cartSummary.items table tbody tr td.mini-cart-col-image, .cartSummary .mini-cart-col-qty .ui-add-to-cart__button, .cartSummary thead, .cartSummary .mini-cart-col-qty p, .cartSummary .mini-cart-col-price p, .cartSummary td.mini-cart-col-price .ui-add-to-cart__plus-minus {
    display: none;
}

    .cartSummary .mini-cart-col-price p.item-total-price {
        display: block;
        font-weight: 700;
        font-size: .875rem;
    }

.cartSummary table tbody td {
    padding: 0;
}

.cartSummary table tbody tr.mini-cart-item td {
    border-bottom: 2px solid #e6e6e6;
}

.cartSummary table tbody tr.mini-cart-item:last-child td {
    border-bottom: none;
}


.cartMain.items table tbody tr td.mini-cart-col-details,
.cartMain.items.alt table tbody tr td.mini-cart-col-details {
    width: 55%;
}

.cartMain.items.alt table tbody tr td.mini-cart-col-author {
    width: 17.5%;
}

.cartMain.items.alt table tbody tr td.mini-cart-col-cta {
    width: 15%;
}

    .cartMain.items.alt table tbody tr td.mini-cart-col-cta .button {
        width: 8.25rem;
    }

.assetLibrary .cartMain.items.alt table tbody tr td.mini-cart-col-cta .button {
    width: 7.1875rem;
}

@media only screen and (max-width: 47.9375em) {
    .cartMain .five.columns.offset-by-seven {
        width: 100% !important;
        margin-left: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .cartMain .five.columns .text-right {
        padding: 0;
    }
}

@media only screen and (max-width: 47em) and (orientation: landscape) {
    .cartMain .mini-cart-col-price .ui-add-to-cart__plus-minus {
        /* handles landscape on small screens*/
        display: flex !important;
    }
}

@media print, screen and (min-width: 40em) {
    .cartMain .mini-cart-col-price .ui-add-to-cart__plus-minus {
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table tbody tr td.mini-cart-col-details,
    .cartMain.items table tbody tr td.mini-cart-col-origprice,
    .cartMain.items table tbody tr td.mini-cart-col-qty,
    .cartConfirmation.items table tbody tr td.mini-cart-col-details,
    .cartConfirmation.items table tbody tr td.mini-cart-col-origprice,
    .cartConfirmation.items table tbody tr td.mini-cart-col-qty {
        display: none;
    }
}

.cartMain.items table tbody tr td.mini-cart-col-details h4 a,
.cartMain.items table tbody tr td.mini-cart-col-image h4 a,
.cartConfirmation.items table tbody tr td.mini-cart-col-details h4 a,
.cartConfirmation.items table tbody tr td.mini-cart-col-image h4 a {
    margin-bottom: 0.875rem;
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
}

.cartMain.items table tbody tr td.mini-cart-col-details p.available,
.cartMain.items table tbody tr td.mini-cart-col-image p.available,
.cartConfirmation.items table tbody tr td.mini-cart-col-details p.available,
.cartConfirmation.items table tbody tr td.mini-cart-col-image p.available {
    font-size: 0.875rem;
    font-weight: normal;
}

.cartMain.items table tbody tr td.mini-cart-col-details p:nth-child(2),
.cartConfirmation.items table tbody tr td.mini-cart-col-details p:nth-child(2) {
    font-size: 0.875rem;
    font-weight: normal;
}

.cartMain.items table tbody tr td.mini-cart-col-details p:nth-child(3),
.cartConfirmation.items table tbody tr td.mini-cart-col-details p:nth-child(3) {
    font-size: 0.875rem;
    font-weight: normal;
}

.cartMain.items table tbody tr td.mini-cart-col-image p:nth-child(4),
.cartConfirmation.items table tbody tr td.mini-cart-col-image p:nth-child(4) {
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: -0.9375rem;
}

.cartMain.items table tbody tr td.mini-cart-col-image p:nth-child(5),
.cartConfirmation.items table tbody tr td.mini-cart-col-image p:nth-child(5) {
    font-size: 0.875rem;
    font-weight: normal;
}

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table tbody tr td.mini-cart-col-image,
    .cartConfirmation.items table tbody tr td.mini-cart-col-image {
        width: 60%;
    }
}

.cartMain.items table tbody tr td.mini-cart-col-price,
.cartConfirmation.items table tbody tr td.mini-cart-col-price {
    padding-right: 0;
    text-align: right;
}

.cartSummary.items table tbody tr td.mini-cart-col-origprice {
    display: none;
}

.cartMain.items table tbody tr td.mini-cart-col-price p.item-total-price,
.cartConfirmation.items table tbody tr td.mini-cart-col-price p.item-total-price {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.orderHistory .cartMain.items table tbody tr td.mini-cart-col-price p.item-total-price {
    margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table tbody tr td.mini-cart-col-price p.item-total-price,
    .cartConfirmation.items table tbody tr td.mini-cart-col-price p.item-total-price {
        display: block;
        text-align: right;
    }
}

@media only screen and (max-width: 47.9375em) {
    .cartMain.items table tbody tr td.mini-cart-col-price p,
    .cartConfirmation.items table tbody tr td.mini-cart-col-price p {
        display: block;
    }

    .cartMain.items table tbody tr td.mini-cart-col-image h4 a {
        line-height: 1.25rem;
        margin: 1rem 0 0.5rem 0;
        display: inline-block;
    }

    .cartConfirmation.items table tbody tr td.mini-cart-col-price p:nth-child(2n+2) {
        margin-top: -0.9375rem;
    }

    .cartMain.items table tbody tr td.mini-cart-col-price p:nth-child(4),
    .cartConfirmation.items table tbody tr td.mini-cart-col-price p:nth-child(4) {
        position: absolute;
        right: 0.625rem;
    }

    .cartConfirmation.items table tbody tr td.mini-cart-col-price p:nth-child(6) {
        margin-top: 2.5rem;
    }

    .viewAllAddress .cartMain.items table tbody tr td.mini-cart-col-price p:nth-child(4) {
        position: relative;
        text-align: left;
        right: 0;
    }

    .orderHistory .viewAllAddress .cartMain.items table tbody tr td.mini-cart-col-price p:nth-child(4) {
        text-align: inherit;
    }
}



.item-quantity-down.grayed-out, .item-quantity-up.grayed-out {
    cursor: default;
    opacity: 0.2;
}


.cartSummary.items table thead tr th.cart-cell-6, .cartSummary.items table tbody tr td.mini-cart-col-remove {
    display: none;
}

.cartMain .cart-totals-summary button {
    max-width: 100%;
}

.cart-totals p {
    margin-bottom: .5rem;
}

.cart-totals-summary > .grid-x .small-6 {
    text-align: right;
}

@media only screen and (min-width: 48em) {
    .cart-totals .cart-totals-promo {
        float: left;
    }

    .cart-totals .cart-totals-summary {
        float: right;
    }
}

@media only screen and (max-width: 47.9375em) {
    #cartConfirmation thead {
        display: none;
    }
}

@media only screen and (max-width: 47.9375em) {
    #cartConfirmation tbody tr.tr-cart-small-view {
        display: none;
    }

    #cartConfirmation tbody tr .cart-cell-2,
    #cartConfirmation tbody tr .cart-cell-4,
    #cartConfirmation tbody tr .cart-cell-5 {
        display: none;
    }

    #cartConfirmation tbody tr .cart-cell-3 {
        text-align: right;
    }
}

@media only screen and (min-width: 48em) {
    #cartConfirmation tbody tr .cart-cell-1 h4,
    #cartConfirmation tbody tr .cart-cell-1 p {
        display: none;
    }

    #cartConfirmation tbody tr .cart-cell-3 p {
        display: none;
    }
}

@media only screen and (max-width: 47.9375em) {
    .twelve.cart-small {
        display: block;
        padding: 0.625rem 0 !important;
        border-bottom: 1px solid #8a8e8e;
    }

        .twelve.cart-small > .six.columns:first-child,
        .twelve.cart-small > .six.columns:last-child {
            float: left;
            width: 50% !important;
            color: #8a8e8e;
            font-weight: bold;
        }

        .twelve.cart-small > .six.columns:last-child {
            text-align: right;
        }
}

@media only screen and (max-width: 47.9375em) {
    tr.tr-cart-small-view {
        display: block;
        margin: 0 0 -0.625rem 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
    }

        tr.tr-cart-small-view td {
            float: left;
            width: 100%;
            padding: 0 !important;
        }

            tr.tr-cart-small-view td div.row.cart-small-view {
                margin: 0;
                padding: 0 1.25rem;
            }

                tr.tr-cart-small-view td div.row.cart-small-view .twelve.columns:first-child {
                    padding: 0.9375rem 0 !important;
                }

                tr.tr-cart-small-view td div.row.cart-small-view .twelve.columns .six.columns:first-child {
                    color: #C0C0C0;
                    font-weight: bold;
                }
}

@media only screen and (max-width: 47.9375em) {
    .cartSummary td.mini-cart-col-qty,
    .cartSummary td.mini-cart-col-price {
        display: none;
    }
}

@media only screen and (max-width: 47.9375em) {
    .cartConfirmation.items table tbody td.mini-cart-col-price p:nth-child(6),
    .cartConfirmation.items table tbody td.mini-cart-col-price p:nth-child(8) {
        display: none;
    }

    .cartConfirmation.items table tbody td.mini-cart-col-price p:nth-child(5) {
        margin-top: -0.9375rem;
    }
}

label.label_padding-left {
    padding-left: 1rem;
    font-weight: normal;
}

label a, h6 a {
    text-decoration: underline;
}

label .label-note {
    font-size: 0.75rem;
    font-style: italic;
}

label.label-for-radio-button {
    font-weight: normal;
}

.mdc-text-field__label.u-style-weight-bold.u-color-black span.label-text {
    font-weight: 700;
}

.mdc-text-field__input:required + .mdc-text-field__label.has-help-text span.label-text::after,
.mdc-text-field__input:required + .select2-container + .mdc-text-field__label::after {
    margin-left: 1px;
    content: "*";
}

.mdc-text-field-required label span.form__required::after, .mdc-form-field-required label span.form__required::after {
    margin-left: 1px;
    content: "*";
}

.is-invalid-input {
    color: #000000;
}

    .is-invalid-input:not(:focus) {
        color: #000000;
        background-color: #ffffff;
    }

        .is-invalid-input:not(:focus)::-webkit-input-placeholder {
            color: #000000;
        }

        .is-invalid-input:not(:focus)::-ms-input-placeholder {
            color: #000000;
        }

        .is-invalid-input:not(:focus)::placeholder {
            color: #000000;
        }

.is-invalid-label a {
    color: #D50000;
}

    .is-invalid-label a:hover,
    .is-invalid-label a:focus {
        text-decoration: underline;
        color: #D50000;
    }

.mdc-form-field.mdc-account-field {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 0.04em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mdc-form-field.mdc-account-field > label {
        margin-right: auto;
        padding-left: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: .875rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

        .mdc-form-field.mdc-account-field > label span.u-messages-error-error {
            position: static;
            text-align: left;
            margin-top: 0;
            display: block;
        }

input.u-messages-error-error, select.u-messages-error-error {
    position: relative;
}

h6 span.u-messages-error-error {
    text-align: right;
}


.mdc-text-field--invalid span.u-messages-error-error, .select2-wrapper--invalid span.u-messages-error-error {
    margin-top: 0;
    top: 3.5rem;
    left: 0;
}

.mdc-text-field--invalid.recaptcha-box span.u-messages-error-error {
    position: static;
    text-align: left;
    display: block;
}

.select2-wrapper--invalid label, .mdc-form-field--invalid label, .mdc-text-field--invalid label {
    color: #EC3250;
}

.select2-wrapper--invalid .mdc-text-field__bottom-line, .mdc-text-field--invalid .mdc-text-field__bottom-line {
    background: #EC3250;
}


.server-messages p {
    margin-bottom: 0;
}


.reveal-overlay {
    overflow-y: hidden;
}

.reveal {
    padding-right: 0;
}

    .reveal:focus {
        outline: none;
    }

    .reveal > .reveal-content {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 30rem;
        min-height: auto;
        margin: 2.75rem 0 1.5rem;
        padding: 0 1rem 1rem;
    }

    .reveal .close-button.ui-nav-icon.ui-nav-icon--selected {
        top: 0;
        right: 0;
        font-size: 1rem;
    }

    .reveal.spinner {
        background: #fdb913;
        width: 2.5rem;
        height: 2.5rem;
        min-height: 2.5rem;
        overflow: hidden;
        top: 50% !important;
        left: 50%;
        margin: 0 auto;
        z-index: 9999;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none;
        border-radius: 2.5rem;
        position: fixed !important;
    }

        .reveal.spinner img {
            margin: 0.25rem !important;
        }

    .reveal .ui-btn-tertiary__action {
        position: absolute;
        top: 0;
        right: 0;
    }

.generic-modal {
    padding: 0;
    border: 0;
    position: relative;
    -webkit-box-shadow: 11px 18px 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 11px 18px 40px 0 rgba(0, 0, 0, 0.3);
}

    .generic-modal:focus {
        outline: none;
    }

.generic-modal__heading {
    line-height: 1.875rem;
    margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .generic-modal__heading {
        line-height: 2.125rem;
    }
}

@media print, screen and (min-width: 64em) {
    .generic-modal__heading {
        line-height: 2.875rem;
    }
}

.generic-modal__wrapper {
    padding: 4rem 2.875rem;
}

@media print, screen and (min-width: 40em) {
    .generic-modal__wrapper {
        padding: 5rem 4.375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .generic-modal__wrapper {
        padding: 5.875rem 5.5rem;
    }
}

.generic-modal__close {
    position: absolute;
    top: 0;
    right: 0;
}

.generic-modal__description {
    margin-bottom: 2.125rem;
}

    .generic-modal__description p {
        margin: 0;
        font-size: 0.8125rem;
        line-height: 1.5rem;
    }

@media print, screen and (min-width: 40em) {
    .generic-modal__description p {
        font-size: 0.765625rem;
    }
}

@media print, screen and (min-width: 64em) {
    .generic-modal__description p {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}

.generic-modal__button-container {
    margin-bottom: 3.5rem;
}

@media print, screen and (min-width: 40em) {
    .generic-modal__button-container {
        margin-bottom: 5rem;
    }
}

@media print, screen and (min-width: 64em) {
    .generic-modal__button-container {
        margin-bottom: 4.0625rem;
    }
}

.generic-modal__links a {
    text-align: left;
    display: block;
    margin-bottom: 1rem;
}

.indicator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.125rem 0.5rem 0;
    text-align: center;
    border-radius: 50%;
    background-color: #E0E0E0;
    font-style: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .indicator::before {
        padding-top: 0.125rem;
        content: counter(numList);
        counter-increment: numList;
        font-size: 1rem;
        font-weight: bold;
        line-height: 2.6;
    }

li.is-complete > .indicator {
    background-color: #B9D8E5;
}

li.is-active > .indicator {
    width: 1.75rem;
    height: 1rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
    border-radius: 0;
    background-color: #fdb913;
}

    li.is-active > .indicator::before,
    li.is-active > .indicator::after {
        position: absolute;
        left: 0;
        display: block;
        width: 0;
        border-right: 0.875rem solid transparent;
        border-left: 0.875rem solid transparent;
    }

    li.is-active > .indicator::before {
        top: -0.6875rem;
        bottom: 100%;
        display: block;
        padding-top: 0;
        text-indent: -0.185rem;
        border-bottom: 0.4375rem solid #fdb913;
    }

    li.is-active > .indicator::after {
        top: 100%;
        width: 0;
        content: "";
        border-top: 0.4375rem solid #fdb913;
    }

nav.step-nav {
    width: 100%;
    background-color: #F5F5F5;
}

ol.step-menu {
    margin: 0 1rem 1rem;
    padding: 1rem 0;
    counter-reset: numList;
    display: flex;
}

    ol.step-menu li {
        position: relative;
        width: auto;
        margin-right: 2.75rem;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: flex;
        line-height: 2.5rem;
    }

        ol.step-menu li:last-child {
            margin-right: 0;
        }

        ol.step-menu li.is-active * {
            display: block !important;
        }

        ol.step-menu li.is-active::before {
            z-index: 999;
            color: #000000;
            background-color: none;
        }

        ol.step-menu li.is-complete::before {
            color: #000000;
        }

    ol.step-menu span {
        padding-top: 0.375rem;
        font-weight: bold;
        line-height: 1.6;
    }

.informational-aside {
    margin-bottom: 2rem;
    background-color: #ffffff;
    -webkit-box-shadow: -1px -1px 16px rgba(0, 0, 0, 0.1), 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 16px rgba(0, 0, 0, 0.1), 1px 1px 16px rgba(0, 0, 0, 0.1);
}

    .informational-aside .accordion-item:not(:last-child) {
        border-bottom: 3px solid #000;
    }

    .informational-aside .accordion-title {
        border: none;
        padding: 1.25rem 1rem;
        margin: 0 1rem;
    }

    .informational-aside .accordion-title {
        border: none;
        padding: 1.25rem 1rem;
        margin: 0 1rem;
    }

.accordion-multi-step.no-numbers .accordion-item.is-active .informational-aside .accordion-title.aside-footer {
    padding-left: 0;
}

    .accordion-multi-step.no-numbers .accordion-item.is-active .informational-aside .accordion-title.aside-footer:hover,
    .accordion-multi-step.no-numbers .accordion-item.is-active .informational-aside .accordion-title.aside-footer:focus {
        background: #fff;
        color: #000;
    }

.informational-aside .accordion[disabled] .accordion-title.accordion-title_no-indicator:hover, .informational-aside .accordion[disabled] .accordion-title.accordion-title_no-indicator:focus {
    background-color: inherit;
    outline: none;
}

.informational-aside ul.vertical.menu li {
    padding: .5rem 0;
}


.informational-aside .accordion-title.aside-footer {
    padding: 1.25rem 0;
    margin: 0;
    border-bottom: 2px solid #e6e6e6;
}

.informational-aside .accordion-item.is-active .accordion-title.aside-footer {
    background: #fff;
    cursor: pointer;
}

.accordion-multi-step.no-numbers .accordion-item.is-active .informational-aside .accordion-title.aside-footer::before, .informational-aside .accordion-title.aside-footer::before {
    position: absolute;
    top: 55%;
    left: 0;
    width: 14px;
    height: 9px;
    margin-left: 0;
    border: none;
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4xICg0NzI1MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QXJyb3c8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGF5bWVudC1hbmQtQmlsbGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3Ny4wMDAwMDAsIC01MDguMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJBcnJvdyIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iODc4IDUwOS4wMDMxNiA4ODMuOTk4NDIgNTE1IDg5MCA1MDkiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center center;
    background-size: contain;
    will-change: transform;
    -webkit-animation: 225ms closeArrow;
    animation: 225ms closeArrow;
    content: "";
}

.accordion-multi-step.no-numbers .accordion-item.is-active .informational-aside .accordion-item.is-relative.is-active .accordion-title.aside-footer::before, .informational-aside .accordion-item.is-relative.is-active .accordion-title.aside-footer::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: 225ms openArrow;
    animation: 225ms openArrow;
}


.informational-aside .accordion-title span.actiontext {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 1.5rem;
}

.informational-aside .accordion-title.accordion-title_no-indicator span.actiontext {
    margin-left: 0;
}

.informational-aside .accordion-title strong.count {
    position: absolute;
    right: 0;
}

    .informational-aside .accordion-title strong.count span {
        font-weight: 700;
    }

.informational-aside .accordion-title ul.accordion {
    margin-top: 1rem;
}

    .informational-aside .accordion-title ul.accordion .accordion-title {
        margin: 0;
    }



.informational-aside .accordion-action {
    padding: 1.25rem 0 0 0;
}


.informational-aside .accordion-content {
    padding: 1rem 0;
    margin: 0 2rem;
    border-top: 2px solid #e6e6e6;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

    .informational-aside .accordion-content.accordion-content_no-padding {
        padding: 0;
    }

    .informational-aside .accordion-content ul.accordion .accordion-item {
        border-bottom: none;
    }

        .informational-aside .accordion-content ul.accordion .accordion-item.is-active {
            border-bottom: 2px solid #e6e6e6;
        }

        .informational-aside .accordion-content ul.accordion .accordion-item:last-child {
            border-bottom: none;
        }

        .informational-aside .accordion-content ul.accordion .accordion-item .accordion-content {
            border: none;
            margin: 0;
        }

        .informational-aside .accordion-content ul.accordion .accordion-item.is-active .accordion-content {
            display: block;
        }

        .informational-aside .accordion-content ul.accordion .accordion-item.is-active .accordion-content ul {
            margin-bottom: 1rem;
        }

@media print, screen and (min-width: 40em) {
    ol .step-menu span {
        display: inline-block;
        padding-left: .625rem;
    }
}

.account-forms {
    display: none;
    margin-bottom: 2rem;
}

    .account-forms.is-active {
        display: block;
    }

    .account-forms h6, .account-forms p {
        padding: 0 1rem;
    }

    .account-forms .grid-padding-x p {
        padding: 0;
    }

    .account-forms h6 {
        font-weight: 700;
    }

    .account-forms fieldset h6 {
        padding: 0;
    }

#courseClass .cell {
    padding: 0;
}


.mdc-radio {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    cursor: pointer;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    will-change: opacity, transform, border-color, background-color, color;
}

    .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
        /* @alternate */
        background-color: #000000;
    }

    .mdc-radio::before,
    .mdc-radio::after {
        position: absolute;
        content: "";
        pointer-events: none;
        opacity: 0;
        border-radius: 50%;
        will-change: transform, opacity;
    }

    .mdc-radio::before {
        -webkit-transition: opacity 15ms linear;
        transition: opacity 15ms linear;
    }

    .mdc-radio.mdc-ripple-upgraded::after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .mdc-radio.mdc-ripple-upgraded--unbounded::after {
        top: var(--mdc-ripple-top, 0);
        left: var(--mdc-ripple-left, 0);
    }

    .mdc-radio.mdc-ripple-upgraded--foreground-activation::after {
        -webkit-animation: 225ms mdc-ripple-fg-radius-in forwards, 75ms mdc-ripple-fg-opacity-in forwards;
        animation: 225ms mdc-ripple-fg-radius-in forwards, 75ms mdc-ripple-fg-opacity-in forwards;
    }

    .mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        -webkit-animation: 150ms mdc-ripple-fg-opacity-out;
        animation: 150ms mdc-ripple-fg-opacity-out;
    }

    .mdc-radio::before,
    .mdc-radio::after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%;
    }

    .mdc-radio.mdc-ripple-upgraded::before {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%;
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 0));
        transform: scale(var(--mdc-ripple-fg-scale, 0));
    }

    .mdc-radio.mdc-ripple-upgraded--unbounded::before {
        top: var(--mdc-ripple-top, calc(50% - 25%));
        left: var(--mdc-ripple-left, calc(50% - 25%));
        width: var(--mdc-ripple-fg-size, 50%);
        height: var(--mdc-ripple-fg-size, 50%);
        -webkit-transform: scale(var(--mdc-ripple-fg-scale, 0));
        transform: scale(var(--mdc-ripple-fg-scale, 0));
    }

    .mdc-radio.mdc-ripple-upgraded::after {
        width: var(--mdc-ripple-fg-size, 50%);
        height: var(--mdc-ripple-fg-size, 50%);
    }

    .mdc-radio:hover::before {
        opacity: 0;
    }

    .mdc-radio:not(.mdc-ripple-upgraded):focus::before,
    .mdc-radio.mdc-ripple-upgraded--background-focused::before {
        -webkit-transition-duration: 75ms;
        transition-duration: 75ms;
        opacity: 0;
    }

    .mdc-radio:not(.mdc-ripple-upgraded)::after {
        -webkit-transition: opacity 150ms linear;
        transition: opacity 150ms linear;
    }

    .mdc-radio:not(.mdc-ripple-upgraded):active::after {
        -webkit-transition-duration: 75ms;
        transition-duration: 75ms;
        opacity: 0;
    }

    .mdc-radio.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: 0;
    }

        .mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before {
            content: none;
        }

.mdc-radio__background {
    position: absolute;
    left: 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
}

    .mdc-radio__background::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        pointer-events: none;
        opacity: 0;
        border-radius: 50%;
    }

.mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}

.mdc-radio__inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), background-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
}

.mdc-radio__native-control {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    opacity: 0;
}

    .mdc-radio__native-control:checked + .mdc-radio__background,
    .mdc-radio__native-control:disabled + .mdc-radio__background {
        -webkit-transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    }

        .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
        .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
            -webkit-transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
            transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        }

        .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
        .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
            -webkit-transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
            transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
            transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
            transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
        }

.mdc-radio--disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
    -webkit-transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
    cursor: default;
}

    .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
    [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
        border-color: #E0E0E0;
    }

    .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
    [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
        background-color: #E0E0E0;
    }

.mdc-radio__native-control:focus + .mdc-radio__background::before {
    -webkit-transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1.0;
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%, 50% {
        stroke-dashoffset: 29.78334;
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%, 50% {
        stroke-dashoffset: 29.78334;
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%, 68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%, 68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0;
    }

    to {
        opacity: 0;
        stroke-dashoffset: -29.78334;
    }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0;
    }

    to {
        opacity: 0;
        stroke-dashoffset: -29.78334;
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        opacity: 0;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        opacity: 0;
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        opacity: 0;
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0;
    }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0;
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
    }

    32.8%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
    }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 1;
    }

    32.8%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
    }
}

.mdc-checkbox {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    padding: 11px;
    margin-left: -11px;
    cursor: pointer;
    vertical-align: bottom;
    white-space: nowrap;
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: transparent;
}

    .mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
        border-color: #939393;
    }

    .mdc-checkbox .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background,
    .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
        border-color: transparent;
        background-color: #939393;
    }

    .mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
        border-color: #D50000;
    }

    .mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:checked ~ .mdc-checkbox__background,
    .mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:indeterminate ~ .mdc-checkbox__background {
        border-color: transparent;
        background-color: #D50000;
    }

    .mdc-checkbox .mdc-checkbox__checkmark__path {
        stroke: #000000 !important;
    }

    .mdc-checkbox .mdc-checkbox__mixedmark {
        background-color: #000000;
    }

    .mdc-checkbox .mdc-checkbox__background::before {
        /* @alternate */
        background-color: #000000;
    }

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox .mdc-checkbox__background::before {
        background-color: #000000;
    }
}

.mdc-checkbox::before,
.mdc-checkbox::after {
    position: absolute;
    content: "";
    pointer-events: none;
    opacity: 0;
    border-radius: 50%;
    will-change: transform, opacity;
}

.mdc-checkbox::before {
    -webkit-transition: opacity 15ms linear;
    transition: opacity 15ms linear;
}

.mdc-checkbox.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: 225ms mdc-ripple-fg-radius-in forwards, 75ms mdc-ripple-fg-opacity-in forwards;
    animation: 225ms mdc-ripple-fg-radius-in forwards, 75ms mdc-ripple-fg-opacity-in forwards;
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    -webkit-animation: 150ms mdc-ripple-fg-opacity-out;
    animation: 150ms mdc-ripple-fg-opacity-out;
}

.mdc-checkbox::before,
.mdc-checkbox::after {
    /* @alternate */
    background-color: #000000;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox::before,
    .mdc-checkbox::after {
        background-color: #000000;
    }
}

.mdc-checkbox:hover::before {
    opacity: 0;
}

.mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: 0;
}

.mdc-checkbox:not(.mdc-ripple-upgraded)::after {
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: 0;
}

.mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0;
}

.mdc-checkbox::before,
.mdc-checkbox::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
}

.mdc-checkbox.mdc-ripple-upgraded::before {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 0));
    transform: scale(var(--mdc-ripple-fg-scale, 0));
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded::before {
    top: var(--mdc-ripple-top, calc(50% - 25%));
    left: var(--mdc-ripple-left, calc(50% - 25%));
    width: var(--mdc-ripple-fg-size, 50%);
    height: var(--mdc-ripple-fg-size, 50%);
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 0));
    transform: scale(var(--mdc-ripple-fg-scale, 0));
}

.mdc-checkbox.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 50%);
    height: var(--mdc-ripple-fg-size, 50%);
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: #000000;
    background-color: transparent;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    /* @alternate */
    border-color: #000000;
    border-color: #000000;
    /* @alternate */
    background-color: #ffffff;
    background-color: #ffffff;
}

.mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: #D50000;
    background-color: transparent;
}

.mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control.u-messages-error-error:enabled:indeterminate ~ .mdc-checkbox__background {
    /* @alternate */
    border-color: #D50000;
    border-color: #D50000;
    /* @alternate */
    background-color: #ffffff;
    background-color: #ffffff;
}

@-webkit-keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: #000000;
        background-color: transparent;
    }

    50% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }
}

@keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: #000000;
        background-color: transparent;
    }

    50% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-0 {
    0%, 80% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }

    100% {
        border-color: #000000;
        background-color: transparent;
    }
}

@keyframes mdc-checkbox-fade-out-background-0 {
    0%, 80% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }

    100% {
        border-color: #000000;
        background-color: transparent;
    }
}

.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-0;
    animation-name: mdc-checkbox-fade-in-background-0;
}

.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-0;
    animation-name: mdc-checkbox-fade-out-background-0;
}

@-webkit-keyframes mdc-checkbox-fade-in-background-1 {
    0% {
        border-color: white;
        background-color: transparent;
    }

    50% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }
}

@keyframes mdc-checkbox-fade-in-background-1 {
    0% {
        border-color: white;
        background-color: transparent;
    }

    50% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-1 {
    0%, 80% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }

    100% {
        border-color: white;
        background-color: transparent;
    }
}

@keyframes mdc-checkbox-fade-out-background-1 {
    0%, 80% {
        /* @alternate */
        border-color: #000000;
        border-color: #000000;
        /* @alternate */
        background-color: #ffffff;
        background-color: #ffffff;
    }

    100% {
        border-color: white;
        background-color: transparent;
    }
}

.mdc-checkbox--disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark__path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
    -webkit-transition: none !important;
    transition: none !important;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
    -webkit-animation-duration: 180ms;
    animation-duration: 180ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark__path {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;
    animation: 180ms linear 0s mdc-checkbox-unchecked-checked-checkmark-path;
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;
    animation: 90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark__path {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;
    animation: 90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;
    animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;
    animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;
    animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-checkmark;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;
    animation: 500ms linear 0s mdc-checkbox-indeterminate-checked-mixedmark;
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: 300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;
    animation: 300ms linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;
}

.mdc-checkbox__background {
    position: absolute;
    top: 0;
    top: 11px;
    right: 0;
    right: initial;
    bottom: 0;
    left: 0;
    left: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    height: 45%;
    -webkit-transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: 2px;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: background-color, border-color;
}

[dir="rtl"] .mdc-checkbox .mdc-checkbox__background,
.mdc-checkbox[dir="rtl"] .mdc-checkbox__background {
    right: 11px;
    left: initial;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    -webkit-transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-checkbox__background::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    pointer-events: none;
    opacity: 0;
    border-radius: 50%;
    will-change: opacity, transform;
}

.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
    -webkit-transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.0;
}

.mdc-ripple-upgraded--unbounded .mdc-checkbox__background::before {
    content: none;
}

.mdc-checkbox__native-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    opacity: 0;
}

    .mdc-checkbox__native-control:disabled {
        cursor: default;
        pointer-events: none;
    }

.mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0;
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
    opacity: 1;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    -webkit-transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
    opacity: 1;
}

.mdc-checkbox__native-control.u-messages-error-error:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    border-color: #D50000;
}

    .mdc-checkbox__native-control.u-messages-error-error:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark .mdc-checkbox__checkmark__path {
        stroke: #D50000 !important;
    }

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    -webkit-transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.mdc-checkbox__checkmark__path {
    -webkit-transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    stroke-width: 3.12px;
    stroke-dashoffset: 29.78334;
    stroke-dasharray: 29.78334;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark__path,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark__path {
    stroke-dashoffset: 0;
}

.mdc-checkbox__mixedmark {
    width: 100%;
    height: 2px;
    -webkit-transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-transform: scaleX(0) rotate(0deg);
    transform: scaleX(0) rotate(0deg);
    opacity: 0;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(-45deg);
    transform: scaleX(1) rotate(-45deg);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
    opacity: 1;
}

.grid-padding-x {
    padding: 0 1rem;
}

.grid-padding-x.small-12.medium-up-2.large-up-4 {
    padding: 0;
}

.grid-margin-y-both {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.grid-margin-y-top {
    margin-top: 1rem;
    margin-bottom: 0;
}

.thank-you-section .ui-add-to-cart__plus-minus {
    border-top: 0 none;
    border-bottom: 0 none;
}

.thank-you-section .ui-add-to-cart__button {
    display: none;
}

.thank-you-section .ui-add-to-cart__input {
    text-align: left;
    font-size: 1rem;
    margin: 0 !important;
    padding: 0 !important;
}

.thank-you-section .cartMain.items table tbody tr td.mini-cart-col-qty, .thank-you-section .cartMain.items table tbody tr td.mini-cart-col-price {
    padding-top: 0;
}

    .thank-you-section .cartMain.items table tbody tr td.mini-cart-col-price p.item-total-price {
        font-weight: 700;
    }

.thank-you-section .mini-cart-col-qty .remove {
    display: none;
}

@media only screen and (max-width: 47.9375em) {
    .thank-you-section .mini-cart-col-price .remove {
        display: none;
    }

    .thank-you-section .mini-cart-col-price p:nth-child(4) {
        position: static !important;
        right: auto !important;
    }

        .thank-you-section .mini-cart-col-price p:nth-child(4) strong {
            font-size: 1rem;
        }

    .thank-you-section .mini-cart-col-price .ui-add-to-cart__plus-minus {
        display: none !important;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

ul.ui-menu,
ul.ui-menu li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: .2em .4em;
        line-height: 1.5;
        zoom: 1;
    }

        .ui-menu .ui-menu-item a.ui-state-hover,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

.ui-widget {
    font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif /*{ffDefault}*/;
        font-size: 1em;
    }

.ui-widget-content { /*border: 1px solid #aaaaaa{borderColorContent}*/
    z-index: 9999 !important;
    background: #ffffff /*{bgColorContent}*/ /*url(images/ui-bg_flat_75_ffffff_40x100.png)*/ /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #000 /*{fcContent}*/;
}

    .ui-widget-content a {
        color: #000 /*{fcContent}*/;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #000 /*{fcHeader}*/;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #000 /*{fcHeader}*/;
    }

.ui-widget-header {
    display: none
}

.ui-widget-content {
    border-bottom: solid 14px #f1a900;
    background-color: #ffffff;
}

    .ui-widget-content .content {
        padding: 30px 20px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .ui-widget-content .content td {
            padding: 5px 5px 2px 0;
        }

    .ui-widget-content input {
        width: 220px;
    }

    .ui-widget-content .buttons {
        margin-left: 105px;
    }

@media only screen and (min-width: 320px) and (max-width: 640px) {

    .ui-widget-content {
        border: none;
    }

    .ui-menu .ui-menu-item {
        padding: 0 20px 0 47px;
    }

    .ui-autocomplete.ui-widget-content {
        width: 100% !important;
        border-bottom: 3px solid #000 !important;
        left: 0 !important;
        border-radius: 0;
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ui-tooltip .ui-widget-content {
        width: 100% !important;
        border-bottom: solid 3px #000;
        left: 0 !important;
        border-radius: 0;
        position: absolute !important;
    }
}

@media only screen and (min-width: 641px) {
    .ui-autocomplete.ui-widget-content {
        border-bottom: 3px solid #000 !important;
        border-radius: 0;
        height: auto;
    }
}

@media print {
    * {
        font-family: Arial, sans-serif;
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: none;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
        size: 8.5in 11in;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .navigation .navigation__top-nav-item,
    .navigation .navigation__right-menu,
    .print_receipt,
    .thank-you-section .mini-cart-col-price p:nth-child(4),
    .thank-you-section .mini-cart-col-price .ui-add-to-cart__plus-minus,
    .you-may-also,
    .footer .footer__menu,
    .footer .footer__sign-up,
    .footer .footer__social,
    .footer .footer__legal, .thank-you-guest-create, .print-profile, .section-dropdown, .text-right .ui-btn-tertiary.ui-btn-tertiary__action, .row.whitebg.hide-for-small {
        display: none !important;
    }

    .order-confirmation {
        display: block;
        page-break-after: always;
    }

        .order-confirmation .box {
            height: 21.875rem;
        }

    .footer {
        background: #fff;
    }
}

section.signin h2 {
    font-size: 1.125rem;
    font-weight: bold;
}

section.signin p a {
    text-decoration: underline;
}


@media only screen and (min-width: 40em) {
    section.signin h2 {
        font-size: 1.5625rem;
    }
}

.component-footer .footer-columns ul.vertical.menu li {
    padding: 0;
}

.component-footer .footer-columns ul.vertical.menu li.menu-text,.component-footer .footer-columns ul.vertical.menu li.menu-description {
    padding: 0.7rem 1rem;
    letter-spacing: unset;
}

.component-footer .footer-columns ul.vertical.menu li a {
    font-weight: normal;
}

.component-footer .footer-columns ul.vertical.menu li a.button.link.arrow {
    font-weight: bold;
}

.component-footer .footer-columns ul.vertical.menu li.menu-cta {
    padding: 0 1rem 0.7rem 1rem;
}

.component-footer .footer-columns ul.vertical.menu li.menu-cta a {
    font-weight: bold;
}

.top-bar ul.menu.is-dropdown-submenu.vertical li {
    padding: 0;
}

.top-bar ul.menu.is-dropdown-submenu.vertical li a{
    font-weight: normal;
}

.top-bar ul.menu.is-dropdown-submenu.vertical li .tabs-title a, .top-bar ul.menu.is-dropdown-submenu.vertical li .menu-card-title a {
    font-weight: bold;
}

aside ul.vertical.menu li.is-active {
    background: #fdb913;
}

aside ul.vertical.menu li.is-active a {
    background: none;
}

@font-face {
    font-family: 'HMHMicro-Medium';
    src: url('/fonts/HMHMicro-Medium.woff2')
    format('woff2'),url('/fonts/HMHMicro-Medium.woff')
    format('woff'),url('/fonts/HMHMicro-Medium.ttf')
    format('truetype'),url('/fonts/HMHMicro-Medium.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
  }

  @font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNovaRegular_normal_normal.woff2')
    format('woff2'),url('/fonts/ProximaNovaRegular_normal_normal.woff')
    format('woff'),url('/fonts/ProximaNova-Regular.ttf')
    format('truetype'),url('/fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
  }

  @font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNovaItalic_italic_normal.woff2')
    format('woff2'),url('/fonts/ProximaNovaItalic_italic_normal.woff')
    format('woff'),url('/fonts/ProximaNova-RegularIt.ttf')
    format('truetype'),url('/fonts/ProximaNova-RegularIt.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNovaBold_normal_normal.woff2')
    format('woff2'),url('/fonts/ProximaNovaBold_normal_normal.woff')
    format('woff'),url('/fonts/ProximaNova-Bold.ttf')
    format('truetype'),url('/fonts/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
  }

  @font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNovaBoldItalic_italic_normal.woff2')
    format('woff2'),url('/fonts/ProximaNovaBoldItalic_italic_normal.woff')
    format('woff'),url('/fonts/ProximaNova-BoldIt.ttf')
    format('truetype'),url('/fonts/ProximaNova-BoldIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }

footer.component-footer *, header.header *, .off-canvas-menu .menu-tab, .off-canvas-menu .sub-menu-tab {
    font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !important;
}

footer.component-footer h1, 
footer.component-footer h2, 
footer.component-footer h3, 
footer.component-footer h4, 
footer.component-footer h5, 
footer.component-footer h6, 
header.header h1, 
header.header h2, 
header.header h3, 
header.header h4, 
header.header h5, 
header.header h6 {
    font-family: 'HMHMicro-Medium', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !important;
}

.top-bar .menu-cart-jewel {
    position: absolute;
    display: block;
    top: 0.65rem;
    right: 0;
    padding: 0.25rem;
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    border: 0.0625rem solid #FDB913;
    border-radius: 50%;
    background: #FDB913;
  }

  @media print, screen and (min-width: 40em) {
    footer.component-footer .footer-legal-social {
        margin-bottom: 3.75rem;
    }
}

@media print, screen and (min-width: 64em) {
    footer.component-footer .footer-legal-social {
        margin-bottom: 5.75rem;
    }
}

footer.component-footer .footer-columns, footer.component-footer .footer-legal-social {
    flex: 1 1 100%;
    padding: 2rem 1rem;
    width: 100%;
    min-width: 20rem;
    border-top: none;
    background-color: inherit;
}

.component-footer .copyright {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
}

.menu-social {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  @media print, screen and (min-width: 64em) {
    .component-footer .copyright {
        padding-right: 0;
        padding-left: 0;
    }
  }

@media (min-width: 72.375em) {
    .component-footer .copyright {
        text-align: left;
        padding: 0 3rem;
    }
    .menu-legal-social {
        justify-content: left;
        padding-top: 1rem;
    }
    .menu-social {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

footer .footer-logo {
    width: 100%;
    text-align: center;
    padding: 1rem 0.7rem;
}

@media print, screen and (min-width: 64em) {
    footer .footer-logo {
        text-align: left;
        padding: 1rem 3.5rem;
    }
}

.dropdown.menu {
    flex-direction: column;
}

.top-bar .menu-item-logo {
    margin-left: 0;
}

@media (min-width: 64em) {
    .dropdown.menu {
        flex-direction: row;
    }
    .top-bar .menu-item-logo {
        margin-left: .5rem;
    }
}
