@charset "UTF-8";
@font-face {
  font-family: "GTSuperDisplay-Regular";
  src: url("../fonts/client/GTSuperDisplay-Regular.ttf?#iefix");
  src: url("../fonts/client/GTSuperDisplay-Regular.ttf?#iefix") format("truetype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "MesserV2.1TRIAL-Condensed";
  src: url("../fonts/client/MesserV2.1TRIAL-Condensed.otf?#iefix");
  src: url("../fonts/client/MesserV2.1TRIAL-Condensed.otf?#iefix") format("opentype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "National2Condensed-Regular";
  src: url("../fonts/client/National2Condensed-Regular.otf?#iefix");
  src: url("../fonts/client/National2Condensed-Regular.otf?#iefix") format("opentype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "National2-Medium";
  src: url("../fonts/client/National2-Medium.otf?#iefix");
  src: url("../fonts/client/National2-Medium.otf?#iefix") format("opentype");
  font-weight: 600; /* Medium weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "National2-Regular";
  src: url("../fonts/client/National2-Regular.otf?#iefix");
  src: url("../fonts/client/National2-Regular.otf?#iefix") format("opentype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "SFUIText-Bold";
  src: url("../fonts/client/SFUIText-Bold.otf?#iefix");
  src: url("../fonts/client/SFUIText-Bold.otf?#iefix") format("opentype");
  font-weight: 800; /* Bold weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "SFUIText-Regular";
  src: url("../fonts/client/SFUIText-Regular.otf?#iefix");
  src: url("../fonts/client/SFUIText-Regular.otf?#iefix") format("opentype");
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
@font-face {
  font-family: "SFUIText-Semibold";
  src: url("../fonts/client/SFUIText-Semibold.otf?#iefix");
  src: url("../fonts/client/SFUIText-Semibold.otf?#iefix") format("opentype");
  font-weight: 600; /* Semi weight */
  font-style: normal; /* Normal style */
  font-display: swap; /* Prevents invisible text during loading */
}
body {
  padding: 0;
  margin: 0;
  background-color: #322223;
  font-family: "SFUIText-Regular";
}
body .content {
  /*@include responsive-width(1200px);*/
  padding: 0;
}
@media screen and (min-width: 0) {
  body .display-mobile {
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  body .display-mobile {
    display: none;
  }
}
@media screen and (min-width: 0) {
  body .display-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .display-desktop {
    display: initial;
  }
}
body img {
  height: auto;
  width: 100%;
  pointer-events: none;
}
body .GTSuperDisplay-Regular {
  font-family: "GTSuperDisplay-Regular";
}
body .MesserV21TRIAL-Condensed {
  font-family: "MesserV2.1TRIAL-Condensed";
}
body .National2Condensed-Regular {
  font-family: "National2Condensed-Regular";
}
body .National2-Medium {
  font-family: "National2-Medium";
}
body .National2-Regular {
  font-family: "National2-Regular";
}
body .SFUIText-Bold {
  font-family: "SFUIText-Bold";
}
body .SFUIText-Regular {
  font-family: "SFUIText-Regular";
}
body .SFUIText-Semibold {
  font-family: "SFUIText-Semibold";
}

.siteWrapper .field-validation-error {
  color: #e0383a;
}
.siteWrapper .field-validation-valid {
  display: none;
}
.siteWrapper input.input-validation-error, .siteWrapper select.input-validation-error, .siteWrapper textarea.input-validation-error, .siteWrapper label.input-validation-error {
  border: 1px solid #e0383a !important;
  background-color: #ffd3c9 !important;
}
.siteWrapper input[type=checkbox].input-validation-error {
  border: 0 none;
}
.siteWrapper .validation-summary-errors {
  color: #e0383a;
}
.siteWrapper .validation-summary-errors ul {
  margin-left: 16px;
}
.siteWrapper .validation-summary-errors ul li {
  margin-bottom: 4px;
}
.siteWrapper .validation-summary-errors ul li:last-child {
  margin-bottom: 0px;
}
.siteWrapper .validation-summary-valid {
  display: none;
}
.siteWrapper .navbar a.navbar-brand:hover {
  text-decoration: none;
}
.siteWrapper a.btn {
  text-decoration: none;
}
.siteWrapper a.btn:visited {
  text-decoration: none;
}
.siteWrapper a.btn:hover {
  text-decoration: none;
}
.siteWrapper a.btn:active {
  text-decoration: none;
}
.siteWrapper .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.siteWrapper .form-control {
  background-color: #322223;
  border-radius: 1.5rem;
  color: #fff;
}
.siteWrapper a {
  text-decoration: none;
}
.siteWrapper a:visited {
  text-decoration: none;
}
.siteWrapper a:hover {
  text-decoration: underline;
}
.siteWrapper hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 12px;
  margin-bottom: 12px;
}
.siteWrapper ul {
  padding: 0px;
  margin: 0px;
}
.siteWrapper ul > li {
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.siteWrapper input::-webkit-outer-spin-button, .siteWrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.siteWrapper input[type=number] {
  -moz-appearance: textfield;
}
.siteWrapper textarea {
  min-height: 96px;
}
.siteWrapper a.buttonLink,
.siteWrapper button.buttonLink,
.siteWrapper input[type=button],
.siteWrapper input[type=submit] { /* Note: use the class .buttonLink on <button> elements when making back buttons. This is because other javascript libraries may generate <button> elements and you don't want to mess up those styles */
  margin-right: 8px;
  vertical-align: top;
}
.siteWrapper a.buttonLink *,
.siteWrapper button.buttonLink *,
.siteWrapper input[type=button] *,
.siteWrapper input[type=submit] * {
  vertical-align: top;
}
.siteWrapper a.buttonLink:last-child,
.siteWrapper button.buttonLink:last-child,
.siteWrapper input[type=button]:last-child,
.siteWrapper input[type=submit]:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 0) {
  .siteWrapper a.buttonLink,
  .siteWrapper button.buttonLink,
  .siteWrapper input[type=button],
  .siteWrapper input[type=submit] {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .siteWrapper a.buttonLink:last-child,
  .siteWrapper button.buttonLink:last-child,
  .siteWrapper input[type=button]:last-child,
  .siteWrapper input[type=submit]:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper a.buttonLink,
  .siteWrapper button.buttonLink,
  .siteWrapper input[type=button],
  .siteWrapper input[type=submit] {
    margin-right: initial;
    margin-bottom: initial;
  }
  .siteWrapper a.buttonLink:last-child,
  .siteWrapper button.buttonLink:last-child,
  .siteWrapper input[type=button]:last-child,
  .siteWrapper input[type=submit]:last-child {
    margin-right: initial;
    margin-bottom: initial;
  }
}
.siteWrapper .error-modal {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0.5rem 1rem;
  background: #ffd3c9;
  border: 1px solid #e0383a;
  border-radius: 6px;
  color: #333333;
  text-align: center;
}
.siteWrapper .error-modal .error-modal-title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteWrapper .error-modal .error-modal-title .icon {
  font-size: 1.2rem;
  color: #e0383a !important;
  margin-right: 0.4rem;
}
.siteWrapper .error-modal .error-modal-verbiage {
  font-weight: 500;
  margin-top: 0.5rem;
}
.siteWrapper .req {
  color: #ff0000;
}
.siteWrapper ul.indented {
  margin-left: 32px;
}
.siteWrapper ul.indented > li {
  margin-bottom: 12px;
}
.siteWrapper ul.indented > li:last-child {
  margin-bottom: 0px;
}
.siteWrapper hr.spacer {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
}
.siteWrapper hr.spacer2 {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 16px;
}
.siteWrapper hr.spacer3 {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 24px;
}
.siteWrapper hr.spacer4 {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 32px;
}
.siteWrapper hr.inline-spacer {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 8px;
}
.siteWrapper hr.inline-spacer2 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 16px;
}
.siteWrapper hr.inline-spacer3 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 24px;
}
.siteWrapper hr.inline-spacer4 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 32px;
}
.siteWrapper .utilWidth100 {
  width: 100%;
}
.siteWrapper .utilHeight100 {
  height: 100%;
}
.siteWrapper .utilDispInlineBlock {
  display: inline-block;
}
.siteWrapper .utilDispInlineTable {
  display: inline-table;
}
.siteWrapper .utilDispTable {
  display: table;
}
.siteWrapper .utilDispTableRow {
  display: table-row;
}
.siteWrapper .utilDispTableCell {
  display: table-cell;
}
.siteWrapper .utilVertAlignTop {
  vertical-align: top;
}
.siteWrapper .utilVertAlignMiddle {
  vertical-align: middle;
}
.siteWrapper .utilVertAlignBottom {
  vertical-align: bottom;
}

.viewWrapper {
  padding: 0rem;
}

.siteWrapper .PartialDisplayEntry table {
  width: 100%;
}
.siteWrapper .PartialDisplayEntry table tr {
  border-top: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayEntry table tr:last-child {
  border-bottom: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayEntry table th, .siteWrapper .PartialDisplayEntry table td {
  height: 6rem;
}
.siteWrapper .PartialDisplayEntry table th {
  width: 35%;
}
.siteWrapper .PartialDisplayEntry table td {
  width: 65%;
  padding-left: 1.5rem;
}

.siteWrapper .PartialDisplayUpload table {
  width: 100%;
}
.siteWrapper .PartialDisplayUpload table tr {
  border-top: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayUpload table tr:last-child {
  border-bottom: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayUpload table th, .siteWrapper .PartialDisplayUpload table td {
  height: auto;
  padding: 1rem 0;
}
.siteWrapper .PartialDisplayUpload table th {
  width: auto;
}
.siteWrapper .PartialDisplayUpload table td {
  width: auto;
}
.siteWrapper .PartialDisplayUpload .img-content {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
}
@media screen and (min-width: 0) {
  .siteWrapper .PartialDisplayUpload .img-content {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper .PartialDisplayUpload .img-content {
    grid-template-columns: auto auto auto auto;
  }
}
.siteWrapper .PartialPayments .form_title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.siteWrapper .PartialPayments .modal-dialog {
  max-width: 800px;
}
.siteWrapper .PartialPayments .modal-dialog .modal-iframe {
  border: 0px;
  width: 100%;
  min-height: 1000px;
}
.siteWrapper .PartialPayments .modal-dialog img {
  display: block;
  width: 100%;
  max-width: 70px;
  margin: auto;
  margin-right: 20px;
  display: inline-block;
}
.siteWrapper .PartialPayments .modal-dialog img.paypal {
  padding: 10px;
}
.siteWrapper .PartialPayments .modal-dialog img.venmo {
  padding: 10px;
}
.siteWrapper .PartialPayments .hidden {
  display: none;
}
.siteWrapper .PartialPayments .uploadSection #imageUpload {
  margin-bottom: 10px;
}
.siteWrapper .PartialPayments .uploadSection #image {
  height: 38px;
}
.siteWrapper .PartialPayments .uploadSection .custom-file {
  height: auto;
}
.siteWrapper .PartialPayments .uploadSection .custom-file-input {
  height: 0px;
}
.siteWrapper .PartialPayments .uploadSection .loadingIcon {
  display: none;
}
.siteWrapper .PartialPayments .uploadSection #Image_Receipt_Progress {
  width: 0%;
}
.siteWrapper .PartialPayments .uploadSection .progress {
  background-color: #e6e6e6;
}
.siteWrapper .PartialPayments .uploadSection .progress-bar {
  background-color: #727272;
}
.siteWrapper .PartialPayments .uploadSection table {
  word-break: break-all;
  table-layout: fixed;
}
.siteWrapper .PartialPayments .uploadSection table tr {
  background: #F2F2F2;
}
.siteWrapper .PartialPayments .uploadSection table tr th {
  text-align: center;
}
.siteWrapper .PartialPayments .uploadSection table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.siteWrapper .PartialPayments .uploadSection table ul {
  list-style: none;
}
.siteWrapper .PartialPayments .deleteEntryFormProductsButton {
  color: #FF0000;
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
}
.siteWrapper .PartialPayments .dateOfPurchaseLabelContainer {
  padding-left: 5px;
}
.siteWrapper .PartialPayments .entryFormTerms {
  border: 1px solid #2b2b2b;
  height: 200px;
  max-width: 600px;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 auto;
  margin-top: 10px;
}
.siteWrapper .PartialPayments table tr td {
  vertical-align: middle;
}
.siteWrapper .PartialPayments .imageContainer {
  width: 70px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer {
  width: 70px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img {
  display: block;
  width: 100%;
  max-width: 70px;
  margin: auto;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img.paypal {
  padding: 10px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img.venmo {
  padding: 10px;
}
.siteWrapper .PartialPayments .radioContainer {
  width: 20px;
}
.siteWrapper .PartialPayments .paymentTypes th, .siteWrapper .PartialPayments .paymentTypes td {
  border-top: 1px solid #979797;
}
.siteWrapper .PartialPayments .paymentTypes tr:first-child th, .siteWrapper .PartialPayments .paymentTypes tr:first-child td {
  border-top: 0px;
}
.siteWrapper .PartialPayments .ACHOptionContainer {
  background-color: #5ac4f6;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}
.siteWrapper .PartialPayments .iframe {
  width: 100%;
  height: 600px;
}
@media (min-width: 768px) {
  .siteWrapper .PartialPayments .modal-dialog {
    max-width: 60%;
  }
}

body.cHome.aForm .siteWrapper .viewWrapper h1 {
  color: #dc642e;
}
body.cHome.aForm .siteWrapper .viewWrapper .content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
}
body.cHome.aForm .siteWrapper .viewWrapper .content .req {
  color: #fff;
}
body.cHome.aForm .PartialBody .content {
  padding: 0;
}

body.cHome.aReview .PartialBody .content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

body.cHome.aSuccessful .PartialBody .content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

body.cNotification .PartialBody {
  text-align: center;
}

.input-group-text {
  min-height: 50px;
}

.input-container {
  position: relative;
  flex: 1;
}
.input-container input {
  min-height: 50px;
}
.input-container select {
  min-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.input-container textarea {
  min-height: 144px;
}
.input-container label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  padding: 12px;
  transition: 0.2s ease all;
  color: #696969;
}
.input-container .req {
  color: #696969 !important;
}
.input-container input + label, .input-container select + label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.input-container textarea + label {
  left: 0;
  top: 0;
}
.input-container input:focus ~ label, .input-container input:not([value=""]) ~ label, .input-container input:valid ~ label {
  top: 12px;
  font-size: 10px;
}
.input-container input:focus, .input-container input:not([value=""]), .input-container input:valid {
  padding-top: 18px;
}
.input-container input:focus ~ label {
  color: #fff;
}
.input-container input:focus ~ label .req {
  color: #fff !important;
}
.input-container input.input-validation-error:focus ~ label, .input-container input.input-validation-error:not([value=""]) ~ label, .input-container input.input-validation-error:valid ~ label {
  color: #f0687a !important;
}
.input-container input::-webkit-datetime-edit, .input-container input[type=date] {
  color: transparent;
}
.input-container input:focus::-webkit-datetime-edit, .input-container input[type=date]:focus {
  color: #696969 !important;
}
.input-container input:not([value=""])::-webkit-datetime-edit, .input-container input[type=date]:not([value=""]), .input-container input[type=date]:valid {
  color: #000000;
}
.input-container select,
.input-container select option {
  color: #fff;
}
.input-container select:invalid,
.input-container select option:disabled,
.input-container select option[value=""] {
  color: #999999;
}
.input-container .select-wrapper {
  position: relative;
}
.input-container .select-wrapper::after {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.input-container select:focus ~ label, .input-container select:not([value=""]) ~ label, .input-container select:valid ~ label {
  top: 12px;
  font-size: 10px;
}
.input-container select:focus, .input-container select:not([value=""]), .input-container select:valid {
  padding-top: 18px;
}
.input-container select:focus ~ label {
  color: #fff;
}
.input-container select:focus ~ label .req {
  color: #fff !important;
}
.input-container select.input-validation-error:focus ~ label, .input-container select.input-validation-error:not([value=""]) ~ labell, .input-container select.input-validation-error:valid ~ labell {
  color: #f0687a !important;
}
.input-container textarea:focus ~ label, .input-container textarea:not([value=""]) ~ label, .input-container textarea:valid ~ label {
  top: 12px;
  transform: translateY(-50%);
  font-size: 10px;
}
.input-container textarea:focus, .input-container textarea:not([value=""]), .input-container textarea:valid {
  padding-top: 18px;
}
.input-container textarea:focus ~ label {
  color: #000000;
}
.input-container textarea.input-validation-error:focus ~ label, .input-container textarea.input-validation-error:not([value=""]) ~ label, .input-container textarea.input-validation-error:valid ~ label {
  color: #f0687a !important;
}

.customfile {
  position: relative;
  flex: 1;
  margin-top: 6px;
  width: 100%;
  max-width: 800px;
}
.customfile input {
  position: absolute;
  bottom: 0;
  border: none;
  height: 1px;
  width: 1px;
  padding: 0px;
  margin: 0px;
}
.customfile input:disabled + .customfile-button {
  cursor: default !important;
  border-color: #ececec !important;
  background: #ececec !important;
  color: #b4b4b4 !important;
}
.customfile input:focus {
  outline: none;
  box-shadow: none;
}
.customfile input::file-selector-button {
  visibility: hidden;
}
.customfile .customfile-button-container {
  position: relative;
  height: auto;
}
.customfile .customfile-button-container .customfile-button {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 8px 14px;
  margin-bottom: 0;
  color: #fff;
}
.customfile .customfile-button-container .customfile-button:hover {
  border-color: #adadad;
  background: #e6e6e6;
  cursor: pointer;
  color: #000;
}
.customfile .customfile-button-container input:focus + .customfile-button {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
  background: #e6e6e6;
}
.customfile .customfile-button-container .req {
  position: absolute;
  top: 0;
  margin-left: 6px;
}
.customfile .table {
  width: 100%;
  border: 1px solid #ced4da;
  margin-top: 10px;
}
.customfile .table thead {
  background: #e9ecef;
  color: #495057;
}
.customfile .table thead th {
  font-weight: normal;
  padding: 0.5rem;
  border-top: none;
  border-bottom: none;
}
.customfile .table tbody tr th, .customfile .table tbody tr td {
  vertical-align: middle;
}
.customfile .table tbody tr td:last-child {
  text-align: right;
}
.customfile .table tbody .customfile-filename {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customfile .table tbody button {
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
}
.customfile .table tbody .customfile-action:hover {
  background: #FFF;
}
.customfile .table tbody .customfile-action:focus {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
  background: #FFF;
}
.customfile .table tbody .customfile-action-none {
  border: none !important;
}
.customfile .progress-container {
  margin: 5px 0;
  background-color: #e6e6e6;
}
.customfile .progress-container .progress-bar {
  height: 10px;
  width: 0%;
}
.customfile .progress {
  background-color: #727272;
}

.hint {
  color: #fff;
  font-size: small;
  margin-left: 4px;
}

.siteWrapper .PartialBody {
  background-color: #322223;
  color: white;
}
.siteWrapper .PartialBody #formSubmit {
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
  color: #322223;
}
.siteWrapper .PartialBody .bg-tan {
  background-color: #f6eec3;
}
.siteWrapper .PartialBody .subheader {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.siteWrapper .PartialBody .content {
  background-color: #322223;
}
@media screen and (min-width: 0) {
  .siteWrapper .PartialBody .content {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper .PartialBody .content {
    padding: 2rem;
  }
}

.siteWrapper .PartialCookiesDisabled {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 32px;
}
.siteWrapper .PartialCookiesDisabled a {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:visited {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:hover {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:active {
  color: #000;
  text-decoration: underline;
}

.siteWrapper .PartialCookiesSettings {
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  background-color: #202020;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: 0.4s;
  left: -100%;
}
.siteWrapper .PartialCookiesSettings h2 {
  font-size: medium;
  font-weight: 700;
  text-transform: uppercase;
}
.siteWrapper .PartialCookiesSettings p {
  font-size: small;
  font-weight: 500;
}
.siteWrapper .PartialCookiesSettings a {
  color: white;
}
.siteWrapper .PartialCookiesSettings .upc-panel-divider {
  background: grey;
  height: 2px;
  margin: 24px 0;
}
.siteWrapper .PartialCookiesSettings .panel-section-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.siteWrapper .PartialCookiesSettings .panel-section-header h2 {
  margin-bottom: 0 !important;
}
.siteWrapper .PartialCookiesSettings .panel-control {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 4px;
}
.siteWrapper .PartialCookiesSettings button {
  width: 100%;
  padding: 6px 12px;
  border: 2px solid white;
  background-color: #202020;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.1s;
}
.siteWrapper .PartialCookiesSettings button:hover, .siteWrapper .PartialCookiesSettings button:focus {
  border: 2px solid #202020;
  background-color: white;
  color: #202020;
  text-decoration: none !important;
}
.siteWrapper .PartialCookiesSettings .switch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 80px;
  margin-bottom: 0 !important;
}
.siteWrapper .PartialCookiesSettings .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.siteWrapper .PartialCookiesSettings .switch .slider {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: white;
  transition: 0.4s;
}
.siteWrapper .PartialCookiesSettings .switch .slider:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
  height: 22px;
  width: 35px;
  content: "";
  transition: 0.4s;
  border-radius: 16px;
}
.siteWrapper .PartialCookiesSettings .switch .slider:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-size: 10px;
}
.siteWrapper .PartialCookiesSettings .switch input + .slider:before {
  background: darkgrey;
  transform: translateX(102%);
}
.siteWrapper .PartialCookiesSettings .switch input:checked + .slider:before {
  background: #202020;
  transform: translateX(0%);
}
.siteWrapper .PartialCookiesSettings #GPC-Notification {
  color: lightgray;
  font-size: small;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.siteWrapper .PartialFooter {
  background-color: #322223;
  color: white;
  padding: 2rem;
}
.siteWrapper .PartialFooter .socials {
  background: url("../images/SocialsWhite.png") no-repeat;
  background-size: cover;
}
.siteWrapper .PartialFooter .Instagram {
  width: 50px;
  height: 50px;
  background-position: -110px 0;
}
.siteWrapper .PartialFooter .X {
  width: 50px;
  height: 50px;
  background-position: -165px 0;
}
.siteWrapper .PartialFooter .Facebook {
  width: 50px;
  height: 50px;
  background-position: -55px 0;
}

.siteWrapper .PartialNavbar {
  background-color: #322223;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteWrapper .PartialNavbar .navbar-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 12px;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-left {
  margin-right: auto;
  position: relative;
  height: 100%;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-right {
  margin-left: auto;
  position: relative;
  height: 100%;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-logo {
  max-width: 64px;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-logo-link img {
  pointer-events: unset !important;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links {
  list-style: none;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links li {
  display: inline-block;
  margin-right: 24px;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links li:last-child {
  margin-right: 0;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links a {
  font-weight: 600;
  color: black;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links a:hover, .siteWrapper .PartialNavbar .navbar-container .navbar-links a:focus {
  text-decoration: none;
  color: gold;
}
.siteWrapper .PartialNavbar .navbar-container .section-title {
  font-weight: bold;
  font-size: 1.1rem !important;
}
.siteWrapper .PartialNavbar .navbar-container .account-controls .disabled {
  color: dimgray !important;
}
.siteWrapper .PartialNavbar .navbar-container .account-info-mobile {
  color: black;
  font-size: 0.9rem;
}
.siteWrapper .PartialNavbar .navbar-container .account-info-desktop {
  color: #222222;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
}
.siteWrapper .PartialNavbar .navbar-container #NavBarHamburger {
  background: transparent;
  outline: none;
  border: none;
  color: black;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarHamburger:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarHamburger:focus {
  color: gold;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody {
  background-color: #322223;
  border-left: 2px solid black;
  padding: 1rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button {
  width: 2.5rem;
  margin-left: auto;
  background: transparent;
  outline: none;
  border: none;
  color: white;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button:focus {
  color: red;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a {
  font-size: 1.1rem;
  font-weight: 600;
  color: black;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a:focus {
  text-decoration: none;
  color: gold;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody .disabled {
  color: dimgray !important;
}
.siteWrapper .PartialNavbar .navbar-container .hide {
  display: none;
}
.siteWrapper .PartialNavbar .navbar-container .spacer-h {
  width: 10px;
}

.siteWrapper .PartialNoScript {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 32px;
}
.siteWrapper .PartialNoScript a {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:visited {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:hover {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:active {
  color: #000;
  text-decoration: underline;
}

.siteWrapper .PartialTestBar {
  border-top: 2px solid #e3a19f;
  border-bottom: 2px solid #641614;
  padding: 6px 2px;
  background-color: #c04542;
  font-size: 12px;
  font-family: Arial, ​Sans-Serif;
  line-height: initial;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.siteWrapper .PartialTestBar > .testBody {
  text-align: left;
  padding-top: 16px;
}
.siteWrapper .PartialTestBar a {
  text-decoration: underline;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}
.siteWrapper .PartialTestBar a:hover {
  text-decoration: underline;
}
.siteWrapper .PartialTestBar ul {
  margin-left: 16px;
}
.siteWrapper .PartialTestBar ul li {
  padding-bottom: 8px;
}
.siteWrapper .PartialTestBar label {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 8px;
}