<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --bs-body-bg: #FFF;
    --bs-body-font-size: 16px;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 2px;
    --bs-nav-tabs-border-color: #111;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #111;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #fff #fff #fff;
    border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}
.nav-tabs .nav-link{
    background-color: #111;
    color: #fff;
}
.btn{
    --bs-btn-font-size: 0.9rem;
}
.btn-sm, .btn-group-sm &gt; .btn {
    --bs-btn-font-size: .7875rem;
}
main.mainContainer{
    margin: auto;
    max-width: 1140px;
}

.mobileLogo{
    width: 30vw;
}

.stepContainer{
    background: #f2f2f2;
}
.stepPartTitle{
    height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .stepPartTitle{
        border-bottom: solid 2px;
    }
}
.stepPartTitle div{
    line-height: 1.2;
    font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
}
.stepPartSubtitle{
    text-transform: uppercase;
}
.stepPartTitle h2 {
    font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
}

/* orderFlowTabsBox */
.orderFlowTabsBox{
    display:flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}
.orderFlowTab{
    flex-basis: 20%;
    flex-grow: 1;
    margin-right: 2px;
    background: #20add5;
    padding: 15px 14px;

    font-weight: 400;
    color: #fff!important;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .orderFlowTab{
        writing-mode: tb;
    }
}
.orderFlowTab.active{
    background: #dd6819;
}
.orderFlowTab:last-child{
    margin-right: 0;
}
.orderFlowTabTitle{
    font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
    font-size: 22px;
    line-height: 24px;
}
.orderFlowTabText{
    font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
    font-size: 18px;
    line-height: 20px;
}

/**/
.orderFlowNote{
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 40px 0;
}
.orderFlowNote div{
    box-sizing: border-box;
}
.orderFlowNoteT{
    margin: 20px 0;
}
.orderFlowNoteS1{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30px;
    width: 30px;
    border-top: solid 12px #dd6819;
    border-left: solid 12px #dd6819;
    border-bottom: solid 12px #dd6819;
}
.orderFlowNoteS2{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30px;
    width: 30px;
    border-top: solid 12px #dd6819;
    border-right: solid 12px #dd6819;
    border-bottom: solid 12px #dd6819;
}
/**/

.orderFlowStepTT {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.orderFlowStepTT h1 {
    display: inline-block !important;
}

.orderFlowStepTT&gt;div:last-child {
    flex-basis: 400px;
}
.orderFlowStepTT .orderFlowNote{
    margin: 0 0 20px 0;
}
/**/
.chkboxset{
    flex-wrap: wrap;
}
.chkboxset div{
    flex-basis: 33%;
}

.showPastHistoryButton.collapsed .hideCollapsed{
    display: none;
}
.showPastHistoryButton:not(.collapsed) .showCollapsed{
    display: none;
}

/**/
.orderFilesBox a.uploadingBoxLink{
    text-decoration: none;
    padding-left: 12px;
    font-size: 13px;
}
.orderFilesBox .uploadingBoxText{
    padding-left: 12px;
    font-size: 13px;
}
.orderFilesBox .uploadingBoxProgress{
    font-size: 13px;
}
.stepContainer .form-control{
    font-size: 0.9rem;/*16px;*/
    background-color: #fff;
}
.stepContainer .form-select{
    font-size: 0.9rem;/*16px;*/
    background-color: #fff;
}
/**/

.checkoutTable td{
    background-color: #fff;
    border: solid 2px #f2f2f2;
}

/**/
.customerAccountContainer h1 {
    font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
    font-size: 24px;
    line-height: 35px;
    color: #20add5;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    text-align: left;
}
/**/
@media screen and (max-width: 768px) {
    .productTabsBox .nav-tabs .nav-link{
        white-space: normal;
        width: 33vw;
    }
}
</pre></body></html>