﻿/* ASSISTANCE BAR */
.q_assistance {
    background-color: white;
    margin-bottom: 20px;
    padding: 35px;
}

@media screen and (min-width: 1024px) {
    .q_assistance .grid-row {
        align-items: center;
        display: flex;
    }

    .q_assistance .grid-cell:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 1024px) {
    .q_assistance .grid-cell {
        width: 100%;
    }

        .q_assistance .grid-cell:last-child {
            display: none;
        }
}

.q_assistance-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.q_assistance-subtitle {
    font-size: 18px;
}

    .q_assistance-subtitle a {
        text-decoration: underline;
    }

.q_assistance-phone {
    font-size: 30px;
    font-weight: bold;
}

/* QUOTE MODAL */
@media screen and (min-width: 768px) {
    .q_modal {
        margin: -250px 0 0 -280px;
        max-width: 600px;
    }

    .q_modal-header {
        border: 0;
    }
}

.q_modal-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.q_modal-panel {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

    .q_modal-panel p {
        font-size: 20px;
    }

        .q_modal-panel p:last-child {
            margin: 0;
        }

.q_modal-phone {
    margin-bottom: 20px;
}

    .q_modal-phone a {
        color: #299e00;
        font-weight: bold;
    }

.q_modal-error {
    color: red;
    display: block;
    margin: 10px 0;
}

.q_modal-footer {
    border: 0;
}

    .q_modal-footer .grid-row {
        align-items: center;
        display: flex;
    }

    .q_modal-footer .grid-cell:first-child {
        text-align: left;
    }

    .q_modal-footer a {
        color: #299e00;
        font-size: 16px;
        font-weight: bold;
    }

    .q_modal-footer input {
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 30px;
    }

        .q_modal-footer input:first-child {
            background-color: #299e00;
            border: 1px solid #299e00;
            color: white;
        }

        .q_modal-footer input:last-child {
            background-color: white;
            border: 1px solid #ccc;
            color: #2a363f;
        }

/* QUOTE HEADERBAR */
#q_headerbar {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0 20px;
    margin-bottom: 20px;
}

    #q_headerbar h1 {
        float: left;
        font-size: 18px;
        font-weight: 400;
        font-family: "open_sans_condensedbold", sans-serif;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 0px;
    }

#q_headerbar_account,
#q_headerbar_account li {
    height: 42px;
}

    #q_headerbar_account a {
        font-weight: bold;
        width: 100%;
        height: 100%;
        display: block;
        padding: 0 10px;
        line-height: 42px;
    }

        #q_headerbar_account a span {
            text-decoration: underline;
        }

    #q_headerbar_account li:first-child {
        border-right: 1px solid #dddddd;
    }

    #q_headerbar_account li:last-child a {
        padding-right: 0;
    }

.green {
    font-weight: bold;
    color: #0aa346;
}

.ci-country-dropdown {
    width: 75%;
    height: 29px;
    color: #666;
    border-radius: 5px;
    border-color: #bababa;
    font-size: 1rem;
}

.cpuCheck {
    font-size: 14px;
    color: #333;
}

.sectionTitle {
    color: #343434 !important;
    font-size: 1.2rem !important;
    font-weight: bold;
    user-select: none;
}

    .sectionTitle.lower {
        margin: 1.5rem 0 0.1rem;
    }

        .sectionTitle.lower .toggleLinkText {
            font-size: 0.75rem !important;
            margin-left: 1rem;
        }

.quoteCustInfoError {
    position: absolute;
    bottom: 4%;
    left: 30%;
    color: #ff0000;
    text-align: center;
}


/* QUOTE QUESTIONS FORM */
.question p,
.question li {
    color: #343434;
    font-size: 13px;
}

.question li {
    line-height: 20px;
}

.question .split {
    width: 45%;
}

