@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.pdf-button {
  color: #777777;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}
.pdf-button_loader {
  content: "";
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  left: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #FFCA82;
  border-top-color: #ffffff;
  animation: loader 0.9s linear infinite;
}
.pdf-button--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: text;
}

#CardDetails {
  width: 440px;
  height: 590px;
  border: none;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
#checkout-form {
  padding-bottom: 150px;
}
#checkout-form .text-field_validation-msg {
  display: none;
}
#checkout-form .dropdown-field_validation-msg {
  display: none;
}
#checkout-form .field {
  margin-top: 15px;
}
#checkout-form .field_dropdown {
  width: 325px;
  overflow: inherit;
}
#checkout-form .field_dropdown .field_dropdown_select {
  background-color: white;
  cursor: pointer;
}
#checkout-form .field_dropdown:after {
  top: calc(50% - 12px);
}
#checkout-form .field_text {
  width: 325px;
}
#checkout-form .field_text--empty .field_text_title--empty {
  font-weight: normal;
  margin-top: -5px;
}
#checkout-form .mobile-only {
  display: none;
}
#checkout-form .cart-detail-header {
  border-top: none;
}
#checkout-form .item-summary {
  margin-left: 40px;
}
#checkout-form .view-details {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 40px;
  padding-bottom: 15px;
}
#checkout-form .view-details span {
  cursor: pointer;
}
#checkout-form .checkout-left-column {
  display: inline-block;
  width: calc(100% - 245px);
  padding-right: 40px;
}
#checkout-form .checkout-right-column {
  display: inline-block;
  width: 245px;
  vertical-align: top;
}
#checkout-form .checkout-body h1 {
  margin-bottom: 30px;
  margin-top: 20px;
}
#checkout-form .checkout-body .shipping-location {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#checkout-form .checkout-body .shipping-location button {
  margin-top: 15px;
}
#checkout-form .checkout-body .shipping-location .add-address {
  color: #949494;
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: -10px;
  text-align: right;
  text-decoration: underline;
}
#checkout-form .checkout-body .shipping-location .add-address span {
  cursor: pointer;
}
#checkout-form .checkout-body .shipping-location.closed {
  border-bottom-color: #999999;
}
#checkout-form .checkout-body .shipping-location.closed .checkout-section {
  opacity: 0.4;
}
#checkout-form .checkout-body .shipping-method {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
#checkout-form .checkout-body .shipping-method .checkout-section {
  width: 100%;
}
#checkout-form .checkout-body .shipping-method .checkout-section .checkout-section-shipment {
  padding-top: 14px;
  padding-bottom: 10px;
}
#checkout-form .checkout-body .shipping-method .field_dropdown {
  margin-bottom: 15px;
}
#checkout-form .checkout-body .shipping-method .custom-checkbox-container label {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 30px;
}
#checkout-form .checkout-body .shipping-method .custom-checkbox-container label span:first-child {
  margin-left: 0px !important;
}
#checkout-form .checkout-body .shipping-method .custom-checkbox-container label .desc {
  padding-left: 0;
  color: #949494;
}
#checkout-form .checkout-body .shipping-method .custom-checkbox-container label .ship-account {
  padding-left: 5px;
  font-weight: 600;
}
#checkout-form .checkout-body .shipping-method .custom-checkbox-container label .edit {
  text-decoration: underline;
  color: #949494;
}
#checkout-form .checkout-body .shipping-method .ship-priorities {
  padding: 10px 0;
  line-height: 25px;
  padding-bottom: 10px;
}
#checkout-form .checkout-body .shipping-method .gsa-checkbox {
  margin-top: 20px;
}
#checkout-form .checkout-body .shipping-method.closed {
  border-bottom-color: #999999;
}
#checkout-form .checkout-body .shipping-method.closed .checkout-section-shipment {
  opacity: 0.4;
}
#checkout-form .checkout-body .shipping-method.closed .fa-check {
  opacity: 0.4;
}
#checkout-form .checkout-body .shipping-method.closed .checkout-label {
  opacity: 0.4;
}
#checkout-form .checkout-body .shipping-method.closed .readonly-shipping {
  opacity: 0.4;
}
#checkout-form .checkout-body .payment-information {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
#checkout-form .checkout-body .payment-information .custom-checkbox-container label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
}
#checkout-form .checkout-body .payment-information .custom-checkbox-container label span:first-child {
  margin-left: 0px !important;
}
#checkout-form .checkout-body .payment-information .custom-checkbox-container label .desc {
  padding-left: 0;
  color: #949494;
}
#checkout-form .checkout-body .payment-information .custom-checkbox-container label .ship-account {
  padding-left: 5px;
  font-weight: 600;
}
#checkout-form .checkout-body .payment-information .custom-checkbox-container label .edit {
  text-decoration: underline;
  color: #949494;
}
#checkout-form .checkout-body .payment-information.closed {
  border-bottom-color: #999999;
}
#checkout-form .checkout-body .payment-information.closed .checkout-section {
  opacity: 0.4;
}
#checkout-form .checkout-body .service-information {
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
#checkout-form .checkout-body .service-information .custom-checkbox-container label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
}
#checkout-form .checkout-body .service-information .custom-checkbox-container label span:first-child {
  margin-left: 0px !important;
}
#checkout-form .checkout-body .service-information .custom-checkbox-container label .desc {
  padding-left: 0;
  color: #949494;
}
#checkout-form .checkout-body .service-information .custom-checkbox-container label .ship-account {
  padding-left: 5px;
  font-weight: 600;
}
#checkout-form .checkout-body .service-information .custom-checkbox-container label .edit {
  text-decoration: underline;
  color: #949494;
}
#checkout-form .checkout-body .service-information.closed {
  border-bottom-color: #999999;
}
#checkout-form .checkout-body .service-information.closed .checkout-section {
  opacity: 0.4;
}
#checkout-form .checkout-body .contract-ship-message {
  display: block;
  background-color: #ffe4c0;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
  margin-top: 20px;
}
#checkout-form .checkout-body .contract-ship-message .fa-exclamation {
  border: 1px solid #FF9505;
  border-radius: 50%;
  color: #FF9505;
  height: 20px;
  margin-right: 5px;
  padding: 2px 10px 10px 6px;
  width: 20px;
}
#checkout-form .checkout-body .checkout-section {
  margin-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  padding-top: 14px;
}
#checkout-form .checkout-body .checkout-section .checkout-number {
  border: 2px solid black;
  border-radius: 50%;
  font-size: 16px;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding-left: 5px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-right: -3px;
}
#checkout-form .checkout-body .checkout-section .fa-check {
  border: 2px solid #17AB78;
  border-radius: 50%;
  color: green;
  font-size: 16px;
  padding: 2px;
  margin-right: -6px;
}
#checkout-form .checkout-body .checkout-section .fa-exclamation {
  border: 2px solid #FF9505;
  border-radius: 50%;
  color: #FF9505;
  font-size: 16px;
  padding: 3px 7px;
  margin-right: -6px;
  margin-bottom: -5px;
}
#checkout-form .checkout-body .checkout-section .contract-ship-message {
  display: block;
  background-color: #ffe4c0;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
  margin-top: 20px;
}
#checkout-form .checkout-body .checkout-section .contract-ship-message .fa-exclamation {
  border: 1px solid #FF9505;
  border-radius: 50%;
  color: #FF9505;
  height: 20px;
  margin-right: 5px;
  padding: 2px 10px 10px 6px;
  width: 20px;
}
#checkout-form .checkout-body .checkout-section .checkout-label {
  margin-left: 20px;
}
#checkout-form .checkout-body .checkout-section .shipment-step {
  color: #009cf4;
  font-size: 20px;
  padding-left: 40px;
  margin-bottom: 14px;
}
#checkout-form .checkout-body .checkout-section .item-summary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
}
#checkout-form .checkout-body .checkout-section .item-summary .contract-badge {
  margin-left: 5px;
  margin-bottom: 5px;
}
#checkout-form .checkout-body .checkout-section .ship-warning {
  background-color: #fee4bf;
  font-size: 14px;
  margin-left: 40px;
  margin-top: 15px;
  padding: 10px;
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: -5px;
}
#checkout-form .checkout-body .checkout-section .ship-warning span {
  font-weight: 600;
  padding-right: 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content {
  margin-left: 40px;
  max-width: calc(100% - 40px);
  width: 355px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .field {
  width: 355px;
  max-width: 100%;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .checkout-section-summary {
  font-size: 14px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .checkout-section-summary .checkout-section-summary-label {
  font-weight: normal;
  margin-right: 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .checkout-section-summary .checkout-section-summary-value {
  font-weight: 700;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment {
  margin-bottom: 18px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .payment-amount {
  margin-bottom: 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .payment-amount .lbl {
  font-size: 16px;
  font-weight: 600;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .payment-amount .val {
  font-size: 16px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  display: inline-block;
  height: 22px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 11px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .details .lbl {
  font-size: 16px;
  font-weight: 400;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .details .val {
  font-size: 16px;
  margin: 0 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment .details .contract {
  color: #777777;
  text-decoration: underline;
  padding-right: 5px;
}
#checkout-form .checkout-body .checkout-section .checkout-section-content .contract-payment.remaining {
  margin-bottom: -5px;
}
#checkout-form .checkout-body .checkout-section .readonly-shipping {
  font-size: 16px;
  margin-left: 40px;
  margin: 20px 0 5px 40px;
}
#checkout-form .checkout-body .checkout-section-edit {
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 40px;
  cursor: pointer;
}
#checkout-form .checkout-body button {
  margin-top: 15px;
}
#checkout-form #CardDetails {
  width: 440px;
  height: 590px;
  border: none;
}
@media (max-width: 740px) {
  #checkout-form .checkout-left-column {
    padding-right: 20px;
  }
  #checkout-form .field_dropdown {
    width: 100% !important;
  }
  #checkout-form .field_text {
    width: 100% !important;
  }
  #checkout-form .checkout-section {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  #checkout-form .checkout-left-column {
    padding-right: 0 !important;
    width: 100% !important;
  }
  #checkout-form .checkout-left-column .shipping-label-preview {
    margin-top: 20px;
  }
  #checkout-form .checkout-right-column {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #checkout-form .mobile-only {
    display: block !important;
  }
  #checkout-form .desktop-only {
    display: none !important;
  }
}

