@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;
}

@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;
  }
}
#cart-form {
  padding-bottom: 100px;
}
#cart-form .field {
  margin-top: 15px;
}
#cart-form .field_dropdown {
  width: 325px;
  overflow: inherit;
}
#cart-form .field_dropdown .field_dropdown_select {
  background-color: white;
  cursor: pointer;
}
#cart-form .field_dropdown:after {
  top: calc(50% - 12px);
}
#cart-form .field_text {
  width: 325px;
}
#cart-form .field_text--empty .field_text_title--empty {
  font-weight: normal;
  margin-top: -5px;
}
#cart-form .cart-left-column {
  display: inline-block;
  width: calc(100% - 245px);
  padding-right: 40px;
}
#cart-form .cart-right-column {
  display: inline-block;
  width: 245px;
  vertical-align: top;
}
#cart-form .cart-summary-wrapper:nth-of-type(2) {
  margin-top: 10px;
}
#cart-form .cart-summary-body h1 {
  margin-bottom: 30px;
}
#cart-form .mobile-only {
  display: none;
}
@media (max-width: 740px) {
  #cart-form .cart-left-column {
    padding-right: 20px;
  }
  #cart-form .field_dropdown {
    width: 100% !important;
  }
  #cart-form .field_text {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  #cart-form .cart-left-column {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-right: 0;
  }
  #cart-form .cart-right-column {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #cart-form .mobile-only {
    display: block !important;
  }
  #cart-form .desktop-only {
    display: none !important;
  }
}