.q_by {
    width: 10%;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

    .q_by p {
        color: #666;
    }

.q_help {
    background: #17b64f;
    border-radius: 50%;
    color: #fff !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    font-weight: 700;
    line-height: 20px;
    user-select: none;
}

    .q_help:hover {
        text-decoration: none !important;
        color: #93f5b6 !important;
    }

#sidebar .grid-pad-light {
    padding-top: 0px;
    padding-right: 0px;
}

@media (max-width: 1024px) {
    #sidebar .grid-pad-light {
        padding-left: 0px;
    }
}

#quotepage h3 {
    font-size: 24.5px;
    line-height: 40px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #343434;
}

#o_success ul,
#o_success_sidebar ul {
    padding-left: 40px;
}

    #o_success ul.clear {
        padding: 0;
    }

/* RIGHT PANEL */
#cart_box {
    background: #17b64f;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 13px;
}

    #cart_box p,
    #cart_box i {
        text-align: right;
    }

    #cart_box span {
        font-weight: 700;
        font-size: 12px;
    }

.cart_btn {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff !important;
}

    .cart_btn:hover {
        color: #93f5b6 !important;
    }

#q_number {
    text-transform: uppercase;
    font-family: "open_sans_condensedbold", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
}

#q_itemized {
    margin: 10px 0 10px 0;
    color: #343434;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 0;
}

#q_my_label {
    text-transform: uppercase;
    font-family: "open_sans_condensedbold", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    height: 30px;
    background: url("../images/quote/q_my_label.jpg") no-repeat 70px 7px;
}

#q_items {
    margin: 0 0 0 13px;
    padding: 0;
    font-size: 13px;
}

    #q_items li.q_selected {
        list-style-image: url("../images/quote/q_check.jpg");
    }

    #q_items li.q_not_selected {
        list-style-image: url("../images/quote/q_not_selected.jpg");
    }

        #q_items li.q_not_selected span {
            color: #aaa;
        }

#q_totals {
    margin-bottom: 20px;
    font-size: 13px;
}

#q_sum {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 10px 0 10px 0;
}

#q_total {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

#q_total_mobile {
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 35%;
    width: 30%;
    background: #343434;
    color: #fff;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.8);
    border-radius: 2px;
}

#q_upgrade_options {
    margin-top: 15px;
}

    #q_upgrade_options li {
        line-height: 20px;
        line-height: 25px;
        text-align: left !important;
    }

    #q_upgrade_options span {
        position: relative;
        top: 3px;
    }

#q_add_links {
    margin-top: 20px;
    margin-bottom: 40px;
}

    #q_add_links li {
        line-height: 25px;
    }

    #q_add_links a {
        color: #343434 !important;
        text-decoration: underline;
        font-size: 12px;
    }

/* RESPONSIVE */

@media (max-width: 979px) {
    .top-menu-wrap {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    #content_left,
    #content_right {
        width: 100% !important;
    }

    #content_left {
        margin-bottom: 20px;
    }

    #content_right {
        padding: 0 !important;
    }

    #q_total {
        text-align: center !important;
    }

    #q_upgrade_options li {
        text-align: center !important;
    }

    #q_total_mobile {
        display: block !important;
    }

    .p-contain {
        width: 95% !important;
    }

    .search-call {
        padding-top: 7px !important;
        padding-left: 0 !important;
    }

    #q_my_label {
        background: none !important;
    }
}

@media (max-width: 480px) {
    #q_headerbar h1,
    #q_headerbar div {
        float: none !important;
    }

    #q_headerbar_account li {
        float: none !important;
        display: inline-block !important;
        border: none !important;
    }
}

#q_quote p,
.rddlFakeInput,
.q_material-content p,
#q_quote span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.q_select-wrap .rddlDefaultMessage {
    font-style: unset !important;
}

#label_price {
    padding: 10px;
}

/* GRID ARCHITECTURE */

.q_flex-grid {
    display: flex;
    flex-wrap: wrap;
}

.q_grid-row {
    letter-spacing: -0.31em;
    margin-left: 0;
    margin-right: 0;
}

.q_grid-cell {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding: 0;
}

