<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prop-65 {
  display: none; }
  .prop-65.active {
    display: block; }
  .prop-65 .warning-sign {
    display: inline-block;
    margin-right: 5px;
    background: url(/wp-content/themes/theme5150/img/warning-triangle.png) no-repeat;
    height: 16px;
    width: 16px;
    background-size: contain;
    vertical-align: text-bottom; }
  .prop-65 p {
    font-size: 13px; }

#checkout {
  /* Generic Page/Form Styling */
  /* Side Cart Styling */
  /* Step Counter/Progress Bar Styling */
  /* Lookup/Enter Rep Tabs Styling */
  /*
  #verify-id-btn {
    &amp;.btn-primary {
      margin-top: 32px;
    }
    &amp;.feedback-displayed {
      margin-top: 19px;
      margin-bottom: 9px;
    }
  }
*/ }
  #checkout .truncate {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #checkout .text-link {
    color: #004876;
    text-decoration: underline;
    background-color: transparent;
    font-weight: 400; }
    #checkout .text-link:hover, #checkout .text-link:focus {
      cursor: pointer; }
  #checkout span.required {
    color: red; }
  #checkout .required-fields {
    font-size: 14px; }
  #checkout label {
    font-weight: 400; }
  #checkout .form-control, #checkout select {
    font-weight: 400;
    border-radius: 0; }
  #checkout .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    text-transform: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  #checkout .btn-sm, #checkout .btn-group-sm &gt; .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }
  #checkout .btn-primary {
    color: #fff;
    background-color: #004876;
    border-color: #004876; }
    #checkout .btn-primary:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      color: #fff;
      background-color: #003150;
      border-color: #002943; }
  #checkout .btn-outline-secondary {
    color: #898c8e;
    background-color: transparent;
    background-image: none;
    border-color: #898c8e; }
    #checkout .btn-outline-secondary:hover {
      color: #fff;
      background-color: #898c8e;
      border-color: #898c8e; }
  #checkout .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #004876; }
  #checkout .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #004876; }
  #checkout .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: .1rem; }
  #checkout .badge-round-lg {
    padding: 0 12px;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 2rem;
    white-space: nowrap;
    text-align: center;
    -webkit-box-sizing: border-box;
    min-width: 1rem;
    height: calc( 2rem); }
  #checkout .payment-icons {
    max-width: 120px;
    margin-left: 6px;
    margin-top: -3px; }
  #checkout .price-type {
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    color: #898C8E; }
  #checkout .cart .cart-img .badge {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3; }
  #checkout .cart .sub-total,
  #checkout .cart .ship-total,
  #checkout .cart .handling-total,
  #checkout .cart .tax-total,
  #checkout .cart .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #checkout .cart .handling-total {
    display: none; }
  #checkout .step-counter .step .badge-round-lg {
    padding: 0 12px;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 2rem;
    white-space: nowrap;
    text-align: center;
    -webkit-box-sizing: border-box;
    min-width: 1rem;
    height: calc( 2rem);
    background-color: #898c8e; }
  #checkout .step-counter .step p {
    font-size: .8rem;
    line-height: .8rem;
    margin-top: .3rem; }
  #checkout .step-counter .step.active .badge {
    background-color: #004876; }
  #checkout .step-counter .step.active p {
    font-weight: bold; }
  #checkout .step-counter .progress {
    height: 3px;
    margin-bottom: 2rem; }
    #checkout .step-counter .progress .progress-bar {
      background-color: #004876; }
  #checkout .nav-tabs {
    border-bottom: 0; }
    #checkout .nav-tabs .nav-item {
      border-radius: 0; }
      #checkout .nav-tabs .nav-item .nav-link {
        font-weight: 700;
        font-size: .8rem;
        position: relative;
        color: #44413d;
        background: #ffffff;
        border-radius: 0;
        border-bottom: 1px solid #d7d7d7; }
        #checkout .nav-tabs .nav-item .nav-link.active {
          color: #004876;
          border: 0;
          border-radius: 0; }
        #checkout .nav-tabs .nav-item .nav-link.active:before {
          position: absolute;
          content: '';
          width: 100%;
          background: #919191;
          left: 0;
          height: 6px;
          bottom: -7px; }
        #checkout .nav-tabs .nav-item .nav-link.active:after {
          position: absolute;
          content: '';
          background: none;
          bottom: -14px;
          left: calc(50% - 20px);
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 13px solid #919191; }
    #checkout .nav-tabs .tab-content {
      border: 1px solid #d7d7d7; }
  #checkout #sponsor-id {
    width: 66.666667%;
    display: inline-block; }
  #checkout #verify-id-btn {
    margin-left: 15px;
    width: calc(33.333333% - 15px);
    display: inline-block;
    float: right; }
  #checkout #ship-method-list {
    border-radius: 0; }
    #checkout #ship-method-list .price {
      font-weight: bold; }
    #checkout #ship-method-list .list-group-item {
      border-radius: 0;
      padding: 0.75rem 1.25rem; }
      #checkout #ship-method-list .list-group-item .custom-control-input {
        position: relative;
        display: inline-block; }
        #checkout #ship-method-list .list-group-item .custom-control-input.custom-control-input ~ .custom-control-label::before,
        #checkout #ship-method-list .list-group-item .custom-control-input.custom-control-input:disabled ~ .custom-control-label::before,
        #checkout #ship-method-list .list-group-item .custom-control-input.custom-control-input:checked ~ .custom-control-label::before {
          margin-top: -2px; }
        #checkout #ship-method-list .list-group-item .custom-control-input.custom-control-label::after {
          top: 0.10rem; }

/* Modal Styling */
.modal-backdrop.show {
  opacity: .8; }

.modal, .login-form {
  border-radius: 0; }
  .modal .modal-content, .login-form .modal-content {
    border-radius: 0; }
    .modal .modal-content .modal-header, .login-form .modal-content .modal-header {
      border-radius: 0;
      background: #174B73;
      color: #ffffff;
      font-size: 1rem;
      padding: .75rem 1rem; }
      .modal .modal-content .modal-header .close, .login-form .modal-content .modal-header .close {
        color: #ffffff;
        opacity: 1; }
        .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .login-form .modal-content .modal-header .close:not(:disabled):not(.disabled):focus, .login-form .modal-content .modal-header .close:not(:disabled):not(.disabled):hover {
          color: #f0f0f0; }
    .modal .modal-content .modal-footer, .login-form .modal-content .modal-footer {
      border-radius: 0;
      padding: .75rem 1rem; }
      .modal .modal-content .modal-footer .modal-logo, .login-form .modal-content .modal-footer .modal-logo {
        margin: 5px auto;
        max-height: 1.5rem; }
      .modal .modal-content .modal-footer .btn, .login-form .modal-content .modal-footer .btn {
        border-radius: 0; }

#loginModal .modal-body {
  padding-top: 0;
  padding-bottom: 0; }
  #loginModal .modal-body .btn {
    border-radius: 0; }
</pre></body></html>