/****************************************
 * Fonts
 ****************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");

/****************************************
 * Variables
 ****************************************/
:root {
  --primary-orange: #e1a460;
  --light-orange: #f8c58c;
  --dark: #172834;
  --text-white: #ffffff;
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --header-height-desktop: 185px;
  --header-height-mobile: 145px;

  /* Fonts */
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

/****************************************
 * Global
 ****************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-desktop);
  font-family: var(--secondary-font);
  background-color: #ffffff;
  color: var(--dark);
}

body {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: var(--dark);
  overflow-x: hidden;
  position: relative;
  padding-top: var(--header-height-desktop);
}

.wrapper,
.col-primary {
  background: white;
}

body:not(.Wrapper-HomePage) .body-container > div {
  padding: 15px 30px;
}

p {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
}

a,
.Link,
.RadGrid.RadGrid .rgRow a,
.RadGrid.RadGrid .rgAltRow a,
.RadGrid.RadGrid .rgEditForm a,
.k-grid.k-grid a,
.RadToolTip.RadToolTip a {
  color: var(--primary-orange);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:visited,
.Link:visited,
.RadGrid.RadGrid .rgRow a:visited,
.RadGrid.RadGrid .rgAltRow a:visited,
.RadGrid.RadGrid .rgEditForm a:visited,
.k-grid.k-grid a:visited,
.RadToolTip.RadToolTip a:visited {
  color: var(--primary-orange);
}

a:hover,
a:focus,
a:active,
.Link:hover,
.Link:focus,
.Link:active,
.RadGrid.RadGrid .rgRow a:hover,
.RadGrid.RadGrid .rgRow a:focus,
.RadGrid.RadGrid .rgRow a:active,
.RadGrid.RadGrid .rgAltRow a:hover,
.RadGrid.RadGrid .rgAltRow a:focus,
.RadGrid.RadGrid .rgAltRow a:active,
.RadGrid.RadGrid .rgEditForm a:hover,
.RadGrid.RadGrid .rgEditForm a:focus,
.RadGrid.RadGrid .rgEditForm a:active,
.k-grid.k-grid a:hover,
.k-grid.k-grid a:focus,
.k-grid.k-grid a:active,
.RadToolTip.RadToolTip a:hover,
.RadToolTip.RadToolTip a:focus,
.RadToolTip.RadToolTip a:active {
  color: var(--dark);
  text-decoration: underline;
}

h2,
.h2,
.PanelTitle {
  font-size: 135%;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 1.45em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--primary-font);
  color: var(--dark);
}

h6 {
  font-family: var(--secondary-font);
  color: var(--dark);
}

h1 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  font-style: italic;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

h4 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
}

h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

/* Buttons */
.btn,
.TextButton,
.RadUpload.RadUpload .ruButton,
.RadUploadProgressArea.RadUploadProgressArea .ruButton {
  display: inline-block;
  font-weight: 600;
  font-family: var(--primary-font);
  text-align: center;
  vertical-align: middle;
  color: var(--text-white);
  text-transform: uppercase;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 4px;
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn,
.TextButton,
.RadUpload.RadUpload .ruButton,
.RadUploadProgressArea.RadUploadProgressArea .ruButton {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn:hover,
.btn:focus,
.btn:active,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.RadUpload.RadUpload .ruButton:hover,
.RadUpload.RadUpload .ruButton:focus,
.RadUpload.RadUpload .ruButton:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:active {
  border-color: var(--dark);
  background-color: var(--dark);
  opacity: 0.87;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  text-decoration: none !important;
  color: var(--text-white);
}

.PrimaryButton,
.UsePrimaryButton .TextButton,
.RadGrid input.PrimaryButton,
.RadGrid.RadGrid input.TextButton.PrimaryButton,
.RadGrid.RadGrid a.TextButton.PrimaryButton {
  background-color: var(--primary-orange);
  border-color: transparent;
}

.PrimaryButton:hover,
.PrimaryButton:focus,
.PrimaryButton:active,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active,
.RadGrid.RadGrid input.TextButton.PrimaryButton:hover,
.RadGrid.RadGrid input.TextButton.PrimaryButton:focus,
.RadGrid.RadGrid input.TextButton.PrimaryButton:active,
.RadGrid.RadGrid a.TextButton.PrimaryButton:hover,
.RadGrid.RadGrid a.TextButton.PrimaryButton:focus,
.RadGrid.RadGrid a.TextButton.PrimaryButton:active {
  border-color: #e1a460;
  background-color: #e1a460;
  opacity: 0.87;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transform: translateY(-3px);
  text-decoration: none !important;
  color: var(--text-white);
}

.RegistrationArea div:not(.PriceOverrideForm) > .SmallButton {
  max-width: none;
  padding: 10px 24px;
  border-radius: 4px;
}

.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn.aspNetDisabled:focus,
.btn.aspNetDisabled:active,
.TextButton:disabled,
.TextButton:disabled:hover,
.TextButton:disabled:focus,
.TextButton:disabled:active,
.TextButton.disabled,
.TextButton.disabled:hover,
.TextButton.disabled:focus,
.TextButton.disabled:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.RadUpload.RadUpload .ruButton:disabled,
.RadUpload.RadUpload .ruButton:disabled:hover,
.RadUpload.RadUpload .ruButton:disabled:focus,
.RadUpload.RadUpload .ruButton:disabled:active,
.RadUpload.RadUpload .ruButton.disabled,
.RadUpload.RadUpload .ruButton.disabled:hover,
.RadUpload.RadUpload .ruButton.disabled:focus,
.RadUpload.RadUpload .ruButton.disabled:active,
.RadUpload.RadUpload .ruButton.aspNetDisabled,
.RadUpload.RadUpload .ruButton.aspNetDisabled:hover,
.RadUpload.RadUpload .ruButton.aspNetDisabled:focus,
.RadUpload.RadUpload .ruButton.aspNetDisabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton:disabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.disabled:active,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:hover,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:focus,
.RadUploadProgressArea.RadUploadProgressArea .ruButton.aspNetDisabled:active {
  color: white;
  background-color: var(--dark);
  border-color: var(--dark);
}

.SummaryFloat
  .RegistrationArea
  div:not(.PriceOverrideForm)
  > .PrimaryButton.LargeButton {
  font-size: 16px !important;
}

/* Inputs */
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.input-fake:focus {
  border-color: var(--light-orange);
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #e1a5605c;
}

.RadInput.RadInput.riSingle .riTextBox:focus,
.RadInput.RadInput .riTextBox:focus,
.RadInput .riTextBox:focus {
  border-color: var(--light-orange);
}

.chosen-container-active .chosen-choices {
  border-color: var(--light-orange);
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #e1a5605c;
}

.RadComboBox.RadComboBox_MetroTouch .rcbFocused {
  border-color: var(--light-orange);
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px #e1a5605c;
}

/****************************************
 * Header
 ****************************************/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: none;
  transition: var(--transition-smooth);
}

/* Overlay */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth);
}