.q_cell-6of12 {
    width: 100%;
}

@media (min-width: 577px) {
    .q_cell-6of12 {
        width: 50%;
    }

        .q_cell-6of12:nth-child(5) {
            padding-right: 30px;
        }

        .q_cell-6of12:nth-child(6) {
            padding-left: 30px;
        }
}

@media (min-width: 1025px) {
    .q_cell-6of12 {
        width: 50%;
    }
}

.q_cell-12of12 {
    width: 100%;
}

/* QUOTE ITEM BLOCK */

.q_item {
    margin-bottom: 60px;
}

.q_question {
    color: #2b3740;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.q_more-info {
    margin: 0 0 10px 0;
    text-align: left;
}

    .q_more-info span {
        color: #015c98;
        text-decoration: none;
        font-size: 14px;
        display: block;
        cursor: pointer;
    }

@media (min-width: 577px) {
    .q_more-info {
        text-align: right;
    }
}

.q_help-content {
    background: #fff;
    border: 1px solid #015c98;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    display: none;
    max-height: 0;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: border-box;
}

    .q_help-content p {
        margin: 0 0 10px 0;
        color: #414549;
    }

.q_help-title {
    font-weight: bold;
}

.q_size-x {
    font-family: Arial, Helvetica, sans-serif;
    color: #ccc;
    position: absolute;
    top: 10px;
    left: 99%;
}

/* CUSTOM RADIO BUTTONS (CHECK BOXES) */

