@charset "UTF-8";
.Chadwell-Create-Transaction-Modal .modal-content {
  min-width: 475px;
}
@media (max-width: 800px) {
  .Chadwell-Create-Transaction-Modal .modal-content {
    min-width: 0;
  }
}
.Chadwell-Create-Transaction-Modal .modal-content .form-group, .Chadwell-Create-Transaction-Modal .modal-content .form-group div {
  margin-bottom: 0.5rem;
}
.Chadwell-Create-Transaction-Modal .modal-content table {
  width: 50%;
  min-width: 15%;
  padding-bottom: 10px;
}
.Chadwell-Create-Transaction-Modal .modal-content table thead tr th {
  min-width: 100px;
}
.Chadwell-Create-Transaction-Modal .modal-content table tbody tr td {
  font-size: 14px;
}
.Chadwell-Create-Transaction-Modal .modal-content table tbody tr td:first-child {
  text-align: left;
}
.Chadwell-Create-Transaction-Modal .modal-content table tbody tr td:last-child {
  text-align: right;
}
@media (max-width: 800px) {
  .Chadwell-Create-Transaction-Modal .modal-content table {
    display: block;
  }
}
.Chadwell-Create-Transaction-Modal .modal-content label {
  text-align: left;
  margin-right: 6px;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .Chadwell-Create-Transaction-Modal .modal-content label {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.Chadwell-Create-Transaction-Modal .modal-content select, .Chadwell-Create-Transaction-Modal .modal-content input[type=text] {
  padding: 4px;
  max-width: 800px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .Chadwell-Create-Transaction-Modal .modal-content select, .Chadwell-Create-Transaction-Modal .modal-content input[type=text] {
    width: 100%;
  }
}
.Chadwell-Create-Transaction-Modal .modal-content input[type=checkbox] {
  display: inline-block;
  width: 50px;
}
.Chadwell-Create-Transaction-Modal .modal-content .checkbox-label {
  position: relative;
  top: -12px;
  width: auto;
  display: inline-block;
}
.Chadwell-Create-Transaction-Modal .modal-body {
  padding: 5px 20px 5px 20px;
}
.Chadwell-Create-Transaction-Modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .Chadwell-Create-Transaction-Modal .modal-footer input {
    width: 100%;
    display: block;
    margin: 5px 5px 5px 5px;
    min-width: 10px;
  }
}
.Chadwell-Create-Transaction-Modal .k-autocomplete, .Chadwell-Create-Transaction-Modal .k-colorpicker, .Chadwell-Create-Transaction-Modal .k-combobox, .Chadwell-Create-Transaction-Modal .k-datepicker, .Chadwell-Create-Transaction-Modal .k-datetimepicker, .Chadwell-Create-Transaction-Modal .k-dropdown, .Chadwell-Create-Transaction-Modal .k-dropdowntree, .Chadwell-Create-Transaction-Modal .k-listbox, .Chadwell-Create-Transaction-Modal .k-multiselect, .Chadwell-Create-Transaction-Modal .k-numerictextbox, .Chadwell-Create-Transaction-Modal .k-selectbox, .Chadwell-Create-Transaction-Modal .k-textbox, .Chadwell-Create-Transaction-Modal .k-timepicker, .Chadwell-Create-Transaction-Modal .k-toolbar .k-split-button {
  display: block;
  width: 100%;
}
.Chadwell-Create-Transaction-Modal #create-transaction-form-spinner {
  text-align: center;
}