body.nav-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* Auxiliary Section */
.header-aux-strip {
  display: block;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  transition: var(--transition-smooth);
}

.aux-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.aux-container:has(.sign-in-link) {
  padding: 4px 30px;
}

.user-account-info {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.account-menu a[id$="MyAccountLink"] {
    display: none;
}

.UtilityNavigation .account-menu > li > a,
.UtilityNavigation .account-menu > li > a:hover,
.UtilityNavigation .account-menu > li > a:visited,
.UtilityNavigation .account-menu > li > a:active {
  color: var(--text-white);
  font-weight: 600;
}

.account-toggle-wrapper {
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-white);
  background-color: var(--primary-orange);
  text-align: center;
  padding: 8px 15px;
  border-radius: 4px;
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.account-toggle-wrapper:hover {
  background-color: #e1a460;
  opacity: 0.87;
  text-decoration: none !important;
  color: var(--text-white);
}

.account-toggle {
  padding: 0;
}

.account-menu .account-toggle .caret {
  background: white;
}

.ProxyPanelContact {
  background-color: var(--primary-orange);
}

.obo-action.obo-clear-cart:hover:before {
  background: var(--dark);
}

@media (min-width: 992px) {
  .account-menu .account-toggle:hover .nav-text,
  .account-menu .account-toggle:focus .nav-text {
    color: var(--text-white);
  }
  .account-menu .account-toggle:hover .caret,
  .account-menu .account-toggle:focus .caret {
    background: white !important;
  }
}

.account-menu .account-toggle:hover,
.account-menu .account-toggle:focus {
  text-decoration: none;
}

.account-toggle .nav-text {
  color: var(--text-white);
}

.obo-toggle-wrapper {
  display: none !important;
}

.dropdown-menu > li > a,
.dropdown-menu > li > div {
  color: var(--dark);
  font-size: 14px;
  font-weight: 400 !important;
}

.account-menu .dropdown-menu > li > a:hover,
.account-menu .dropdown-menu > li > a:focus {
  background: #fcfcff;
  color: var(--primary-orange);
}

.account-menu .sign-in-link {
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-white);
  background-color: var(--primary-orange);
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.account-menu .sign-in-link:hover {
  background-color: #e1a460;
  opacity: 0.87;
  text-decoration: none !important;
  color: var(--text-white) !important;
}

/* Primary Navigation */

.header-main-strip {
  padding: 20px 0;
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

.site-header.scrolled .header-main-strip {
  padding: 14px 0;
}

.site-header.scrolled .header-aux-strip {
  display: none;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrapper {
  position: relative;
  display: block;
  height: 75px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.scrolled .logo-wrapper {
  height: 55px;
}

.logo-wrapper img {
  height: 100% !important;
  width: auto !important;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: auto !important;
  max-width: initial !important;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.logo-white {
  opacity: 0;
  transform: translateY(-5px);
}

.logo-dark {
  opacity: 1;
  transform: translateY(0);
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-nav ul {
  display: block !important;
  list-style: none;
}

@media (min-width: 992px) {
  .RadMenu.RadMenu_Coffee ul.rmRootGroup > .rmItem {
    padding: 5px 20px;
  }
}

.RadMenu.RadMenu_Coffee .rmRootLink {
  position: relative;
  text-decoration: none;
  color: var(--dark);
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition-smooth);
}

.RadMenu.RadMenu_Coffee .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Coffee .rmRootLink:hover,
.RadMenu.RadMenu_Coffee .rmRootLink.rmFocused {
  background-color: transparent;
  color: var(--dark);
}

.RadMenu.RadMenu_Coffee .rmHorizontal .rmText,
.RadMenu.RadMenu_Coffee .rmText {
  padding: 0 !important;
}

.main-nav .rmRootLink .rmText::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-orange);
  transition: var(--transition-smooth);
}

.main-nav .rmRootLink:hover .rmText::after {
  width: 100%;
}

.header-cta,
.header-cta > .WTZone,
.header-cta .ContentItemContainer {
  height: 100%;
  display: flex;
  align-items: center;
}

.btn-register {
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-white);
  background-color: var(--primary-orange);
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn-register:hover {
  background-color: #e1a460;
  opacity: 0.87;
  text-decoration: none !important;
  color: var(--text-white);
}

.btn-register:visited {
  color: var(--text-white);
}

/* Mobile Header */
.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  perspective: 120px;
  padding: 0;
}

.toggle-box {
  width: 30px;
  height: 24px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-toggle.active .toggle-box {
  transform: rotateY(180deg);
}

.toggle-front,
.toggle-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.toggle-front {
  padding: 4px 0;
}

.toggle-front span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--dark);
  transition: background-color 0.35s ease;
}

.toggle-front span:last-child {
  width: 71%;
}

.toggle-back {
  transform: rotateY(180deg);
  justify-content: center;
}

.toggle-back i {
  font-size: 26px;
  color: var(--dark);
  line-height: 1;
  margin-top: 1px;
}

@media (min-width: 992px) {
  .mobile-nav-cta .btn-register {
    display: none;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: var(--header-height-mobile);
  }

  .site-header.scrolled .header-aux-strip {
    transform: none;
    margin-bottom: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .aux-container {
    padding: 6px 30px;
  }

  .mobile-toggle {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .logo-wrapper {
    height: 52px;
  }

  .scrolled .logo-wrapper {
    height: 42px;
  }

  .main-nav .collapse {
    display: block !important;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background-color: var(--dark);
    padding: 50px 40px;
    transition: var(--transition-smooth);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 999;
    right: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-nav.active {
    left: 0;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-bottom: 40px;
  }

  .main-nav a {
    font-size: 16px;
    color: var(--text-white) !important;
    display: block;
    width: 100%;
  }

  .mobile-nav-cta {
    width: 100%;
    margin-top: 10px;
  }

  .mobile-nav-cta .btn-register {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 24px;
  }

  .RadMenu.RadMenu_Coffee .rmItem {
    padding: 10px 0;
  }
}

/****************************************
 * Main
 ****************************************/

/* Icons */
a:not(.aspNetDisabled):hover .sysicon.sysicon-edit:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-edit:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-edit:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-edit:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-edit:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-edit:after,
a.sysicon.sysicon-edit:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-edit:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-edit:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-edit:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-edit:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-edit:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-edit:not([disabled]):hover:after,
button.sysicon--before.sysicon-edit:not([disabled]):hover:before,
button.sysicon--after.sysicon-edit:not([disabled]):hover:after,
button.sysicon.sysicon-edit:not([disabled]):focus:after,
button.sysicon--before.sysicon-edit:not([disabled]):focus:before,
button.sysicon--after.sysicon-edit:not([disabled]):focus:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-copy:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-copy:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-copy:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-copy:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-copy:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-copy:after,
a.sysicon.sysicon-copy:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-copy:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-copy:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-copy:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-copy:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-copy:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-copy:not([disabled]):hover:after,
button.sysicon--before.sysicon-copy:not([disabled]):hover:before,
button.sysicon--after.sysicon-copy:not([disabled]):hover:after,
button.sysicon.sysicon-copy:not([disabled]):focus:after,
button.sysicon--before.sysicon-copy:not([disabled]):focus:before,
button.sysicon--after.sysicon-copy:not([disabled]):focus:after,
a:not(.aspNetDisabled):hover .sysicon.sysicon-expanded:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-expanded:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-expanded:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-expanded:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-expanded:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-expanded:after,
a.sysicon.sysicon-expanded:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-expanded:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-expanded:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-expanded:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-expanded:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-expanded:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-expanded:not([disabled]):hover:after,
button.sysicon--before.sysicon-expanded:not([disabled]):hover:before,
button.sysicon--after.sysicon-expanded:not([disabled]):hover:after,
button.sysicon.sysicon-expanded:not([disabled]):focus:after,
button.sysicon--before.sysicon-expanded:not([disabled]):focus:before,
button.sysicon--after.sysicon-expanded:not([disabled]):focus:after {
  background: var(--primary-orange);
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-refresh:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-refresh:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-refresh:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-refresh:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-refresh:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-refresh:after,
a.sysicon.sysicon-refresh:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-refresh:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-refresh:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-refresh:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-refresh:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-refresh:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-refresh:not([disabled]):hover:after,
button.sysicon--before.sysicon-refresh:not([disabled]):hover:before,
button.sysicon--after.sysicon-refresh:not([disabled]):hover:after,
button.sysicon.sysicon-refresh:not([disabled]):focus:after,
button.sysicon--before.sysicon-refresh:not([disabled]):focus:before,
button.sysicon--after.sysicon-refresh:not([disabled]):focus:after {
  background: var(--primary-orange);
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-add:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-add:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-add:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-add:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-add:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-add:after,
a.sysicon.sysicon-add:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-add:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-add:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-add:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-add:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-add:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-add:not([disabled]):hover:after,
button.sysicon--before.sysicon-add:not([disabled]):hover:before,
button.sysicon--after.sysicon-add:not([disabled]):hover:after,
button.sysicon.sysicon-add:not([disabled]):focus:after,
button.sysicon--before.sysicon-add:not([disabled]):focus:before,
button.sysicon--after.sysicon-add:not([disabled]):focus:after {
  background: var(--primary-orange);
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-panel-config:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-panel-config:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-panel-config:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-panel-config:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-panel-config:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-panel-config:after,
a.sysicon.sysicon-panel-config:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-panel-config:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-panel-config:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-panel-config:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-panel-config:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-panel-config:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-panel-config:not([disabled]):hover:after,
button.sysicon--before.sysicon-panel-config:not([disabled]):hover:before,
button.sysicon--after.sysicon-panel-config:not([disabled]):hover:after,
button.sysicon.sysicon-panel-config:not([disabled]):focus:after,
button.sysicon--before.sysicon-panel-config:not([disabled]):focus:before,
button.sysicon--after.sysicon-panel-config:not([disabled]):focus:after {
  background: var(--primary-orange);
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-collapsed:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-collapsed:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-collapsed:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-collapsed:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-collapsed:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-collapsed:after,
a.sysicon.sysicon-collapsed:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-collapsed:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-collapsed:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-collapsed:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-collapsed:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-collapsed:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-collapsed:not([disabled]):hover:after,
button.sysicon--before.sysicon-collapsed:not([disabled]):hover:before,
button.sysicon--after.sysicon-collapsed:not([disabled]):hover:after,
button.sysicon.sysicon-collapsed:not([disabled]):focus:after,
button.sysicon--before.sysicon-collapsed:not([disabled]):focus:before,
button.sysicon--after.sysicon-collapsed:not([disabled]):focus:after {
  background: var(--primary-orange);
}

a:not(.aspNetDisabled):hover .sysicon.sysicon-download:after,
a:not(.aspNetDisabled):focus .sysicon.sysicon-download:after,
a:not(.aspNetDisabled):hover .sysicon--before.sysicon-download:before,
a:not(.aspNetDisabled):focus .sysicon--before.sysicon-download:before,
a:not(.aspNetDisabled):hover .sysicon--after.sysicon-download:after,
a:not(.aspNetDisabled):focus .sysicon--after.sysicon-download:after,
a.sysicon.sysicon-download:not(.aspNetDisabled):hover:after,
a.sysicon.sysicon-download:not(.aspNetDisabled):focus:after,
a.sysicon--before.sysicon-download:not(.aspNetDisabled):hover:before,
a.sysicon--before.sysicon-download:not(.aspNetDisabled):focus:before,
a.sysicon--after.sysicon-download:not(.aspNetDisabled):hover:after,
a.sysicon--after.sysicon-download:not(.aspNetDisabled):focus:after,
button.sysicon.sysicon-download:not([disabled]):hover:after,
button.sysicon--before.sysicon-download:not([disabled]):hover:before,
button.sysicon--after.sysicon-download:not([disabled]):hover:after,
button.sysicon.sysicon-download:not([disabled]):focus:after,
button.sysicon--before.sysicon-download:not([disabled]):focus:before,
button.sysicon--after.sysicon-download:not([disabled]):focus:after {
  background: var(--primary-orange);
}

/* Back To Top */
.backToTop {
  background: rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  box-shadow: none;
  transition:
    box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.1s linear;
  -webkit-transition:
    -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.1s linear;
}

.backToTop:after {
  width: 30px;
  height: 30px;
  mask-size: 12px 12px;
}

.backToTop:hover {
  background: var(--primary-orange);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  transform: none;
}

/* -------- Event Display Page -------- */

/* Hide floating checkout button*/
div[id$="EventDisplay_CartCheckoutButtonDisplay__BodyContainer"]{
  display:none;
}
div[id$="ShoppingCart_ItemGrid"] tbody tr td:first-child {
  display:none;
}

table[id*='gwpciEventDisplay'] tbody tr:nth-child(5),table[id*='gwpciEventDisplay'] tbody tr:nth-child(6),
table[id*='gwpciEventDisplay'] tbody tr:nth-child(7),table[id*='gwpciEventDisplay'] tbody tr:nth-child(8){
  display:none;
}

.EventSummary .PhotoArea {
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}

.EventSummary .PhotoArea img {
  width: 100% !important;
}

.EventSummary .PhotoArea img {
  border-radius: 6px;
  border: 1px solid transparent !important;
}

h2.PanelTitle {
  font-size: 26px;
  font-weight: 500;
  color: var(--primary-orange);
}

span[id$="_ciEventDisplay_TitleText"] {
  font-size: 40px;
  font-weight: 500;
  color: var(--dark);
}

.NeutralShading {
  border-radius: 6px;
}

.PricingData .text-success,
.EventDetails .text-success,
.ProgramItemSummary .text-success {
  font-weight: 600;
  color: var(--primary-orange) !important;
}

div[id$="RegistrationOptionDescriptionDiv"] {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
}

.PricingData .Free,
.EventDetails .Free,
.ProgramItemSummary .Free {
  color: var(--primary-orange);
  font-weight: 600;
}

.ProgramGroup .PanelHead,
.ProgramGroup .panel-heading {
  background-color: var(--dark);
  border-bottom: 1px solid gray;
}

.ProgramGroup .PanelTitle,
.ProgramGroup .panel-title {
  font-weight: 500;
  font-size: 22px;
}

.text-muted {
  color: var(--dark) !important;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
}

.WhenColumn span {
  font-family: var(--secondary-font);
  font-size: 17px;
  font-weight: 600;
}

.DescriptionColumn span {
  font-family: var(--secondary-font);
  font-size: 16px;
}

.RadGrid_MetroTouch .rgAltRow {
  background: var(--text-white) !important;
}

.ProgramGroup .RadGrid.RadGrid_MetroTouch .rgRow td,
.ProgramGroup .RadGrid.RadGrid_MetroTouch .rgAltRow td {
  border-bottom: 1px solid var(--primary-orange);
  padding: 15px !important;
}

.PanelBlock .PanelField {
  font-family: var(--secondary-font);
}

.PanelFieldValue {
  font-size: 16px;
}

.panel-title {
  font-size: 30px;
}

label,
.Label,
.PanelFieldLabelFont {
  font-family: var(--secondary-font);
}

.FloatArea-Wrapper .card {
  border: none;
}

@media (min-width: 992px) {
  .SummaryFloat:not(.EasyEditOn) .FloatArea {
    top: 100px;
  }
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft,
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
  background-color: var(--dark);
}

/* Tables */
.RadGrid_MetroTouch .rgHeader,
.RadGrid_MetroTouch th.rgResizeCol,
.RadGrid_MetroTouch .rgHeaderWrapper {
  background-color: var(--dark) !important;
}

.RadGrid_MetroTouch .rgHeader,
.RadGrid_MetroTouch .rgHeader a {
  color: var(--text-white) !important;
}

.RadGrid_MetroTouch .rgHeader,
.RadGrid_MetroTouch th.rgResizeCol,
.RadGrid_MetroTouch .rgHeaderWrapper,
.RadGrid_MetroTouch .rgMultiHeaderRow th.rgHeader,
.RadGrid_MetroTouch .rgMultiHeaderRow th.rgResizeCol {
  border: 0;
  border-bottom: 1px solid var(--dark) !important;
  border-left: 1px solid var(--dark) !important;
}

/* ------ Checkout Page ------- */

.CartCharges .GrandTotal .PanelField .Label,
.CartCharges .GrandTotal .PanelField {
  color: var(--primary-orange);
}

.PromotionManager .panel-heading.Collapsible .panel-title {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-orange);
}

.PromotionManager .panel-heading.Collapsible .sysicon.sysicon-collapsed:after,
.PromotionManager
  .panel-heading.Collapsible
  a.sysicon.sysicon-collapsed:not(.aspNetDisabled):after {
  background-color: var(--primary-orange);
}

.PromotionManager .panel-heading.Collapsible .sysicon.sysicon-expanded:after,
.PromotionManager
  .panel-heading.Collapsible
  a.sysicon.sysicon-expanded:not(.aspNetDisabled):after {
  background-color: var(--primary-orange);
}

.panel-heading-options .sysicon {
  width: 12px;
  height: 12px;
}

/* ------ Kitchen Sink Pages ------- */
.SearchField,
.SearchResultSummary .ListItemTitle a {
  background-color: var(--dark);
}

.RadScheduler.RadScheduler_Metro .rsHeader {
  border-color: var(--dark);
  background-color: var(--dark);
}

html .RadTabStrip_MetroTouch .rtsLevel1 a.rtsLink {
  background-color: var(--primary-orange);
}

.RadTabStripVertical .rtsUL .rtsSelected .rtsTxt,
.RadTabStripVertical .rtsUL .rtsLink:hover .rtsTxt {
  border: 1px solid transparent;
  border-radius: 4px;
}

.RadGrid .rgHeader a {
  text-decoration: none !important;
  font-weight: 600;
}

.account-banner-bg-color-mps-1 .account-banner-short .banner-top-bar {
  background-color: var(--primary-orange);
}

.account-banner-short .Alerts .AlertItem {
  border: none;
}

.RadTreeView.GLE .rtIn,
.RadTreeView.GLE .rtHover .rtIn,
.RadTreeView.GLE .rtSelected .rtIn {
  color: var(--primary-orange);
  font-weight: 600;
  padding: 0 8px;
}

.RadTreeView.GLE a:hover,
.RadTreeView.GLE a:focus,
.RadTreeView.GLE span[onclick]:hover,
.RadTreeView.GLE span[onclick]:focus {
  background-color: var(--primary-orange);
  color: #fff;
}

.member-profile
  .mini-profile-banner-large
  .mini-profile-name-section
  .SectionLabel,
.member-profile
  .mini-profile-banner-small
  .mini-profile-name-section
  .SectionLabel {
  font-weight: 600;
  color: var(--primary-orange);
}

.blue-heading h1,
.blue-heading h2,
.blue-heading h3,
.blue-heading h4,
.blue-heading h5,
.blue-heading h6 {
  color: var(--primary-orange);
}

.stacked-tabs .select-tab {
  background: var(--primary-orange);
}

.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:hover,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:focus,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink:active,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:hover,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:focus,
.RadTabStrip .rtsLevel1.stacked-list a.rtsLink.rtsSelected:active,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:hover,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:focus,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink:active,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:hover,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:focus,
.RadTabStrip .rtsLevel1.stacked-list .rtsFirst a.rtsLink.rtsSelected:active {
  background: #fcfcff !important;
  color: var(--primary-orange) !important;
}

.PanelHead.Distinguish.Collapsible:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  background: transparent url("images/caret-icon.png") no-repeat center center;
  background-size: 25px !important;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.PanelHead.Distinguish.Collapsible.open:after {
  transform: rotate(180deg);
}

div[id$="_DivPanelListerWrapper"] .StandardPanel:first-child .PanelHead {
  border-radius: 6px 6px 0 0;
}

div[id$="_DivPanelListerWrapper"] .StandardPanel:last-child .PanelHead {
  border-radius: 0 0 6px 6px;
}

/****************************************
 * Footer
 ****************************************/
.site-footer {
  background-color: #e1a460;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.9);
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