.q_radio-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    cursor: pointer;
    font-size: 18px;
    color: #2b3740;
    font-weight: bold !important;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

    .q_radio-container img {
        float: right;
    }

    .q_radio-container input,
    .q_radio-container span:before {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.q_radio-checkmark,
.q_radio-checkmark span {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /*display: none !important;*/
    border: 1px solid #ccc;
}

.q_radio-container:hover input ~ .q_radio-checkmark,
.q_radio-container .rbHovered span.rbToggleCheckbox {
    background-color: #ccc;
}

.q_radio-container span.rbToggleCheckbox,
.q_radio-container span.rbToggleCheckboxChecked {
    position: absolute !important;
    height: 25px;
    width: 25px;
}

.q_radio-container input:checked ~ .q_radio-checkmark,
.q_radio-container .rbToggleCheckboxChecked {
    background-color: #015c98;
}

.q_radio-checkmark:after,
.rbToggleCheckboxChecked:after {
    content: "";
    position: absolute;
    display: none;
}

.q_radio-container-quote {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 25px;
    position: relative;
    user-select: none;
}

    .q_radio-container-quote img {
        float: right;
    }

    .q_radio-container-quote input,
    .q_radio-container-quote span:before {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.q_radio-checkmark-quote,
.q_radio-checkmark-quote span {
    border: 1px solid #ccc;
    display: none !important;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.q_radio-container-quote:hover input ~ .q_radio-checkmark-quote,
.q_radio-container-quote .rbHovered span.rbToggleCheckbox {
    background-color: #ccc;
}

.q_radio-container-quote span.rbToggleCheckbox,
.q_radio-container-quote span.rbToggleCheckboxChecked {
    position: absolute !important;
    height: 25px;
    width: 25px;
}

.q_radio-container-quote input:checked ~ .q_radio-checkmark-quote,
.q_radio-container-quote .rbToggleCheckboxChecked {
    background-color: #015c98;
}

.q_radio-checkmark-quote:after,
.rbToggleCheckboxChecked:after {
    content: "";
    position: absolute;
    display: none;
}

.rddlItem.rddlItemTemplate {
    border-bottom: 1px solid #eeeeee;
    padding: 15px !important;
}

    .rddlItem.rddlItemTemplate.rddlItemHovered {
        background-color: #eeeeee;
    }

.q_radio-container input:checked ~ .q_radio-checkmark:after,
.rbToggleCheckboxChecked:after {
    display: block;
}

.q_radio-container .q_radio-checkmark:after,
.rbToggleCheckboxChecked:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.q_material-topcoat-panel,
.rddlList {
    position: relative;
    background: #fafbfc;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #414549;
    border: 1px solid #c6d0e0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .q_material-topcoat-panel,
    .rddlList:hover {
        border: 1px solid #015c98;
    }

.q_collapse-btn2:after,
.q_collapse-btn3:after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 1.1em;
    border: 0.3em solid #414549;
    border-color: #414549 transparent transparent transparent;
    transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
}

.q_collapse-btn2:hover:after,
.q_collapse-btn3:hover:after {
    border: 0.3em solid #015c98;
    border-color: #015c98 transparent transparent transparent;
}

.q_collapse-btn2.active:after,
.q_collapse-btn3.active:after {
    transform: rotate(-180deg);
    top: 0.7em;
}

.q_material-topcoat-panel:hover {
    border: 1px solid #015c98;
    background: #fff;
}

.RadComboBox_Default .rcbReadOnly .rcbInput {
    color: #333 !important;
}

.rddlInner {
    border: none !important;
    border-style: none !important;
    padding: 11px 15px 10px 15px !important;
    cursor: pointer !important;
}

.rcbInputCell.rcbInputCellLeft {
    padding: 0.5rem !important;
}

.q_panel-btn-text {
    margin: 0;
}

.q_collapse-btn2,
.q_collapse-btn3 {
    padding: 11px 15px 10px 15px;
    cursor: pointer;
}

    .q_collapse-btn2.active,
    .q_collapse-btn3.active {
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.rddlPopup {
    border: none !important;
    border-style: none !important;
}

.rcbScroll {
    overflow: unset !important;
}

    .rddlPopup .rddlList,
    .rcbScroll .rcbList {
        max-height: 500px;
        overflow: unset !important;
        overflow-y: scroll !important;
    }

.rcbTemplate {
    border-bottom: 1px solid #eeeeee;
    padding: 0;
}

.rcbSlide .rcbHeader {
    display: none;
}

.rcbItem.q_material-heading.rcbSeparator {
    margin: 0;
}

    .rcbItem.q_material-heading.rcbSeparator.q_material-heading.rcbTemplate {
        background-color: #2b3740 !important;
        color: white !important;
        cursor: default;
    }

        .rcbItem.q_material-heading.rcbSeparator.q_material-heading.rcbTemplate
        .q_radio-container {
            margin: 0;
        }

.RadComboBoxDropDown_Default .rcbHovered {
    background-color: #eeeeee !important;
    cursor: default;
}

.rcbItem.q_material-heading.rcbSeparator.q_material-heading.rcbTemplate
.q_material
.p-selection-box-primary-info {
    padding: 0;
}

.RadComboBox_Default .rcbInput {
    color: #888888 !important;
}

.RadComboBox_Default .rcbInputCell,
.RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
}

.q_select-radios::after {
    font-size: 1rem !important;
}

.q_material-heading .c-material-swatch,
.q_material-heading .p-selection-box-swatch {
    display: none;
    background-color: #2b3740 !important;
    padding: 0 !important;
}

.q_material-content img {
    width: 100%;
    height: 60px;
}

@media (min-width: 577px) {
    .q_material-content img {
        float: left;
        margin-right: 20px;
        width: auto;
    }
}

.q_material-content p {
    color: #414549;
    margin: 0px;
}

/*old_styles_update.css*/
/*--- update max width to match page width on website ---*/

#content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (max-width: 576px) {
    #content-container {
        max-width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1679px) {
    #content-container {
        max-width: 95%;
    }
}

@media (min-width: 1680px) and (max-width: 1899px) {
    #content-container {
        max-width: 1400px;
    }
}

@media (min-width: 1900px) {
    #content-container {
        max-width: 1400px;
    }
}

/*--- remove box shadow ---*/

.white-page {
    margin-bottom: 25px;
    background: #fff;
}

/*--- update page padding ---*/