.Chadwell-Layout {
  margin: 0;
  padding: 0;
  color: #3d3d3d;
  font-size: 14px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.Chadwell-Layout .hidden {
  display: none !important;
}
.Chadwell-Layout a {
  text-decoration: none;
  color: #0077C8;
}
.Chadwell-Layout a:hover {
  text-decoration: underline;
}
.Chadwell-Layout h1, .Chadwell-Layout h2, .Chadwell-Layout h3, .Chadwell-Layout h4, .Chadwell-Layout h5, .Chadwell-Layout h6 {
  color: #0c437c;
  font-weight: 400;
}
.Chadwell-Layout h1 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .Chadwell-Layout h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .Chadwell-Layout h1 {
    font-size: 1.6rem;
  }
}
.Chadwell-Layout h2 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .Chadwell-Layout h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .Chadwell-Layout h2 {
    font-size: 1.4rem;
  }
}
.Chadwell-Layout h3 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .Chadwell-Layout h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .Chadwell-Layout h3 {
    font-size: 1.2rem;
  }
}
.Chadwell-Layout h4 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .Chadwell-Layout h4 {
    font-size: 1.2rem;
  }
}
.Chadwell-Layout h5 {
  font-size: 1.2rem;
}
.Chadwell-Layout h6 {
  font-size: 1.1rem;
}
.Chadwell-Layout .main-content {
  margin-top: 18px;
  margin-bottom: 30px;
}
.Chadwell-Layout .limit-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.Chadwell-Layout .owl-dots {
  padding-top: 20px;
}
.Chadwell-Layout .owl-dots button span {
  width: 15px !important;
  height: 15px !important;
}
.Chadwell-Layout .normal-vert-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .Chadwell-Layout .normal-vert-spacing {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.Chadwell-Layout .marketing-h2 {
  font-size: 45px;
  color: #0077C8;
}
@media (max-width: 767px) {
  .Chadwell-Layout .marketing-h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .Chadwell-Layout .marketing-h2 {
    font-size: 25px;
  }
}
.Chadwell-Layout .marketing-h3 {
  font-size: 40px;
  color: #0077C8;
}
@media (max-width: 767px) {
  .Chadwell-Layout .marketing-h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .Chadwell-Layout .marketing-h3 {
    font-size: 20px;
  }
}
.Chadwell-Layout .chadwell-brand-new-background {
  background: #c8102e;
}
.Chadwell-Layout .chadwell-brand-new-background.use-background-alpha {
  background: rgba(200, 16, 46, 0.85);
}
.Chadwell-Layout .chadwell-brand-new-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-red-background {
  background: #c8102e;
}
.Chadwell-Layout .chadwell-brand-red-background.use-background-alpha {
  background: rgba(200, 16, 46, 0.85);
}
.Chadwell-Layout .chadwell-brand-red-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-blue-background {
  background: #0077C8;
}
.Chadwell-Layout .chadwell-brand-blue-background.use-background-alpha {
  background: rgba(0, 119, 200, 0.85);
}
.Chadwell-Layout .chadwell-brand-blue-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-gray-background {
  background: #97999b;
}
.Chadwell-Layout .chadwell-brand-gray-background.use-background-alpha {
  background: rgba(151, 153, 155, 0.85);
}
.Chadwell-Layout .chadwell-brand-gray-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-navy-background {
  background: #0c437c;
}
.Chadwell-Layout .chadwell-brand-navy-background.use-background-alpha {
  background: rgba(12, 67, 124, 0.85);
}
.Chadwell-Layout .chadwell-brand-navy-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-teal-background {
  background: #3a87ad;
}
.Chadwell-Layout .chadwell-brand-teal-background.use-background-alpha {
  background: rgba(58, 135, 173, 0.85);
}
.Chadwell-Layout .chadwell-brand-teal-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-hvac-background {
  background: #f36c26;
}
.Chadwell-Layout .chadwell-brand-hvac-background.use-background-alpha {
  background: rgba(243, 108, 38, 0.85);
}
.Chadwell-Layout .chadwell-brand-hvac-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-pool-background {
  background: #0094c3;
}
.Chadwell-Layout .chadwell-brand-pool-background.use-background-alpha {
  background: rgba(0, 148, 195, 0.85);
}
.Chadwell-Layout .chadwell-brand-pool-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-sale-background {
  background: #c8102e;
}
.Chadwell-Layout .chadwell-brand-sale-background.use-background-alpha {
  background: rgba(200, 16, 46, 0.85);
}
.Chadwell-Layout .chadwell-brand-sale-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-swirl-background {
  background: transparent url("/images/home-page-decorative-bgd.jpg") top left no-repeat;
}
.Chadwell-Layout .chadwell-brand-windows-background {
  background: #f7941e;
}
.Chadwell-Layout .chadwell-brand-windows-background.use-background-alpha {
  background: rgba(247, 148, 30, 0.85);
}
.Chadwell-Layout .chadwell-brand-windows-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-plumbing-background {
  background: #2f5992;
}
.Chadwell-Layout .chadwell-brand-plumbing-background.use-background-alpha {
  background: rgba(47, 89, 146, 0.85);
}
.Chadwell-Layout .chadwell-brand-plumbing-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-cabinets-background {
  background: #414042;
}
.Chadwell-Layout .chadwell-brand-cabinets-background.use-background-alpha {
  background: rgba(65, 64, 66, 0.85);
}
.Chadwell-Layout .chadwell-brand-cabinets-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-flooring-background {
  background: #5ac7d8;
}
.Chadwell-Layout .chadwell-brand-flooring-background.use-background-alpha {
  background: rgba(90, 199, 216, 0.85);
}
.Chadwell-Layout .chadwell-brand-flooring-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-hardware-background {
  background: #99522e;
}
.Chadwell-Layout .chadwell-brand-hardware-background.use-background-alpha {
  background: rgba(153, 82, 46, 0.85);
}
.Chadwell-Layout .chadwell-brand-hardware-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-lighting-background {
  background: #f3c716;
}
.Chadwell-Layout .chadwell-brand-lighting-background.use-background-alpha {
  background: rgba(243, 199, 22, 0.85);
}
.Chadwell-Layout .chadwell-brand-lighting-background * {
  color: #222222 !important;
}
.Chadwell-Layout .chadwell-brand-janitoral-background {
  background: #00a88b;
}
.Chadwell-Layout .chadwell-brand-janitoral-background.use-background-alpha {
  background: rgba(0, 168, 139, 0.85);
}
.Chadwell-Layout .chadwell-brand-janitoral-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-light-gray-background {
  background: #eeeeee;
}
.Chadwell-Layout .chadwell-brand-appliances-background {
  background: #c64233;
}
.Chadwell-Layout .chadwell-brand-appliances-background.use-background-alpha {
  background: rgba(198, 66, 51, 0.85);
}
.Chadwell-Layout .chadwell-brand-appliances-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-tools-safety-background {
  background: #7f787f;
}
.Chadwell-Layout .chadwell-brand-tools-safety-background.use-background-alpha {
  background: rgba(127, 120, 127, 0.85);
}
.Chadwell-Layout .chadwell-brand-tools-safety-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-paint-sundries-background {
  background: #662d91;
}
.Chadwell-Layout .chadwell-brand-paint-sundries-background.use-background-alpha {
  background: rgba(102, 45, 145, 0.85);
}
.Chadwell-Layout .chadwell-brand-paint-sundries-background * {
  color: white !important;
}
.Chadwell-Layout .chadwell-brand-grounds-irrigation-background {
  background: #39854a;
}
.Chadwell-Layout .chadwell-brand-grounds-irrigation-background.use-background-alpha {
  background: rgba(57, 133, 74, 0.85);
}
.Chadwell-Layout .chadwell-brand-grounds-irrigation-background * {
  color: white !important;
}
.Chadwell-Layout .modal {
  z-index: 40000;
}
.Chadwell-Layout .btn-link {
  color: #0077C8;
}
.Chadwell-Layout .btn-link:hover {
  color: #0077C8;
}
.Chadwell-Layout td .btn-link {
  padding: 0;
}
.Chadwell-Layout .btn-primary {
  color: white;
  background: #0077C8;
}
.Chadwell-Layout .btn-outline-primary {
  background: white;
  color: #0077C8;
  border: 1px solid #0077C8;
}
.Chadwell-Layout .btn-outline-primary:hover {
  background: white;
}
.Chadwell-Layout .card-header {
  color: white;
  font-size: 1.5rem;
  background: #0077C8;
}
.Chadwell-Layout input[type=text].form-control.error {
  border: 1px solid #f66;
}
.Chadwell-Layout label.error,
.Chadwell-Layout label.error-message {
  color: #f44;
  margin-top: 10px;
  text-align: left !important;
}
.Chadwell-Layout .alert-warning {
  color: #3d3d3d !important;
}
.Chadwell-Layout strong, .Chadwell-Layout th {
  font-weight: 600 !important;
}
.Chadwell-Layout .EPiServerForms {
  margin-bottom: 30px;
}
.Chadwell-Layout .EPiServerForms select,
.Chadwell-Layout .EPiServerForms textarea,
.Chadwell-Layout .EPiServerForms input[type=text] {
  width: 290px;
  padding: 4px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Layout .EPiServerForms label {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}
.Chadwell-Layout .EPiServerForms .Form__Element {
  margin-top: 20px;
}
.Chadwell-Layout .EPiServerForms .Form__Element:first-child {
  margin-top: 0;
}
.Chadwell-Layout .EPiServerForms .Form__Element__ValidationError {
  color: red;
  display: block;
  margin-top: 4px;
}
.Chadwell-Layout .EPiServerForms [type=reset],
.Chadwell-Layout .EPiServerForms [type=submit] {
  color: white;
  border: none;
  margin-right: 6px;
  padding: 10px 20px;
  background: #0077C8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.Chadwell-Shared-ProductCarouselBlock {
  margin-bottom: 20px;
  text-align: left !important;
  background-size: contain !important;
}
.Chadwell-Shared-ProductCarouselBlock h2, .Chadwell-Shared-ProductCarouselBlock .signin-for-pricing {
  text-align: center;
}
.Chadwell-Shared-ProductCarouselBlock a {
  color: inherit;
}
.Chadwell-Shared-ProductCarouselBlock a:hover {
  color: #0077C8;
}
.Chadwell-Shared-ProductCarouselBlock .success-message,
.Chadwell-Shared-ProductCarouselBlock .failure-message {
  display: none;
  padding-top: 12px;
}
.Chadwell-Shared-ProductCarouselBlock .success-message {
  color: green;
}
.Chadwell-Shared-ProductCarouselBlock .failure-message {
  color: #c8102e;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials {
  margin-top: 20px;
  text-align: center;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product img {
  width: auto;
  height: 80px;
  display: block;
  max-width: 100%;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product .sku, .Chadwell-Shared-ProductCarouselBlock .product-specials .product label {
  color: #3d3d3d;
  margin-right: auto;
  margin-left: auto;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product .sku {
  margin-top: 8px;
  margin-bottom: 8px;
  clear: both;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product .list-price {
  margin-right: 4px;
  color: #c8102e;
  text-decoration: line-through;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product .your-price {
  font-weight: 600;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product input[type=number],
.Chadwell-Shared-ProductCarouselBlock .product-specials .product input[type=submit] {
  padding: 3px;
  margin-top: 8px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product input[type=number] {
  width: 50px;
  background: #eeeeee;
  padding-left: 8px;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product input[type=submit] {
  color: white;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s all;
  background: #c8102e;
  border: 1px solid #c8102e;
}
.Chadwell-Shared-ProductCarouselBlock .product-specials .product input[type=submit]:hover {
  background: rgb(152.7777777778, 12.2222222222, 35.1388888889);
}
.Chadwell-Shared-ProductCarouselBlock .cart {
  color: white;
  background: #c8102e;
}
.Chadwell-Shared-ProductCarouselBlock .btn-cart-carousel {
  display: block;
  padding: 3px;
  margin-top: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  background: #c8102e;
  border: 1px solid #c8102e;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s all;
}
.Chadwell-Shared-ProductCarouselBlock .btn-cart-carousel:hover {
  background: rgb(152.7777777778, 12.2222222222, 35.1388888889);
}

.Chadwell-Shared-StatusBar {
  padding: 8px;
  background: #eeeeee;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Shared-StatusBar > div {
  color: #97999b;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 500px) {
  .Chadwell-Shared-StatusBar > div {
    font-size: 14px;
    margin-right: 0;
  }
}
.Chadwell-Shared-StatusBar > div:last-child {
  margin-right: 0;
}
.Chadwell-Shared-StatusBar > div a {
  color: #97999b;
  cursor: pointer;
}
.Chadwell-Shared-StatusBar > div a:hover {
  text-decoration: none;
  color: #0077C8;
}
.Chadwell-Shared-StatusBar > div.current {
  background: white;
  border: 1px solid #eeeeee;
  color: #0077C8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Shared-StatusBar > div.current a {
  color: #0077C8 !important;
}
.Chadwell-Shared-StatusBar > div .caption {
  display: block;
}

.Chadwell-Background-Block {
  min-height: 10px;
  text-align: center;
  background-size: contain !important;
}
.Chadwell-Background-Block.hasBgdColor {
  padding-top: 30px;
  padding-bottom: 20px;
}
.Chadwell-Background-Block a {
  color: inherit;
}
.Chadwell-Background-Block .action-link {
  margin-bottom: 25px;
}

.Chadwell-Blocks-BackgroundImage .promo {
  width: 100%;
  position: relative;
}
.Chadwell-Blocks-BackgroundImage .promo a {
  font-weight: 600;
}
@media (max-width: 900px) {
  .Chadwell-Blocks-BackgroundImage .promo p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Blocks-BackgroundImage .promo p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .Chadwell-Blocks-BackgroundImage .promo p {
    font-size: 12px;
  }
}
.Chadwell-Blocks-BackgroundImage .promo h2 {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .Chadwell-Blocks-BackgroundImage .promo h2 {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
.Chadwell-Blocks-BackgroundImage .promo img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Blocks-BackgroundImage .promo .overlay {
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  padding: 20px;
  opacity: 0.825;
  position: absolute;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 80%;
  }
}
@media (max-width: 1030px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 60%;
    height: 60%;
  }
}
@media (max-width: 620px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 440px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 90%;
    height: 90%;
  }
}
@media (max-width: 390px) {
  .Chadwell-Blocks-BackgroundImage .promo .overlay {
    width: 100%;
    height: 100%;
  }
}
.Chadwell-Blocks-BackgroundImage .promo .overlay .overlay-inner {
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}

.Chadwell-Blocks-BasicCallToAction {
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.Chadwell-Blocks-ColumnCallToAction {
  text-align: left;
}
.Chadwell-Blocks-ColumnCallToAction a {
  color: inherit;
}
.Chadwell-Blocks-ColumnCallToAction img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 450px) {
  .Chadwell-Blocks-ColumnCallToAction img {
    margin-left: 0;
    margin-right: inherit;
  }
}

.Chadwell-Blocks-CardBlock .card-header .card-title {
  font-size: 1.7rem;
  color: #ffffff !important;
  vertical-align: middle;
  margin-top: 5px;
}
.Chadwell-Blocks-CardBlock .card-header .card-title-margin {
  margin-left: 30px;
}
.Chadwell-Blocks-CardBlock .card-header .card-sub-title {
  color: #000;
  font-size: 60%;
  display: block;
  margin-top: 10px;
}
.Chadwell-Blocks-CardBlock .card-img-top {
  max-width: 100%;
  height: auto;
}
.Chadwell-Blocks-CardBlock .card-body {
  color: #3d3d3d;
}
.Chadwell-Blocks-CardBlock .img-thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
.Chadwell-Blocks-CardBlock .cart-action-links {
  padding-top: 20px;
}

.Chadwell-Blocks-CareersBlock .col-xs-1,
.Chadwell-Blocks-CareersBlock .col-xs-2,
.Chadwell-Blocks-CareersBlock .col-xs-3,
.Chadwell-Blocks-CareersBlock .col-xs-4,
.Chadwell-Blocks-CareersBlock .col-xs-5,
.Chadwell-Blocks-CareersBlock .col-xs-6,
.Chadwell-Blocks-CareersBlock .col-xs-7,
.Chadwell-Blocks-CareersBlock .col-xs-8,
.Chadwell-Blocks-CareersBlock .col-xs-9,
.Chadwell-Blocks-CareersBlock .col-xs-10,
.Chadwell-Blocks-CareersBlock .col-xs-11,
.Chadwell-Blocks-CareersBlock .col-xs-12 {
  float: left;
}
.Chadwell-Blocks-CareersBlock .row,
.Chadwell-Blocks-CareersBlock .row [class^=col-] {
  box-sizing: border-box;
}
.Chadwell-Blocks-CareersBlock .job-listing-container .job-listing-job-header {
  padding: 30px 0 10px 0;
  border-bottom: solid 1px #97999b;
  font-weight: 600;
  color: #97999b;
  font-size: 14px;
}
.Chadwell-Blocks-CareersBlock .job-listing-container {
  font-size: 14px;
  border-bottom: solid 1px #97999b;
  color: #97999b;
  min-height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Chadwell-Blocks-CareersBlock .job-listing-container .job-title-column {
  width: 69%;
}
.Chadwell-Blocks-CareersBlock .job-listing-container .location-column {
  width: 30%;
  text-align: right;
}
.Chadwell-Blocks-CareersBlock .jobs-list .job-listing-container h2.job-listing-section-header {
  background-color: #eeeeee;
  color: #3d3d3d;
  border-top: 1px solid #97999b;
  border-bottom: 1px solid #97999b;
  font-size: 16px;
  min-height: 20px;
  max-height: 20px;
  outline: 0;
  font-weight: bold;
  line-height: 0.99;
  padding-top: 5px;
  padding-left: 3px;
  padding-bottom: 0px;
}
.Chadwell-Blocks-CareersBlock .job-item-title a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.33;
  background-color: transparent;
  color: #0077C8;
  cursor: pointer;
  outline: 0;
  -moz-user-select: none;
}
.Chadwell-Blocks-CareersBlock .row {
  box-sizing: border-box;
}
.Chadwell-Blocks-CareersBlock .col-xs-4 {
  width: 33.333333%;
}
.Chadwell-Blocks-CareersBlock .col-xs-8 {
  width: 66.6663%;
}
.Chadwell-Blocks-CareersBlock .col-xs-12 {
  width: 99.9993%;
}
.Chadwell-Blocks-CareersBlock .search-text-input {
  font-size: 14px;
  height: 2.1em;
  background-color: transparent;
  padding-left: 4px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 93%;
  max-width: 98%;
  margin-top: 7px;
  margin-bottom: 16px;
}
.Chadwell-Blocks-CareersBlock .rw-dropdownlist > .rw-input {
  line-height: 2.286em;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Chadwell-Blocks-CareersBlock .rw-combobox,
.Chadwell-Blocks-CareersBlock .rw-datetimepicker,
.Chadwell-Blocks-CareersBlock .rw-numberpicker,
.Chadwell-Blocks-CareersBlock .rw-dropdownlist {
  padding-right: 1.9em;
  margin-top: 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.Chadwell-Blocks-CareersBlock .center-me {
  display: block;
  text-align: center;
}
.Chadwell-Blocks-CareersBlock .job-listing-container .lower-no-results-text {
  padding-top: 10px;
  padding-bottom: 60px;
  font-size: 28px;
  font-weight: lighter;
  color: lightgrey;
}
.Chadwell-Blocks-CareersBlock .icon-building:before {
  content: "\e623";
}
.Chadwell-Blocks-CareersBlock .icon-sort-desc:before {
  content: "\e63a";
}
.Chadwell-Blocks-CareersBlock .icon-sort-asc:before {
  content: "\e621";
}
.Chadwell-Blocks-CareersBlock .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.Chadwell-Blocks-CareersBlock .job-title-internal {
  margin-left: 10px;
  color: #97999b;
  font-size: 14px;
}
.Chadwell-Blocks-CareersBlock .at-share-btn-elements {
  padding-left: 2px;
}
.Chadwell-Blocks-CareersBlock .share-info {
  text-align: center;
}
.Chadwell-Blocks-CareersBlock .share-info-title {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 5px;
}
.Chadwell-Blocks-CareersBlock .share-info-message {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.Chadwell-Blocks-CareersBlock .button.outline {
  background-color: transparent;
  border-color: #1588af;
  color: #1588af;
}
.Chadwell-Blocks-CareersBlock .button {
  border-color: #0077C8;
  color: #ffffff;
}
.Chadwell-Blocks-CareersBlock .button.secondary:active {
  background-color: #0077C8;
  border-color: #0077C8;
  color: #ffffff;
}
@media (max-width: 440px) {
  .Chadwell-Blocks-CareersBlock .job-listing-container {
    min-height: 85px;
  }
}

.Chadwell-Blocks-IconOnlySlider {
  width: 100%;
  min-height: 10px;
  text-align: center;
  background-size: contain !important;
}
.Chadwell-Blocks-IconOnlySlider a {
  color: inherit;
}
.Chadwell-Blocks-IconOnlySlider h2 {
  margin-bottom: 10px;
}
.Chadwell-Blocks-IconOnlySlider .row > div {
  margin-bottom: 20px;
}
.Chadwell-Blocks-IconOnlySlider .row > div:last-child {
  margin-bottom: 0;
}
.Chadwell-Blocks-IconOnlySlider .row > div a {
  top: 50%;
  display: block;
  position: relative;
}
.Chadwell-Blocks-IconOnlySlider .row > div a .fullcolor-icon,
.Chadwell-Blocks-IconOnlySlider .row > div a .uncolored-icon {
  height: auto;
  max-width: 100%;
  position: relative;
  transform: translateY(-50%);
}
.Chadwell-Blocks-IconOnlySlider .row > div a .fullcolor-icon {
  display: none;
}
.Chadwell-Blocks-IconOnlySlider .row > div a .uncolored-icon {
  display: inline;
}
.Chadwell-Blocks-IconOnlySlider .row > div a.hover-enabled:hover .fullcolor-icon {
  display: inline;
}
.Chadwell-Blocks-IconOnlySlider .row > div a.hover-enabled:hover .uncolored-icon {
  display: none;
}

.Chadwell-Blocks-IconWithLabelSlider {
  width: 100%;
  background-size: contain !important;
}
.Chadwell-Blocks-IconWithLabelSlider h2 {
  text-align: center;
  margin-bottom: 30px;
}
.Chadwell-Blocks-IconWithLabelSlider .catalogiconlabelslider .category {
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.Chadwell-Blocks-IconWithLabelSlider .catalogiconlabelslider .category:hover .icon {
  background: rgb(220.15, 220.15, 220.15);
}
.Chadwell-Blocks-IconWithLabelSlider .catalogiconlabelslider .category .icon {
  padding: 30px 30px;
  transition: all 1s;
  background: #eeeeee;
  display: inline-block;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}
.Chadwell-Blocks-IconWithLabelSlider .catalogiconlabelslider .category .icon img {
  width: 100%;
  height: auto;
  max-width: 68px;
}
.Chadwell-Blocks-IconWithLabelSlider .catalogiconlabelslider .category .caption {
  margin-top: 5px;
}

.Chadwell-Blocks-ExclusiveBrandsBlock {
  margin-top: 20px;
}
.Chadwell-Blocks-ExclusiveBrandsBlock .item-container {
  padding: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #97999b;
}
.Chadwell-Blocks-ExclusiveBrandsBlock .item-container img {
  width: auto;
  height: 80px;
  max-width: 100%;
}
.Chadwell-Blocks-ExclusiveBrandsBlock .item-container span {
  height: 80px;
  display: block;
  padding-top: 10px;
}

.Chadwell-GridBlocks-FourColGridBlock {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-GridBlocks-FourColGridBlock .row > div {
    margin-bottom: 20px;
  }
  .Chadwell-GridBlocks-FourColGridBlock .row > div:last-child {
    margin-bottom: 0;
  }
}

.Chadwell-Blocks-FourIconAndTextBlock {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .Chadwell-Blocks-FourIconAndTextBlock {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.Chadwell-Blocks-FourIconAndTextBlock h2 {
  color: white;
  display: block;
  text-align: left;
  padding: 30px 60px 30px 0;
  font-weight: 400;
  background: transparent url("/images/cws-difference-arrow.png") center right no-repeat;
}
@media (max-width: 950px) {
  .Chadwell-Blocks-FourIconAndTextBlock h2 {
    background: none;
  }
}
@media (max-width: 767px) {
  .Chadwell-Blocks-FourIconAndTextBlock h2 {
    padding: 10px;
    text-align: center;
    margin-bottom: -20px;
  }
}
.Chadwell-Blocks-FourIconAndTextBlock {
  color: white;
}
.Chadwell-Blocks-FourIconAndTextBlock img {
  width: 100%;
  height: auto;
  max-width: 96px;
}
.Chadwell-Blocks-FourIconAndTextBlock span > p {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.Chadwell-Blocks-FourIconAndTextBlock .row > div {
  text-align: center;
  margin-bottom: 30px;
}
.Chadwell-Blocks-FourIconAndTextBlock .row > div:last-child {
  margin-bottom: 10px;
}
.Chadwell-Blocks-FourIconAndTextBlock a {
  display: block;
  position: relative;
  color: white;
}
.Chadwell-Blocks-FourIconAndTextBlock a .main-icon,
.Chadwell-Blocks-FourIconAndTextBlock a .alt-icon {
  position: relative;
}
.Chadwell-Blocks-FourIconAndTextBlock a .main-icon {
  display: inline;
}
.Chadwell-Blocks-FourIconAndTextBlock a .alt-icon {
  display: none;
}
.Chadwell-Blocks-FourIconAndTextBlock a.hover-enabled:hover {
  color: white;
  text-decoration: none;
}
.Chadwell-Blocks-FourIconAndTextBlock a.hover-enabled:hover .main-icon {
  display: none;
}
.Chadwell-Blocks-FourIconAndTextBlock a.hover-enabled:hover .alt-icon {
  display: inline;
}
.Chadwell-Blocks-FourIconAndTextBlock a.hover-enabled:visited {
  color: white;
  text-decoration: none;
}

.Chadwell-Blocks-GettingStarted {
  margin-bottom: 20px;
}
.Chadwell-Blocks-GettingStarted ul {
  padding-left: 0;
  list-style: none;
}
.Chadwell-Blocks-GettingStarted ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.Chadwell-Blocks-GettingStarted ul li a {
  color: #3d3d3d;
  font-size: 14px;
}
.Chadwell-Blocks-GettingStarted h5 {
  font-size: 1.6rem;
}
.Chadwell-Blocks-GettingStarted .passkey-section {
  display: none; /*hide on desktop*/
}
@media (max-width: 480px) {
  .Chadwell-Blocks-GettingStarted .passkey-section {
    display: block;
  }
}
.Chadwell-Blocks-GettingStarted .passkey-section .passkey-title {
  font-size: 1.2rem;
  padding-top: 5px;
  text-align: center;
  color: #0c437c;
}
.Chadwell-Blocks-GettingStarted .form-group:last-child {
  margin-bottom: 0;
}
.Chadwell-Blocks-GettingStarted .form-group span {
  margin-right: 15px;
}
.Chadwell-Blocks-GettingStarted .form-group span:last-child {
  margin-right: 0;
}
.Chadwell-Blocks-GettingStarted .form-group .forgot-password {
  display: block;
}
.Chadwell-Blocks-GettingStarted .form-group .btn-submit {
  width: 100%;
}

.Chadwell-Blocks-HeaderBlock {
  margin-bottom: 20px;
}
.Chadwell-Blocks-HeaderBlock img {
  width: 100%;
  height: auto;
}

.Chadwell-Blocks-HtmlBlock.use-padding {
  padding: 20px 30px;
}
.Chadwell-Blocks-HtmlBlock.use-border-radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Blocks-HtmlBlock p img {
  width: 100%;
  height: auto;
}

.Chadwell-Blocks-IFrameBlock iframe .border {
  border-width: 1px;
  border-color: gray;
}
@media (max-width: 450px) {
  .Chadwell-Blocks-IFrameBlock {
    margin-left: 0;
    margin-right: inherit;
  }
  .Chadwell-Blocks-IFrameBlock iframe {
    width: 100%;
  }
}

.Chadwell-Blocks-ImageBlock {
  margin-bottom: 20px;
}
.Chadwell-Blocks-ImageBlock img {
  width: 100%;
  height: auto;
}
.Chadwell-Blocks-ImageBlock.image-normal-width img {
  width: initial;
  max-width: 100%;
}

.Chadwell-Blocks-ImportProductBlock .failed-items-container {
  margin: 10px auto 10px auto;
  border-top: 1px solid black;
}
.Chadwell-Blocks-ImportProductBlock .failed-items-container table {
  margin-left: 25px;
}

.Chadwell-Blocks-LocationItemBlock {
  margin-bottom: 20px;
}
.Chadwell-Blocks-LocationItemBlock h4 {
  margin: 0;
  color: white;
  height: 48px;
  overflow: hidden;
  padding: 10px 20px;
  background: #0077C8;
}
@media (max-width: 700px) {
  .Chadwell-Blocks-LocationItemBlock h4 {
    height: inherit;
  }
}
.Chadwell-Blocks-LocationItemBlock h4 a {
  color: white;
  text-decoration: none;
}
.Chadwell-Blocks-LocationItemBlock h4 a:hover {
  text-decoration: underline;
}
.Chadwell-Blocks-LocationItemBlock .location-details {
  height: 220px;
  padding: 20px;
  overflow: hidden;
  background: #eeeeee;
}
@media (max-width: 700px) {
  .Chadwell-Blocks-LocationItemBlock .location-details {
    height: inherit;
  }
}
.Chadwell-Blocks-LocationItemBlock .location-details .col-one {
  margin-bottom: 10px;
}
.Chadwell-Blocks-LocationItemBlock .location-details address {
  line-height: 1.5rem;
}
.Chadwell-Blocks-LocationItemBlock .google-map {
  display: block;
  text-align: center;
}
.Chadwell-Blocks-LocationItemBlock .google-map img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.Chadwell-Blocks-LocationItemBlock .google-map span {
  display: block;
  margin-top: 6px;
}

/* ==========================================================================
   mSupply Parts Finder Block Styles
   ========================================================================== */
.Chadwell-Blocks-MSupplyPartsFinder {
  /* ---- Banner ---- */
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner {
  /* background & border are set via inline style from ViewModel */
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner .banner-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner .banner-text {
  flex: 1;
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner .banner-text h5 {
  margin: 0 0 0.25rem 0;
  font-weight: 600;
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner .banner-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}
.Chadwell-Blocks-MSupplyPartsFinder .msupply-parts-banner .btn-msupply-search {
  white-space: nowrap;
}

/* ---- Modal / iframe (global scope so modal outside block root still works) ---- */
.msupply-modal-body {
  padding: 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.msupply-iframe {
  width: 100%;
  height: 550px;
  border: none;
}

.msupply-loading {
  text-align: center;
  padding: 2rem;
}

.msupply-loading .spinner img {
  width: 48px;
  height: 48px;
}

/* ---- Processing overlay (anchored to body) ---- */
.msupply-processing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.msupply-processing-overlay.show,
.msupply-processing-overlay[style*="display: block"],
.msupply-processing-overlay[style*="display: flex"] {
  display: flex !important;
}

.msupply-processing-overlay .spinner img {
  width: 48px;
  height: 48px;
}

/* ---- Toast notification ---- */
.msupply-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #28a745;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  animation: msupplySlideIn 0.3s ease;
  font-size: 0.95rem;
}

.msupply-toast.error {
  background: #dc3545;
}

@keyframes msupplySlideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.Chadwell-Blocks-Partners {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  background-size: contain !important;
}
@media (max-width: 767px) {
  .Chadwell-Blocks-Partners {
    margin-bottom: 30px;
  }
}
.Chadwell-Blocks-Partners a {
  color: inherit;
}
.Chadwell-Blocks-Partners h2 {
  margin-bottom: 10px;
}
.Chadwell-Blocks-Partners .row > div {
  margin-bottom: 20px;
}
.Chadwell-Blocks-Partners .row > div:last-child {
  margin-bottom: 0;
}

.Chadwell-Blocks-RecentPurchases .display-none {
  display: none;
}
.Chadwell-Blocks-RecentPurchases span.fa.preview-item {
  color: #0077C8;
}
.Chadwell-Blocks-RecentPurchases .recent-purchases-search-form {
  display: block;
  background: #eeeeee;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Blocks-RecentPurchases .search-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.Chadwell-Blocks-RecentPurchases .search-grid .column-span-3 {
  grid-column: span 2;
}
.Chadwell-Blocks-RecentPurchases .search-grid .column-span-2 {
  grid-column: span 2;
}
.Chadwell-Blocks-RecentPurchases .dropdown {
  margin-left: 20px;
}
.Chadwell-Blocks-RecentPurchases .active-toggle .view-items {
  display: inline;
  padding-right: 0.3rem;
}
.Chadwell-Blocks-RecentPurchases .active-toggle a {
  color: #97999b;
}
.Chadwell-Blocks-RecentPurchases .active-toggle .fa, .Chadwell-Blocks-RecentPurchases .active-toggle .fas {
  cursor: pointer;
  font-size: 1.5rem;
  vertical-align: middle;
}
.Chadwell-Blocks-RecentPurchases .active-toggle .active {
  color: #0077C8;
}
.Chadwell-Blocks-RecentPurchases .active-toggle .inactive {
  color: #97999b;
}
.Chadwell-Blocks-RecentPurchases .btn-primary {
  width: 150px;
}
.Chadwell-Blocks-RecentPurchases .flex-container-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: centers;
  margin: 0 auto;
  max-width: "1024px";
}
.Chadwell-Blocks-RecentPurchases .flex-container-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: space-between;
  max-width: "1024px";
}
.Chadwell-Blocks-RecentPurchases .flex-left {
  align-self: flex-start;
}
.Chadwell-Blocks-RecentPurchases .flex-right {
  align-self: flex-end;
}
.Chadwell-Blocks-RecentPurchases .center-text {
  text-align: center;
}
.Chadwell-Blocks-RecentPurchases #grid table {
  min-width: 100%;
}
.Chadwell-Blocks-RecentPurchases .clickable {
  cursor: pointer;
}
.Chadwell-Blocks-RecentPurchases .k-grouping-row {
  cursor: pointer;
}
.Chadwell-Blocks-RecentPurchases .k-grid {
  border: 0;
}
.Chadwell-Blocks-RecentPurchases .k-grid td.k-group-cell {
  background-color: #ffffff;
}
.Chadwell-Blocks-RecentPurchases .k-grid .k-grouping-row td {
  background-color: #0077c8;
  color: white;
  border-top: 2px solid #ffffff;
  border-radius: 6px;
  padding: 5px;
}
.Chadwell-Blocks-RecentPurchases .k-grid .k-grouping-row .k-icon {
  color: white;
}
.Chadwell-Blocks-RecentPurchases .k-grid .k-filter-row th, .Chadwell-Blocks-RecentPurchases .k-grid .k-grid-header th.k-header {
  border-style: none;
}
.Chadwell-Blocks-RecentPurchases .k-grid .k-autocomplete, .Chadwell-Blocks-RecentPurchases .k-grid .k-draghandle, .Chadwell-Blocks-RecentPurchases .k-grid .k-dropdown-wrap, .Chadwell-Blocks-RecentPurchases .k-grid .k-grid-header, .Chadwell-Blocks-RecentPurchases .k-grid .k-grouping-header, .Chadwell-Blocks-RecentPurchases .k-grid .k-header, .Chadwell-Blocks-RecentPurchases .k-grid .k-numeric-wrap, .Chadwell-Blocks-RecentPurchases .k-grid .k-pager-wrap, .Chadwell-Blocks-RecentPurchases .k-grid .k-panelbar .k-tabstrip-items .k-item, .Chadwell-Blocks-RecentPurchases .k-grid .k-picker-wrap, .Chadwell-Blocks-RecentPurchases .k-grid .k-progressbar, .Chadwell-Blocks-RecentPurchases .k-grid .k-state-highlight, .Chadwell-Blocks-RecentPurchases .k-grid .k-tabstrip-items .k-item, .Chadwell-Blocks-RecentPurchases .k-grid .k-textbox, .Chadwell-Blocks-RecentPurchases .k-grid .k-toolbar, .Chadwell-Blocks-RecentPurchases .k-grid .km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-color: #ffffff;
}
.Chadwell-Blocks-RecentPurchases .mobile-grid {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  grid-gap: 1em;
}
.Chadwell-Blocks-RecentPurchases .mobile-grid .grid-center {
  grid-column: 2;
}
.Chadwell-Blocks-RecentPurchases .mobile-grid .grid-full-row {
  grid-column: 1/span 3;
  justify-items: end;
}
.Chadwell-Blocks-RecentPurchases .mobile-image-square {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 0;
}
.Chadwell-Blocks-RecentPurchases .mobile-image-square img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}
@media (max-width: 620px) {
  .Chadwell-Blocks-RecentPurchases .mobile-image-square {
    width: 70px;
    height: 70px;
  }
}
.Chadwell-Blocks-RecentPurchases .flex-end {
  justify-self: end;
}
.Chadwell-Blocks-RecentPurchases .action-button-container .success-message,
.Chadwell-Blocks-RecentPurchases .action-button-container .failure-message {
  display: none;
  padding-top: 4px;
}
.Chadwell-Blocks-RecentPurchases .action-button-container .success-message {
  color: green;
}
.Chadwell-Blocks-RecentPurchases .action-button-container .failure-message {
  color: #c8102e;
}
.Chadwell-Blocks-RecentPurchases .action-button-container input {
  font-size: small;
  color: white;
  background: #c8102e;
  min-width: 110px;
  margin-bottom: 4px;
}
.Chadwell-Blocks-RecentPurchases .action-button-container input:hover {
  text-decoration: none;
}
.Chadwell-Blocks-RecentPurchases .button {
  background-color: #0077C8;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}
.Chadwell-Blocks-RecentPurchases .button:hover {
  max-width: 300px;
}
.Chadwell-Blocks-RecentPurchases .icon {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}
.Chadwell-Blocks-RecentPurchases .text {
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
}
.Chadwell-Blocks-RecentPurchases .input-group-text {
  line-height: 0.6;
}
.Chadwell-Blocks-RecentPurchases .input-group-append {
  width: 500px;
  margin-left: 1px;
}
@media (max-width: 1024px) {
  .Chadwell-Blocks-RecentPurchases .mb-3 {
    width: 80%;
  }
  .Chadwell-Blocks-RecentPurchases .input-group-append {
    width: 40%;
    display: -webkit-inline-box;
  }
  .Chadwell-Blocks-RecentPurchases .input-group-text {
    font-size: inherit;
  }
  .Chadwell-Blocks-RecentPurchases #undo-label {
    position: relative;
    width: 10%;
    padding-right: 5px;
    padding-left: 15px;
  }
  .Chadwell-Blocks-RecentPurchases #group-by {
    padding-left: 10px;
    width: max-content;
  }
}
.Chadwell-Blocks-RecentPurchases div#undo-label a#clear-recent-purchases-search {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.Chadwell-Blocks-RecentPurchases div#group-by div#categorygrid {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
@media (max-width: 620px) {
  .Chadwell-Blocks-RecentPurchases .mb-3 {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .Chadwell-Blocks-RecentPurchases .mb-3 {
    width: 40%;
  }
}
@media (max-width: 430px) {
  .Chadwell-Blocks-RecentPurchases .mb-3 {
    width: 20%;
  }
  .Chadwell-Blocks-RecentPurchases #recent-purchases-search {
    width: max-content;
  }
  .Chadwell-Blocks-RecentPurchases .input-group-text {
    font-size: 0.8rem;
  }
  .Chadwell-Blocks-RecentPurchases #group-by {
    width: max-content;
    padding-left: 20px;
  }
}
@media (max-width: 380px) {
  .Chadwell-Blocks-RecentPurchases #group-by {
    padding-left: 80px;
  }
}
@media (max-width: 300px) {
  .Chadwell-Blocks-RecentPurchases #group-by {
    padding-left: 40px;
  }
}
.Chadwell-Blocks-RecentPurchases .mb-3, .Chadwell-Blocks-RecentPurchases .my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 10px;
}
.Chadwell-Blocks-RecentPurchases .lds-dual-ring {
  display: inline-block;
}
.Chadwell-Blocks-RecentPurchases .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px;
  margin-left: 20px;
  border-radius: 50%;
  border: 4px solid #97999b;
  border-color: #97999b transparent #97999b transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Chadwell-Blocks-ResourceLinkBlock {
  margin-bottom: 15px;
}
.Chadwell-Blocks-ResourceLinkBlock .div-inline {
  display: inline-block;
}

.Chadwell-Blocks-RotatingHeroBlock {
  margin-top: -19px;
  position: relative;
}
.Chadwell-Blocks-RotatingHeroBlock #owl-background .item img {
  display: block;
  width: 100%;
}
.Chadwell-Blocks-RotatingHeroBlock .item {
  position: relative;
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block {
  position: relative;
  left: 300px;
  bottom: 200px;
  width: 408px;
  height: 350px;
  border-radius: 6px;
  opacity: 0.78;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 6px;
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block h1,
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p {
  font-weight: 300;
  color: white !important;
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block h1 {
  font-size: 2.5rem;
}
@media (max-width: 1140px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 800px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block h1 {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media (max-width: 700px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block h1 {
    font-size: 1.2rem;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p,
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block a {
  font-size: 1.2rem;
}
@media (max-width: 1140px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p,
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block a {
    font-size: 1.1rem;
  }
}
@media (max-width: 800px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p,
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block a {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p,
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block a {
    font-size: 0.9rem;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p {
  line-height: 2rem;
}
@media (max-width: 1140px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p {
    line-height: 1.6rem;
  }
}
@media (max-width: 800px) {
  .Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block p {
    line-height: 1.4rem;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .Chadwell-Background-Block a {
  font-weight: 400;
  color: white !important;
}
.Chadwell-Blocks-RotatingHeroBlock .owl-carousel .owl-stage-outer,
.Chadwell-Blocks-RotatingHeroBlock .overlay-content,
.Chadwell-Blocks-RotatingHeroBlock .background-content {
  width: 100%;
}
.Chadwell-Blocks-RotatingHeroBlock .background-content {
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1140px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content {
    padding-bottom: 130px;
  }
}
@media (max-width: 800px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content {
    padding-bottom: 170px;
  }
}
@media (max-width: 700px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content {
    padding-bottom: 20px;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .background-content .item {
  position: relative;
}
.Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 700px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 408px;
  z-index: 2;
  padding: 20px 5px;
  pointer-events: auto;
  opacity: 0;
}
@media (max-width: 1140px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
    width: 350px;
    top: 140px;
    bottom: auto;
  }
}
@media (max-width: 800px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
    width: 310px;
    top: 140px;
  }
}
@media (max-width: 700px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    left: auto;
    block-size: auto;
  }
}
@media (max-width: 400px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    left: auto;
    block-size: auto;
  }
}
@media (max-width: 300px) {
  .Chadwell-Blocks-RotatingHeroBlock .background-content .item .overlay-slide-content .overlay-one-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    left: auto;
    block-size: auto;
  }
}
.Chadwell-Blocks-RotatingHeroBlock .background-content .owl-item.active .overlay-slide-content .overlay-one-container,
.Chadwell-Blocks-RotatingHeroBlock .background-content .owl-item.owl-animated-in .overlay-slide-content .overlay-one-container,
.Chadwell-Blocks-RotatingHeroBlock .background-content .owl-item.owl-animated-out .overlay-slide-content .overlay-one-container {
  opacity: 1;
  transform: translateY(0);
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.Chadwell-Blocks-RotatingHeroBlock .overlay-content {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.Chadwell-Blocks-RotatingHeroBlock .overlay-content .overlay-content-inner {
  height: 100%;
  position: relative;
}
.Chadwell-Blocks-RotatingHeroBlock .overlay-content .overlay-content-inner .overlay-two-container {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
  top: 30px;
  right: 15px;
  width: 260px;
  background: white;
  padding: 20px 30px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1010px) {
  .Chadwell-Blocks-RotatingHeroBlock .overlay-content .overlay-content-inner .overlay-two-container {
    width: 190px;
  }
}
@media (max-width: 750px) {
  .Chadwell-Blocks-RotatingHeroBlock .overlay-content .overlay-content-inner .overlay-two-container {
    display: none;
  }
}

div[data-epi-content-name] .Chadwell-Blocks-RotatingHeroBlock {
  margin-top: 0;
  min-height: 800px;
  margin-bottom: 50px;
}
div[data-epi-content-name] .Chadwell-Blocks-RotatingHeroBlock .overlay-content .overlay-content-inner .overlay-two-container {
  top: 70px;
}

.Chadwell-GridBlocks-ThreeColGridBlock {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-GridBlocks-ThreeColGridBlock .row > div {
    margin-bottom: 20px;
  }
  .Chadwell-GridBlocks-ThreeColGridBlock .row > div:last-child {
    margin-bottom: 0;
  }
}

.Chadwell-GridBlocks-TwoColGridBlock-25-75 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-GridBlocks-TwoColGridBlock-25-75 .row > div {
    margin-bottom: 20px;
  }
  .Chadwell-GridBlocks-TwoColGridBlock-25-75 .row > div:last-child {
    margin-bottom: 0;
  }
}

.Chadwell-GridBlocks-TwoColGridBlock-50-50 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-GridBlocks-TwoColGridBlock-50-50 .row > div {
    margin-bottom: 20px;
  }
  .Chadwell-GridBlocks-TwoColGridBlock-50-50 .row > div:last-child {
    margin-bottom: 0;
  }
}

.Chadwell-GridBlocks-TwoColGridBlock-75-25 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-GridBlocks-TwoColGridBlock-75-25 .row > div {
    margin-bottom: 20px;
  }
  .Chadwell-GridBlocks-TwoColGridBlock-75-25 .row > div:last-child {
    margin-bottom: 0;
  }
}

.Chadwell-Blocks-UniversityCourseListBlock {
  margin-top: 30px;
}
.Chadwell-Blocks-UniversityCourseListBlock .course-header {
  margin-bottom: 20px;
}
.Chadwell-Blocks-UniversityCourseListBlock .course-header .float-right {
  padding-top: 6px;
}
@media (max-width: 600px) {
  .Chadwell-Blocks-UniversityCourseListBlock .course-header .float-left,
  .Chadwell-Blocks-UniversityCourseListBlock .course-header .float-right {
    padding-top: 0;
    float: none !important;
  }
}
.Chadwell-Blocks-UniversityCourseListBlock .course {
  margin-bottom: 45px;
}
.Chadwell-Blocks-UniversityCourseListBlock .course strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.Chadwell-Blocks-UniversityCourseListBlock .course img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.Chadwell-Blocks-UniversityScheduleBlock {
  margin-top: 30px;
}
.Chadwell-Blocks-UniversityScheduleBlock h3 {
  margin-top: 10px;
}
.Chadwell-Blocks-UniversityScheduleBlock h4 {
  margin-bottom: 10px;
}
.Chadwell-Blocks-UniversityScheduleBlock .filter-container, .Chadwell-Blocks-UniversityScheduleBlock .to {
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
}
.Chadwell-Blocks-UniversityScheduleBlock .to {
  margin-left: 4px;
  margin-right: 4px;
}
.Chadwell-Blocks-UniversityScheduleBlock .filter-container-courses > span.k-combobox {
  width: 300px;
}
.Chadwell-Blocks-UniversityScheduleBlock .notice {
  color: #c8102e;
}
.Chadwell-Blocks-UniversityScheduleBlock #list-view {
  border: none;
  margin-top: 20px;
}
.Chadwell-Blocks-UniversityScheduleBlock .list-class {
  padding: 20px;
  overflow: hidden;
  background: #fbfbfb;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Blocks-UniversityScheduleBlock .email-button {
  width: 10%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.Chadwell-Blocks-UniversityScheduleBlock #email-list {
  width: auto;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.Chadwell-Blocks-UniversityScheduleBlock #email-list label[class=error] {
  width: 100%;
}
@media (max-width) {
  .Chadwell-Blocks-UniversityScheduleBlock #email-list {
    width: 100%;
    min-width: 0;
  }
  .Chadwell-Blocks-UniversityScheduleBlock #email-list .no-gutters {
    margin-bottom: 30px;
  }
  .Chadwell-Blocks-UniversityScheduleBlock #email-list input {
    width: 100%;
  }
}
.Chadwell-Blocks-UniversityScheduleBlock #email-list input {
  margin: 4px 4px 0 4px;
  width: 90%;
}
.Chadwell-Blocks-UniversityScheduleBlock .registration {
  margin-top: 20px;
}
.Chadwell-Blocks-UniversityScheduleBlock .registration input[type=button] {
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s all;
  background: #c8102e;
  border: 1px solid #c8102e;
}
.Chadwell-Blocks-UniversityScheduleBlock .registration input[type=button]:hover {
  background: #c8102e;
}
.Chadwell-Blocks-UniversityScheduleBlock .remindMe {
  margin-top: 20px;
}
.Chadwell-Blocks-UniversityScheduleBlock .remindMe input[type=button] {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.Chadwell-Blocks-UniversityScheduleBlock .schedule-content {
  display: none;
}
.Chadwell-Blocks-UniversityScheduleBlock .schedule-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Blocks-UniversityScheduleBlock .schedule-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Blocks-UniversityScheduleBlock .loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}

.Chadwell-YouTube-Block .video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.Chadwell-YouTube-Block .video-container iframe,
.Chadwell-YouTube-Block .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Chadwell-YouTube-Block .video-wrap {
  width: 100%;
  max-width: 750px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-AccountImpersonationPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-AccountImpersonationPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-AccountImpersonationPage .impersonation-table {
  display: none;
}
.Chadwell-Pages-AccountImpersonationPage .btn-stop-impersonating {
  top: -2px;
  width: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .Chadwell-Pages-AccountImpersonationPage .btn-stop-impersonating {
    top: 10px;
    display: block;
    margin-bottom: 25px;
  }
}
.Chadwell-Pages-AccountImpersonationPage .btn-mobile-impersonate {
  margin-top: 4px;
}
.Chadwell-Pages-AccountImpersonationPage .k-grid, .Chadwell-Pages-AccountImpersonationPage .mobile-items {
  margin-bottom: 20px;
}
.Chadwell-Pages-AccountImpersonationPage .mobile-items div {
  margin-bottom: 5px;
}
.Chadwell-Pages-AccountImpersonationPage .mobile-items div strong {
  display: block;
}
.Chadwell-Pages-AccountImpersonationPage .mobile-items button {
  margin-top: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Chadwell-Pages-AccountImpersonationPage table, .Chadwell-Pages-AccountImpersonationPage .k-grid {
    display: block;
  }
}
.Chadwell-Pages-AccountImpersonationPage .k-grid colgroup col:nth-child(2) {
  width: 160px;
}
.Chadwell-Pages-AccountImpersonationPage .k-grid colgroup col:nth-child(4) {
  width: 120px;
}
.Chadwell-Pages-AccountImpersonationPage .search-form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.Chadwell-Pages-AccountPreferencesPage table {
  margin-bottom: 15px;
}
.Chadwell-Pages-AccountPreferencesPage table td {
  padding-left: 6px;
  padding-right: 6px;
}
.Chadwell-Pages-AccountPreferencesPage .form-check-label {
  margin-bottom: 15px;
}

.Chadwell-Pages-AddressesPage .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Chadwell-Pages-AddressesPage .modal label {
  font-weight: 600;
}
.Chadwell-Pages-AddressesPage .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-AddressesPage .modal .error-message {
  display: none;
}
.Chadwell-Pages-AddressesPage .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-AddressesPage .address-container {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-AddressesPage .address-container table {
  margin-bottom: 15px;
}
.Chadwell-Pages-AddressesPage .address-container table td {
  padding-left: 6px;
  padding-right: 6px;
}
.Chadwell-Pages-AddressesPage .address-container .error-message {
  display: none;
}

.Chadwell-Pages-AlternateChoicesAdminPage h4, .Chadwell-Pages-AlternateChoicesAdminPage button {
  margin-top: 20px;
}
.Chadwell-Pages-AlternateChoicesAdminPage h4 {
  margin-bottom: 20px;
}
.Chadwell-Pages-AlternateChoicesAdminPage label {
  font-weight: 600;
}
.Chadwell-Pages-AlternateChoicesAdminPage .form-validation-error {
  display: none;
}
.Chadwell-Pages-AlternateChoicesAdminPage .k-grid tbody tr {
  cursor: move;
}
.Chadwell-Pages-AlternateChoicesAdminPage .btn-primary {
  font-size: 1.2rem;
}
.Chadwell-Pages-AlternateChoicesAdminPage form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-AlternateChoicesAdminPage form {
    width: inherit;
  }
}
.Chadwell-Pages-AlternateChoicesAdminPage .loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}

.Chadwell-Pages-BackInStockSubscriptions .inner-container {
  margin-bottom: 20px;
}
.Chadwell-Pages-BackInStockSubscriptions .table-container {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards .text-right, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards .text-center, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards table, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards thead, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards tbody, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards th, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards td, .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-BackInStockSubscriptions .table-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-BackInStockSubscriptions .mobile-select-all {
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-BackInStockSubscriptions .mobile-select-all {
    display: none;
  }
}
.Chadwell-Pages-BackInStockSubscriptions .mobile-select-all label,
.Chadwell-Pages-BackInStockSubscriptions .mobile-select-all label input {
  cursor: pointer;
}

.Chadwell-Pages-CatalogEntry .manufacturer-logo {
  margin-bottom: 10px;
}
.Chadwell-Pages-CatalogEntry .manufacturer-logo img {
  width: 100px;
  height: auto;
}
.Chadwell-Pages-CatalogEntry .manufacturer-logo-not-exist {
  margin-bottom: 10px;
}
.Chadwell-Pages-CatalogEntry .manufacturer-logo-not-exist img {
  width: 100px;
  height: 100px;
  visibility: hidden;
}
.Chadwell-Pages-CatalogEntry .quantity-textbox {
  width: 80px;
  margin-right: 10px;
}
.Chadwell-Pages-CatalogEntry input[type=text] {
  width: 90px;
  margin-right: 10px;
}
.Chadwell-Pages-CatalogEntry .btn-cart {
  color: white;
  min-width: 80px;
  background: #c8102e;
}
.Chadwell-Pages-CatalogEntry .success-message,
.Chadwell-Pages-CatalogEntry .failure-message {
  display: none;
  padding-top: 4px;
  text-align: center;
  min-width: 80px;
}
.Chadwell-Pages-CatalogEntry .success-message {
  color: green;
}
.Chadwell-Pages-CatalogEntry .failure-message {
  color: #c8102e;
}
.Chadwell-Pages-CatalogEntry .product-links {
  line-height: 2rem;
}
.Chadwell-Pages-CatalogEntry .product-links {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.Chadwell-Pages-CatalogEntry .product-links a {
  margin-right: 20px;
  white-space: nowrap;
}
.Chadwell-Pages-CatalogEntry .product-links a:last-child {
  margin-right: 0;
}
.Chadwell-Pages-CatalogEntry .product-links .add-to-quick-order-message, .Chadwell-Pages-CatalogEntry .product-links .add-to-quick-order-wait {
  padding-right: 15px;
}
.Chadwell-Pages-CatalogEntry .price-strike-thru {
  color: #97999b;
  padding-right: 0;
  text-decoration: line-through;
  font-weight: 400;
}
.Chadwell-Pages-CatalogEntry .strong-price {
  color: orange;
  font-size: 18px;
  margin-left: 3px;
  font-weight: 600;
}
.Chadwell-Pages-CatalogEntry .price-column {
  padding-top: 5px;
}
.Chadwell-Pages-CatalogEntry .cart-column {
  padding-left: 0px;
}
.Chadwell-Pages-CatalogEntry label,
.Chadwell-Pages-CatalogEntry strong {
  margin-right: 5px;
  font-weight: 600;
}
.Chadwell-Pages-CatalogEntry .no-break {
  margin-right: 10px;
  white-space: nowrap;
}
.Chadwell-Pages-CatalogEntry .no-break:last-child {
  margin-left: 0;
}
.Chadwell-Pages-CatalogEntry .dropdown-menu-add-to-list {
  padding: 10px;
  text-align: center;
}
.Chadwell-Pages-CatalogEntry .tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Chadwell-Pages-CatalogEntry .tabs .tab-content {
  padding-top: 18px;
}
.Chadwell-Pages-CatalogEntry .tabs .tab-content ul {
  padding-left: 18px;
}
.Chadwell-Pages-CatalogEntry .custom-icon {
  padding-top: 15px;
}
.Chadwell-Pages-CatalogEntry .custom-icon img {
  max-width: 125px;
}
.Chadwell-Pages-CatalogEntry .mobile-alternate-sizes {
  display: none;
}
@media (max-width: 800px) {
  .Chadwell-Pages-CatalogEntry .mobile-alternate-sizes {
    display: block;
  }
}
.Chadwell-Pages-CatalogEntry .mobile-alternate-sizes .size-options {
  margin-top: -5px;
}
.Chadwell-Pages-CatalogEntry .mobile-alternate-sizes .size-options .size-options-select {
  margin-bottom: 10px;
  margin-top: -5px;
}
.Chadwell-Pages-CatalogEntry .legend-container {
  display: flex;
  margin-top: 5px;
  font-size: 10px;
}
.Chadwell-Pages-CatalogEntry .legend {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.Chadwell-Pages-CatalogEntry .legend .stock-indicator-instock, .Chadwell-Pages-CatalogEntry .legend .stock-indicator-outofstock {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}
.Chadwell-Pages-CatalogEntry .legend .stock-indicator-instock {
  background-color: green;
}
.Chadwell-Pages-CatalogEntry .legend .stock-indicator-outofstock {
  background-color: #c8102e;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes {
  display: block;
}
@media (max-width: 800px) {
  .Chadwell-Pages-CatalogEntry .desktop-alternate-sizes {
    display: none;
  }
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options {
  margin-bottom: 15px;
  margin-top: -5px;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options .size-option {
  border: 1px solid #eeeeee;
  display: inline-block;
  margin-right: 15px;
  padding: 10px;
  position: relative;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options .size-option .stock-indicator-instock, .Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options .size-option .stock-indicator-outofstock {
  position: absolute;
  bottom: -13px;
  right: -6px;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options .size-option .stock-indicator-instock:before {
  content: " ●";
  font-size: 25px;
  color: green;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-options .size-option .stock-indicator-outofstock:before {
  content: " ●";
  font-size: 25px;
  color: #c8102e;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .selected-size {
  background-color: #0077C8;
  color: white;
}
.Chadwell-Pages-CatalogEntry .desktop-alternate-sizes .size-option-link {
  text-decoration: none;
  color: black;
}
.Chadwell-Pages-CatalogEntry .color-options {
  margin-top: -10px;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option-container {
  display: inline-block;
  padding: 5px 5px 5px 0;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option-container .color-option-next {
  border-bottom: 3px solid transparent;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option {
  min-height: 30px;
  min-width: 30px;
  max-height: 30px;
  max-width: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: 2px;
  position: relative;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option .stock-indicator-instock, .Chadwell-Pages-CatalogEntry .color-options .color-option .stock-indicator-outofstock {
  position: absolute;
  bottom: -13px;
  right: -6px;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option .stock-indicator-instock:before {
  content: " ●";
  font-size: 20px;
  color: green;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option .stock-indicator-outofstock:before {
  content: " ●";
  font-size: 20px;
  color: #c8102e;
}
.Chadwell-Pages-CatalogEntry .color-options .color-option-link {
  text-decoration: none;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details {
  display: none;
}
@media (max-width: 800px) {
  .Chadwell-Pages-CatalogEntry .mobile-product-details {
    display: block;
  }
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-photo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .Chadwell-Pages-CatalogEntry .mobile-product-details .mobile-thumbnails {
    display: none;
  }
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .mobile-details {
  margin-top: 20px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .mobile-details .logos img {
  width: auto;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-links {
  text-align: center;
  margin-bottom: 40px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .custom-icon-mobile img {
  width: 100%;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .photos img {
  width: auto;
  height: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .photos img:first-child {
  display: block;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .thumbnails img {
  width: auto;
  height: 70px;
  padding: 6px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .brand-logo {
  top: -6px;
  left: 6px;
  position: absolute;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .brand-logo img {
  width: auto;
  height: 40px;
}
.Chadwell-Pages-CatalogEntry .mobile-product-details .product-images .other-logos img {
  width: auto;
  height: 50px;
  padding: 8px;
  display: inline-block;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details {
  padding: 15px;
  display: block;
  margin-top: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-CatalogEntry .desktop-product-details {
    display: none;
  }
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .photos img {
  width: auto;
  height: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .photos img:first-child {
  display: block;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .thumbnails img {
  width: auto;
  height: 70px;
  padding: 6px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .brand-logo {
  top: -6px;
  left: 6px;
  position: absolute;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .brand-logo img {
  width: auto;
  height: 40px;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-images .other-logos img {
  width: auto;
  height: 50px;
  padding: 8px;
  display: inline-block;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-title.product-is-new {
  position: relative;
  overflow: hidden;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-title.product-is-new h1 {
  margin-right: 70px;
}
.Chadwell-Pages-CatalogEntry .desktop-product-details .product-title.product-is-new img {
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
  position: absolute;
}
.Chadwell-Pages-CatalogEntry .cross-sell i {
  padding-right: 10px;
}
.Chadwell-Pages-CatalogEntry .cross-sell a.cross-sell-toggle {
  text-decoration: none;
  color: #ffffff;
}
.Chadwell-Pages-CatalogEntry .cross-sell.expanded .cross-sell-body {
  display: block;
}
.Chadwell-Pages-CatalogEntry .cross-sell.collapsed .cross-sell-body {
  display: none;
}
.Chadwell-Pages-CatalogEntry .related-products,
.Chadwell-Pages-CatalogEntry .perform-products,
.Chadwell-Pages-CatalogEntry .parts-block {
  margin-top: 30px;
}
.Chadwell-Pages-CatalogEntry .related-products h3,
.Chadwell-Pages-CatalogEntry .perform-products h3,
.Chadwell-Pages-CatalogEntry .parts-block h3 {
  color: white;
  padding: 10px 15px;
  background: #0077C8;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product {
  margin-bottom: 30px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner {
  transition: 0.5s ease all;
  border: 1px solid #eeeeee;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner:hover,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner:hover,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner:hover {
  border: 1px solid #97999b;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header {
  height: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header img,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header img,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header img {
  width: auto;
  height: 150px;
  max-width: 90%;
  display: inline;
  margin-top: 50px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .preview,
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .compare,
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .favorite,
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .result-purchase,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .preview,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .compare,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .favorite,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .result-purchase,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .preview,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .compare,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .favorite,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .result-purchase {
  top: 4px;
  background: white;
  position: absolute;
  transition: 0.5s ease all;
  color: #0077C8;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .preview,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .preview,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .preview {
  left: 4px;
  font-size: 12px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .compare,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .compare,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .compare {
  right: 4px;
  font-size: 12px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .favorite,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .favorite,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .favorite {
  left: 30px;
  font-size: 12px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-header .result-purchase,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-header .result-purchase,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-header .result-purchase {
  left: 68px;
  font-size: 12px;
  top: 9px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body,
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body {
  font-size: 12px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body .product-title,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body .product-title,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body .product-title {
  height: 38px;
  overflow: hidden;
  margin-bottom: 6px;
  color: #0077C8;
  font-weight: 700;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body .product-title a,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body .product-title a,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body .product-title a {
  color: #0077C8;
}
@media (max-width: 991px) {
  .Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body .product-title,
  .Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body .product-title,
  .Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body .product-title {
    height: auto;
  }
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-body strong,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-body strong,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-body strong {
  font-weight: 600;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-alternates,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-alternates,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-alternates {
  font-size: 12px;
  padding: 10px;
  margin-top: -10px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer {
  border-top: 1px solid rgb(216, 216.75, 217.5);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer .details,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer .details,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer .details {
  color: #97999b;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer .catalog-page-container,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer .catalog-page-container,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer .catalog-page-container {
  width: 40%;
  text-align: center;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer .price,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer .price,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer .price {
  padding: 5px;
  padding-right: 7px;
  color: #97999b;
  font-weight: 600;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer .price-strike-thru,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer .price-strike-thru,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer .price-strike-thru {
  padding-right: 0;
  color: #c8102e;
  text-decoration: line-through;
  font-weight: 400;
}
.Chadwell-Pages-CatalogEntry .related-products .grid-mode .product .product-inner .product-footer .cart,
.Chadwell-Pages-CatalogEntry .perform-products .grid-mode .product .product-inner .product-footer .cart,
.Chadwell-Pages-CatalogEntry .parts-block .grid-mode .product .product-inner .product-footer .cart {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-CatalogEntry .owl-dots {
  margin-top: 0 !important;
}

.Chadwell-Blocks-PartsBlock {
  text-align: left !important;
}
.Chadwell-Blocks-PartsBlock a {
  color: inherit;
}
.Chadwell-Blocks-PartsBlock a:hover {
  color: #0077C8;
}
.Chadwell-Blocks-PartsBlock .success-message,
.Chadwell-Blocks-PartsBlock .failure-message {
  display: none;
  padding-top: 12px;
}
.Chadwell-Blocks-PartsBlock .success-message {
  color: green;
}
.Chadwell-Blocks-PartsBlock .failure-message {
  color: #c8102e;
}
.Chadwell-Blocks-PartsBlock .product .product-header {
  min-height: 150px;
}
.Chadwell-Blocks-PartsBlock .product img {
  width: auto;
  height: 80px;
  display: block;
  max-width: 100%;
  margin-bottom: 8px;
}
.Chadwell-Blocks-PartsBlock .product .sku, .Chadwell-Blocks-PartsBlock .product label {
  color: #3d3d3d;
}
.Chadwell-Blocks-PartsBlock .product .sku {
  margin-top: 8px;
  margin-bottom: 8px;
}
.Chadwell-Blocks-PartsBlock .product .list-price {
  margin-right: 4px;
  color: #c8102e;
  text-decoration: line-through;
}
.Chadwell-Blocks-PartsBlock .product .your-price {
  font-weight: 600;
}
.Chadwell-Blocks-PartsBlock .product input[type=number],
.Chadwell-Blocks-PartsBlock .product input[type=submit] {
  padding: 3px;
  margin-top: 8px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Blocks-PartsBlock .product input[type=number] {
  width: 50px;
  background: #eeeeee;
  padding-left: 8px;
}
.Chadwell-Blocks-PartsBlock .product input[type=submit] {
  color: white;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s all;
  background: #c8102e;
  border: 1px solid #c8102e;
}
.Chadwell-Blocks-PartsBlock .product input[type=submit]:hover {
  background: rgb(152.7777777778, 12.2222222222, 35.1388888889);
}
.Chadwell-Blocks-PartsBlock .product .cart {
  color: white;
  background: #c8102e;
}
.Chadwell-Blocks-PartsBlock .owl-dots {
  margin-top: 0 !important;
}

.Chadwell-Pages-CatalogPage .dropdowns {
  margin-top: 10px;
}
.Chadwell-Pages-CatalogPage .dropdowns label {
  margin-left: 10px;
  margin-right: 4px;
  font-weight: 600;
}
.Chadwell-Pages-CatalogPage .dropdowns select {
  padding: 3px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-CatalogPage .list-content,
.Chadwell-Pages-CatalogPage .grid-content {
  display: none;
  margin-top: 15px;
}
.Chadwell-Pages-CatalogPage .list-content a,
.Chadwell-Pages-CatalogPage .grid-content a {
  display: block;
}
.Chadwell-Pages-CatalogPage .list-content a {
  padding: 5px;
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-CatalogPage .list-content a:last-child {
  border-bottom: none;
}
.Chadwell-Pages-CatalogPage .list-content a:hover {
  background: #eeeeee;
}
.Chadwell-Pages-CatalogPage .view-grid .grid-content,
.Chadwell-Pages-CatalogPage .view-list .list-content {
  display: block;
}
.Chadwell-Pages-CatalogPage .grid-content .item-container {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.Chadwell-Pages-CatalogPage .grid-content .item-container img {
  height: auto;
  max-width: 100%;
}
.Chadwell-Pages-CatalogPage .grid-content .item-container span {
  height: 45px;
  display: block;
  padding-top: 5px;
}

.Chadwell-Pages-CatalogLeftNav {
  margin-bottom: 20px;
}
.Chadwell-Pages-CatalogLeftNav a {
  padding: 8px;
  display: block;
}
.Chadwell-Pages-CatalogLeftNav .header {
  background: #0077C8;
}
.Chadwell-Pages-CatalogLeftNav .header a {
  color: white;
  font-weight: 600;
}
.Chadwell-Pages-CatalogLeftNav .body {
  background: #eeeeee;
  padding-bottom: 5px;
}
.Chadwell-Pages-CatalogLeftNav .body a {
  color: #3d3d3d;
}

.Chadwell-Pages-CheckoutPage .section {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .section {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.Chadwell-Pages-CheckoutPage h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage h4 {
    margin-top: 10px;
  }
}
.Chadwell-Pages-CheckoutPage .table-cell {
  background-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  border-top-color: #f2f2f2;
}
.Chadwell-Pages-CheckoutPage .table-cell-alternate {
  background-color: #ffffff;
  border-bottom-color: #f2f2f2;
  border-top-color: #f2f2f2;
}
.Chadwell-Pages-CheckoutPage .btn-confirm {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-CheckoutPage .section-minimal {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .section-minimal {
    margin-top: 10px;
  }
}
.Chadwell-Pages-CheckoutPage label {
  font-weight: 600;
}
.Chadwell-Pages-CheckoutPage .section-checkout {
  padding-right: 20px;
}
.Chadwell-Pages-CheckoutPage #generalerrors {
  display: none;
}
.Chadwell-Pages-CheckoutPage .emergency-shipping {
  margin-top: 10px;
}
.Chadwell-Pages-CheckoutPage .college-turn {
  margin-top: 10px;
}
.Chadwell-Pages-CheckoutPage .modal label {
  font-weight: 600;
}
.Chadwell-Pages-CheckoutPage .modal .spinner {
  text-align: center;
  display: none;
}
.Chadwell-Pages-CheckoutPage .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-CheckoutPage .modal .error-message {
  display: none;
}
.Chadwell-Pages-CheckoutPage .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-CheckoutPage .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-CheckoutPage .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}
.Chadwell-Pages-CheckoutPage .payment-schedule {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.Chadwell-Pages-CheckoutPage .payment-schedule .total {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #eeeeee;
}
.Chadwell-Pages-CheckoutPage .payment-schedule strong {
  width: 80px;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  font-weight: 600;
}
.Chadwell-Pages-CheckoutPage .payment-options {
  margin-top: 30px;
}
.Chadwell-Pages-CheckoutPage .payment-options button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .payment-options button {
    width: inherit;
  }
}
@media (max-width: 500px) {
  .Chadwell-Pages-CheckoutPage .payment-options .float-left,
  .Chadwell-Pages-CheckoutPage .payment-options .float-right {
    margin-top: 30px;
    float: none !important;
  }
}
.Chadwell-Pages-CheckoutPage .product-list-desktop {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .product-list-desktop {
    display: none;
  }
}
.Chadwell-Pages-CheckoutPage .product-list-desktop tr {
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-CheckoutPage .product-list-desktop tr:last-child {
  border-bottom: none;
}
.Chadwell-Pages-CheckoutPage .product-list-desktop th, .Chadwell-Pages-CheckoutPage .product-list-desktop td {
  padding: 10px;
  vertical-align: middle;
}
.Chadwell-Pages-CheckoutPage .product-list-desktop .custom-icon img {
  width: 60px;
  height: auto;
  margin-right: 6px;
}
@media (min-width: 767px) {
  .Chadwell-Pages-CheckoutPage .product-list-mobile {
    display: none;
  }
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-header {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-header img {
  width: auto;
  height: 150px;
  max-width: 90%;
  display: inline;
  margin-top: 10px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-body {
  padding: 20px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-body table {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-body table td {
  padding: 5px;
}
.Chadwell-Pages-CheckoutPage .product-list-mobile .mobile-product .product-body .custom-icon img {
  max-width: 75px;
  height: auto;
}
.Chadwell-Pages-CheckoutPage .couponcode {
  margin-top: 20px;
}
.Chadwell-Pages-CheckoutPage .couponcode input[type=text] {
  top: 1px;
  padding: 4px;
  width: 130px;
  position: relative;
  padding-bottom: 5px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-CheckoutPage .couponcode .couponcode-error {
  display: none;
}
.Chadwell-Pages-CheckoutPage .couponcode .coupon-hide {
  display: none;
}
.Chadwell-Pages-CheckoutPage .delivery {
  width: 50%;
  margin-bottom: 20px;
}
.Chadwell-Pages-CheckoutPage .delivery h2 {
  text-align: right;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .delivery {
    width: inherit;
  }
  .Chadwell-Pages-CheckoutPage .delivery h2 {
    text-align: left;
  }
}
.Chadwell-Pages-CheckoutPage .subtotal-wrapper {
  cursor: pointer;
}
.Chadwell-Pages-CheckoutPage .bmo-price {
  color: green;
}
.Chadwell-Pages-CheckoutPage .bmo-price.less-than-margin-warning {
  color: #c8102e;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .clearfix .float-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutPage .section-checkout.text-right {
    text-align: inherit !important;
  }
}
.Chadwell-Pages-CheckoutPage .hidden {
  display: none;
}
.Chadwell-Pages-CheckoutPage .delivery-fee-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 5px;
}

.Chadwell-Pages-CheckoutSentForApprovalPage h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutSentForApprovalPage h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-CheckoutSentForApprovalPage h4 {
    margin-top: 10px;
  }
}

.Chadwell-Pages-CheckoutPage-Address {
  line-height: 1.5rem;
}
.Chadwell-Pages-CheckoutPage-Address span {
  display: block;
}

/**/
.Chadwell-Pages-CourtesyAccountPage .max-width-100 {
  max-width: 100px;
}
.Chadwell-Pages-CourtesyAccountPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CourtesyAccountPage .error-messages {
  margin-top: 10px;
}
.Chadwell-Pages-CourtesyAccountPage .center-content {
  margin: 50px;
  text-align: center;
}
.Chadwell-Pages-CourtesyAccountPage .flex-float-right {
  margin-left: auto;
}
.Chadwell-Pages-CourtesyAccountPage #address-grid {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: auto;
}
.Chadwell-Pages-CourtesyAccountPage #address-grid,
.Chadwell-Pages-CourtesyAccountPage #customers th {
  border: 1px solid #eeeeee;
  padding: 8px;
}
.Chadwell-Pages-CourtesyAccountPage #address-grid tr:nth-child(even) {
  background-color: #f2f2f2;
}
.Chadwell-Pages-CourtesyAccountPage #address-grid tr:hover {
  background-color: #eeeeee;
}
.Chadwell-Pages-CourtesyAccountPage #address-grid th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0077C8;
  color: white;
  font: initial;
}
.Chadwell-Pages-CourtesyAccountPage .wizard-buttons {
  display: flex;
  justify-content: space-between;
}
.Chadwell-Pages-CourtesyAccountPage .wizard-buttons input {
  min-width: 125px;
  margin: 0 2px 0 2px;
}
.Chadwell-Pages-CourtesyAccountPage .wizard-buttons input .btn-danger {
  background-color: #c8102e;
}
.Chadwell-Pages-CourtesyAccountPage .centered-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.Chadwell-Pages-CourtesyAccountPage .centered-buttons input {
  min-width: 125px;
  margin: 0 2px 0 2px;
}
.Chadwell-Pages-CourtesyAccountPage .display-none {
  display: none;
}
.Chadwell-Pages-CourtesyAccountPage .row {
  margin-top: 10px;
}
.Chadwell-Pages-CourtesyAccountPage #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .Chadwell-Pages-CourtesyAccountPage .k-dropdown {
    width: 100%;
    display: block;
  }
  .Chadwell-Pages-CourtesyAccountPage .wizard-buttons {
    display: block;
    width: 100%;
  }
  .Chadwell-Pages-CourtesyAccountPage .wizard-buttons input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.Chadwell-Pages-CourtesyAccountPage #list-view {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .Chadwell-Pages-CourtesyAccountPage #list-view {
    max-width: 95%;
  }
}
.Chadwell-Pages-CourtesyAccountPage #list-view .item {
  padding: 15px;
  padding-bottom: 0;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  justify-content: center;
}
.Chadwell-Pages-CourtesyAccountPage #list-view .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-CourtesyAccountPage #list-view .item label {
  font-weight: 800;
}
.Chadwell-Pages-CourtesyAccountPage #list-view .item .item-buttons {
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .Chadwell-Pages-CourtesyAccountPage #list-view .item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Chadwell-Pages-CourtesyAccountPage .k-listview {
  border: none !important;
  margin-top: 20px;
}
.Chadwell-Pages-CourtesyAccountPage .required:after {
  content: " *";
  color: #c8102e;
}
.Chadwell-Pages-CourtesyAccountPage .form-control {
  height: auto;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows {
  border: none;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows .toolbar > .btn {
  background-color: #c8102e;
  border-color: #c8102e;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows > .nav .nav-link.active {
  background: #c8102e;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows > .nav .nav-link.active::after {
  border-left-color: #c8102e;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows > .nav .nav-link.done {
  background: #0077C8;
}
.Chadwell-Pages-CourtesyAccountPage .sw-theme-arrows > .nav .nav-link.done::after {
  border-left-color: #0077C8;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRApproveNewUserPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRApproveNewUserPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRApproveNewUserPage .in-progress {
  font-weight: bold;
}
.Chadwell-Pages-CSRApproveNewUserPage textarea {
  width: 100%;
}
.Chadwell-Pages-CSRApproveNewUserPage .table-plain tbody tr, .Chadwell-Pages-CSRApproveNewUserPage .table-plain tbody tr:hover, .Chadwell-Pages-CSRApproveNewUserPage .table-plain tbody td, .Chadwell-Pages-CSRApproveNewUserPage .table-plain-bordered tbody tr, .Chadwell-Pages-CSRApproveNewUserPage .table-plain-bordered tbody tr:hover, .Chadwell-Pages-CSRApproveNewUserPage .table-plain-bordered tbody td {
  background-color: transparent;
}
.Chadwell-Pages-CSRApproveNewUserPage .table-plain-bordered td {
  border: 1px solid #eeeeee;
}
.Chadwell-Pages-CSRApproveNewUserPage .table-dark {
  background-color: #0077C8;
}
.Chadwell-Pages-CSRApproveNewUserPage .table-dark td, .Chadwell-Pages-CSRApproveNewUserPage .table-dark th {
  border-color: whitesmoke;
}
.Chadwell-Pages-CSRApproveNewUserPage .action-buttons-container {
  display: flex;
}
.Chadwell-Pages-CSRApproveNewUserPage .action-buttons-container div {
  margin-right: 15px;
}
.Chadwell-Pages-CSRApproveNewUserPage .csr-filters {
  flex-wrap: wrap;
}
.Chadwell-Pages-CSRApproveNewUserPage .csr-search {
  min-width: 380px;
  max-width: 600px;
}
.Chadwell-Pages-CSRApproveNewUserPage .csr-status-group {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .Chadwell-Pages-CSRApproveNewUserPage .csr-search {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
  .Chadwell-Pages-CSRApproveNewUserPage .csr-status-group {
    flex-wrap: wrap;
  }
}
.Chadwell-Pages-CSRApproveNewUserPage .notes-container table tr:first-child h4 {
  font-size: 1.25em !important;
}
.Chadwell-Pages-CSRApproveNewUserPage .notes-container table tr td {
  border: none !important;
}
.Chadwell-Pages-CSRApproveNewUserPage .notes-container table tbody tr {
  margin-left: 10px;
}
.Chadwell-Pages-CSRApproveNewUserPage .action-buttons-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
}
.Chadwell-Pages-CSRApproveNewUserPage .action-buttons-container .btn {
  font-size: 0.8rem;
  line-height: 1.4;
  border-radius: 0.375rem;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid {
  border: none;
  background: transparent;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid-header th,
.Chadwell-Pages-CSRApproveNewUserPage .k-grid td {
  border-left: none !important;
  border-right: none !important;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid-header th {
  font-weight: 600;
  font-size: 0.9rem;
  color: #374151;
  background: transparent;
  border-bottom: 2px solid #e5e7eb;
  padding: 0.75rem 0.5rem;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid tr {
  background: transparent;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid tr:hover {
  background-color: #f9fafb;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid td {
  padding: 0.75rem 0.5rem;
  border-top: 2px solid #e5e7eb;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-detail-row td {
  border-top: none;
}
.Chadwell-Pages-CSRApproveNewUserPage .k-grid-pager {
  border-top: none;
  background: transparent;
}

.Chadwell-Pages-CSRApproveNewUserRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRAssignAccountsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRAssignAccountsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRAssignAccountsResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRAssignAccountsResultsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRAssignAccountsResultsPage h4 {
  margin-top: 15px;
}
.Chadwell-Pages-CSRAssignAccountsResultsPage #addAssignmentTable, .Chadwell-Pages-CSRAssignAccountsResultsPage .addAssignment, .Chadwell-Pages-CSRAssignAccountsResultsPage .waiting, .Chadwell-Pages-CSRAssignAccountsResultsPage #noAssignmentsError {
  display: none;
}
.Chadwell-Pages-CSRAssignAccountsResultsPage .filter-form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 920px) {
  .Chadwell-Pages-CSRAssignAccountsResultsPage .filter-form {
    width: inherit;
  }
}
.Chadwell-Pages-CSRAssignAccountsResultsPage .assignAccount {
  width: 70px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRCreateUserPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRCreateUserPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRCreateUserPage h4, .Chadwell-Pages-CSRCreateUserPage #createUser {
  margin-top: 15px;
}
.Chadwell-Pages-CSRCreateUserPage #addAssignmentTable, .Chadwell-Pages-CSRCreateUserPage .addAssignment, .Chadwell-Pages-CSRCreateUserPage .waiting, .Chadwell-Pages-CSRCreateUserPage #noAssignmentsError {
  display: none;
}
.Chadwell-Pages-CSRCreateUserPage select[name=usertitle] {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 160px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
}
.Chadwell-Pages-CSRCreateUserPage #user-titles-label {
  margin-left: 15px;
}

.Chadwell-Pages-CSRCreateUserRecapPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-CSRCreateUserAlreadyExistsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRDeactivateUserPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRDeactivateUserPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-CSRDeactivateUserRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRDeactivateUserResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRDeactivateUserResultsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRDeleteShoppingListByParentPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRDeleteShoppingListByParentPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRDeleteShoppingListByParentResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRDeleteShoppingListByParentResultsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRResetUserPasswordPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRResetUserPasswordPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-CSRResetUserPasswordRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRTransferShoppingListsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRTransferShoppingListsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRTransferShoppingListsResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRTransferShoppingListsResultsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRResetUserPasswordPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRResetUserPasswordPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-CSRUnlockUserAccountRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRUpdateUserPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRUpdateUserPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-CSRUpdateUserRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRUpdateUserResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRUpdateUserResultsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRUpdateUserResultsPage .form-control-sm {
  margin-left: 48px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
}
.Chadwell-Pages-CSRUpdateUserResultsPage #user-titles-label {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewAccountAssignmentsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewAccountAssignmentsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewAccountAssignmentsResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewAccountAssignmentsResultsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRViewAccountAssignmentsResultsPage .table thead th {
  vertical-align: middle;
}
.Chadwell-Pages-CSRViewAccountAssignmentsResultsPage .btn-margin {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewOrderDetailsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewOrderDetailsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRViewOrderDetailsPage h4:last-of-type {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewOrderDetailsResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewOrderDetailsResultsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewQuoteDetailsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewQuoteDetailsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRViewQuoteDetailsPage h4:last-of-type {
  margin-top: 45px;
}

.Chadwell-Pages-CSRUpdateUserRecapPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewQuoteDetailsResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewQuoteDetailsResultsPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewSyncFailurePage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewSyncFailurePage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-CSRViewSyncFailurePage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-CSRViewSyncFailurePage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-CSRViewSyncFailurePage .table thead th {
  vertical-align: middle;
}
.Chadwell-Pages-CSRViewSyncFailurePage .btn-margin {
  margin-right: 20px;
}

.Chadwell-Pages-CustomCatalogPage .form-check-inline {
  margin-bottom: 15px;
}
.Chadwell-Pages-CustomCatalogPage {
  /* Might want to wrap a span around your checkbox text */
}
.Chadwell-Pages-CustomCatalogPage .checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
  padding-left: 4px;
}
.Chadwell-Pages-CustomCatalogPage #loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}
.Chadwell-Pages-CustomCatalogPage #timeline, .Chadwell-Pages-CustomCatalogPage #quote, .Chadwell-Pages-CustomCatalogPage #fileUploadRow {
  display: none;
}
.Chadwell-Pages-CustomCatalogPage #catalogQty {
  width: 70px;
}
.Chadwell-Pages-CustomCatalogPage #delivery-options {
  border: outset;
  margin-inline: 37px;
  padding-left: 5px;
}
.Chadwell-Pages-CustomCatalogPage #radio-button label {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .Chadwell-Pages-CustomCatalogPage #radio-button label {
    display: block;
  }
}
.Chadwell-Pages-CustomCatalogPage #radio-button input[type=radio] {
  margin: 0 10px 0 10px;
}

.Chadwell-Pages-CustomerAdminPage .status-pending {
  color: orange;
}
.Chadwell-Pages-CustomerAdminPage .status-inactive {
  color: red;
}
.Chadwell-Pages-CustomerAdminPage .organization-selector-modern, .Chadwell-Pages-CustomerAdminPage .organization-display-modern {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.Chadwell-Pages-CustomerAdminPage .organization-selector-modern label, .Chadwell-Pages-CustomerAdminPage .organization-selector-modern span, .Chadwell-Pages-CustomerAdminPage .organization-display-modern label, .Chadwell-Pages-CustomerAdminPage .organization-display-modern span {
  font-weight: bold;
  margin-right: 10px;
}
.Chadwell-Pages-CustomerAdminPage .organization-selector-modern .organization-dropdown, .Chadwell-Pages-CustomerAdminPage .organization-display-modern .organization-dropdown {
  padding: 8px 15px;
  border-radius: 5px;
  border: 2px solid;
}
.Chadwell-Pages-CustomerAdminPage .organization-selector-modern .k-autocomplete, .Chadwell-Pages-CustomerAdminPage .organization-display-modern .k-autocomplete {
  width: 60%;
  font-size: large;
}
.Chadwell-Pages-CustomerAdminPage .organization-selector-modern .k-autocomplete .k-dropdown-wrap, .Chadwell-Pages-CustomerAdminPage .organization-display-modern .k-autocomplete .k-dropdown-wrap {
  width: 100%;
}
.Chadwell-Pages-CustomerAdminPage .organization-display-modern span {
  font-size: large;
  padding: 8px 2px;
  border-radius: 5px;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .form-control {
  max-width: 97%;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .header-section {
  margin: 0;
  color: #c8102e;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .user-account-section, .Chadwell-Pages-CustomerAdminPage .row-template-form .assign-roles-section, .Chadwell-Pages-CustomerAdminPage .row-template-form .user-info-section {
  padding: 10px;
  background: #fff;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .user-account-section em, .Chadwell-Pages-CustomerAdminPage .row-template-form .assign-roles-section em, .Chadwell-Pages-CustomerAdminPage .row-template-form .user-info-section em {
  font-style: italic;
  color: #97999b;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: #f9f9f9;
  cursor: pointer;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .item input[type=checkbox] {
  margin-right: 10px;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .item .item-text {
  font-weight: 600;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .item .account-number {
  margin-left: auto;
  padding: 0 15px;
  color: #97999b;
  font-size: 0.9em;
}
.Chadwell-Pages-CustomerAdminPage .row-template-form .detail-chip {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: #e0e0e0;
  color: #3d3d3d;
  border-radius: 3px;
  font-size: 0.9em;
}
.Chadwell-Pages-CustomerAdminPage .k-grid {
  border: 1px solid #eeeeee;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3d3d3d;
}
.Chadwell-Pages-CustomerAdminPage .k-grid th, .Chadwell-Pages-CustomerAdminPage .k-grid td {
  border: 1px solid #eeeeee;
  padding: 10px;
  border-left: none;
  border-right: none;
}
.Chadwell-Pages-CustomerAdminPage .k-grid .k-header {
  background-color: #f5f5f5;
  color: #3d3d3d;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.Chadwell-Pages-CustomerAdminPage .k-grid .k-detail-row {
  background-color: #fff;
}
.Chadwell-Pages-CustomerAdminPage .k-grid .k-detail-row .k-detail-cell {
  padding-left: 0 !important;
}
.Chadwell-Pages-CustomerAdminPage .k-grid .k-icon, .Chadwell-Pages-CustomerAdminPage .k-grid .k-button {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.Chadwell-Pages-CustomerAdminPage .k-grid .k-state-selected {
  background-color: #0077C8 !important;
}
.Chadwell-Pages-CustomerAdminPage .form-animation {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInSlideUp 0.3s ease forwards;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Chadwell-Pages-CustomerAdminPage .filter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
  background-color: #eeeeee;
}
.Chadwell-Pages-CustomerAdminPage .filter-section .email-filter-input {
  padding: 8px;
  width: 250px;
  border-radius: 4px;
  border: 1px solid #97999b;
}
.Chadwell-Pages-CustomerAdminPage .filter-section .clear-filter-button {
  margin-left: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #97999b;
  background-color: white;
  cursor: pointer;
}
.Chadwell-Pages-CustomerAdminPage .menu {
  margin-right: 10px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #97999b;
}
.Chadwell-Pages-CustomerAdminPage .dropdown-container select {
  width: 80%;
}
.Chadwell-Pages-CustomerAdminPage .k-listview {
  border: none;
}
.Chadwell-Pages-CustomerAdminPage .modal label {
  font-weight: 600;
}
.Chadwell-Pages-CustomerAdminPage .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-CustomerAdminPage .modal .modal-footer {
  padding-top: 10px;
}

.Chadwell-Pages-CustomerDashboardPage .dashboard-group {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-CustomerDashboardPage .dashboard-group .alert-warning {
  display: none;
}
.Chadwell-Pages-CustomerDashboardPage .avatar-container {
  text-align: center;
}
.Chadwell-Pages-CustomerDashboardPage .avatar-container .avatar {
  height: auto;
  width: 100%;
  max-width: 130px;
  margin-bottom: 8px;
}
.Chadwell-Pages-CustomerDashboardPage table td {
  padding: 6px;
}
.Chadwell-Pages-CustomerDashboardPage table .table-col-1 {
  max-width: 200px;
  padding-right: 16px;
  font-weight: 600;
}
.Chadwell-Pages-CustomerDashboardPage .passkey-section {
  padding-bottom: 10px;
  display: none; /*hide on desktop*/
}
@media (max-width: 480px) {
  .Chadwell-Pages-CustomerDashboardPage .passkey-section {
    display: block;
  }
}
@media (max-width: 500px) {
  .Chadwell-Pages-CustomerDashboardPage .submit {
    display: block;
    margin-top: 15px;
  }
}
.Chadwell-Pages-CustomerDashboardPage div.banner {
  max-height: 200px;
  overflow: hidden;
}

.Chadwell-Pages-CustomGLPage h2 {
  margin-top: 40px;
}
.Chadwell-Pages-CustomGLPage .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Chadwell-Pages-CustomGLPage .k-grid {
  margin-bottom: 20px;
}
.Chadwell-Pages-CustomGLPage .error-message {
  display: none;
}
.Chadwell-Pages-CustomGLPage .mobile-select-all {
  margin-top: 15px;
}
@media (min-width: 900px) {
  .Chadwell-Pages-CustomGLPage .mobile-select-all {
    display: none;
  }
}
.Chadwell-Pages-CustomGLPage .table-custom-items,
.Chadwell-Pages-CustomGLPage .table-custom-categories {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards .text-right, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards .text-center, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards .text-left,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards .text-right,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards .text-center,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards table, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards thead, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards tbody, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards th, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards td, .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards tr,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards table,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards thead,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards tbody,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards th,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards td,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards thead tr,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards tr,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards tr:last-child,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards td,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-CustomGLPage .table-custom-items .simulate-mobile-cards td:before,
  .Chadwell-Pages-CustomGLPage .table-custom-categories .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-CustomGLPage .table-custom-items {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-CustomGLPage .table-custom-items {
    margin-top: 10px;
  }
}

.Chadwell-Pages-CustomScreenFormPage {
  margin-bottom: 40px;
}
.Chadwell-Pages-CustomScreenFormPage .display-none {
  display: none;
}
.Chadwell-Pages-CustomScreenFormPage .error {
  color: red;
}
.Chadwell-Pages-CustomScreenFormPage .class-content {
  clear: both;
}
.Chadwell-Pages-CustomScreenFormPage .center-text {
  text-align: center;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper {
  margin: 20px 10px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .orderTypeError {
  display: block;
  position: absolute;
  width: 150px;
  /* float: right; */
  margin-left: 150px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .sample-check-box {
  margin-left: 10px;
  margin-bottom: 8px;
  width: 15px;
  height: 15px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .numeric-input {
  width: 75px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .phone-input {
  width: 140px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .desktop-hardware-options {
  display: inline-block;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .desktop-hardware-options {
    display: none;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .mobile-hardware-options {
  display: none;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .mobile-hardware-options {
    display: inline;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .diagram {
  border: 4px solid #3d3d3d;
  margin-top: 40px;
  margin-left: 90px;
  margin-bottom: 40px;
  margin-right: 50px;
  width: 600px;
  height: 325px;
}
@media (max-width: 725px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .diagram {
    width: 310px;
    margin-left: 30px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .hardware-select {
  position: absolute;
  width: 35px;
  z-index: 100;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-1 {
  top: 0px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-2 {
  top: 50px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-3 {
  top: 120px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-4 {
  top: 190px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-5 {
  top: 260px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-6 {
  top: 325px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .row-7 {
  top: 370px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-1 {
  left: 55px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-1 {
    left: 5px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-2 {
  left: 115px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-2 {
    left: 55px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-3 {
  left: 240px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-3 {
    left: 118px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-4 {
  left: 380px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-4 {
    left: 180px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-5 {
  left: 520px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-5 {
    left: 245px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-6 {
  left: 655px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-6 {
    left: 310px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-7 {
  left: 715px;
}
@media (max-width: 750px) {
  .Chadwell-Pages-CustomScreenFormPage .form-wrapper .hardware-attachment-drawing .column-7 {
    left: 360px;
  }
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .option-image-row {
  margin-right: 20px;
  margin-left: 20px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .option-image-row .option-image-column {
  padding: 0 0 0 0;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper .option-image-row .option-image-column .hardware-options-image {
  border: 1px solid #3d3d3d;
  height: 180px;
  width: 200px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper #loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper input[type=radio] {
  /* Double-sized Radio */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.Chadwell-Pages-CustomScreenFormPage .form-wrapper :required:focus {
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}

.Chadwell-Pages-CustomSearchSynonyms {
  height: 800px;
  overflow-y: scroll;
}
.Chadwell-Pages-CustomSearchSynonyms .custom-synonyms-table form {
  display: inline;
}
.Chadwell-Pages-CustomSearchSynonyms .k-grid-content {
  min-height: 0;
  max-height: 500px !important;
}

.Chadwell-Pages-DashboardGenericPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__Element .Form__Element__Caption {
  min-width: 170px !important;
}
@media (min-width: 700px) {
  .Chadwell-Pages-DashboardGenericPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__MainBody section textarea {
    height: 8rem;
  }
}

.Chadwell-Pages-ErrorPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__Element .Form__Element__Caption {
  min-width: 170px !important;
}
@media (min-width: 700px) {
  .Chadwell-Pages-ErrorPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__MainBody section textarea {
    height: 8rem;
  }
}

.Chadwell-Pages-FavoritesPage-Index .main-waiting {
  display: none;
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-FavoritesPage-Index .main-waiting img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-FavoritesPage-Index table td, .Chadwell-Pages-FavoritesPage-Index table th {
  vertical-align: middle;
}
.Chadwell-Pages-FavoritesPage-Index img {
  width: 50px;
  height: auto;
}
.Chadwell-Pages-FavoritesPage-Index .success-message,
.Chadwell-Pages-FavoritesPage-Index .failure-message {
  top: -6px;
  display: none;
  position: relative;
}
.Chadwell-Pages-FavoritesPage-Index .success-message {
  color: green;
}
.Chadwell-Pages-FavoritesPage-Index .failure-message {
  color: #c8102e;
}
.Chadwell-Pages-FavoritesPage-Index .summary {
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-FavoritesPage-Index .summary .btn {
  margin-bottom: 15px;
}
.Chadwell-Pages-FavoritesPage-Index .summary h2 {
  margin-bottom: 10px;
}
.Chadwell-Pages-FavoritesPage-Index .summary .add-product-from-list-to-cart-button {
  color: white;
  min-width: 218px;
  background: #c8102e;
}
.Chadwell-Pages-FavoritesPage-Index #product-list-container {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards .text-right, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards .text-center, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards table, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards thead, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards tbody, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards th, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards td, .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-FavoritesPage-Index #product-list-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-FavoritesPage-Index .mobile-select-all {
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-FavoritesPage-Index .mobile-select-all {
    display: none;
  }
}
.Chadwell-Pages-FavoritesPage-Index .mobile-select-all label,
.Chadwell-Pages-FavoritesPage-Index .mobile-select-all label input {
  cursor: pointer;
}

.Chadwell-Pages-GenericPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__Element .Form__Element__Caption {
  min-width: 170px !important;
}
@media (min-width: 700px) {
  .Chadwell-Pages-GenericPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__MainBody section textarea {
    height: 8rem;
  }
}

.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .display-none {
  display: none;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage {
  margin-bottom: 40px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .class-content {
  clear: both;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .form-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .images-list {
  margin: 0;
  padding: 0;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .images-list .image-list-item {
  list-style-type: none;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .images-list .image-list-item img {
  width: 25px;
  height: 25px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .images-list .image-list-item .image-name {
  display: inline-block;
  padding-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .item-buttons {
  margin-top: 15px;
  text-align: right;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .item-buttons input {
  min-width: 200px;
  padding: 10px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-desktop-view {
  margin-right: 15px;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-desktop-view {
    display: none;
  }
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-mobile-view {
  margin-right: 35px;
  margin-bottom: 6px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-mobile-view {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .image-grid-error-messages {
    display: block !important;
  }
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .k-listview {
  border: none !important;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items {
  margin-left: 20px;
  margin-right: 20px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item strong {
  width: 35%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item input {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
@media (min-width: 901px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items {
    display: none;
  }
}
@media (max-width: 521px) {
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item strong {
    width: 100%;
    text-align: left;
    display: block;
  }
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item strong:last-of-type {
    width: auto;
    display: inline-block;
  }
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item textarea {
    display: block;
    width: 100%;
  }
  .Chadwell-Pages-HVAC-WorkOrderRequestFormPage .mobile-items .item input {
    display: block;
    width: 100%;
  }
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage #loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage input[type=radio] {
  /* Double-sized Radio */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.Chadwell-Pages-HVAC-WorkOrderRequestFormPage :required:focus {
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}

.Chadwell-Pages-ErrorPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__Element .Form__Element__Caption {
  min-width: 170px !important;
}
@media (min-width: 700px) {
  .Chadwell-Pages-ErrorPage form.EPiServerForms[id=d0841fa5-dd9c-4c79-9559-b5259bfb5169] .Form__MainBody section textarea {
    height: 8rem;
  }
}

.Chadwell-Pages-InventoryShopListPage-Index .main-waiting {
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-InventoryShopListPage-Index .main-waiting img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-InventoryShopListPage-Index .inventory-message {
  margin-bottom: 15px;
}
.Chadwell-Pages-InventoryShopListPage-Index .form-container {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  border-radius: 6px;
}
.Chadwell-Pages-InventoryShopListPage-Index .form-container label {
  margin-right: 6px;
  font-weight: 600;
}
.Chadwell-Pages-InventoryShopListPage-Index .form-container input {
  margin-right: 10px;
}
.Chadwell-Pages-InventoryShopListPage-Index .form-container input[name=item-number] {
  width: 140px;
}
.Chadwell-Pages-InventoryShopListPage-Index .form-container input[name=current-quantity],
.Chadwell-Pages-InventoryShopListPage-Index .form-container input[name=max-quantity] {
  width: 80px;
}
.Chadwell-Pages-InventoryShopListPage-Index table td,
.Chadwell-Pages-InventoryShopListPage-Index table th {
  vertical-align: middle;
}
.Chadwell-Pages-InventoryShopListPage-Index .edit-table-container {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards .text-right, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards .text-center, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards table, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards thead, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards tbody, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards th, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards td, .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-InventoryShopListPage-Index .edit-table-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-InventoryShopListPage-Index .mobile-select-all {
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-InventoryShopListPage-Index .mobile-select-all {
    display: none;
  }
}
.Chadwell-Pages-InventoryShopListPage-Index .mobile-select-all label,
.Chadwell-Pages-InventoryShopListPage-Index .mobile-select-all label input {
  cursor: pointer;
}
.Chadwell-Pages-InventoryShopListPage-Index .disable-table-row {
  pointer-events: none;
  color: red;
}
.Chadwell-Pages-InventoryShopListPage-Index tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}

.Chadwell-Pages-InvoicesPage #select-account {
  border: 1px solid #eeeeee;
}
.Chadwell-Pages-InvoicesPage .hide {
  display: none;
}
.Chadwell-Pages-InvoicesPage .btn-payment {
  margin-bottom: 10px;
}
.Chadwell-Pages-InvoicesPage .btn-email-invoices {
  margin-left: 5px;
}
.Chadwell-Pages-InvoicesPage .filter-form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 920px) {
  .Chadwell-Pages-InvoicesPage .filter-form {
    width: inherit;
  }
}
.Chadwell-Pages-InvoicesPage .account-number-prefix {
  font-weight: 600;
}
.Chadwell-Pages-InvoicesPage .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Chadwell-Pages-InvoicesPage .invoices-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-InvoicesPage .invoices-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-InvoicesPage .k-grid, .Chadwell-Pages-InvoicesPage .mobile-items {
  margin-bottom: 20px;
}
.Chadwell-Pages-InvoicesPage .k-listview {
  border: none !important;
}
.Chadwell-Pages-InvoicesPage .invoice-history-container .k-grid colgroup col:nth-child(1) {
  width: 130px;
}
.Chadwell-Pages-InvoicesPage .invoice-history-container .k-grid colgroup col:nth-child(2) {
  width: 110px;
}
.Chadwell-Pages-InvoicesPage .invoice-history-container .k-grid colgroup col:nth-child(4) {
  width: 100px;
}
.Chadwell-Pages-InvoicesPage .invoice-history-container .k-grid th:nth-child(2),
.Chadwell-Pages-InvoicesPage .invoice-history-container .k-grid td:nth-child(2) {
  text-align: right;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid colgroup col:nth-child(1) {
  width: 70px;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid colgroup col:nth-child(2) {
  width: 130px;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid colgroup col:nth-child(3) {
  width: 110px;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid colgroup col:nth-child(6) {
  width: 100px;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid th:nth-child(3), .Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid td:nth-child(3) {
  text-align: right;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid th:nth-child(5), .Chadwell-Pages-InvoicesPage .unpaid-invoices-container .k-grid td:nth-child(5) {
  text-align: right;
}
.Chadwell-Pages-InvoicesPage .unpaid-invoices-container,
.Chadwell-Pages-InvoicesPage .invoice-history-container {
  display: none;
}
@media (max-width: 767px) {
  .Chadwell-Pages-InvoicesPage .invoices-container table, .Chadwell-Pages-InvoicesPage .invoices-container .k-grid {
    display: none;
  }
}
@media (min-width: 767px) {
  .Chadwell-Pages-InvoicesPage .mobile-items, .Chadwell-Pages-InvoicesPage #mobile-pager {
    display: none;
  }
}
@media (min-width: 768px) {
  .Chadwell-Pages-InvoicesPage .mobile-items, .Chadwell-Pages-InvoicesPage #mobile-pager {
    display: none;
  }
}
.Chadwell-Pages-InvoicesPage .mobile-items .item, .Chadwell-Pages-InvoicesPage #mobile-pager .item {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-InvoicesPage .mobile-items .item:nth-child(even), .Chadwell-Pages-InvoicesPage #mobile-pager .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-InvoicesPage .modal label {
  font-weight: 600;
}
.Chadwell-Pages-InvoicesPage .modal .spinner {
  text-align: center;
  display: none;
}
.Chadwell-Pages-InvoicesPage .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-InvoicesPage .modal .error-message {
  display: none;
}
.Chadwell-Pages-InvoicesPage .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-InvoicesPage .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-InvoicesPage .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}
.Chadwell-Pages-InvoicesPage #apply-credits-modal .modal-body, .Chadwell-Pages-InvoicesPage #view-applied-credits-modal .modal-body {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}
.Chadwell-Pages-InvoicesPage .payment-schedule-desktop {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-InvoicesPage .payment-schedule-desktop {
    display: none;
  }
}
.Chadwell-Pages-InvoicesPage .payment-schedule-desktop th, .Chadwell-Pages-InvoicesPage .payment-schedule-desktop td {
  padding: 10px;
  text-align: right;
}
.Chadwell-Pages-InvoicesPage .payment-schedule-desktop td {
  border-top: 1px solid #97999b;
}
.Chadwell-Pages-InvoicesPage .payment-schedule-mobile {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 767px) {
  .Chadwell-Pages-InvoicesPage .payment-schedule-mobile {
    display: none;
  }
}
.Chadwell-Pages-InvoicesPage .payment-schedule-mobile .total {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #eeeeee;
}
.Chadwell-Pages-InvoicesPage .payment-schedule-mobile strong {
  width: 80px;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  font-weight: 600;
}
.Chadwell-Pages-InvoicesPage .payment-options {
  margin-top: 30px;
}
.Chadwell-Pages-InvoicesPage .payment-options button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .Chadwell-Pages-InvoicesPage .payment-options .float-left,
  .Chadwell-Pages-InvoicesPage .payment-options .float-right {
    margin-top: 30px;
    float: none !important;
  }
}
.Chadwell-Pages-InvoicesPage #apply-credits-form-spinner {
  text-align: center;
}
.Chadwell-Pages-InvoicesPage #apply-credits-modal .modal-header label {
  font-size: small;
  padding: 1px;
}
.Chadwell-Pages-InvoicesPage #apply-credits-modal .modal-header span {
  float: right;
}

.Chadwell-Pages-LocationListPage .location-map {
  text-align: center;
}
.Chadwell-Pages-LocationListPage .location-map img {
  width: 100%;
  height: auto;
}

.Chadwell-Pages-LoginPage .returning-customer {
  margin-bottom: 25px;
}
.Chadwell-Pages-LoginPage .form-group:last-child {
  margin-bottom: 0;
}
.Chadwell-Pages-LoginPage .form-group span {
  margin-right: 15px;
}
.Chadwell-Pages-LoginPage .form-group span:last-child {
  margin-right: 0;
}
.Chadwell-Pages-LoginPage .employee-sign-in {
  margin-top: 10px;
}
.Chadwell-Pages-LoginPage .passkey-section {
  display: none; /*hide on desktop*/
}
@media (max-width: 480px) {
  .Chadwell-Pages-LoginPage .passkey-section {
    display: block;
  }
}
.Chadwell-Pages-LoginPage .passkey-section .passkey-title {
  font-size: 1.2rem;
  padding-top: 5px;
  color: #0c437c;
}
.Chadwell-Pages-LoginPage .link {
  background-color: transparent;
  border: none;
  color: #0077c8;
  text-decoration: none;
  cursor: pointer;
}
.Chadwell-Pages-LoginPage .toggle-password-eye {
  float: right;
  top: -25px;
  right: 10px;
  position: relative;
  cursor: pointer;
}

.Chadwell-Pages-OrderConfirmationPage h1, .Chadwell-Pages-OrderConfirmationPage h2 {
  text-align: center;
}
.Chadwell-Pages-OrderConfirmationPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-OrderConfirmationPage h2 {
  margin-bottom: 30px;
}
.Chadwell-Pages-OrderConfirmationPage .button-links {
  margin-top: 20px;
  text-align: center;
}
.Chadwell-Pages-OrderConfirmationPage .button-links a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.Chadwell-Pages-OrderConfirmationPage .button-links a:last-child {
  margin-right: 0;
}

@media (max-width: 680px) {
  .Chadwell-Pages-OrderDetailsPage .header-content h1 {
    float: none !important;
  }
}
.Chadwell-Pages-OrderDetailsPage .header-content button {
  margin-top: 4px;
  margin-right: 10px;
}
@media (max-width: 680px) {
  .Chadwell-Pages-OrderDetailsPage .header-content button {
    margin-bottom: 8px;
    float: none !important;
  }
}
.Chadwell-Pages-OrderDetailsPage .modal-body {
  text-align: center;
}
.Chadwell-Pages-OrderDetailsPage .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-OrderDetailsPage .table-overview {
  width: 50%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-OrderDetailsPage .table-overview {
    width: 100%;
  }
}
.Chadwell-Pages-OrderDetailsPage .table-addresses {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-OrderDetailsPage .table-addresses {
    width: 100%;
  }
}
.Chadwell-Pages-OrderDetailsPage .table-addresses * {
  border: none !important;
}
.Chadwell-Pages-OrderDetailsPage .table-totals {
  width: 30%;
}
@media (max-width: 767px) {
  .Chadwell-Pages-OrderDetailsPage .table-totals {
    width: 100%;
  }
}
.Chadwell-Pages-OrderDetailsPage .table-totals td {
  text-align: right;
}
@media (max-width: 500px) {
  .Chadwell-Pages-OrderDetailsPage .table-addresses-desktop {
    display: none;
  }
}
@media (min-width: 500px) {
  .Chadwell-Pages-OrderDetailsPage .table-addresses-mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .Chadwell-Pages-OrderDetailsPage .product-list-desktop {
    display: none;
  }
}
.Chadwell-Pages-OrderDetailsPage .product-list-desktop td {
  vertical-align: middle;
}
@media (min-width: 500px) {
  .Chadwell-Pages-OrderDetailsPage .product-list-mobile {
    display: none;
  }
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product .product-header {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product .product-header img {
  width: auto;
  height: 150px;
  max-width: 90%;
  display: inline;
  margin-top: 10px;
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product .product-body {
  padding: 20px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product .product-body table {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-OrderDetailsPage .product-list-mobile .mobile-product .product-body table td {
  padding: 5px;
}

.Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only {
  display: none;
}
@media (max-width: 920px) {
  .Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only {
    display: block;
  }
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only-expander,
.Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only-scroller {
  top: 4px;
  color: white;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  background: #0077C8;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only-expander {
  left: 4px;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only-scroller {
  right: 4px;
  padding: 7px 8px;
  background: #97999b;
}
@media (max-width: 920px) {
  .Chadwell-Pages-OrderHistoryPage-Index .mobile-card-item .mobile-only-hide {
    display: none !important;
  }
}
.Chadwell-Pages-OrderHistoryPage-Index window .model.WheresMyOrderLink .k-grid, .Chadwell-Pages-OrderHistoryPage-Index .mobile-items {
  margin-bottom: 20px;
}
@media (max-width: 920px) {
  .Chadwell-Pages-OrderHistoryPage-Index table, .Chadwell-Pages-OrderHistoryPage-Index .k-grid {
    display: none;
  }
}
.Chadwell-Pages-OrderHistoryPage-Index .k-grid colgroup col:nth-child(4) {
  width: 100px;
}
.Chadwell-Pages-OrderHistoryPage-Index .k-grid th:nth-child(4), .Chadwell-Pages-OrderHistoryPage-Index .k-grid td:nth-child(4) {
  text-align: right;
}
.Chadwell-Pages-OrderHistoryPage-Index .k-grid th:nth-child(5), .Chadwell-Pages-OrderHistoryPage-Index .k-grid td:nth-child(5) {
  text-align: right;
}
.Chadwell-Pages-OrderHistoryPage-Index .k-grid, .Chadwell-Pages-OrderHistoryPage-Index .mobile-items {
  margin-bottom: 20px;
}
.Chadwell-Pages-OrderHistoryPage-Index .history-content {
  display: none;
  margin-bottom: 30px;
}
.Chadwell-Pages-OrderHistoryPage-Index .history-waiting {
  width: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-OrderHistoryPage-Index .history-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-OrderHistoryPage-Index .order-history-form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 920px) {
  .Chadwell-Pages-OrderHistoryPage-Index .order-history-form {
    width: inherit;
  }
}
@media (min-width: 921px) {
  .Chadwell-Pages-OrderHistoryPage-Index .mobile-items {
    display: none;
  }
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item {
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item strong {
  width: 48%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item > p:first-child {
  margin-top: -15px;
  margin-bottom: 30px;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-OrderHistoryPage-Index .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}

.Chadwell-Pages-PasswordChangePage form {
  margin-top: 20px;
  margin-bottom: 30px;
}
.Chadwell-Pages-PasswordChangePage form label {
  font-weight: 600;
}

.Chadwell-Pages-PasswordResetPage form label {
  font-weight: 600;
}

.Chadwell-Pages-PaymentProvidersPage .tab-content-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-PaymentProvidersPage .tab-content-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-PaymentProvidersPage .tab-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Chadwell-Pages-PaymentProvidersPage .k-grid, .Chadwell-Pages-PaymentProvidersPage .mobile-items {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-PaymentProvidersPage table, .Chadwell-Pages-PaymentProvidersPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-PaymentProvidersPage .credit-cards .k-grid th:nth-child(3), .Chadwell-Pages-PaymentProvidersPage .credit-cards .k-grid td:nth-child(3) {
  text-align: right;
}
.Chadwell-Pages-PaymentProvidersPage .alert {
  display: none;
}
@media (min-width: 768px) {
  .Chadwell-Pages-PaymentProvidersPage .mobile-items {
    display: none;
  }
}
.Chadwell-Pages-PaymentProvidersPage .mobile-items .item {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-PaymentProvidersPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-PaymentProvidersPage .modal label {
  font-weight: 600;
}
.Chadwell-Pages-PaymentProvidersPage .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-PaymentProvidersPage .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-PaymentProvidersPage .modal .error-message {
  display: none;
}
.Chadwell-Pages-PaymentProvidersPage .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-PaymentProvidersPage .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}

.Chadwell-Pages-ProductComparePage .header {
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .Chadwell-Pages-ProductComparePage .header h1 {
    float: none !important;
  }
}
.Chadwell-Pages-ProductComparePage .header > div {
  margin-top: 1px;
}
@media (max-width: 400px) {
  .Chadwell-Pages-ProductComparePage .header > div {
    margin-top: 15px;
    float: none !important;
  }
}
.Chadwell-Pages-ProductComparePage .alert {
  display: none;
}
.Chadwell-Pages-ProductComparePage .special-icons {
  height: 50px;
  width: auto;
}
.Chadwell-Pages-ProductComparePage table {
  margin-top: 10px;
  padding-bottom: 10px;
}
.Chadwell-Pages-ProductComparePage table .spacer-row {
  display: none;
}
.Chadwell-Pages-ProductComparePage table ul {
  padding-left: 18px;
}
.Chadwell-Pages-ProductComparePage table .header-row {
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.Chadwell-Pages-ProductComparePage table .header-row img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-ProductComparePage table .header-row .btn-cart {
  color: white;
  margin-right: 10px;
  background: #c8102e;
}

.Chadwell-Pages-PunchoutAccountChooserPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-PunchoutAccountChooserPage .account-link {
  margin-bottom: 15px;
}
.Chadwell-Pages-PunchoutAccountChooserPage .logo {
  margin-bottom: 25px;
  margin-left: 15px;
}
.Chadwell-Pages-PunchoutAccountChooserPage .accounts-contaier {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 5px solid #0077C8;
  border-bottom: 5px solid #0077C8;
}
.Chadwell-Pages-PunchoutAccountChooserPage .fake-footer {
  min-height: 175px;
  height: 175px;
  width: 100%;
  border-top: 5px solid #0077C8;
}

@media (max-width: 768px) {
  .Chadwell-Pages-PunchoutAccountInfoPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-PunchoutAccountInfoPage h1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-PunchoutAccountInfoPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-PunchoutAccountInfoPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-PunchoutAccountInfoPage .btn {
  margin-top: 25px;
}
.Chadwell-Pages-PunchoutAccountInfoPage th {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-PunchoutOrderRequestReviewPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-PunchoutOrderRequestReviewPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-PunchoutOrderRequestReviewPage .instructions {
  max-height: 300px;
  overflow-y: scroll;
  border: 2px solid #eeeeee;
  padding: 10px;
  margin-bottom: 25px;
}
.Chadwell-Pages-PunchoutOrderRequestReviewPage .node {
  font-weight: 600;
  color: #3d3d3d;
}
.Chadwell-Pages-PunchoutOrderRequestReviewPage .copied-alert {
  display: none;
  font-weight: bold;
  margin-left: 5px;
  color: #3d3d3d;
}
.Chadwell-Pages-PunchoutOrderRequestReviewPage .container {
  margin-left: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .Chadwell-Pages-PunchoutSetupPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-PunchoutSetupPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-PunchoutSetupRecapPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-PunchoutSetupResultsPage #punchout-setup-form button, .Chadwell-Pages-PunchoutSetupResultsPage #invalid-form {
  display: none;
}
.Chadwell-Pages-PunchoutSetupResultsPage .btn {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .Chadwell-Pages-PunchoutSetupResultsPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-PunchoutSetupResultsPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only {
  display: none;
}
@media (max-width: 900px) {
  .Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only {
    display: block;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only-expander,
.Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only-scroller {
  top: 4px;
  color: white;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  background: #0077C8;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only-expander {
  left: 4px;
}
.Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only-scroller {
  right: 4px;
  padding: 7px 8px;
  background: #97999b;
}
@media (max-width: 900px) {
  .Chadwell-Pages-QuickOrderPage-Index .mobile-card-item .mobile-only-hide {
    display: none !important;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .recent-purchases-search-form {
  padding: 15px;
  display: block;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-search-form {
    width: inherit;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .main-waiting {
  display: none;
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-QuickOrderPage-Index .main-waiting img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-QuickOrderPage-Index #shopping-list-spinner {
  text-align: center;
}
.Chadwell-Pages-QuickOrderPage-Index #shopping-list-spinner img {
  width: auto;
  height: 150px;
  margin: 0;
  margin-bottom: -20px;
}
.Chadwell-Pages-QuickOrderPage-Index .success-message, .Chadwell-Pages-QuickOrderPage-Index .failure-message {
  top: -3px;
  display: none;
  position: relative;
  padding-right: 8px;
}
.Chadwell-Pages-QuickOrderPage-Index .success-message {
  color: green;
}
.Chadwell-Pages-QuickOrderPage-Index .failure-message {
  color: #c8102e;
}
.Chadwell-Pages-QuickOrderPage-Index #product-preview-modal .spinner {
  text-align: center;
}
.Chadwell-Pages-QuickOrderPage-Index .summary,
.Chadwell-Pages-QuickOrderPage-Index .form-container {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-QuickOrderPage-Index .summary {
  margin-top: 20px;
}
.Chadwell-Pages-QuickOrderPage-Index .summary h2 {
  margin-bottom: 10px;
}
.Chadwell-Pages-QuickOrderPage-Index .summary .add-product-from-list-to-cart-button {
  color: white;
  min-width: 92px;
  background: #c8102e;
}
.Chadwell-Pages-QuickOrderPage-Index .summary button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.Chadwell-Pages-QuickOrderPage-Index .quick-order-content {
  margin-bottom: 30px;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container {
  padding-bottom: 5px;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form > div {
  margin-bottom: 10px;
  display: inline-block;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form label {
  margin-right: 6px;
  font-weight: 600;
}
@media (max-width: 410px) {
  .Chadwell-Pages-QuickOrderPage-Index .form-container form label {
    width: 70px;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form input {
  padding: 4px;
  margin-right: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form input[name=code] {
  width: 100px;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form input[name=quantity] {
  width: 60px;
}
@media (max-width: 410px) {
  .Chadwell-Pages-QuickOrderPage-Index .form-container form input[name=quantity] {
    width: 100px;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form #add-product-to-list-button {
  top: -2px;
  position: relative;
}
.Chadwell-Pages-QuickOrderPage-Index .form-container form .error {
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.Chadwell-Pages-QuickOrderPage-Index .saving-notification {
  display: none;
  position: absolute;
  margin-top: 30px;
  margin-left: -68px;
  font-size: small;
  font-weight: 600;
  color: #0077C8;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuickOrderPage-Index .saving-notification {
    margin-left: -53px;
    margin-top: 28px;
  }
}
.Chadwell-Pages-QuickOrderPage-Index table td, .Chadwell-Pages-QuickOrderPage-Index table th {
  vertical-align: middle;
}
.Chadwell-Pages-QuickOrderPage-Index img {
  width: 60px;
  height: auto;
  margin-right: 6px;
}
.Chadwell-Pages-QuickOrderPage-Index #shopping-list-accordion,
.Chadwell-Pages-QuickOrderPage-Index #recent-purchases-accordion {
  padding-top: 15px;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header {
  padding: 0;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header > div {
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header > div .fa-caret-right {
  display: inline;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header > div .fa-caret-down {
  display: none;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header[aria-expanded=true] > div .fa-caret-right {
  display: none;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-header[aria-expanded=true] > div .fa-caret-down {
  display: inline;
}
.Chadwell-Pages-QuickOrderPage-Index .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .Chadwell-Pages-QuickOrderPage-Index .card .card-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .dropdown-add-to-shoppinglist {
  padding: 10px;
}
.Chadwell-Pages-QuickOrderPage-Index .dropdown-add-to-shoppinglist select {
  margin-right: 3px;
  padding: 3px 0 2px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuickOrderPage-Index .dropdown-add-to-shoppinglist .btn {
  top: -2px;
  position: relative;
}
.Chadwell-Pages-QuickOrderPage-Index .dropdown-add-to-shoppinglist a {
  display: block;
  margin-top: 15px;
}
.Chadwell-Pages-QuickOrderPage-Index .fa-search {
  cursor: pointer;
  color: #0077C8;
}
@media (max-width: 900px) {
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards .text-right, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards .text-center, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards .text-left,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards .text-right,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards .text-center,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards .text-left,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards .text-right,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards .text-center,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards table, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards thead, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards tbody, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards th, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards td, .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards tr,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards table,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards thead,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards tbody,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards th,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards tr,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards table,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards thead,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards tbody,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards th,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards thead tr,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards thead tr,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards tr,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards tr,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards tr:last-child,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards tr:last-child,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards td:before,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards td:before,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .simulate-mobile-cards td,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .simulate-mobile-cards td {
    overflow: scroll;
    margin-right: 4px;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container .last-purchase-date-break,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container .last-purchase-date-break,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container .last-purchase-date-break {
    display: none;
  }
  .Chadwell-Pages-QuickOrderPage-Index .product-container table tr td small,
  .Chadwell-Pages-QuickOrderPage-Index .shopping-list-container table tr td small,
  .Chadwell-Pages-QuickOrderPage-Index .recent-purchases-container table tr td small {
    margin-left: 4px;
  }
}
.Chadwell-Pages-QuickOrderPage-Index .shortcut-input[name=quote-nickname] {
  min-width: 170px;
  top: -3px;
  padding: 4px;
  position: relative;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.Chadwell-Pages-QuotesPage-Approval #rejectMessageSuccess,
.Chadwell-Pages-QuotesPage-Approval #rejectMessageError,
.Chadwell-Pages-QuotesPage-Approval #rejectMessageNoReason {
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .alert {
  margin-top: 10px;
}
.Chadwell-Pages-QuotesPage-Approval select[name=rejection-reason] {
  vertical-align: middle;
  margin-right: 10px;
}
.Chadwell-Pages-QuotesPage-Approval .btn-pay {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuotesPage-Approval .waiting {
  display: none;
  overflow: hidden;
}
.Chadwell-Pages-QuotesPage-Approval .waiting img {
  width: auto;
  height: 80px;
  display: block;
  margin-top: -20px;
}
.Chadwell-Pages-QuotesPage-Approval .section {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .section {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.Chadwell-Pages-QuotesPage-Approval h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval h4 {
    margin-top: 10px;
  }
}
.Chadwell-Pages-QuotesPage-Approval .btn-confirm {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuotesPage-Approval .section-minimal {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .section-minimal {
    margin-top: 10px;
  }
}
.Chadwell-Pages-QuotesPage-Approval label {
  font-weight: 600;
}
.Chadwell-Pages-QuotesPage-Approval .section-checkout {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .section-products {
    margin-top: -5px;
  }
}
.Chadwell-Pages-QuotesPage-Approval #checkout-shipping-methods {
  overflow: hidden;
  margin-bottom: 30px;
}
.Chadwell-Pages-QuotesPage-Approval #generalerrors {
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .modal label {
  font-weight: 600;
}
.Chadwell-Pages-QuotesPage-Approval .modal .spinner {
  text-align: center;
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-QuotesPage-Approval .modal .error-message {
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-QuotesPage-Approval .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-QuotesPage-Approval .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}
.Chadwell-Pages-QuotesPage-Approval .payment-schedule {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.Chadwell-Pages-QuotesPage-Approval .payment-schedule .total {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #eeeeee;
}
.Chadwell-Pages-QuotesPage-Approval .payment-schedule strong {
  width: 80px;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  font-weight: 600;
}
.Chadwell-Pages-QuotesPage-Approval .payment-options {
  margin-top: 10px;
}
.Chadwell-Pages-QuotesPage-Approval .payment-options button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .payment-options button {
    width: inherit;
  }
}
.Chadwell-Pages-QuotesPage-Approval .product-list-desktop {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .product-list-desktop {
    display: none;
  }
}
.Chadwell-Pages-QuotesPage-Approval .product-list-desktop tr {
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-desktop tr:last-child {
  border-bottom: none;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-desktop th, .Chadwell-Pages-QuotesPage-Approval .product-list-desktop td {
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .product-list-mobile {
    display: none;
  }
}
.Chadwell-Pages-QuotesPage-Approval .product-list-mobile .mobile-product {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-mobile .mobile-product .product-header {
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-mobile .mobile-product .product-body {
  padding: 20px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-mobile .mobile-product .product-body table {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-QuotesPage-Approval .product-list-mobile .mobile-product .product-body table td {
  padding: 5px;
}
.Chadwell-Pages-QuotesPage-Approval .couponcode {
  margin-top: 20px;
}
.Chadwell-Pages-QuotesPage-Approval .couponcode input[type=text] {
  top: 1px;
  padding: 4px;
  width: 130px;
  position: relative;
  padding-bottom: 5px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuotesPage-Approval .couponcode .couponcode-error {
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .couponcode .coupon-hide {
  display: none;
}
.Chadwell-Pages-QuotesPage-Approval .delivery {
  width: 50%;
  margin-bottom: 20px;
}
.Chadwell-Pages-QuotesPage-Approval .delivery h2 {
  text-align: right;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Approval .delivery {
    width: inherit;
  }
  .Chadwell-Pages-QuotesPage-Approval .delivery h2 {
    text-align: left;
  }
}

.Chadwell-Pages-OrderConfirmationPage h1, .Chadwell-Pages-OrderConfirmationPage h2 {
  text-align: center;
}
.Chadwell-Pages-OrderConfirmationPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-OrderConfirmationPage h2 {
  margin-bottom: 30px;
}
.Chadwell-Pages-OrderConfirmationPage .button-links {
  margin-top: 20px;
  text-align: center;
}
.Chadwell-Pages-OrderConfirmationPage .button-links a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.Chadwell-Pages-OrderConfirmationPage .button-links a:last-child {
  margin-right: 0;
}

.Chadwell-Pages-QuoteApprovalPage-Index .btn-pay {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuoteApprovalPage-Index .waiting {
  display: none;
  overflow: hidden;
}
.Chadwell-Pages-QuoteApprovalPage-Index .waiting img {
  width: auto;
  height: 80px;
  display: block;
  margin-top: -20px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .section {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .section {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index h4 {
    margin-top: 10px;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index .btn-confirm {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuoteApprovalPage-Index .section-minimal {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .section-minimal {
    margin-top: 10px;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index label {
  font-weight: 600;
}
.Chadwell-Pages-QuoteApprovalPage-Index .section-checkout {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .section-products {
    margin-top: -5px;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index #checkout-shipping-methods {
  overflow: hidden;
  margin-bottom: 30px;
}
.Chadwell-Pages-QuoteApprovalPage-Index #generalerrors {
  display: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal label {
  font-weight: 600;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .spinner {
  text-align: center;
  display: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .error-message {
  display: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-QuoteApprovalPage-Index .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .payment-schedule {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.Chadwell-Pages-QuoteApprovalPage-Index .payment-schedule .total {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #eeeeee;
}
.Chadwell-Pages-QuoteApprovalPage-Index .payment-schedule strong {
  width: 80px;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  font-weight: 600;
}
.Chadwell-Pages-QuoteApprovalPage-Index .payment-options {
  margin-top: 10px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .payment-options button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .payment-options button {
    width: inherit;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop {
    display: none;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop tr {
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop tr:last-child {
  border-bottom: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop th, .Chadwell-Pages-QuoteApprovalPage-Index .product-list-desktop td {
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile {
    display: none;
  }
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile .mobile-product {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile .mobile-product .product-header {
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile .mobile-product .product-body {
  padding: 20px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile .mobile-product .product-body table {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .product-list-mobile .mobile-product .product-body table td {
  padding: 5px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .couponcode {
  margin-top: 20px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .couponcode input[type=text] {
  top: 1px;
  padding: 4px;
  width: 130px;
  position: relative;
  padding-bottom: 5px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .couponcode .couponcode-error {
  display: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .couponcode .coupon-hide {
  display: none;
}
.Chadwell-Pages-QuoteApprovalPage-Index .delivery {
  width: 50%;
  margin-bottom: 20px;
}
.Chadwell-Pages-QuoteApprovalPage-Index .delivery h2 {
  text-align: right;
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuoteApprovalPage-Index .delivery {
    width: inherit;
  }
  .Chadwell-Pages-QuoteApprovalPage-Index .delivery h2 {
    text-align: left;
  }
}

.Chadwell-Pages-QuotesPage-Edit .main-waiting {
  display: none;
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-QuotesPage-Edit .main-waiting img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-QuotesPage-Edit .waiting {
  display: none;
  overflow: hidden;
}
.Chadwell-Pages-QuotesPage-Edit .waiting img {
  width: auto;
  height: 80px;
  display: block;
  margin-top: -20px;
}
.Chadwell-Pages-QuotesPage-Edit input[name=approve],
.Chadwell-Pages-QuotesPage-Edit input[name=send-approval],
.Chadwell-Pages-QuotesPage-Edit input[name=reject],
.Chadwell-Pages-QuotesPage-Edit select[name=rejection-reason],
.Chadwell-Pages-QuotesPage-Edit #rejectMessageSuccess,
.Chadwell-Pages-QuotesPage-Edit #rejectMessageError,
.Chadwell-Pages-QuotesPage-Edit #rejectMessageNoReason {
  display: none;
}
.Chadwell-Pages-QuotesPage-Edit select[name=rejection-reason] {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
.Chadwell-Pages-QuotesPage-Edit .approval-buttons input {
  margin-bottom: 10px;
}
.Chadwell-Pages-QuotesPage-Edit .btn-approve {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuotesPage-Edit .summary,
.Chadwell-Pages-QuotesPage-Edit .form-container {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-QuotesPage-Edit .summary h2 {
  margin-bottom: 10px;
}
.Chadwell-Pages-QuotesPage-Edit .summary .add-product-from-list-to-cart-button {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-QuotesPage-Edit .summary button {
  margin-bottom: 10px;
}
.Chadwell-Pages-QuotesPage-Edit .form-container {
  padding-bottom: 5px;
}
.Chadwell-Pages-QuotesPage-Edit .form-container form > div {
  margin-bottom: 10px;
  display: inline-block;
}
.Chadwell-Pages-QuotesPage-Edit .form-container form label {
  margin-right: 6px;
  font-weight: 600;
}
@media (max-width: 410px) {
  .Chadwell-Pages-QuotesPage-Edit .form-container form label {
    width: 70px;
  }
}
.Chadwell-Pages-QuotesPage-Edit .form-container form input {
  padding: 4px;
  margin-right: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuotesPage-Edit .form-container form input[name=code] {
  width: 100px;
}
.Chadwell-Pages-QuotesPage-Edit .form-container form input[name=quantity] {
  width: 60px;
}
@media (max-width: 410px) {
  .Chadwell-Pages-QuotesPage-Edit .form-container form input[name=quantity] {
    width: 100px;
  }
}
.Chadwell-Pages-QuotesPage-Edit .form-container form #add-product-to-list-button {
  top: -2px;
  position: relative;
}
.Chadwell-Pages-QuotesPage-Edit .form-container form .error {
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.Chadwell-Pages-QuotesPage-Edit .form-check-label {
  margin-bottom: 15px;
}
.Chadwell-Pages-QuotesPage-Edit .saving-notification {
  display: none;
  position: absolute;
  margin-top: 30px;
  margin-left: -68px;
  font-size: small;
  font-weight: 600;
  color: #0077C8;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .saving-notification {
    margin-left: -53px;
    margin-top: 28px;
  }
}
.Chadwell-Pages-QuotesPage-Edit .saving-price-notification {
  display: none;
  position: absolute;
  margin-top: 30px;
  margin-left: -68px;
  font-size: small;
  font-weight: 600;
  color: #0077C8;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .saving-price-notification {
    margin-left: -53px;
    margin-top: 28px;
  }
}
.Chadwell-Pages-QuotesPage-Edit table td, .Chadwell-Pages-QuotesPage-Edit table th {
  vertical-align: middle;
}
.Chadwell-Pages-QuotesPage-Edit table td .alert {
  margin-top: 10px;
}
.Chadwell-Pages-QuotesPage-Edit img {
  width: 60px;
  height: auto;
  margin-right: 6px;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .group-container {
    display: none;
  }
}
.Chadwell-Pages-QuotesPage-Edit .table-subtotals {
  width: 33%;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .table-subtotals {
    width: 50%;
  }
}
.Chadwell-Pages-QuotesPage-Edit .edit-table-container {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards .text-right, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards .text-center, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards table, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards thead, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards tbody, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards th, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards td, .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-QuotesPage-Edit .edit-table-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-QuotesPage-Edit .mobile-select-all-skus {
  display: none;
}
@media (max-width: 1100px) {
  .Chadwell-Pages-QuotesPage-Edit .mobile-select-all-skus {
    display: block;
  }
}
.Chadwell-Pages-QuotesPage-Edit .bmo-price {
  color: green;
}
.Chadwell-Pages-QuotesPage-Edit .bmo-price.less-than-margin-warning {
  color: #c8102e;
}
.Chadwell-Pages-QuotesPage-Edit .discount-wrapper {
  display: none;
}
.Chadwell-Pages-QuotesPage-Edit .modal label {
  font-weight: 600;
}
.Chadwell-Pages-QuotesPage-Edit .modal .spinner {
  text-align: center;
  display: none;
}
.Chadwell-Pages-QuotesPage-Edit .modal .modal-body {
  padding: 20px;
}
.Chadwell-Pages-QuotesPage-Edit .modal .error-message {
  display: none;
}
.Chadwell-Pages-QuotesPage-Edit .modal .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
.Chadwell-Pages-QuotesPage-Edit .modal .cards-container {
  text-align: center;
}
.Chadwell-Pages-QuotesPage-Edit .modal .cards-container img {
  width: 80%;
  height: auto;
  max-width: 320px;
}
.Chadwell-Pages-QuotesPage-Edit .modal .btn-confirm {
  color: white;
  background: #c8102e;
}

.Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only {
  display: none;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only {
    display: block;
  }
}
.Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only-expander,
.Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only-scroller {
  top: 4px;
  color: white;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  background: #0077C8;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only-expander {
  left: 4px;
}
.Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only-scroller {
  right: 4px;
  padding: 7px 8px;
  background: #97999b;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .mobile-card-item .mobile-only-hide {
    display: none !important;
  }
}
.Chadwell-Pages-QuotesPage-Index h1 {
  margin-bottom: 10px;
}
.Chadwell-Pages-QuotesPage-Index form {
  display: inline;
}
.Chadwell-Pages-QuotesPage-Index td {
  vertical-align: middle;
}
.Chadwell-Pages-QuotesPage-Index .k-grid, .Chadwell-Pages-QuotesPage-Index .mobile-items {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index table, .Chadwell-Pages-QuotesPage-Index .k-grid {
    display: none;
  }
}
.Chadwell-Pages-QuotesPage-Index table button, .Chadwell-Pages-QuotesPage-Index .k-grid button {
  text-align: left !important;
}
.Chadwell-Pages-QuotesPage-Index .k-grid colgroup col:nth-child(9) {
  width: 120px;
}
.Chadwell-Pages-QuotesPage-Index .k-grid colgroup col:nth-child(7) {
  width: 120px;
}
.Chadwell-Pages-QuotesPage-Index .k-grid colgroup col:nth-child(6) {
  width: 110px;
}
.Chadwell-Pages-QuotesPage-Index .k-grid th:nth-child(5), .Chadwell-Pages-QuotesPage-Index .k-grid td:nth-child(5) {
  text-align: right;
}
.Chadwell-Pages-QuotesPage-Index .k-grid th:nth-child(8), .Chadwell-Pages-QuotesPage-Index .k-grid td:nth-child(8) {
  text-align: right;
}
.Chadwell-Pages-QuotesPage-Index .k-grid, .Chadwell-Pages-QuotesPage-Index .mobile-items {
  margin-bottom: 20px;
}
.Chadwell-Pages-QuotesPage-Index .pending-name {
  text-transform: capitalize;
}
.Chadwell-Pages-QuotesPage-Index .email-waiting {
  height: 30px;
  display: none;
  overflow: hidden;
}
.Chadwell-Pages-QuotesPage-Index .email-waiting img {
  top: -30px;
  width: 90px;
  position: relative;
}
.Chadwell-Pages-QuotesPage-Index .delete-waiting {
  height: 30px;
  display: none;
  overflow: hidden;
}
.Chadwell-Pages-QuotesPage-Index .delete-waiting img {
  top: -30px;
  width: 90px;
  position: relative;
}
.Chadwell-Pages-QuotesPage-Index .other-email-choice {
  display: none;
}
.Chadwell-Pages-QuotesPage-Index .quote-content {
  display: none;
  margin-bottom: 30px;
  font-size: 13px;
}
.Chadwell-Pages-QuotesPage-Index .quote-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-QuotesPage-Index .quote-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form div.filter-title {
  font-weight: 600;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form > div.inline-filter {
  margin-bottom: 0px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .form-container-filters form > div.inline-filter {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .form-container-filters form > div.inline-filter:last-of-type {
    margin-bottom: 0px;
  }
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form label.date-label {
  margin-right: 6px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .form-container-filters form label.date-label {
    width: 55px;
  }
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form label.filter-label {
  font-weight: 600;
  margin-right: 20px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form input {
  padding: 4px;
  margin-right: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form input[type=date] {
  width: 150px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form input[type=checkbox] {
  margin-right: 5px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form button[type=submit] {
  margin-left: 10px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form #set-filters-button {
  top: -2px;
  position: relative;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form .error {
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.Chadwell-Pages-QuotesPage-Index .form-container-filters form #endDate-error {
  display: block;
  position: absolute;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .form-container-filters form #endDate-error {
    position: initial;
    margin-left: initial;
  }
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .form-container-filters form button[type=submit] {
    margin-left: 0px;
  }
}
.Chadwell-Pages-QuotesPage-Index .quote-form {
  padding: 15px;
  display: block;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .Chadwell-Pages-QuotesPage-Index .quote-form {
    width: inherit;
  }
}
.Chadwell-Pages-QuotesPage-Index #email-choice {
  height: 250px;
}
@media (min-width: 1201px) {
  .Chadwell-Pages-QuotesPage-Index .mobile-items {
    display: none;
  }
}
@media (max-width: 767px) {
  .Chadwell-Pages-QuotesPage-Index .mobile-items .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
}
.Chadwell-Pages-QuotesPage-Index .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-QuotesPage-Index .mobile-items .item > div {
  margin-top: 12px;
}
.Chadwell-Pages-QuotesPage-Index .mobile-items .item strong {
  display: block;
}
.Chadwell-Pages-QuotesPage-Index .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-QuotesPage-Index .mobile-items .item > p:first-child {
  margin-bottom: 30px;
}

.Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only {
  display: none;
}
@media (max-width: 900px) {
  .Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only {
    display: block;
  }
}
.Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only-expander,
.Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only-scroller {
  top: 4px;
  color: white;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  background: #0077C8;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only-expander {
  left: 4px;
}
.Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only-scroller {
  right: 4px;
  padding: 7px 8px;
  background: #97999b;
}
@media (max-width: 900px) {
  .Chadwell-Pages-RecentPurchasesPage .mobile-card-item .mobile-only-hide {
    display: none !important;
  }
}
.Chadwell-Pages-RecentPurchasesPage .recent-purchases-search-form {
  padding: 15px;
  display: block;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-RecentPurchasesPage .recent-purchases-search-form {
    width: inherit;
  }
}
.Chadwell-Pages-RecentPurchasesPage .success-message,
.Chadwell-Pages-RecentPurchasesPage .failure-message {
  display: none;
  padding-top: 4px;
}
.Chadwell-Pages-RecentPurchasesPage .success-message {
  color: green;
}
.Chadwell-Pages-RecentPurchasesPage .failure-message {
  color: #c8102e;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list {
  margin-bottom: 20px;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion {
  margin-bottom: 3px;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-trigger {
  color: white;
  padding: 10px;
  cursor: pointer;
  background: #0077C8;
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-trigger .fa-caret-down {
  display: none;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner {
  overflow: hidden;
}
@media (max-width: 900px) {
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards .text-right, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards .text-center, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards table, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards thead, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards tbody, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards th, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards td, .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .accordion-content-inner .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-RecentPurchasesPage .accordion-list .accordion .accordion-content .fa-search {
  color: #0077C8;
}
.Chadwell-Pages-RecentPurchasesPage .add-to-cart-column {
  min-width: 120px;
}
.Chadwell-Pages-RecentPurchasesPage .add-to-cart {
  color: white;
  min-width: 92px;
  background: #c8102e;
}
.Chadwell-Pages-RecentPurchasesPage .add-to-cart:hover {
  text-decoration: none;
}
.Chadwell-Pages-RecentPurchasesPage .quick-view-icon {
  cursor: pointer;
}

.Chadwell-Pages-RegistrationPage .card,
.Chadwell-Pages-RegistrationPage .alert {
  margin-bottom: 20px;
}
.Chadwell-Pages-RegistrationPage .card-one,
.Chadwell-Pages-RegistrationPage .card-two {
  display: none;
}
.Chadwell-Pages-RegistrationPage .card-options p:last-child {
  margin-bottom: 0;
}
.Chadwell-Pages-RegistrationPage form {
  margin-top: 25px;
}
.Chadwell-Pages-RegistrationPage form label {
  text-align: right;
}
@media (max-width: 768px) {
  .Chadwell-Pages-RegistrationPage form label {
    text-align: left;
  }
}
.Chadwell-Pages-RegistrationPage form .required {
  font-weight: 600;
}
.Chadwell-Pages-RegistrationPage form .required:after {
  content: " *";
}
.Chadwell-Pages-RegistrationPage form input[type=file] {
  padding-left: 0;
  border: none !important;
}
.Chadwell-Pages-RegistrationPage .captcha-container .error-message {
  display: none;
}
.Chadwell-Pages-RegistrationPage #emailAddressErrorMessage {
  margin-left: 220px;
}
.Chadwell-Pages-RegistrationPage #passwordErrorMessage {
  margin-left: 0;
}

.Chadwell-Pages-ResourceContentLinksAdminPageEdit h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit .save-block-btn, .Chadwell-Pages-ResourceContentLinksAdminPageEdit .add-catgories-btn, .Chadwell-Pages-ResourceContentLinksAdminPageEdit .add-skus-btn, .Chadwell-Pages-ResourceContentLinksAdminPageEdit .remove-skus-btn {
  margin: 0 0 35px;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit .items-content {
  display: none;
  margin-bottom: 30px;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit .items-waiting {
  width: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit .items-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit label {
  font-weight: bold;
}
.Chadwell-Pages-ResourceContentLinksAdminPageEdit .items-header {
  margin-bottom: 10px;
}

.Chadwell-Pages-ResourceContentLinksAdminPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-ResourceContentLinksAdminPage .add-block-btn {
  margin: 20px 0 30px;
}
.Chadwell-Pages-ResourceContentLinksAdminPage .delete-button {
  margin-left: 10px;
}
.Chadwell-Pages-ResourceContentLinksAdminPage .blocks-content {
  display: none;
  margin-bottom: 30px;
}
.Chadwell-Pages-ResourceContentLinksAdminPage .blocks-waiting {
  width: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-ResourceContentLinksAdminPage .blocks-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}

.Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only {
  display: none;
}
@media (max-width: 920px) {
  .Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only {
    display: block;
  }
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only-expander,
.Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only-scroller {
  top: 4px;
  color: white;
  padding: 7px;
  cursor: pointer;
  position: absolute;
  background: #0077C8;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only-expander {
  left: 4px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only-scroller {
  right: 4px;
  padding: 7px 8px;
  background: #97999b;
}
@media (max-width: 920px) {
  .Chadwell-Pages-RSMViewAccountsPage .mobile-card-item .mobile-only-hide {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .Chadwell-Pages-RSMViewAccountsPage table, .Chadwell-Pages-RSMViewAccountsPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-RSMViewAccountsPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-RSMViewAccountsPage .filter-form {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 25px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 350px) {
  .Chadwell-Pages-RSMViewAccountsPage .filter-form {
    width: inherit;
  }
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-grid {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  grid-gap: 1em;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-grid .grid-center {
  grid-column: 2;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-grid .grid-full-row {
  grid-column: 1/span 3;
  justify-items: end;
}
.Chadwell-Pages-RSMViewAccountsPage .rsm-waiting {
  width: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-RSMViewAccountsPage .rsm-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 351px) {
  .Chadwell-Pages-RSMViewAccountsPage .mobile-items {
    display: none;
  }
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .account-count-container {
  margin: 15px 0 5px 0;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item {
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item strong {
  width: 40%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item .mobile-action-form {
  text-align: right;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item .mobile-action-form button {
  margin-bottom: 10px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item > p:first-child {
  margin-top: -15px;
  margin-bottom: 30px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-RSMViewAccountsPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .Chadwell-Pages-RunningJobsAdminPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-RunningJobsAdminPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-SDSDownloadPage-Index hr {
  margin-top: 40px;
  margin-bottom: 30px;
}
.Chadwell-Pages-SDSDownloadPage-Index .hidden {
  display: none;
}

.Chadwell-Pages-ShoppingCartPage .shortcut-input {
  min-width: 200px;
}
.Chadwell-Pages-ShoppingCartPage h1 {
  margin-bottom: 20px;
}
.Chadwell-Pages-ShoppingCartPage .section-minimal {
  margin-bottom: 15px;
}
.Chadwell-Pages-ShoppingCartPage .section-minimal input[type=text] {
  width: 100%;
}
@media (max-width: 767px) {
  .Chadwell-Pages-ShoppingCartPage .section-minimal {
    margin-top: 10px;
  }
}
.Chadwell-Pages-ShoppingCartPage .btn {
  margin-top: 5px;
  min-width: 190px;
  margin-bottom: 5px;
}
.Chadwell-Pages-ShoppingCartPage .btn:hover {
  text-decoration: none;
}
.Chadwell-Pages-ShoppingCartPage .mobile-product-image {
  display: block;
  margin-bottom: 10px;
}
.Chadwell-Pages-ShoppingCartPage .mobile-sku {
  margin-bottom: 2px;
}
.Chadwell-Pages-ShoppingCartPage .checkout-container {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #97999b;
}
@media (max-width: 767px) {
  .Chadwell-Pages-ShoppingCartPage .checkout-container {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Chadwell-Pages-ShoppingCartPage .checkout-container .btn-checkout {
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #c8102e;
}
.Chadwell-Pages-ShoppingCartPage .subtotal {
  margin-right: 10px;
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .Chadwell-Pages-ShoppingCartPage .subtotal {
    left: -9px;
    margin-bottom: 0;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.Chadwell-Pages-ShoppingCartPage .subtotal .bmo-price,
.Chadwell-Pages-ShoppingCartPage .subtotal .subtotal-price {
  min-width: 115px;
  display: inline-block;
}
.Chadwell-Pages-ShoppingCartPage .subtotal .subtotal-price, .Chadwell-Pages-ShoppingCartPage .subtotal .bmo-price {
  color: green;
}
.Chadwell-Pages-ShoppingCartPage .subtotal .bmo-price.less-than-margin-warning {
  color: #c8102e;
}
.Chadwell-Pages-ShoppingCartPage .subtotal-wrapper {
  cursor: pointer;
}
.Chadwell-Pages-ShoppingCartPage select,
.Chadwell-Pages-ShoppingCartPage input[type=text],
.Chadwell-Pages-ShoppingCartPage input[type=number] {
  top: 2px;
  padding: 4px;
  position: relative;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-ShoppingCartPage input[type=checkbox] {
  top: 1px;
  position: relative;
}
@media (max-width: 767px) {
  .Chadwell-Pages-ShoppingCartPage .desktop-form {
    display: none;
  }
}
@media (min-width: 767px) {
  .Chadwell-Pages-ShoppingCartPage .mobile-form {
    display: none;
  }
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #97999b !important;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop tr {
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop th, .Chadwell-Pages-ShoppingCartPage .product-list-desktop td {
  padding: 10px;
  vertical-align: middle;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop th {
  padding-top: 0;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop th label {
  margin-bottom: 0;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop .product-column {
  max-width: 280px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop .product-name {
  display: block;
  margin-bottom: 6px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop input[type=number] {
  width: 80px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-desktop .custom-icon img {
  width: 60px;
  height: auto;
  margin-right: 6px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile {
  margin-top: 15px;
  margin-bottom: 25px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .confirm-delete {
  display: none;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .confirm-delete .btn-confirm-delete {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product {
  margin-bottom: 30px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-header {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-header img {
  width: auto;
  height: 150px;
  max-width: 90%;
  display: inline;
  margin-top: 10px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-body {
  padding: 20px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-body label {
  font-weight: 600;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-body input[type=number] {
  width: 100%;
  max-width: 125px;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-body .fix-label label {
  top: 6px;
  position: relative;
}
.Chadwell-Pages-ShoppingCartPage .product-list-mobile .mobile-product .product-body .custom-icon img {
  max-width: 75px;
  height: auto;
}

.Chadwell-Pages-ShoppingListPage-Create .form-create-list {
  margin-bottom: 20px;
}

.Chadwell-Pages-ShoppingListPage-Edit .main-waiting {
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-ShoppingListPage-Edit .main-waiting img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-ShoppingListPage-Edit .save-spinner {
  overflow: hidden;
  text-align: center;
}
.Chadwell-Pages-ShoppingListPage-Edit .save-spinner img {
  width: auto;
  height: 150px;
  display: inline;
  margin-top: -25px;
}
.Chadwell-Pages-ShoppingListPage-Edit .label-button {
  cursor: pointer;
  font-weight: 400;
}
.Chadwell-Pages-ShoppingListPage-Edit .success-message,
.Chadwell-Pages-ShoppingListPage-Edit .failure-message {
  top: -6px;
  display: none;
  position: relative;
}
.Chadwell-Pages-ShoppingListPage-Edit .success-message {
  color: green;
}
.Chadwell-Pages-ShoppingListPage-Edit .failure-message {
  color: #c8102e;
}
.Chadwell-Pages-ShoppingListPage-Edit .summary,
.Chadwell-Pages-ShoppingListPage-Edit .form-container {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.Chadwell-Pages-ShoppingListPage-Edit .summary h2 {
  margin-bottom: 10px;
}
.Chadwell-Pages-ShoppingListPage-Edit .summary .add-product-from-list-to-cart-button {
  color: white;
  background: #c8102e;
}
.Chadwell-Pages-ShoppingListPage-Edit .summary button {
  margin-bottom: 10px;
}
.Chadwell-Pages-ShoppingListPage-Edit .form-container label {
  margin-right: 6px;
  font-weight: 600;
}
.Chadwell-Pages-ShoppingListPage-Edit .form-container input {
  margin-right: 10px;
}
.Chadwell-Pages-ShoppingListPage-Edit .form-container input[name=code] {
  width: 100px;
}
.Chadwell-Pages-ShoppingListPage-Edit .form-container input[name=quantity] {
  width: 60px;
}
.Chadwell-Pages-ShoppingListPage-Edit .form-container .error {
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.Chadwell-Pages-ShoppingListPage-Edit table td, .Chadwell-Pages-ShoppingListPage-Edit table th {
  vertical-align: middle;
}
.Chadwell-Pages-ShoppingListPage-Edit img {
  width: 60px;
  height: auto;
  margin-right: 6px;
}
.Chadwell-Pages-ShoppingListPage-Edit .edit-table-container {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards .text-right, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards .text-center, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards table, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards thead, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards tbody, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards th, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards td, .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-ShoppingListPage-Edit .edit-table-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}
.Chadwell-Pages-ShoppingListPage-Edit .mobile-select-all {
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-ShoppingListPage-Edit .mobile-select-all {
    display: none;
  }
}
.Chadwell-Pages-ShoppingListPage-Edit .mobile-select-all label,
.Chadwell-Pages-ShoppingListPage-Edit .mobile-select-all label input {
  cursor: pointer;
}
.Chadwell-Pages-ShoppingListPage-Edit .disable-table-row {
  pointer-events: none;
  color: red;
}
.Chadwell-Pages-ShoppingListPage-Edit tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}

.Chadwell-Pages-ShoppingListPage-Index h1 {
  margin-bottom: 10px;
}
.Chadwell-Pages-ShoppingListPage-Index form {
  display: inline;
}
.Chadwell-Pages-ShoppingListPage-Index td {
  vertical-align: middle;
}
.Chadwell-Pages-ShoppingListPage-Index .index-table-container {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards {
    margin-bottom: 0 !important;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards .text-right, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards .text-center, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards .text-left {
    text-align: left !important;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards table, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards thead, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards tbody, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards th, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards td, .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards tr {
    display: block;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards tr {
    margin-bottom: 20px;
    border: 1px solid #97999b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards tr:last-child {
    margin-bottom: 0;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards td {
    border: none;
    text-align: left;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  .Chadwell-Pages-ShoppingListPage-Index .index-table-container .simulate-mobile-cards td:before {
    left: 8px;
    width: 35%;
    font-weight: 600;
    text-align: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: attr(data-title);
  }
}

.Chadwell-Pages-SpecialOrderHistoryPage .action-button {
  margin: 4px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .orders-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-SpecialOrderHistoryPage .orders-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-SpecialOrderHistoryPage .order-content {
  display: none;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-page-wrap {
  display: none;
}
@media (max-width: 920px) {
  .Chadwell-Pages-SpecialOrderHistoryPage #grid {
    display: none;
  }
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid colgroup col:nth-child(1) {
  width: 150px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid colgroup col:nth-child(2) {
  width: 240px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid colgroup col:nth-child(3) {
  width: 95px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid th:nth-child(3), .Chadwell-Pages-SpecialOrderHistoryPage .k-grid td:nth-child(3) {
  text-align: right;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid th:nth-child(5), .Chadwell-Pages-SpecialOrderHistoryPage .k-grid td:nth-child(5) {
  text-align: right;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-pager-input, .Chadwell-Pages-SpecialOrderHistoryPage .k-pager-sizes {
  padding: 0 1em;
}
.Chadwell-Pages-SpecialOrderHistoryPage #loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}
.Chadwell-Pages-SpecialOrderHistoryPage input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin: 4px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-grid, .Chadwell-Pages-SpecialOrderHistoryPage .mobile-items {
  margin-bottom: 20px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .k-listview {
  border: none !important;
}
@media only screen and (max-width: 920px) {
  .Chadwell-Pages-SpecialOrderHistoryPage .k-page-wrap {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .Chadwell-Pages-SpecialOrderHistoryPage .k-pager-info {
    padding: 0 1em;
    display: block;
  }
  .Chadwell-Pages-SpecialOrderHistoryPage .k-page-wrap {
    display: block;
  }
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 921px) {
  .Chadwell-Pages-SpecialOrderHistoryPage .mobile-items {
    display: none;
  }
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item strong {
  width: 48%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item {
  /* > p:first-child {
      margin-top: -15px;
      margin-bottom: 30px;
  }*/
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-SpecialOrderHistoryPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}
.Chadwell-Pages-SpecialOrderHistoryPage #confirmation-modal label {
  margin-top: 4px;
  margin-bottom: 1px;
}

.Chadwell-Pages-SpecialOrderPage h2 {
  margin-bottom: 20px;
}
.Chadwell-Pages-SpecialOrderPage .shipping-address {
  padding-left: 90px !important;
}
.Chadwell-Pages-SpecialOrderPage .info-label {
  margin-left: 15px;
}
.Chadwell-Pages-SpecialOrderPage .images-list {
  margin: 0;
  padding: 0;
}
.Chadwell-Pages-SpecialOrderPage .images-list .image-list-item {
  list-style-type: none;
}
.Chadwell-Pages-SpecialOrderPage .images-list .image-list-item img {
  width: 25px;
  height: 25px;
}
.Chadwell-Pages-SpecialOrderPage .images-list .image-list-item .image-name {
  display: inline-block;
  padding-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.Chadwell-Pages-SpecialOrderPage .item-buttons {
  margin-top: 15px;
}
.Chadwell-Pages-SpecialOrderPage .item-buttons input {
  min-width: 200px;
  padding: 10px;
  float: right;
}
@media (max-width: 900px) {
  .Chadwell-Pages-SpecialOrderPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-SpecialOrderPage .k-desktop-view {
  margin-right: 15px;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-SpecialOrderPage .k-desktop-view {
    display: none;
  }
}
.Chadwell-Pages-SpecialOrderPage .k-mobile-view {
  margin-right: 35px;
  margin-bottom: 6px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-SpecialOrderPage .k-mobile-view {
    display: none;
  }
}
.Chadwell-Pages-SpecialOrderPage .k-listview {
  border: none !important;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items {
  margin-left: 20px;
  margin-right: 20px;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item strong {
  width: 35%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
.Chadwell-Pages-SpecialOrderPage .mobile-items .item input {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
@media (min-width: 901px) {
  .Chadwell-Pages-SpecialOrderPage .mobile-items {
    display: none;
  }
}
@media (max-width: 521px) {
  .Chadwell-Pages-SpecialOrderPage .mobile-items .item strong {
    width: 100%;
    text-align: left;
    display: block;
  }
  .Chadwell-Pages-SpecialOrderPage .mobile-items .item strong:last-of-type {
    width: auto;
    display: inline-block;
  }
  .Chadwell-Pages-SpecialOrderPage .mobile-items .item textarea {
    display: block;
    width: 100%;
  }
  .Chadwell-Pages-SpecialOrderPage .mobile-items .item input {
    display: block;
    width: 100%;
  }
}
.Chadwell-Pages-SpecialOrderPage #loading-spinner {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url("/images/spinner.gif") center center no-repeat;
  opacity: 0.5;
  display: none;
}
.Chadwell-Pages-SpecialOrderPage input[type=radio] {
  /* Double-sized Radio */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.Chadwell-Pages-SpecialOrderPage {
  /* Might want to wrap a span around your checkbox text */
}
.Chadwell-Pages-SpecialOrderPage .checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
  padding-left: 4px;
}
.Chadwell-Pages-SpecialOrderPage :required:focus {
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}
.Chadwell-Pages-SpecialOrderPage .form-group .so-type:after {
  content: "*";
  color: red;
}

.Chadwell-Pages-StatementsPage-Index .statements-waiting {
  width: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Chadwell-Pages-StatementsPage-Index .statements-waiting img {
  top: -30px;
  width: 100%;
  height: auto;
  position: relative;
}
.Chadwell-Pages-StatementsPage-Index .statements-container {
  display: none;
}
.Chadwell-Pages-StatementsPage-Index .k-grid, .Chadwell-Pages-StatementsPage-Index .mobile-items {
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .Chadwell-Pages-StatementsPage-Index table, .Chadwell-Pages-StatementsPage-Index .k-grid {
    display: none;
  }
}
.Chadwell-Pages-StatementsPage-Index .k-grid colgroup col:nth-child(1) {
  width: 150px;
}
.Chadwell-Pages-StatementsPage-Index .k-grid colgroup col:nth-child(3) {
  width: 80px;
}
.Chadwell-Pages-StatementsPage-Index .k-grid colgroup col:nth-child(4) {
  width: 100px;
}
.Chadwell-Pages-StatementsPage-Index .k-grid th:nth-child(3), .Chadwell-Pages-StatementsPage-Index .k-grid td:nth-child(3) {
  text-align: right;
}
@media (min-width: 560px) {
  .Chadwell-Pages-StatementsPage-Index .mobile-items {
    display: none;
  }
}
.Chadwell-Pages-StatementsPage-Index .mobile-items .item {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-StatementsPage-Index .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}

.Chadwell-Pages-TradeShowBoothListingPage .display-none {
  display: none;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  margin-bottom: 40px;
}
.Chadwell-Pages-TradeShowBoothListingPage .class-content {
  clear: both;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  /*stacking field-sets above each other*/
  position: relative;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper fieldset .lds-dual-ring {
  display: inline-block;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper fieldset .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 4px;
  margin-left: 20px;
  border-radius: 50%;
  border: 4px solid #97999b;
  border-color: #97999b transparent #97999b transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  /*stacking field-sets above each other*/
  position: relative;
  text-align: left;
  color: #9E9E9E;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper {
  /*Hide all except first field-set*/
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper fieldset:not(:first-of-type) {
  display: none;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper input, .Chadwell-Pages-TradeShowBoothListingPage .form-wrapper textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper input.text {
  width: 100%;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper input.number {
  width: 75px;
  display: inline;
  margin-right: 10px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .form-check-label {
  margin-bottom: 0px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .form-check-input[type=checkbox], .Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .form-check-input[type=radio] {
  margin-top: 5px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper input:focus, .Chadwell-Pages-TradeShowBoothListingPage .form-wrapper #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper {
  /*Blue Buttons*/
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .action-button:hover, .Chadwell-Pages-TradeShowBoothListingPage .form-wrapper #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper {
  /*Previous Buttons*/
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .action-button-previous:hover, .Chadwell-Pages-TradeShowBoothListingPage .form-wrapper #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
.Chadwell-Pages-TradeShowBoothListingPage .form-wrapper .confirm-heading {
  font-weight: bold;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*Dropdown List Exp Date*/
}
.Chadwell-Pages-TradeShowBoothListingPage select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}
.Chadwell-Pages-TradeShowBoothListingPage select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*The background card*/
}
.Chadwell-Pages-TradeShowBoothListingPage .card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*FieldSet headings*/
}
.Chadwell-Pages-TradeShowBoothListingPage .fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*progress-bar*/
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar .active {
  color: #000000;
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar {
  /*Icons in the ProgressBar*/
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar #step-info:before {
  content: "\f007";
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar #step-options:before {
  content: "\f466";
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar #step-booth:before {
  content: "\f3c5";
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar #step-payment:before {
  content: "\f09d";
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar #step-confirmation:before {
  content: "\f14a";
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar {
  /*ProgressBar before any progress*/
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar {
  /*ProgressBar connectors*/
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar {
  /*Color number of the step and the connector before it*/
}
.Chadwell-Pages-TradeShowBoothListingPage #progressbar li.active:before, .Chadwell-Pages-TradeShowBoothListingPage #progressbar #progressbar li.active:after {
  background: skyblue;
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*Imaged Radio Buttons*/
}
.Chadwell-Pages-TradeShowBoothListingPage .radio-group {
  position: relative;
  margin-bottom: 25px;
}
.Chadwell-Pages-TradeShowBoothListingPage .radio {
  display: inline-block;
  width: 204px;
  height: 104px;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}
.Chadwell-Pages-TradeShowBoothListingPage .radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.Chadwell-Pages-TradeShowBoothListingPage .radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.Chadwell-Pages-TradeShowBoothListingPage {
  /*Fit image in bootstrap div*/
}
.Chadwell-Pages-TradeShowBoothListingPage .fit-image {
  width: 100%;
  object-fit: cover;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map {
  display: block;
  width: 972px;
  height: auto;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .map-key {
  border-spacing: 2px;
  margin-bottom: 20px;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .map-key tr .key-label {
  width: 100px;
  border: 1px solid #FFFFFF;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .map-key tr .key-cell {
  width: 20px;
  border: 2px solid white;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .available-booth {
  background-color: #008000;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .pending-booth {
  background-color: #FFFF00;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .reserved-booth {
  background-color: #FF0000;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .selected-booth {
  background-color: #00FFFF;
  opacity: 0.75;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .unknown-booth {
  background-color: #D3D3D3;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .unavailable-booth {
  background-color: #D3D3D3;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table {
  border-spacing: 0px;
  border: 2px solid #000000;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table td {
  width: 32px;
  padding: 0 0 0 0;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table td .booth {
  opacity: 0.25;
  position: relative;
  border: 1px solid #000000;
  color: black;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  height: 40px;
  display: inline-grid;
  padding: 1px 1px 1px 1px;
  width: 100%;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table td .blank-booth {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table td .multi-column-blank-booth {
  background-color: #FFFFFF;
  text-align: center;
  border: 0px solid #FFFFFF;
}
.Chadwell-Pages-TradeShowBoothListingPage .booth-map-wrapper .booth-table td .booth:hover {
  opacity: 0.9;
}
.Chadwell-Pages-TradeShowBoothListingPage #confirm-form .confirm-heading {
  font-weight: bold;
}
.Chadwell-Pages-TradeShowBoothListingPage #confirm-form .confirm-total {
  font-weight: bolder;
}
.Chadwell-Pages-TradeShowBoothListingPage #confirm-form .confirm-spinner {
  align-content: center;
  text-align: center;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content .class-payment-review-spinner, .Chadwell-Pages-TradeShowBoothListingPage .modal-content .class-payment-review-spinner img {
  width: 125px;
  height: 125px;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content .form-group, .Chadwell-Pages-TradeShowBoothListingPage .modal-content .form-group div {
  margin-bottom: 0.5rem;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content table {
  width: 50%;
  min-width: 15%;
  padding-bottom: 10px;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content table thead tr th {
  min-width: 100px;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content table tbody tr td {
  font-size: 14px;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content table tbody tr td:first-child {
  text-align: left;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content table tbody tr td:last-child {
  text-align: right;
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content label {
  text-align: left;
  margin-right: 6px;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .Chadwell-Pages-TradeShowBoothListingPage .modal-content label {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-content select, .Chadwell-Pages-TradeShowBoothListingPage .modal-content input[type=text] {
  padding: 4px;
  max-width: 800px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-TradeShowBoothListingPage .modal-content select, .Chadwell-Pages-TradeShowBoothListingPage .modal-content input[type=text] {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .Chadwell-Pages-TradeShowBoothListingPage .modal-content .cards-container img {
    width: 80%;
  }
}
.Chadwell-Pages-TradeShowBoothListingPage .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-TradeShowBoothListingPage .modal-footer {
    display: block;
  }
}
@media (max-width: 800px) {
  .Chadwell-Pages-TradeShowBoothListingPage .modal-footer input {
    width: 100%;
    display: block;
    margin: 5px 5px 5px 5px;
    min-width: 10px;
  }
}

.Chadwell-Pages-UniversityCheckoutPage .display-none {
  display: none;
}
.Chadwell-Pages-UniversityCheckoutPage .validation-error {
  display: none;
  color: red;
}
.Chadwell-Pages-UniversityCheckoutPage .registration-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #97999b;
}
.Chadwell-Pages-UniversityCheckoutPage .registration-section > div {
  margin-bottom: 14px;
}
.Chadwell-Pages-UniversityCheckoutPage .registration-section:last-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.Chadwell-Pages-UniversityCheckoutPage .registration-fields {
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .registration-fields {
    width: auto;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .registration-fields > div {
  margin-bottom: 14px;
}
.Chadwell-Pages-UniversityCheckoutPage .class-review > div {
  margin-bottom: 4px;
}
.Chadwell-Pages-UniversityCheckoutPage .attendee-buttons {
  width: 10%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .attendee-buttons {
    width: auto;
    min-width: 0;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .attendee-buttons input[type=button] {
  float: right;
  margin: 2px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .attendee-buttons input[type=button] {
    width: 98%;
    margin: 4px;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .attendee-buttons .attendee-spinner, .Chadwell-Pages-UniversityCheckoutPage .attendee-buttons img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .attendee-buttons .attendee-spinner {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .attendee-buttons .attendee-spinner img {
    position: fixed;
    z-index: 999;
    height: 10em;
    width: 10em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.Chadwell-Pages-UniversityCheckoutPage p {
  margin-top: 3px;
}
.Chadwell-Pages-UniversityCheckoutPage .table-totals td {
  padding: 6px;
  text-align: right;
}
.Chadwell-Pages-UniversityCheckoutPage #attendee-list {
  width: auto;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.Chadwell-Pages-UniversityCheckoutPage #attendee-list label[class=error] {
  width: 100%;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage #attendee-list {
    width: 100%;
    min-width: 0;
  }
  .Chadwell-Pages-UniversityCheckoutPage #attendee-list .no-gutters {
    margin-bottom: 30px;
  }
  .Chadwell-Pages-UniversityCheckoutPage #attendee-list input {
    width: 100%;
  }
}
.Chadwell-Pages-UniversityCheckoutPage #attendee-list input {
  margin: 4px 4px 0 4px;
  width: 90%;
}
.Chadwell-Pages-UniversityCheckoutPage .registration-section-container label {
  width: 18%;
  text-align: right;
  margin-right: 6px;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .registration-section-container label {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .registration-section-container select, .Chadwell-Pages-UniversityCheckoutPage .registration-section-container input[type=text] {
  width: 80%;
  padding: 4px;
  max-width: 800px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .registration-section-container select, .Chadwell-Pages-UniversityCheckoutPage .registration-section-container input[type=text] {
    width: 100%;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content .class-payment-review-spinner, .Chadwell-Pages-UniversityCheckoutPage .modal-content .class-payment-review-spinner img {
  width: 125px;
  height: 125px;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content .form-group, .Chadwell-Pages-UniversityCheckoutPage .modal-content .form-group div {
  margin-bottom: 0.5rem;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content table {
  width: 50%;
  min-width: 15%;
  padding-bottom: 10px;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content table thead tr th {
  min-width: 100px;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content table tbody tr td {
  font-size: 14px;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content table tbody tr td:first-child {
  text-align: left;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content table tbody tr td:last-child {
  text-align: right;
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content label {
  text-align: left;
  margin-right: 6px;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .modal-content label {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .modal-content select, .Chadwell-Pages-UniversityCheckoutPage .modal-content input[type=text] {
  padding: 4px;
  max-width: 800px;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .modal-content select, .Chadwell-Pages-UniversityCheckoutPage .modal-content input[type=text] {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .modal-content .cards-container img {
    width: 80%;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .modal-footer {
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .modal-footer {
    display: block;
  }
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .modal-footer input {
    width: 100%;
    display: block;
    margin: 5px 5px 5px 5px;
    min-width: 10px;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .chadwell-submit-button {
  min-width: 250px;
  background: #c8102e;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .chadwell-submit-button {
    width: 100%;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .chadwell-submit-button:hover {
  background: #c8102e;
}
.Chadwell-Pages-UniversityCheckoutPage .checkout-button-section .checkout-button-spinner, .Chadwell-Pages-UniversityCheckoutPage .checkout-button-section img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .checkout-button-section .checkout-button-spinner, .Chadwell-Pages-UniversityCheckoutPage .checkout-button-section img {
    position: fixed;
    z-index: 999;
    height: 10em;
    width: 10em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.Chadwell-Pages-UniversityCheckoutPage .promo-code-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.Chadwell-Pages-UniversityCheckoutPage .promo-code-group label {
  margin-top: 10px;
  width: auto;
}
.Chadwell-Pages-UniversityCheckoutPage .promo-code-group input[type=text] {
  width: 250px;
  min-width: 100px;
}
@media (max-width: 800px) {
  .Chadwell-Pages-UniversityCheckoutPage .promo-code-group input {
    width: 100%;
    display: inline;
  }
}

.Chadwell-Pages-UniversityCoursePage {
  margin-bottom: 40px;
}
.Chadwell-Pages-UniversityCoursePage .course-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  float: right;
  padding-left: 30px;
}
.Chadwell-Pages-UniversityCoursePage .class-content {
  clear: both;
}

@media (max-width: 900px) {
  .Chadwell-Pages-UniversityInstructorPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-UniversityInstructorPage .k-desktop-view {
  margin-right: 15px;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-UniversityInstructorPage .k-desktop-view {
    display: none;
  }
}
.Chadwell-Pages-UniversityInstructorPage .k-mobile-view {
  margin-right: 35px;
  margin-bottom: 6px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-UniversityInstructorPage .k-mobile-view {
    display: none;
  }
}
.Chadwell-Pages-UniversityInstructorPage .k-listview {
  border: none !important;
}
.Chadwell-Pages-UniversityInstructorPage .download-btn {
  margin-right: 15px;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items {
  margin-left: 20px;
  margin-right: 20px;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item strong {
  width: 35%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
.Chadwell-Pages-UniversityInstructorPage .mobile-items .item input {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
@media (min-width: 901px) {
  .Chadwell-Pages-UniversityInstructorPage .mobile-items {
    display: none;
  }
}
@media (max-width: 521px) {
  .Chadwell-Pages-UniversityInstructorPage .mobile-items .item strong {
    width: 100%;
    text-align: left;
    display: block;
  }
  .Chadwell-Pages-UniversityInstructorPage .mobile-items .item strong:last-of-type {
    width: auto;
    display: inline-block;
  }
  .Chadwell-Pages-UniversityInstructorPage .mobile-items .item textarea {
    display: block;
    width: 100%;
  }
  .Chadwell-Pages-UniversityInstructorPage .mobile-items .item input {
    display: block;
    width: 100%;
  }
}

.Chadwell-Pages-UniversityInstructorPage-Pdf .row {
  margin-bottom: 5px;
}
.Chadwell-Pages-UniversityInstructorPage-Pdf .pdf {
  margin: 10px;
  display: block;
  background-color: white;
}
.Chadwell-Pages-UniversityInstructorPage-Pdf .pdf .university-pdf-header {
  font-weight: bold;
  background-color: #eeeeee;
}

@media (max-width: 900px) {
  .Chadwell-Pages-UniversityOrderDetailPage .k-grid {
    display: none;
  }
}
.Chadwell-Pages-UniversityOrderDetailPage .k-desktop-view {
  margin-right: 15px;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .Chadwell-Pages-UniversityOrderDetailPage .k-desktop-view {
    display: none;
  }
}
.Chadwell-Pages-UniversityOrderDetailPage .k-mobile-view {
  margin-right: 35px;
  margin-bottom: 6px;
}
@media (min-width: 901px) {
  .Chadwell-Pages-UniversityOrderDetailPage .k-mobile-view {
    display: none;
  }
}
.Chadwell-Pages-UniversityOrderDetailPage .k-listview {
  border: none !important;
}
.Chadwell-Pages-UniversityOrderDetailPage .download-btn {
  margin-right: 15px;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items {
  margin-left: 20px;
  margin-right: 20px;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item {
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #97999b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item strong {
  width: 35%;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  top: 0;
  vertical-align: top;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item:nth-child(even) {
  background: #eeeeee;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item > p:last-child {
  margin-bottom: -5px;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item > p.mobile-only-show {
  margin-bottom: 16px;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
.Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item input {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
@media (min-width: 901px) {
  .Chadwell-Pages-UniversityOrderDetailPage .mobile-items {
    display: none;
  }
}
@media (max-width: 521px) {
  .Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item strong {
    width: 100%;
    text-align: left;
    display: block;
  }
  .Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item strong:last-of-type {
    width: auto;
    display: inline-block;
  }
  .Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item textarea {
    display: block;
    width: 100%;
  }
  .Chadwell-Pages-UniversityOrderDetailPage .mobile-items .item input {
    display: block;
    width: 100%;
  }
}

.Chadwell-Pages-UniversityOrderDetailPage-Pdf .row {
  margin-bottom: 5px;
}
.Chadwell-Pages-UniversityOrderDetailPage-Pdf .pdf {
  margin: 10px;
  display: block;
  background-color: white;
}
.Chadwell-Pages-UniversityOrderDetailPage-Pdf .pdf .university-pdf-header {
  font-weight: bold;
  background-color: #eeeeee;
}

.Chadwell-Pages-UserDebugPage h1 {
  margin-bottom: 15px;
}

.Chadwell-Pages-UserPreferencesPage form label {
  font-weight: 600;
}
.Chadwell-Pages-UserPreferencesPage .fade-out {
  animation: fadeOut 4s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@media (max-width: 768px) {
  .Chadwell-Pages-ViewCustomerAccountUsersPage .form-group {
    margin-bottom: 1rem;
  }
}
.Chadwell-Pages-ViewCustomerAccountUsersPage h1 {
  margin-bottom: 15px;
}
.Chadwell-Pages-ViewCustomerAccountUsersPage .checkbox-column {
  width: 30px;
}
.Chadwell-Pages-ViewCustomerAccountUsersPage .table thead th {
  vertical-align: middle;
}

.Chadwell-Pages-WarrantyProcessingPage .form-check-inline {
  margin-bottom: 15px;
}
.Chadwell-Pages-WarrantyProcessingPage .warranty-upload {
  padding-bottom: 35px;
}
.Chadwell-Pages-WarrantyProcessingPage .is-warranty-choice {
  color: white !important;
  margin-right: 15px;
}
.Chadwell-Pages-WarrantyProcessingPage .warranty-item {
  margin-bottom: 15px;
}
.Chadwell-Pages-WarrantyProcessingPage .info-provided-message, .Chadwell-Pages-WarrantyProcessingPage .item-confirmed-message {
  width: 100%;
}
.Chadwell-Pages-WarrantyProcessingPage .invoice-number {
  display: none;
}
.Chadwell-Pages-WarrantyProcessingPage .extra-help-text {
  margin-top: 25px;
}

.Chadwell-Shared-AccountChooser {
  height: 45px;
  max-height: 45px;
  display: flex;
}
.Chadwell-Shared-AccountChooser .account-chooser-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.Chadwell-Shared-AccountChooser .account-chooser-form .btn-sm {
  margin: 0, 0, 0, -5px;
}
.Chadwell-Shared-AccountChooser .impersonate {
  position: relative;
}
@media (max-width: 440px) {
  .Chadwell-Shared-AccountChooser .impersonate {
    display: block;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Shared-AccountChooser {
    height: auto;
    max-height: none;
  }
  .Chadwell-Shared-AccountChooser .account-chooser-form {
    flex-direction: column;
    gap: 0;
    padding: 3px;
    justify-content: center;
  }
  .Chadwell-Shared-AccountChooser #selectAccountForm .impersonate {
    display: none;
  }
  .Chadwell-Shared-AccountChooser .dropdown-menu.show {
    width: 100%;
    max-width: 95%;
  }
}
.Chadwell-Shared-AccountChooser .currently-impersonating-container {
  position: relative;
  text-align: center;
}
.Chadwell-Shared-AccountChooser .currently-impersonating {
  position: relative;
  text-align: center;
}
.Chadwell-Shared-AccountChooser .on-hold {
  color: #c8102e;
}
.Chadwell-Shared-AccountChooser select,
.Chadwell-Shared-AccountChooser .account-list,
.Chadwell-Shared-AccountChooser .impersonate-list,
.Chadwell-Shared-AccountChooser .btn-impersonate,
.Chadwell-Shared-AccountChooser .account-type-ahead {
  font-size: 12px;
  background: white;
  border: 1px solid #97999b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Shared-AccountChooser .btn-impersonate {
  padding-left: 5px;
  padding-right: 5px;
}
.Chadwell-Shared-AccountChooser .dropdown-menu {
  padding: 15px;
  z-index: 14000;
  max-width: 75%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.Chadwell-Shared-AccountChooser .dropdown-menu .account-type-ahead {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.Chadwell-Shared-AccountChooser .dropdown-menu .account-type-ahead::placeholder {
  font-style: italic;
}
.Chadwell-Shared-AccountChooser .dropdown-menu .account-list,
.Chadwell-Shared-AccountChooser .dropdown-menu .impersonate-list {
  min-height: 25px;
  max-height: 300px;
  position: relative;
  overflow-y: scroll;
}
.Chadwell-Shared-AccountChooser .dropdown-menu .account-list p,
.Chadwell-Shared-AccountChooser .dropdown-menu .impersonate-list p {
  margin: 0;
  padding: 3px;
}
.Chadwell-Shared-AccountChooser .dropdown-menu .account-list p:hover,
.Chadwell-Shared-AccountChooser .dropdown-menu .impersonate-list p:hover {
  color: white;
  cursor: pointer;
  background: rgb(0, 149.345, 251);
}
.Chadwell-Shared-AccountChooser .behavior-options {
  z-index: 1;
  max-width: 75%;
  border: none;
  background: none;
}

.Chadwell-ShoppingList-AddProduct {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  padding: 10px;
}

.Chadwell-ShoppingList-AddProduct form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.Chadwell-ShoppingList-AddProduct .divider-container {
  width: 100%;
  padding: 20px 0;
}

.Chadwell-ShoppingList-AddProduct .divider {
  width: 100%;
  height: 1px;
  background-color: #97999b;
}

.Chadwell-ShoppingList-AddProduct input[type=text] {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #97999b;
  border-radius: 4px;
  box-sizing: border-box;
}

.Chadwell-ShoppingList-AddProduct select {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #97999b;
  border-radius: 4px;
  box-sizing: border-box;
}

.Chadwell-ShoppingList-AddProduct button {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #0077C8;
  cursor: pointer;
}

.Chadwell-ShoppingList-AddProduct button:hover {
  background-color: #0056b3;
}

.Chadwell-ShoppingList-AddProduct .success-message,
.Chadwell-ShoppingList-AddProduct .error-message {
  width: 100%;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
}

.Chadwell-ShoppingList-AddProduct .success-message {
  color: #ffffff;
  background-color: #28a745;
}

.Chadwell-ShoppingList-AddProduct .error-message {
  color: #ffffff;
  background-color: #dc3545;
}

.loading-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Chadwell-Shared-AsyncJobNotifications {
  position: relative;
  margin-top: -1px;
  min-width: 40px;
}
.Chadwell-Shared-AsyncJobNotifications .btn-notifications {
  border: none;
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.Chadwell-Shared-AsyncJobNotifications .btn-notifications .fa-bell {
  color: #0077C8;
  font-size: 16px;
}
.Chadwell-Shared-AsyncJobNotifications .badge-notifications {
  color: white;
  background: #c8102e;
  top: 0px;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-content {
  top: 39px;
  right: -4px;
  padding: 15px;
  display: none;
  z-index: 12000;
  min-width: 360px;
  max-width: 420px;
  background: white;
  position: absolute;
  border: 1px solid #97999b;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 680px) {
  .Chadwell-Shared-AsyncJobNotifications .async-jobs-content {
    display: none !important;
  }
}
.Chadwell-Shared-AsyncJobNotifications .decoration1 {
  top: -6px;
  right: 18px;
  width: 13px;
  height: 13px;
  background: white;
  position: absolute;
  border: 1px solid #97999b;
  transform: rotate(45deg);
}
@media (max-width: 680px) {
  .Chadwell-Shared-AsyncJobNotifications .decoration1 {
    display: none;
  }
}
.Chadwell-Shared-AsyncJobNotifications .decoration2 {
  top: 0;
  right: 14px;
  width: 21px;
  height: 12px;
  background: white;
  position: absolute;
}
@media (max-width: 680px) {
  .Chadwell-Shared-AsyncJobNotifications .decoration2 {
    display: none;
  }
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 8px;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-header strong {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-header .async-jobs-clear-all {
  font-size: 12px;
  padding: 0;
  color: #0077C8;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-list {
  max-height: 280px;
  overflow-y: auto;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-empty {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  color: #97999b;
  padding: 12px 0;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card:last-child {
  border-bottom: none;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-type {
  font-weight: 600;
  color: #333333;
  flex: 1;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status {
  font-size: 11px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status.status-queued {
  color: #97999b;
  background: #eeeeee;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status.status-processing {
  color: #0077C8;
  background: rgb(174.5, 222.3975, 255);
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status.status-completed {
  color: #155724;
  background: #d4edda;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status.status-failed {
  color: #721c24;
  background: #f8d7da;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-status.status-cancelled {
  color: #856404;
  background: #fff3cd;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-dismiss {
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
  color: #97999b;
  background: none;
  border: none;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-dismiss:hover {
  color: #c8102e;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-progress {
  margin-top: 4px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-progress .progress {
  height: 6px;
  border-radius: 3px;
  background: #eeeeee;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-progress .progress-bar {
  background: #0077C8;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-message {
  margin-top: 4px;
  font-size: 12px;
  color: #97999b;
  line-height: 1.3;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-download {
  font-size: 12px;
  padding: 3px 10px;
  color: white;
  background: #0077C8;
  border: none;
  border-radius: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-download:hover {
  background: rgb(0, 94.724, 159.2);
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-download .fa-folder-open-o {
  margin-right: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-expired {
  font-size: 12px;
  color: #97999b;
  font-style: italic;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-expired .fa-clock-o {
  margin-right: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-retry {
  font-size: 12px;
  padding: 3px 10px;
  color: white;
  background: #0077C8;
  border: none;
  border-radius: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-retry:hover {
  background: rgb(0, 94.724, 159.2);
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-retry:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-retry .fa-refresh {
  margin-right: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-cancel {
  font-size: 12px;
  padding: 3px 10px;
  color: white;
  background: #97999b;
  border: none;
  border-radius: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-cancel:hover {
  background: rgb(125, 127.5, 130);
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-cancel:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.Chadwell-Shared-AsyncJobNotifications .async-job-card-footer .async-job-cancel .fa-times {
  margin-right: 3px;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid #eeeeee;
  margin-top: 8px;
}
.Chadwell-Shared-AsyncJobNotifications .async-jobs-footer .btn-link {
  font-size: 12px;
  padding: 0;
  color: #0077C8;
}

.async-job-card .async-job-progress {
  display: none;
}
.async-job-card[data-job-status=Processing] .async-job-progress, .async-job-card[data-job-status=Queued] .async-job-progress {
  display: block;
}
.async-job-card[data-cancellation-requested=true] .async-job-progress {
  display: none;
}
.async-job-card .async-job-message:empty {
  display: none;
}
.async-job-card .async-job-download,
.async-job-card .async-job-expired,
.async-job-card .async-job-retry,
.async-job-card .async-job-cancel {
  display: none;
}
.async-job-card[data-job-status=Completed][data-has-results=true]:not([data-download-expired=true]) .async-job-download {
  display: inline-block;
}
.async-job-card[data-download-expired=true] .async-job-expired {
  display: inline-block;
}
.async-job-card[data-job-status=Failed][data-can-retry=true] .async-job-retry {
  display: inline-block;
}
.async-job-card[data-job-status=Processing][data-can-cancel=true] .async-job-cancel, .async-job-card[data-job-status=Queued][data-can-cancel=true] .async-job-cancel {
  display: inline-block;
}
.async-job-card[data-cancellation-requested=true] .async-job-cancel {
  display: none;
}

.mobile-notifications-drawer-wrapper {
  display: none;
}
@media (max-width: 680px) {
  .mobile-notifications-drawer-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 300px;
    width: 80%;
    background: #fff;
    z-index: 25001;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .mobile-notifications-drawer-wrapper.active {
    transform: translateX(0);
    display: block;
  }
}
.mobile-notifications-drawer-wrapper .notifications-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-header .close-notifications-drawer {
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #666;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body {
  padding: 1rem;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-list {
  max-height: none;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-card {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-card:last-child {
  border-bottom: none;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-type {
  font-weight: 600;
  color: #333;
  flex: 1;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status {
  font-size: 11px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status.status-queued {
  color: #97999b;
  background: #eee;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status.status-processing {
  color: #0077C8;
  background: rgb(174.5, 222.3975, 255);
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status.status-completed {
  color: #155724;
  background: #d4edda;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status.status-failed {
  color: #721c24;
  background: #f8d7da;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-status.status-cancelled {
  color: #856404;
  background: #fff3cd;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-dismiss {
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
  color: #97999b;
  background: none;
  border: none;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-progress {
  margin-top: 4px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-progress .progress {
  height: 6px;
  border-radius: 3px;
  background: #eee;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-progress .progress-bar {
  background: #0077C8;
  border-radius: 3px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-message {
  margin-top: 4px;
  font-size: 12px;
  color: #97999b;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-actions {
  margin-top: 6px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-job-actions .async-job-download {
  font-size: 12px;
  padding: 3px 10px;
  color: white;
  background: #0077C8;
  border: none;
  border-radius: 3px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-empty {
  text-align: center;
  color: #97999b;
  font-size: 13px;
  padding: 12px 0;
  margin: 0;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #eee;
  margin-top: 0.75rem;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-footer .btn-link {
  font-size: 12px;
  padding: 0;
  color: #0077C8;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-header strong {
  font-size: 14px;
  font-weight: 600;
}
.mobile-notifications-drawer-wrapper .notifications-drawer-body .async-jobs-header .async-jobs-clear-all {
  font-size: 12px;
  padding: 0;
  color: #0077C8;
}

#notifications-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 25000;
  transition: opacity 0.3s ease;
}
#notifications-drawer-overlay.active {
  display: block;
}

.async-job-download-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 26000;
}
.async-job-download-overlay.active {
  display: block;
}

.async-job-download-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 26001;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  min-width: 340px;
  max-width: 480px;
  width: 90vw;
  max-height: 70vh;
  overflow: hidden;
}
.async-job-download-modal.active {
  display: flex;
  flex-direction: column;
}
.async-job-download-modal .download-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eeeeee;
}
.async-job-download-modal .download-modal-header strong {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.async-job-download-modal .download-modal-header .download-modal-close {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #97999b;
  cursor: pointer;
  padding: 0 4px;
}
.async-job-download-modal .download-modal-header .download-modal-close:hover {
  color: #c8102e;
}
.async-job-download-modal .download-modal-body {
  padding: 12px 16px;
  overflow-y: auto;
  flex: 1;
}
.async-job-download-modal .download-file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.async-job-download-modal .download-file-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
}
.async-job-download-modal .download-file-row:last-child {
  border-bottom: none;
}
.async-job-download-modal .download-file-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.async-job-download-modal .download-file-name {
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.async-job-download-modal .download-file-size {
  font-size: 11px;
  color: #97999b;
  margin-top: 2px;
}
.async-job-download-modal .download-file-link {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 12px;
  padding: 3px 10px;
  color: white;
  background: #0077C8;
  border: none;
  border-radius: 3px;
  text-decoration: none;
}
.async-job-download-modal .download-file-link:hover {
  background: rgb(0, 94.724, 159.2);
  color: white;
  text-decoration: none;
}
.async-job-download-modal .download-file-link .fa-download {
  margin-right: 3px;
}
.async-job-download-modal .download-file-expired {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 12px;
  color: #97999b;
  font-style: italic;
}
.async-job-download-modal .download-file-expired .fa-clock-o {
  margin-right: 3px;
}
.async-job-download-modal .download-file-empty {
  text-align: center;
  color: #97999b;
  font-size: 13px;
  padding: 16px 0;
}

.Chadwell-Shared-Breadcrumbs {
  margin-bottom: 18px;
}
.Chadwell-Shared-Breadcrumbs .slash {
  margin-left: 5px;
  margin-right: 5px;
}

.Chadwell-Shared-Footer {
  margin-top: 30px;
}
.Chadwell-Shared-Footer .pre-footer, .Chadwell-Shared-Footer .footer-logo, .Chadwell-Shared-Footer .footer-links {
  padding-top: 40px;
  background: #3d3d3d;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .Chadwell-Shared-Footer .pre-footer, .Chadwell-Shared-Footer .footer-logo, .Chadwell-Shared-Footer .footer-links {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .Chadwell-Shared-Footer .deals {
    margin-top: 20px;
  }
  .Chadwell-Shared-Footer .mobile-hide {
    display: none;
  }
  .Chadwell-Shared-Footer .mobile-margin {
    margin-top: -15px;
  }
}
.Chadwell-Shared-Footer .pre-footer {
  color: white;
  background: #0077C8;
}
.Chadwell-Shared-Footer .pre-footer .pre-footer-col-one {
  overflow: hidden;
  position: relative;
}
.Chadwell-Shared-Footer .pre-footer .pre-footer-col-one .pre-footer-divider {
  top: 0;
  right: 12%;
  height: 100%;
  position: absolute;
  border-right: 1px solid white;
}
@media (max-width: 1150px) {
  .Chadwell-Shared-Footer .pre-footer .pre-footer-col-one .pre-footer-divider {
    right: 0;
  }
}
@media (max-width: 920px) {
  .Chadwell-Shared-Footer .pre-footer .pre-footer-col-one .pre-footer-divider {
    display: none;
  }
}
.Chadwell-Shared-Footer .pre-footer a, .Chadwell-Shared-Footer .pre-footer h2 {
  color: white;
}
.Chadwell-Shared-Footer .pre-footer .social-links {
  margin-top: -15px;
}
.Chadwell-Shared-Footer .pre-footer .social-links a {
  color: #0c437c;
  font-size: 40px;
  margin-right: 10px;
  transition: color linear 0.2s;
}
.Chadwell-Shared-Footer .pre-footer .social-links a:hover {
  color: #eeeeee;
}
.Chadwell-Shared-Footer .pre-footer p, .Chadwell-Shared-Footer .pre-footer label, .Chadwell-Shared-Footer .pre-footer .btn-subscribe {
  font-size: 16px;
}
.Chadwell-Shared-Footer .pre-footer label, .Chadwell-Shared-Footer .pre-footer input[type=text] {
  display: block;
}
.Chadwell-Shared-Footer .pre-footer input[type=text] {
  width: 100%;
  border: none;
  padding: 8px;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .Chadwell-Shared-Footer .pre-footer input[type=text] {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Chadwell-Shared-Footer .pre-footer .btn-subscribe {
  color: white;
  padding: 5px 15px;
  background: #0c437c;
  border: 1px solid #0c437c;
  transition: all linear 0.2s;
}
.Chadwell-Shared-Footer .pre-footer .btn-subscribe:hover {
  border: 1px solid #eeeeee;
  background: rgb(18.3, 102.175, 189.1);
}
.Chadwell-Shared-Footer .pre-footer .add-to-list-message, .Chadwell-Shared-Footer .pre-footer .add-to-list-error-message {
  margin-bottom: 10px;
}
.Chadwell-Shared-Footer .footer-logo {
  text-align: center;
  border-top: 1px solid #97999b;
}
.Chadwell-Shared-Footer .footer-logo img {
  max-width: 165px;
}
.Chadwell-Shared-Footer .footer-logo .copyright {
  color: #97999b;
  font-size: 12px;
  margin-top: 10px;
}
.Chadwell-Shared-Footer .footer-links h4 {
  color: white;
}
.Chadwell-Shared-Footer .footer-links a {
  color: #97999b;
}
.Chadwell-Shared-Footer .footer-links ul {
  list-style: none;
  padding-left: 2px;
}

.Chadwell-Shared-Header {
  display: flex;
  flex-direction: column;
}
.Chadwell-Shared-Header .impersonation-container {
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #97999b;
}
.Chadwell-Shared-Header .on-hold {
  color: #c8102e;
}
.Chadwell-Shared-Header .header-alert-message {
  margin: 8px;
  text-align: center;
}
.Chadwell-Shared-Header .header-alert-message a {
  color: #721c24;
}
.Chadwell-Shared-Header .sign-in-button {
  height: 36px;
  padding: 7px 12px;
  display: inline-block;
  color: white;
  background: #0077C8;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  min-width: 86px;
}
@media (min-width: 680px) {
  .Chadwell-Shared-Header .sign-in-button:hover {
    background: rgb(0, 94.724, 159.2);
  }
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .sign-in-button {
    background: none;
    color: #0077C8;
  }
  .Chadwell-Shared-Header .sign-in-button .fa-user {
    color: #0077C8;
  }
}
.Chadwell-Shared-Header .header-container {
  width: 95%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container {
    width: 100%;
    max-width: 100%;
  }
}
.Chadwell-Shared-Header .header-container .async-jobs-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid #eeeeee;
  margin-top: 8px;
}
.Chadwell-Shared-Header .header-container .async-jobs-footer .async-jobs-refresh {
  margin-left: 10px;
}
.Chadwell-Shared-Header .header-container .header-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
}
.Chadwell-Shared-Header .header-container .header-logos .btn-mobile-menu {
  display: none;
  border: none;
  font-size: 16px;
  position: relative;
  background: white !important;
  color: #0077C8 !important;
  font-weight: 600;
}
.Chadwell-Shared-Header .header-container .header-logos .logo {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.Chadwell-Shared-Header .header-container .header-logos .management-logo {
  width: auto;
  height: 60px !important;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .header-logos {
    align-items: center;
  }
  .Chadwell-Shared-Header .header-container .header-logos .btn-mobile-menu {
    display: block;
  }
  .Chadwell-Shared-Header .header-container .header-logos .site-logo {
    order: 10;
    max-width: 150px;
  }
}
.Chadwell-Shared-Header .header-container .header-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #3d3d3d;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .header-links {
    display: none;
  }
}
.Chadwell-Shared-Header .header-container .header-links .links {
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .header-links .links {
    align-items: center;
  }
}
.Chadwell-Shared-Header .header-container .header-links .links .link-item a {
  color: #3d3d3d;
  margin-left: 5px;
  margin-right: 5px;
}
.Chadwell-Shared-Header .header-container .header-links .links .link-item:first-child a {
  margin-left: 0;
}
.Chadwell-Shared-Header .header-container .header-links .links .link-item:last-child a {
  margin-right: 0;
}
.Chadwell-Shared-Header .header-container .header-links .links .link-item:last-child .divider {
  display: none;
}
.Chadwell-Shared-Header .header-container .header-links .chadwell-main-menu {
  z-index: 12000;
  margin-top: 10px;
  margin-right: -9px;
}
.Chadwell-Shared-Header .header-container .header-links .chadwell-main-menu .primary-menu-link {
  padding-right: 24px;
  color: #97999b !important;
  font-size: 16px !important;
}
.Chadwell-Shared-Header .header-container .header-links .chadwell-main-menu .primary-menu-link:hover {
  text-decoration: none;
}
.Chadwell-Shared-Header .header-container .header-links .chadwell-main-menu > li .primary-menu-link.no-children {
  padding-right: 12px;
}
.Chadwell-Shared-Header .header-container .header-links .chadwell-main-menu > li ul a {
  font-size: 14px !important;
}
.Chadwell-Shared-Header .header-container .sticky-header .header-search-and-account, .Chadwell-Shared-Header .header-container .header-search-and-account {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: end;
  height: 45px;
  max-height: 45px;
  min-height: 45px;
}
@media (max-width: 770px) {
  .Chadwell-Shared-Header .header-container .header-search-and-account .current-account {
    display: none;
  }
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .sticky-header .header-search-and-account, .Chadwell-Shared-Header .header-container .header-search-and-account {
    background: #eee;
    border-top: 1px solid #97999b;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .Chadwell-Shared-Header .header-container .header-search-and-account .current-account {
    display: none;
  }
  .Chadwell-Shared-Header .header-container .header-search-and-account .account-menu-link strong {
    font-weight: 400 !important;
  }
  .Chadwell-Shared-Header .header-container .header-search-and-account .account-menu-link .sub-arrow {
    display: none !important;
  }
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .account-mobile-menu {
  display: none;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .header-search-and-account .header-account .account-mobile-menu {
    display: block;
  }
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu {
  position: relative;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link {
  color: #97999b !important;
  font-size: 14px !important;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 0;
  margin-top: 1.5px;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link:hover {
  text-decoration: none;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link strong {
  color: #0077C8;
  font-weight: 600;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link .fa-user {
  color: #0077C8;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link .current-account {
  font-size: 12px;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu .account-menu-link .sub-arrow {
  position: relative !important;
  padding: 0;
  margin: 6px;
  margin-left: 10px;
}
.Chadwell-Shared-Header .header-container .header-search-and-account .header-account .chadwell-account-menu > li ul a {
  font-size: 14px !important;
}
.Chadwell-Shared-Header .header-container .header-search-and-account {
  border-bottom: 1px solid #97999b;
}
.Chadwell-Shared-Header .header-container .sticky-header .header-search-and-account {
  max-width: 1320px;
  width: 95%;
  align-items: center;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .sticky-header .header-search-and-account {
    background: #eee;
    border-top: 1px solid #97999b;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Chadwell-Shared-Header .header-container .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25000;
  background: #fff;
  border-bottom: 1px solid #97999b;
  display: flex;
  flex-direction: column;
}
.Chadwell-Shared-Header .header-container {
  /*This doesn't want to work within a namespace*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  z-index: 25000 !important;
  padding: 15px;
}
@media (max-width: 770px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel {
    width: 95% !important;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelLayout {
  display: flex;
  flex-direction: column;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelLayout {
    max-height: 100vh;
    overflow-y: auto;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSections {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSections {
    flex-direction: column;
    height: auto;
    overflow-y: auto;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--left,
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--right {
  overflow-y: auto;
  padding: 0.5rem;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--left,
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--right {
    width: 100% !important;
    border-right: none;
    border-bottom: none;
    flex: 1 1 auto;
    max-height: none;
    overflow: visible !important;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--left {
  width: 40%;
  border-right: 1px solid #eee;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--left {
    border-right: none;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--right {
  width: 60%;
  min-width: 0; /* Prevents flex overflow */
  overflow-x: hidden;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .aa-PanelSection--right {
    border-bottom: none;
    border-right: none;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  /*Items*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: auto auto;
  gap: 0.25rem 0.5rem;
  padding: 0.5rem;
  align-items: center;
  border-bottom: 1px solid #eee;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item {
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item__image {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
  background-color: #f8f8f8;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item__number {
  font-weight: 600;
  font-size: 0.9rem;
  color: #222;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item__title {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.2;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  /*Truncate long titles*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  /*Suggestions*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-suggestion {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-suggestion:hover {
  background-color: #f5f5f5;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-suggestion__text {
  font-size: 0.9rem;
  color: #333;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  /*Sections*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-section {
  margin-bottom: 1rem;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-section__title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel {
  /*all search results button*/
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-view-all {
  padding: 1rem 0.5rem 0.5rem;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-view-all__button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #0078d4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-view-all__button {
    width: 100%;
  }
}
.Chadwell-Shared-Header .header-container .search-auto-complete-panel .autocomplete-view-all__button:hover {
  background-color: #005ea6;
}
.Chadwell-Shared-Header .header-container .sticky-autocomplete-panel {
  position: fixed !important;
  top: 45px;
  transition: top 0.8s ease, opacity 0.2s ease;
  height: auto;
  max-height: calc(100vh - 45px);
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.Chadwell-Shared-Header .header-container .sticky-autocomplete-panel .aa-Panel {
  position: relative;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.Chadwell-Shared-Header .header-container #header-drawer-overlay, .Chadwell-Shared-Header .header-container #account-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 25000;
  transition: opacity 0.3s ease;
}
.Chadwell-Shared-Header .header-container #header-drawer-overlay.active, .Chadwell-Shared-Header .header-container #account-drawer-overlay.active {
  display: block;
}
.Chadwell-Shared-Header .header-container .header-drawer-header, .Chadwell-Shared-Header .header-container .account-drawer-header {
  display: none;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-container .header-links {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 300px;
    width: 80%;
    background: #fff;
    z-index: 25001;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .Chadwell-Shared-Header .header-container .header-links.active {
    transform: translateX(0);
    display: block;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-drawer-header .close-header-drawer {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #666;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer {
    padding: 1rem;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .links .link-item {
    font-size: 1rem;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .links .link-item a {
    text-decoration: none;
    color: #0077c8;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .links .link-item a:hover {
    text-decoration: underline;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .links .link-item .divider {
    display: none;
  }
  .Chadwell-Shared-Header .header-container .header-links .header-links-drawer .chadwell-main-menu {
    margin-top: 1rem;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 300px;
    width: 80%;
    background: #fff;
    z-index: 25001;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: none;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper.active {
    transform: translateX(0);
    display: block;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-header .close-account-drawer {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #666;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-body {
    padding: 1rem;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-body li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-body li a {
    color: #0077c8;
    text-decoration: none;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-drawer-body li a:hover {
    text-decoration: underline;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-desktop-menu {
    display: block;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-desktop-menu .account-menu-link {
    display: none !important;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-desktop-menu li {
    border: none !important;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-desktop-menu li ul {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .Chadwell-Shared-Header .header-container .mobile-account-drawer-wrapper .account-desktop-menu li ul li {
    padding: 0;
    margin: 0;
  }
}
.Chadwell-Shared-Header .header-search {
  width: 100%;
  max-width: 695px;
  margin-bottom: 1px;
}
@media (max-width: 770px) {
  .Chadwell-Shared-Header .header-search {
    max-width: 400px;
  }
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-search {
    max-width: 200px;
  }
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form {
  height: 36px;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix, .Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperSuffix, .Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapper, .Chadwell-Shared-Header .header-search .search-auto-complete-form input, .Chadwell-Shared-Header .header-search .search-auto-complete-form button {
  height: 36px;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapper input {
  text-indent: 1rem;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix {
  order: 10;
  background: #c8102e;
  color: white;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  width: 25px;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix svg {
  color: white;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix .aa-LoadingIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix:hover {
  background: rgb(162.2222222222, 12.9777777778, 37.3111111111);
}
.Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix label, .Chadwell-Shared-Header .header-search .search-auto-complete-form .aa-InputWrapperPrefix button {
  margin: 0;
  width: 25px;
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container {
  position: relative;
  overflow: hidden;
  background-color: #0077C8;
  display: flex;
  flex-direction: row;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(to bottom, #0077C8 90%, rgb(0, 103.8275, 174.5) 50%);
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container::before, .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  /*z-index: 1;*/
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container::before {
  left: 0;
  background: linear-gradient(to right, #0077C8 0%, transparent 100%);
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container::after {
  right: 0;
  background: linear-gradient(to left, #0077C8 0%, transparent 100%);
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-left, .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-right {
  background: none;
  border: none;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background 0.2s ease;
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-left:hover, .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-right:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-left:disabled, .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-right:disabled {
  opacity: 0.3;
  cursor: default;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-left, .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-container .scroll-right {
    font-size: 1rem;
    padding: 0 8px;
  }
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 4px;
  scrollbar-width: none;
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-highlights-nav .swipe-nav {
    padding: 8px 16px;
    gap: 0.5rem;
  }
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 6px;
  background: transparent;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.3s;
}
.Chadwell-Shared-Header .header-highlights-nav .swipe-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
@media (max-width: 680px) {
  .Chadwell-Shared-Header .header-highlights-nav .swipe-nav-item {
    padding: 8px 12px;
  }
}
.Chadwell-Shared-Header .cart-update-toast {
  position: fixed;
  top: 20px;
  right: -300px;
  width: 250px;
  padding: 15px;
  background-color: #0078d4;
  color: white;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  font-size: 14px;
  transition: right 0.5s ease-in-out;
}
.Chadwell-Shared-Header .cart-update-toast.show {
  right: 20px;
}
.Chadwell-Shared-Header .cart-update-toast p {
  margin: 0;
  text-align: center;
}

.Chadwell-Shared-InstantSearch h1 {
  padding-bottom: 20px;
}
.Chadwell-Shared-InstantSearch .badge, .Chadwell-Shared-InstantSearch #articles-count-badge {
  display: inline-block !important;
  background: #007bff;
  color: #ffffff;
}
.Chadwell-Shared-InstantSearch .tab-content {
  padding: 20px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.Chadwell-Shared-InstantSearch .success-message,
.Chadwell-Shared-InstantSearch .failure-message {
  display: none;
  padding-top: 4px;
}
.Chadwell-Shared-InstantSearch .success-message,
.Chadwell-Shared-InstantSearch .failure-message,
.Chadwell-Shared-InstantSearch .search-result-add-to-cart {
  min-width: 65px;
}
.Chadwell-Shared-InstantSearch .success-message {
  color: green;
}
.Chadwell-Shared-InstantSearch .failure-message {
  color: #c8102e;
}
.Chadwell-Shared-InstantSearch .epa-message {
  color: #97999b;
}
.Chadwell-Shared-InstantSearch #product-preview-modal .spinner {
  text-align: center;
}
.Chadwell-Shared-InstantSearch #product-preview-modal .modal-content {
  width: 150%;
}
.Chadwell-Shared-InstantSearch #brand-list ul li {
  display: inline-block;
  margin-right: 5px;
}
.Chadwell-Shared-InstantSearch #brand-list ul li .facet-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #ffffff;
  border-color: #eeeeee;
}
.Chadwell-Shared-InstantSearch #brand-list ul li .facet-item.selected {
  background-color: #c5c5c5;
  border-color: #444444;
}
.Chadwell-Shared-InstantSearch #brand-list ul li .facet-item:hover {
  background-color: #97999b;
  border-color: #c5c5c5;
}
.Chadwell-Shared-InstantSearch #brand-list ul li .facet-item img {
  width: 65px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.Chadwell-Shared-InstantSearch .category-header {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #97999b;
}
.Chadwell-Shared-InstantSearch .category-header .header-icon {
  float: left;
  width: 65px;
  height: auto;
}
.Chadwell-Shared-InstantSearch .category-header .header-text {
  margin-left: 80px;
}
.Chadwell-Shared-InstantSearch .category-header .header-text h1 {
  padding-bottom: 0 !important;
}
.Chadwell-Shared-InstantSearch .category-header .header-text .header-description {
  font-weight: 600;
}
.Chadwell-Shared-InstantSearch .category-header .banner-image-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Chadwell-Shared-InstantSearch .category-header .banner-image-container img {
  width: 100%;
  height: auto;
}
.Chadwell-Shared-InstantSearch .quantity-textbox {
  width: 60px;
  float: right;
  max-height: 2rem;
  margin-right: 10px;
}
.Chadwell-Shared-InstantSearch .widget-search-stats {
  font-size: 0.8rem;
  color: #0077C8;
  font-weight: 600;
}
.Chadwell-Shared-InstantSearch .ais-Hits-list {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  height: 100%;
  align-items: stretch; /* Ensure equal height */
}
@media (max-width: 1024px) {
  .Chadwell-Shared-InstantSearch .ais-Hits-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr)); /* 2 items per row */
  }
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .ais-Hits-list {
    grid-template-columns: repeat(1, minmax(200px, 1fr)); /* 1 item per row */
  }
}
.Chadwell-Shared-InstantSearch .ais-Hits-item {
  padding: 1rem !important;
  display: flex;
  width: 100%;
  align-items: stretch;
  box-shadow: none;
}
.Chadwell-Shared-InstantSearch .product-card {
  width: 100% !important; /* Ensures it fits inside the grid column */
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  text-align: center;
  justify-content: space-between; /* Ensures space between content and buttons */
  height: 100%; /* Ensures all cards have the same height */
  border: 1px solid #eeeeee;
}
.Chadwell-Shared-InstantSearch {
  /* Product Image */
}
.Chadwell-Shared-InstantSearch .product-image {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
}
.Chadwell-Shared-InstantSearch .product-image img {
  /*max-width: 100%;*/
  max-height: 100%;
  object-fit: contain;
}
.Chadwell-Shared-InstantSearch {
  /* Product Info */
}
.Chadwell-Shared-InstantSearch .product-info {
  padding: 10px;
  background: #fbfbfb;
}
.Chadwell-Shared-InstantSearch .product-title {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #0077C8 !important;
  margin-bottom: 8px;
  text-align: left !important;
  display: block;
  text-decoration: none;
  height: 38px;
  overflow: hidden;
}
.Chadwell-Shared-InstantSearch .product-title:hover {
  text-decoration: underline;
  color: rgb(0, 88.655, 149);
}
.Chadwell-Shared-InstantSearch .product-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 4px;
}
.Chadwell-Shared-InstantSearch .product-meta strong {
  padding-right: 4px;
}
.Chadwell-Shared-InstantSearch .product-meta p {
  padding: 2px;
  margin: 0;
}
.Chadwell-Shared-InstantSearch {
  /* Style individual elements */
}
.Chadwell-Shared-InstantSearch .product-id {
  color: #3d3d3d;
  text-align: left;
}
.Chadwell-Shared-InstantSearch .product-uom {
  color: #3d3d3d;
  text-align: right;
}
.Chadwell-Shared-InstantSearch {
  /* Action Buttons */
}
.Chadwell-Shared-InstantSearch .product-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px !important;
  border-top: 2px solid #eeeeee;
  gap: 8px;
}
.Chadwell-Shared-InstantSearch .product-footer {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  height: 25px;
}
.Chadwell-Shared-InstantSearch .price-btn {
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.Chadwell-Shared-InstantSearch .price-btn {
  background: #c8102e;
  color: #ffffff;
  border-radius: 5px;
}
.Chadwell-Shared-InstantSearch .price-btn:hover {
  background: rgb(152.7777777778, 12.2222222222, 35.1388888889);
}
.Chadwell-Shared-InstantSearch #hits-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Chadwell-Shared-InstantSearch .layout-placeholder {
  height: 25px;
  display: inline-block;
}
.Chadwell-Shared-InstantSearch .alternative-colors {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #0077C8;
  margin-top: 8px;
}
.Chadwell-Shared-InstantSearch .alternative-colors i {
  margin-right: 5px;
  margin-top: 4px;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .alternative-colors a {
  text-decoration: none;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .alternative-colors a:hover {
  text-decoration: underline;
}
.Chadwell-Shared-InstantSearch .replacement-message {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .replacement-message i {
  margin-right: 5px;
  margin-top: 4px;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .replacement-message a {
  text-decoration: none;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .replacement-message a:hover {
  text-decoration: underline;
}
.Chadwell-Shared-InstantSearch .compare-link {
  font-size: 12px;
  font-weight: bold;
  color: #0077C8;
  text-decoration: none;
  margin-left: auto; /* Push to the right */
  padding-right: 10px;
  padding-top: 5px;
}
.Chadwell-Shared-InstantSearch .compare-link i {
  font-size: 10px; /* Adjust icon size */
}
.Chadwell-Shared-InstantSearch {
  /* Keep background change on hover but without hiding */
}
.Chadwell-Shared-InstantSearch .compare-link:hover {
  text-decoration: underline;
}
.Chadwell-Shared-InstantSearch .site-content-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fbfbfb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out;
  padding: 15px;
  margin-bottom: 1rem;
  text-align: left;
}
.Chadwell-Shared-InstantSearch .site-content-card:hover {
  transform: translateY(-3px);
}
.Chadwell-Shared-InstantSearch .site-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #0077C8;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
.Chadwell-Shared-InstantSearch .site-content-title:hover {
  text-decoration: underline;
  color: rgb(0, 88.655, 149);
}
.Chadwell-Shared-InstantSearch .site-content-snippet {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 10px;
}
.Chadwell-Shared-InstantSearch .site-content-snippet em {
  font-style: normal;
  background: #ffffa0;
  padding: 0 2px;
  border-radius: 2px;
}
.Chadwell-Shared-InstantSearch .site-content-actions {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: auto;
}
.Chadwell-Shared-InstantSearch .site-content-readmore {
  font-size: 14px;
  color: #0077C8;
  text-decoration: none;
}
.Chadwell-Shared-InstantSearch .site-content-readmore:hover {
  text-decoration: underline;
  color: rgb(0, 88.655, 149);
}
.Chadwell-Shared-InstantSearch .ais-pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.Chadwell-Shared-InstantSearch .ais-pager .ais-pager-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .ais-pager .ais-pager-list {
    gap: 8px !important;
  }
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .ais-pager .ais-pager-list-link {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}
.Chadwell-Shared-InstantSearch {
  /* Search Toolbar - Aligns everything in a single line */
}
.Chadwell-Shared-InstantSearch .search-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .search-toolbar {
    justify-content: center;
  }
}
.Chadwell-Shared-InstantSearch {
  /* Display Mode Toggle */
}
.Chadwell-Shared-InstantSearch .display-toggle {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .display-toggle {
    display: none;
  }
}
.Chadwell-Shared-InstantSearch .display-toggle button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #3d3d3d;
}
.Chadwell-Shared-InstantSearch .display-toggle button:hover,
.Chadwell-Shared-InstantSearch .display-toggle .active {
  color: #0077C8;
  font-weight: bold;
}
.Chadwell-Shared-InstantSearch {
  /* Sort By Dropdown */
}
.Chadwell-Shared-InstantSearch #sort-by-container {
  display: flex;
  align-items: center;
}
.Chadwell-Shared-InstantSearch .sort-by-dropdown, .Chadwell-Shared-InstantSearch .ais-HitsPerPage-select {
  font-size: 12px;
  color: #0077C8;
  font-weight: bold;
  cursor: pointer;
}
.Chadwell-Shared-InstantSearch {
  /* Compare Dropdown Styling */
}
.Chadwell-Shared-InstantSearch .compare-dropdown-container {
  position: relative;
}
.Chadwell-Shared-InstantSearch .compare-button {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #0077C8;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.Chadwell-Shared-InstantSearch .compare-button .compare-button::after {
  display: none !important;
}
.Chadwell-Shared-InstantSearch .compare-button span {
  top: 1px !important;
  position: relative;
}
.Chadwell-Shared-InstantSearch .compare-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 5px;
  margin: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.Chadwell-Shared-InstantSearch .compare-menu .compare-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
}
.Chadwell-Shared-InstantSearch .compare-menu .compare-list p {
  padding: 5px;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
}
.Chadwell-Shared-InstantSearch .compare-menu .compare-list p:last-child {
  border-bottom: none;
}
.Chadwell-Shared-InstantSearch .compare-menu .actions {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #97999b;
}
.Chadwell-Shared-InstantSearch .compare-menu .actions button {
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  background-color: #0077C8;
  color: #ffffff;
  border-radius: 3px;
}
.Chadwell-Shared-InstantSearch .compare-menu .actions button:hover {
  background-color: rgb(0, 88.655, 149);
}
.Chadwell-Shared-InstantSearch {
  /* Items List View */
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list {
  display: block !important;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;
  box-shadow: none;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: none;
  height: auto;
  padding: 0;
  width: 100%;
  border: 2px solid #eeeeee;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-title {
  font-size: 14px !important;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-meta {
  justify-content: start;
  gap: 10px;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-image {
  width: auto;
  margin-right: 20px;
  border: none;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 150px;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-image img {
  border: none;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-info {
  background: #ffffff;
  text-align: left;
  padding: 25px;
  width: 100%;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .compare-link {
  margin-left: 10px;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .compare-link .fas.fa-check {
  font-size: 14px !important;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-actions {
  justify-content: flex-end;
  margin-top: 10px;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-header-actions-grid {
  display: none;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-header-actions-list {
  display: flex;
  justify-content: start;
  gap: 10px;
  width: 100%;
}
.Chadwell-Shared-InstantSearch #hits.list-view-mode .ais-Hits-list .ais-Hits-item .product-card:hover {
  border: 2px solid #97999b;
}
.Chadwell-Shared-InstantSearch {
  /* Items Grid View */
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item {
  box-shadow: none;
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item .product-card {
  width: calc(33.33% - 20px); /* 3 columns */
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item .product-card .compare-link .fas.fa-check {
  font-size: 14px !important;
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-header-actions-grid {
  display: flex;
  margin: 4px 4px 10px 4px;
  gap: 3px;
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item .product-card .product-header-actions-list {
  display: none;
}
.Chadwell-Shared-InstantSearch #hits.grid-view-mode .ais-Hits-list .ais-Hits-item .product-card:hover {
  border: 1px solid #97999b;
}
.Chadwell-Shared-InstantSearch .favorite {
  background: #ffffff;
  transition: 0.5s ease all;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .last-purchased {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background: #ffffff;
  transition: 0.5s ease all;
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .last-purchased .fas {
  font-weight: 900;
  margin-right: 5px;
}
.Chadwell-Shared-InstantSearch button.preview {
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .tab-content {
  padding: 20px;
  border: none;
}
.Chadwell-Shared-InstantSearch .search-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.Chadwell-Shared-InstantSearch .filters-panel {
  flex: 0 0 250px;
  position: static;
  transform: none;
  transition: none;
}
.Chadwell-Shared-InstantSearch .filters-panel .mobile-filter-header {
  display: none;
}
.Chadwell-Shared-InstantSearch .filters-panel .mobile-filter-body {
  padding: 0;
}
.Chadwell-Shared-InstantSearch {
  /* Results Panel */
}
.Chadwell-Shared-InstantSearch .search-results-panel {
  flex: 1;
  width: 100%;
}
.Chadwell-Shared-InstantSearch .mobile-filter-btn {
  display: none;
  font-size: 12px;
  color: #0077C8;
  font-weight: bold;
  cursor: pointer;
  background: #ffffff;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  width: 100%;
}
.Chadwell-Shared-InstantSearch .close-filters-drawer {
  font-size: 24px;
  font-weight: bold;
  background: none;
  border: none;
  color: #0077C8;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  line-height: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.Chadwell-Shared-InstantSearch .close-filters-drawer:hover {
  color: #005fa3;
}
.Chadwell-Shared-InstantSearch .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 25999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.Chadwell-Shared-InstantSearch .drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.Chadwell-Shared-InstantSearch .filters-header-actions {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #ffffff;
  gap: 1rem;
  align-items: flex-start;
  overflow: hidden;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list .widgets-selected-filters-item {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: none;
  width: 100%;
  font-size: 1rem;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list .widgets-selected-filters-item .ais-CurrentRefinements-label {
  font-weight: 600;
  width: 100%;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list .widgets-selected-filters-item .widgets-selected-filters-category {
  display: inline-flex;
  align-items: center;
  color: #333;
  border-radius: 999px;
  padding: 6px 8px 6px 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: default;
  background: #f5f5fa none repeat scroll 0% 0%;
  border: 1px solid #b6b7d5;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list .widgets-selected-filters-item .widgets-selected-filters-delete {
  padding: 2px;
  margin-left: 0.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #888;
}
.Chadwell-Shared-InstantSearch .widget-selected-filters-list .widgets-selected-filters-item .widgets-selected-filters-delete:hover {
  color: #0077C8;
}
.Chadwell-Shared-InstantSearch .ais-RefinementList-labelText {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  transition: max-width 0.3s ease;
}
.Chadwell-Shared-InstantSearch .ais-RefinementList-label:hover .ais-RefinementList-labelText {
  max-width: 1000px; /* Expand smoothly to the right */
}
.Chadwell-Shared-InstantSearch button.ais-ClearRefinements-button.widget-clear-all-filters.ais-ClearRefinements-button--disabled {
  border: none;
  background: none;
  height: 0;
  margin: 0;
  padding: 0;
}
.Chadwell-Shared-InstantSearch .facet-panel {
  padding-bottom: 0.5rem;
  cursor: pointer;
  margin-bottom: 5px;
}
.Chadwell-Shared-InstantSearch .facet-panel .ais-Panel-header {
  top: 45px;
  position: sticky;
  z-index: 1;
  font-size: 1rem;
  padding: 5px 5px 10px 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .facet-panel .ais-Panel-header {
    top: 0px;
  }
}
.Chadwell-Shared-InstantSearch .facet-panel .ais-Panel-body {
  max-height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.Chadwell-Shared-InstantSearch .facet-panel .widget-filter-menu {
  color: #0077C8;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Chadwell-Shared-InstantSearch .facet-panel.facet-collapsed .facet-body {
  display: none;
}
.Chadwell-Shared-InstantSearch .facet-panel.facet-collapsed .widget-filter-menu::after {
  content: "+";
  font-size: 2rem;
  float: right;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.Chadwell-Shared-InstantSearch .facet-panel .widget-filter-menu::after {
  content: "-";
  font-size: 2rem;
  float: right;
  transition: transform 0.2s ease;
}
.Chadwell-Shared-InstantSearch .facet-panel .widget-filter-show-more {
  color: #ffffff;
  background: #0077c8;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.Chadwell-Shared-InstantSearch .facet-panel .facet-collapse-btn {
  display: none;
}
@media (max-width: 768px) {
  .Chadwell-Shared-InstantSearch .search-layout {
    flex-direction: column;
  }
  .Chadwell-Shared-InstantSearch .sticky-filters-button {
    position: sticky;
    top: 45px;
    z-index: 5;
    background: #ffffff;
    padding: 2px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
  }
  .Chadwell-Shared-InstantSearch .sticky-filters-button button {
    margin: 0;
    font-size: 14px;
  }
  .Chadwell-Shared-InstantSearch .filters-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    max-width: 300px;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 26000;
  }
  .Chadwell-Shared-InstantSearch .filters-panel.active {
    transform: translateX(0);
  }
  .Chadwell-Shared-InstantSearch .filters-panel .mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  .Chadwell-Shared-InstantSearch .filters-panel .mobile-filter-body {
    padding: 1rem;
  }
  .Chadwell-Shared-InstantSearch .mobile-filter-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #cccccc;
    font-size: 1rem;
  }
}
.Chadwell-Shared-InstantSearch .product-actions {
  padding-top: 0px;
}
.Chadwell-Shared-InstantSearch .product-actions .qty-input {
  width: 50px;
  padding: 4px;
  text-align: center;
}
.Chadwell-Shared-InstantSearch .product-actions .qty-input::-webkit-inner-spin-button,
.Chadwell-Shared-InstantSearch .product-actions .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1 !important;
  margin: 0;
}
.Chadwell-Shared-InstantSearch .product-actions .item-price {
  margin: 0;
  font-size: 14px;
  transition: color 0.3s ease, transform 0.2s ease; /* Add smooth transition for hover effects */
}
.Chadwell-Shared-InstantSearch {
  /* Loading Indicator */
}
.Chadwell-Shared-InstantSearch .loading-indicator {
  display: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  gap: 12px; /* spacing between spinner and text */
  font-size: 14px;
  color: #333;
}
.Chadwell-Shared-InstantSearch .loading-indicator.active {
  display: flex;
}
.Chadwell-Shared-InstantSearch .search-spinner {
  width: 24px;
  height: 24px;
  border: 4px solid #cccccc;
  border-top: 4px solid #0077C8;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Chadwell-Shared-InstantSearch .loading-text {
  font-weight: 500;
  color: #444;
}
.Chadwell-Shared-InstantSearch .university-class-card {
  display: flex;
  flex-direction: column;
  background: #fbfbfb;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out;
  padding: 15px;
  margin-bottom: 1rem;
  text-align: left;
  gap: 8px;
  width: 100%;
}
.Chadwell-Shared-InstantSearch .university-class-card:hover {
  transform: translateY(-3px);
}
.Chadwell-Shared-InstantSearch .university-class-card p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #3d3d3d;
}
.Chadwell-Shared-InstantSearch .university-class-card a {
  color: #0077C8;
  text-decoration: none;
}
.Chadwell-Shared-InstantSearch .university-class-card a:hover {
  text-decoration: underline;
  color: rgb(0, 88.655, 149);
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-header {
  margin-bottom: 10px;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-header .university-class-title {
  font-size: 16px;
  font-weight: bold;
  color: #0077C8;
  display: block;
  margin-bottom: 5px;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-header .offered-in-spanish {
  font-size: 13px;
  font-weight: 500;
  color: #c8102e;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-hosted-by {
  font-size: 14px;
  margin-bottom: 6px;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-dates,
.Chadwell-Shared-InstantSearch .university-class-card .university-class-location,
.Chadwell-Shared-InstantSearch .university-class-card .university-class-description {
  font-size: 14px;
  margin-bottom: 8px;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-description {
  line-height: 1.5;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-description em {
  background: #ffffa0;
  padding: 0 2px;
  border-radius: 2px;
}
.Chadwell-Shared-InstantSearch .university-class-card .seats-low-warning {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #c8102e;
  margin-top: 8px;
}
.Chadwell-Shared-InstantSearch .university-class-card .seats-low-warning i {
  margin-right: 5px;
  margin-top: 4px;
  color: #c8102e;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-actions {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  padding: 8px 2px 2px 2px;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
  align-items: center;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-actions input[type=number] {
  width: 50px;
  padding: 4px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-actions .register-now {
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #c8102e;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-actions .register-now:hover {
  background: rgb(152.7777777778, 12.2222222222, 35.1388888889);
}
.Chadwell-Shared-InstantSearch .university-class-card .university-class-actions .university-class-notice {
  font-size: 14px;
  font-weight: bold;
  color: #c8102e;
  margin-bottom: 8px;
}

.Chadwell-Shared-MiniShoppingCartWrapper {
  position: relative;
  margin-top: -1px;
  min-width: 70px;
}
@media (min-width: 760px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart-close {
    display: none;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .table-cart-items {
  margin-bottom: 15px;
}
.Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh {
  position: relative;
}
.Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
  top: 39px;
  right: -4px;
  padding: 15px;
  display: none;
  z-index: 12000;
  min-width: 730px;
  background: white;
  position: absolute;
  border: 1px solid #97999b;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 750px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 650px;
  }
}
@media (max-width: 700px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 600px;
  }
}
@media (max-width: 650px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 550px;
  }
}
@media (max-width: 600px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 500px;
  }
}
@media (max-width: 550px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 450px;
  }
}
@media (max-width: 500px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 400px;
  }
}
@media (max-width: 450px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 350px;
  }
}
@media (max-width: 400px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 320px;
  }
}
@media (max-width: 350px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .ajax-refresh .mini-cart-content {
    min-width: 280px;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .cart {
  color: #0077C8;
  font-weight: 600;
  font-size: 14px !important;
}
@media (max-width: 760px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .cart {
    font-weight: 400;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .empty-cart {
  margin-bottom: 0;
  text-align: center;
}
.Chadwell-Shared-MiniShoppingCartWrapper button {
  color: #97999b;
  background: #f8f8f8;
  border: 1px solid #97999b;
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart {
  border: none;
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart {
    padding: 0;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart .fa-shopping-cart {
  color: #0077C8;
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart .badge {
  top: 0px;
}
.Chadwell-Shared-MiniShoppingCartWrapper .badge-cart {
  color: white;
  background: #c8102e;
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-checkout {
  color: white !important;
}
.Chadwell-Shared-MiniShoppingCartWrapper {
  /*
  .dropdown-menu
  {
      z-index: 12000;
      min-width: 730px;
      text-align: center;
      padding: 15px !important;

      -webkit-box-shadow: 0 0 8px rgba( 0 , 0 , 0 , 0.15 );
              box-shadow: 0 0 8px rgba( 0 , 0 , 0 , 0.15 );

      @media( max-width: 750px ) { min-width: 650px; }
      @media( max-width: 700px ) { min-width: 600px; }
      @media( max-width: 650px ) { min-width: 550px; }
      @media( max-width: 600px ) { min-width: 500px; }
      @media( max-width: 550px ) { min-width: 450px; }
      @media( max-width: 500px ) { min-width: 400px; }
      @media( max-width: 450px ) { min-width: 350px; }
      @media( max-width: 400px ) { min-width: 320px; }
      @media( max-width: 350px ) { min-width: 280px; }
  }
  */
}
.Chadwell-Shared-MiniShoppingCartWrapper .decoration1 {
  top: -6px;
  right: 50px;
  width: 13px;
  height: 13px;
  background: white;
  position: absolute;
  border: 1px solid #97999b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 760px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .decoration1 {
    display: none;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .decoration2 {
  top: 0;
  right: 46px;
  width: 21px;
  height: 12px;
  background: white;
  position: absolute;
}
@media (max-width: 760px) {
  .Chadwell-Shared-MiniShoppingCartWrapper .decoration2 {
    display: none;
  }
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-view, .Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart-close, .Chadwell-Shared-MiniShoppingCartWrapper .btn-remove {
  font-size: 13px;
  background: white;
  border: 1px solid #97999b;
}
.Chadwell-Shared-MiniShoppingCartWrapper .btn-minicart-close {
  margin-right: 10px;
  min-width: 75px;
}
.Chadwell-Shared-MiniShoppingCartWrapper table {
  margin-bottom: 0;
}
.Chadwell-Shared-MiniShoppingCartWrapper table td {
  font-size: 13px;
  max-width: 200px;
  vertical-align: middle;
}
.Chadwell-Shared-MiniShoppingCartWrapper table img {
  height: auto;
  max-width: 30px;
}
.Chadwell-Shared-MiniShoppingCartWrapper table .subtotal td {
  padding: 10px;
  padding-right: 5px;
  font-weight: 600;
}

.Chadwell-Shared-MyAccountLeftNav {
  margin-bottom: 20px;
}
.Chadwell-Shared-MyAccountLeftNav a {
  display: block;
}
.Chadwell-Shared-MyAccountLeftNav .fa-caret-right {
  margin-right: 4px;
}
.Chadwell-Shared-MyAccountLeftNav .header {
  color: white;
  padding: 10px;
  display: block;
  background: #0077C8;
  font-weight: 600;
}
.Chadwell-Shared-MyAccountLeftNav .nav-trigger {
  margin-left: 4px !important;
  margin-right: 0 !important;
}
.Chadwell-Shared-MyAccountLeftNav .current-page {
  font-weight: 600;
}
.Chadwell-Shared-MyAccountLeftNav .body {
  background: #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Chadwell-Shared-MyAccountLeftNav .body a {
  color: #3d3d3d;
  margin: 15px;
}
.Chadwell-Shared-MyAccountLeftNav .body > a {
  margin-top: 0;
}
.Chadwell-Shared-MyAccountLeftNav .body .section {
  margin: 15px;
}
.Chadwell-Shared-MyAccountLeftNav .body .section .section-trigger a {
  display: inline;
}
.Chadwell-Shared-MyAccountLeftNav .body .section .section-trigger {
  cursor: pointer;
}
.Chadwell-Shared-MyAccountLeftNav .body .section .section-trigger .fa-caret-down {
  display: none;
}
.Chadwell-Shared-MyAccountLeftNav .body .section .section-content {
  display: none;
}
.Chadwell-Shared-MyAccountLeftNav .body .section.expanded .section-trigger .fa-caret-right {
  display: none;
}
.Chadwell-Shared-MyAccountLeftNav .body .section.expanded .section-trigger .fa-caret-down {
  display: inline;
}
.Chadwell-Shared-MyAccountLeftNav .body .section.expanded .section-content {
  display: block;
}
.Chadwell-Shared-MyAccountLeftNav .body > a,
.Chadwell-Shared-MyAccountLeftNav .body > .section {
  padding-bottom: 10px;
  border-bottom: 1px solid #97999b;
}
.Chadwell-Shared-MyAccountLeftNav .body > a:last-child,
.Chadwell-Shared-MyAccountLeftNav .body > .section:last-child {
  border-bottom: none;
  margin-bottom: -10px;
}

.Chadwell-Shared-ShippingAddressSelector {
  line-height: 1.5rem;
}
.Chadwell-Shared-ShippingAddressSelector p {
  margin: 0;
  padding: 0;
}
.Chadwell-Shared-ShippingAddressSelector .address-card {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .Chadwell-Shared-ShippingAddressSelector .address-card {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=chadwell.css.map */