.page-pad {
    padding: 35px;
    margin-top: 0 !important;
}
/* The following styles from quote-update.css in my-account-8-16-2019 */

/* Reduce padding around quote for phone to give more room for content */

#quotepage .whiteboard {
    padding: 25px;
}

/* Fix spacing between chevron and more info */

.fa-chevron-down:before {
    margin-right: 5px;
}

/* Fix font size and add small vertical space between stacked inputs on mobile */
input,
textarea {
    font-size: 16px;
    margin-bottom: 5px;
}

/* Back to normal sizes above iPhone X turned sideways. Above CSS should cover all iPhone screen sizes, and will also include tablet when vertical. This is because the iPhone X resolution is wider on its side than tablet when vertical. */

@media screen and (min-width: 813px) {
    #quotepage .whiteboard {
        padding: 35px;
    }

    .q_question {
        font-size: 14px !important;
    }

    input,
    textarea {
        font-size: 13.333px;
        margin-bottom: 0;
    }
}

/* BEGIN from Online's material list */
.p-selection-box-row {
    height: 32px;
    line-height: 1.4;
    width: 100%;
}

.p-selection-box-input-container {
    padding: 0 !important;
}

.q_radio-container-quote {
    margin-bottom: 10px;
}

    .q_radio-container-quote > * {
        display: table-cell;
        padding-right: 10px;
        vertical-align: middle;
    }

.p-selection-box-swatch .c-material-swatch,
.p-selection-box-swatch .c-material-swatch-icon {
    border-radius: 4px;
    height: 1.75rem;
    width: 4rem;
}

/* RESET */
#page {
    background: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 1rem 1rem 3rem 1rem;
}

.grid-pad {
    padding: 0;
}

.rddlInner {
    border: 0 !important;
    font-style: normal !important;
    padding: 0 !important;
}

.rddlFakeInput.rddlDefaultMessage {
    font-style: normal !important;
}

.RadComboBox_Default .rcbInputCell,
.RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
}

.RadComboBox_Default .rcbReadOnly .rcbInput {
    font-size: 1rem !important;
    font-style: normal !important;
    padding: 0 !important;
}

.rddlPopup .rddlItem {
    margin: 0 !important;
    padding: 0 !important;
}

.rddlList {
    background-color: white !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%) !important;
}

.rddlPopup.rddlPopup_Default {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.rcbHeader {
    display: none !important;
}

.rcbItem.q_material-heading.rcbSeparator.q_material-heading.rcbTemplate {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.q_material-heading {
    background-color: #2b3740 !important;
    color: white !important;
    cursor: default !important;
    font-weight: bold;
}

    .q_material-heading .c-material-swatch {
        display: none !important;
    }

.rcbItem.rcbTemplate,
.rcbHovered.rcbTemplate {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    margin: 0.5rem !important;
    padding: 0.5rem !important;
}

.rcbHovered.rcbTemplate {
    border: 1px solid #1d68a0 !important;
}

.RadComboBoxDropDown_Default {
    border: 1px solid #ccc !important;
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%) !important;
}

    .RadComboBoxDropDown_Default .rcbHovered {
        background-color: white !important;
    }

.RadDropDownList .rddlIcon::after,
.rcbArrowCell.rcbArrowCellRight::after {
    content: "▾";
    display: block;
    font-size: 1.5rem;
    position: absolute;
}

.rcbArrowCell.rcbArrowCellRight::after {
    top: 6px;
}

.RadComboBox .rcbArrowCell a {
    z-index: 1;
}

.rcbList {
    border-radius: 0 !important;
    overflow: hidden !important;
}

.q_radio-container-quote {
    cursor: pointer !important;
    font-family: "Helvetica", "Arial", sans-serif;
}

    .q_radio-container-quote input,
    .q_radio-container-quote span {
        display: none !important;
    }

.rddlItem.rddlItemTemplate {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #222 !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    margin: 0.5rem !important;
    padding: 0.5rem !important;
}

    .rddlItem.rddlItemTemplate.rddlItemHovered {
        border: 1px solid #1d68a0 !important;
    }

/* GRID */
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.column--left {
    flex: 0 0 58.333%;
    max-width: 58.333%;
    padding-right: 2rem;
}

.column--right {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.column.shrink {
    flex-grow: 0;
}

/* === TAILWIND-ESQUE UTILITIES (https://tailwindcss.com/docs) === */

/* Background Color */
.bg-white {
    background-color: white !important;
}

.bg-white-hover {
    transition: none;
}

    .bg-white-hover:focus,
    .bg-white-hover:hover {
        background-color: #eee !important;
        transition: none;
    }

/* Borders */
.border-0 {
    border: 0 !important;
}

.border {
    border: 1px solid #ccc !important;
}

.border-b {
    border-bottom: 1px solid #ccc !important;
}

.border-b-2 {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
}

.border-gray-200 {
    border-color: rgb(229, 231, 235) !important;
}

.border-hover:focus,
.border-hover:hover {
    border: 1px solid #1d68a0 !important;
}

/* Border Radius */
.rounded {
    border-radius: 4px !important;
}

.rounded-b {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

/* Color */
.text-black {
    color: #414549 !important;
}

.text-gray-300 {
    color: rgb(209, 213, 219) !important;
}

.text-gray-500 {
    color: rgb(107, 114, 128) !important;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer !important;
}

/* Display */
.block {
    display: block !important;
}

/* Flexbox */
.space-between {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Float */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* Font Size */
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem;
}

/* Font Weight */
.font-bold {
    font-weight: bold !important;
}

/* Margin */
.m-2 {
    margin: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.my-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden !important;
}

/* Padding */
.p-2 {
    padding: 0.5rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

/* Text Alignment */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Text Decoration */
.underline {
    text-decoration: underline !important;
}

/* Width */
.w-full {
    width: 100% !important;
}

/* Responsive hiding and showing */

.show-for-medium {
    display: none !important;
}

.hide-for-medium {
    display: unset !important;
}

@media screen and (min-width: 768px) {
    .show-for-medium {
        display: unset !important;
    }

    .hide-for-medium {
        display: none !important;
    }
}

.dividing-line { /* for use on <hr>'s */
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1.5rem 0;
}

/* OTHER STYLES */
.reviews-link:focus,
.reviews-link:hover {
    text-decoration: none;
}

.p-slider {
    position: relative;
}

.p-slider__handles {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    cursor: default;
}

.p-slider__handle {
    background-color: #2b3740;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    cursor: pointer;
}

    .p-slider__handle:focus,
    .p-slider__handle:hover {
        background-color: gray;
    }

    .p-slider__handle:not(:last-child) {
        margin-right: 1rem;
    }

.modal {
    font-family: "Helvetica", "Arial", sans-serif !important;
    transform: translate(-50%, -50%)
}

.p-quote__container {
    overflow: hidden;
    padding: 0;
}

.p-quote__title {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.5rem;
    letter-spacing: -0.06875rem;
}

.p-quote__review-counts {
    display: inline-block;
    margin-left: 1rem;
}

.p-quote__text {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    margin-top: 1rem;
}

.p-quote__panel {
    background: white;
    border-radius: 0 0 4px 4px;
    padding: 1.5rem;
}

.p-quote__panel__cta {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    margin-top: 1rem;
}

.p-quote__phonenumber {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .p-quote__phonenumber {
        display: inline-block;
        margin: 0;
        width: unset;
    }
}

.p-quote__phonenumber a {
    transition: none;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .p-quote__phonenumber a {
        width: 13rem;
    }
}

.p-quote__badges {
    border-bottom: 1px solid #dddddd;
    display: flex;
    font-size: 0.9rem;
    justify-content: space-between;
    padding: 2rem 6rem;
    margin-bottom: 2rem;
    text-align: center;
}

.p-quote__badge {
    margin-bottom: 0.5rem;
    width: 1.5rem;
}

.p-quote__contact {
    color: #414549;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

.p-quote__question-link {
    color: #015c98;
    font-size: 0.9rem;
    font-weight: normal;
    float: right;
    text-decoration: underline;
}

.p-quote__textfield {
    width: 100%;
}

.p-quote__add-to-cart {
    background-color: #2e9801;
    border-radius: 4px;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1.5rem 0;
    padding: 1.5rem;
    text-align: center;
}

    .p-quote__add-to-cart:focus,
    .p-quote__add-to-cart:hover {
        box-shadow: 0 0.25rem 0.5rem rgb(38 38 38 / 20%);
        color: white;
        text-decoration: none;
        transform: translateY(-0.125rem);
        transition: all 50ms ease;
    }

.p-selection-box-description {
    font-size: 1rem;
}

.p-callback__input {
    background: #fafbfc;
    border: 1px solid #c6d0e0;
    border-radius: 4px;
    color: #757575;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.5rem;
    width: 100%;
}

.materials-box hr {
    border: 1px solid #eee;
}

.materials-box__item {
    padding: 1rem;
    width: 100%;
}

.question {
    margin: 0;
}

.no-topm {
    margin-top: 0;
}

.c-loading {
    padding: 1rem;
    text-align: center;
}

.c-loading__dot {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

    .c-loading__dot:nth-child(1) {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .c-loading__dot:nth-child(2) {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* BEGIN from Online's material list */

.p-selection-box-swatch .c-material-swatch,
.p-selection-box-swatch .c-material-swatch-icon {
    border-radius: 4px;
    height: 1.75rem;
    width: 4rem;
}

.c-material-swatch {
    border-radius: 50%;
    overflow: hidden;
    height: 2rem;
    width: 2rem;
}

.p-selection-box-swatch .c-material-swatch,
.p-selection-box-swatch .c-material-swatch-icon {
    border-radius: 4px;
    height: 1.75rem;
    width: 4rem;
}

.c-material-swatch-icon {
    border: 2px solid #bbb;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
}

.c-material-swatch-white {
    background: #fff;
}

.c-material-swatch-white-droplet {
    background-image: url(../images/quote/droplet.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-white-recycle {
    background-image: url(../images/quote/recyclable.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-clear {
    background-image: linear-gradient(45deg, #b9e4ff, #fff, #e3f1fa);
}

.c-material-swatch-clear-droplet {
    background-image: url(../images/quote/droplet.svg), linear-gradient(45deg, #b9e4ff, #fff, #e3f1fa);
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-silver {
    background-image: linear-gradient(45deg, #aaa, #ededed, #bcbcbc);
}

.c-material-swatch-silver-droplet {
    background-image: url(../images/materials_page/droplet.svg), linear-gradient(45deg, #aaa, #ededed, #bcbcbc);
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-gold {
    background-image: linear-gradient(45deg, #dbc553, #fff7c4, #e1d17a);
    border: 2px solid #dbc553;
}

.c-material-swatch-gold-droplet {
    background-image: url(../images/materials_page/droplet.svg), linear-gradient(45deg, #dbc553, #fff7c4, #e1d17a);
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-white-removable {
    background-image: url("../images/quote/1.white-removable-film-bopp.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-clear-removable {
    background-image: url("../images/quote/2.clear-removable-film-bopp.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-holo-rainbow {
    background-image: url("../images/quote/3.holographic-rainbow-film-bopp.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-freezer-film {
    background-image: url("../images/quote/4.freezer-grade-all-temp-film-bopp.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-heavyduty-white {
    background-image: url("../images/quote/5.heavy-duty-white-polyester-film.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-heavyduty-silver {
    background-image: url("../images/quote/6.heavy-duty-brushed-silver-polyester-film.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-wine-estate-8 {
    background-image: url("../images/quote/7.wine-estate-paper-8.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-wine-estate-9 {
    background-image: url("../images/quote/8.wine-estate-paper-9.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-freezer-paper {
    background-image: url("../images/quote/9.freezer-grade-all-temp-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-fda-comp {
    background-image: url("../images/quote/10.fda-compliant-all-temp-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-fsc-cert {
    background-image: url("../images/quote/11.fsc-certified-all-temp-repositionable-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-coverup-opaque {
    background-image: url("../images/quote/12.cover-up-opaque-white-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-silver-paper {
    background-image: url("../images/quote/13.silver-metallized-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-gold-paper {
    background-image: url("../images/quote/14.gold-metallized-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-white-semigloss-removable {
    background-image: url("../images/quote/15.white-semigloss-removable-paper.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-white-squeezable {
    background-image: url("../images/quote/16.squeezable-white-film.png");
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-material-swatch-clear-ultra {
    background-image: url("../images/quote/17.ultra-clear-film.png");
    background-repeat: no-repeat;
    background-position: 50%;
}
/* END from Online's material list */

@media screen and (max-width: 1024px) {
    .column--left,
    .column--right {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .p-quote__badges {
        padding: 2rem 0;
    }

    #double-double-block,
    #totals-block {
        float: none;
        height: auto;
        padding: 0 1.8rem;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .column--left,
    .column--right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column--left {
        padding-right: 0.5rem;
    }

    .p-quote__contact {
        display: none;
    }

    .p-slider,
    .p-quote__badges {
        display: none;
    }

    .p-quote__contact {
        text-align: left;
    }

        .p-quote__contact br {
            display: none;
        }
}

@media screen and (max-width: 425px) {
    .p-quote__title {
        font-size: 1.7rem;
    }

    .p-quote__review-counts {
        display: block;
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

.privacy-policy label {
    padding-left: 20px;
    display: block;
}

    .privacy-policy label input {
        margin-left: -20px;
    }

div#ctl00_cphBody_raplimitedtimeoffermodal .modal-body {
    padding: 0;
    overflow-x: clip;
    color: #fff;
    width: 700px;
}

div#ctl00_cphBody_pnllimitedTimeOfferInfo .text-xl {
    font-size: 1.45rem !important;
    text-align: center;
}

div#ctl00_cphBody_raplimitedtimeoffermodal ul {
    padding-left: 40px;
    margin: 1rem 0;
    list-style: disc;
    list-style-position: inside;
    text-align: center;
}

div#ctl00_cphBody_raplimitedtimeoffermodal li {
    color: #fff;
    line-height: 2rem;
}

div#ctl00_cphBody_raplimitedtimeoffermodal .button {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

div#ctl00_cphBody_raplimitedtimeoffermodal .text-center {
    text-align: center;
}

.bulleted-list {
    font-size: 0.9rem;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 1rem;
    margin-top: 0.3rem;
    padding-left: 1.5em;
}

    .bulleted-list li {
        margin-bottom: 3px;
        line-height: normal;
    }

.js-accordion .accordion-icon {
    font-size: 1.75rem;
    font-weight: bold;
    margin-left: auto;
    transition: transform 0.3s ease;
}

    .js-accordion .accordion-icon::before {
        content: "+";
        color: #414549;
    }

.js-accordion .accordion-header.active + .accordion-body {
    max-height: 1000px;
    padding: .75rem;
}

.js-accordion .accordion-header.active .accordion-icon::before {
    content: "–";
    color: #015c98;
}

.js-accordion .accordion-body {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 0.75rem 0 0.75rem;
    transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    user-select: none;
}

    .js-accordion .accordion-body p, .accordion-body span {
        font-size: 0.9rem;
        line-height: 1.5rem;
        color: #333;
    }

.js-accordion .accordion-header {
    background: none;
    border: none;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.10rem;
    color: #414549;
    cursor: pointer;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    border-left: 4px solid transparent;
    height: 4rem;
    padding: .5rem;
    padding-top: 1.25rem;
}

    .js-accordion .accordion-header.active {
        color: #015c98;
    }
