@charset "UTF-8";
:root {
  --primary-100: #FFF6F2;
  --primary-200: #FFDDCC;
  --primary-300: #E5B892;
  --primary-400: #C9835E;
  --primary-500: #BD7F60;
  --primary-600: #CB5D30;
  --primary-700: #EF4123;
  --primary-800: #E31921;
  --primary-900: #BE060D;
  --secondary-100: #FCFCFA;
  --secondary-200: #F4F2ED;
  --secondary-300: #F6EFE5;
  --secondary-400: #E0D5C3;
  --secondary-500: #C8B596;
  --secondary-600: #9E8770;
  --secondary-700: #785F55;
  --secondary-800: #59463F;
  --secondary-900: #402F29;
  --tertiary-600: #302A6C;
  --tertiary-700: #043D5F;
  --tucker-100: #F7F7F7;
  --tucker-200: #F0EFEB;
  --tucker-300: #E2E0DC;
  --tucker-400: #C9835E;
  --tucker-500: #C47E5A;
  --tucker-600: #BD7F60;
  --tucker-700: #043D5F;
  --tucker-800: #0F2D49;
  --tucker-900: #081E2B;
  --gray-100: #FFFFFF;
  --gray-200: #F2F2F2;
  --gray-300: #E6E6E6;
  --gray-400: #BFBFBF;
  --gray-500: #999999;
  --gray-600: #737373;
  --gray-700: #4D4D4D;
  --gray-800: #222222;
  --gray-900: #181818;
  --error-25: #FFFBFA;
  --error-50: #FEF3F2;
  --error-100: #FEE4E2;
  --error-200: #FECDCA;
  --error-300: #FDA29B;
  --error-400: #F97066;
  --error-500: #F04438;
  --error-600: #D92D20;
  --error-700: #B42318;
  --error-800: #912018;
  --error-900: #7A271A;
  --warning-25: #FFFCF5;
  --warning-50: #FFFAEB;
  --warning-100: #FEF0C7;
  --warning-200: #FEDF89;
  --warning-300: #FEC84B;
  --warning-400: #FDB022;
  --warning-500: #F79009;
  --warning-600: #DC6803;
  --warning-700: #B54708;
  --warning-800: #93370D;
  --warning-900: #792E0D;
  --success-25: #F6FEF9;
  --success-50: #ECFDF3;
  --success-100: #D1FADF;
  --success-200: #A6F4C5;
  --success-300: #6CE9A6;
  --success-400: #32D583;
  --success-500: #12B76A;
  --success-600: #039855;
  --success-700: #027A48;
  --success-800: #05603A;
  --success-900: #054F31;
  --display-font: "Manrope", sans-serif;
  --display-font-tucker: "Barlow Semi Condensed", sans-serif;
  --title-font: "Roboto Slab", serif;
  --body-font: "Manrope", sans-serif;
  --admin-font: proxima-nova, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --font-size-b: 12px;
  --font-size-a: 14px;
  --font-size-0: 16px;
  --font-size-1: 18px;
  --font-size-2: 20px;
  --font-size-3: 22px;
  --font-size-4: 24px;
  --font-size-5: 28px;
  --font-size-6: 32px;
  --font-size-7: 40px;
  --font-size-8: 48px;
  --font-size-9: 64px;
  --ls-1: .03em;
  --ls-2: .05em;
  --ls-3: .08em;
  --ls-4: .15em;
  --ls-5: .2em;
  --spacer-0: 4px;
  --spacer-1: 8px;
  --spacer-2: 16px;
  --spacer-3: 24px;
  --spacer-4: 48px;
  --spacer-5: 60px;
  --spacer-6: 80px;
  --spacer-7: 104px;
  --spacer-8: 120px;
  --spacer-0-neg: calc(var(--spacer-0) * -1);
  --spacer-1-neg: calc(var(--spacer-1) * -1);
  --spacer-2-neg: calc(var(--spacer-2) * -1);
  --spacer-3-neg: calc(var(--spacer-3) * -1);
  --spacer-4-neg: calc(var(--spacer-4) * -1);
  --spacer-5-neg: calc(var(--spacer-5) * -1);
  --grid-gutter: var(--spacer-0);
  --grid-gutter-large: var(--spacer-2);
  --grid-gutter-xlarge: var(--spacer-3);
  --grid-gutter-negative: calc(var(--grid-gutter) * -1);
  --grid-gutter-large-negative: calc(var(--grid-gutter-large) * -1);
  --grid-gutter-xlarge-negative: calc(var(--grid-gutter-xlarge) * -1);
  --grid-width-1-of-2: 50%;
  --grid-width-1-of-3: calc(100% / 3);
  --grid-width-1-of-4: 25%;
  --grid-width-1-of-5: 20%;
  --grid-width-1-of-7: calc(100% / 7);
  --grid-width-1-of-8: calc(100% / 8);
  --grid-width-1-of-9: calc(100% / 9);
  --wrapper-large: calc(100% - var(--spacer-3));
  --wrapper-small: 1440px;
  --box-shadow: 0px 1px 7px 0px rgba(0,0,0, .15);
  --box-shadow-2: 2px 2px 15px 0px rgba(0,0,0, .15);
  --box-shadow-white: 0px 1px 7px 0px rgba(255,255,255, .8);
  --box-shadow-inset: 0 0 0 4px #fff inset;
  --border-radius-0: var(--spacer-0);
  --border-radius-1: var(--spacer-1);
  --border-radius-2: var(--spacer-2);
  --border-radius-3: var(--spacer-3);
}
:root .roboto-slab-base {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body.brand-tucker-trail {
  --display-font: "Barlow Semi Condensed", sans-serif;
  --title-font: "Barlow Semi Condensed", serif;
  --body-font: proxima-nova, sans-serif;
  --primary-100: #F7F7F7;
  --primary-200: #F0EFEB;
  --primary-300: #E2E0DC;
  --primary-400: #C9835E;
  --primary-500: #C47E5A;
  --primary-600: #BD7F60;
  --primary-700: #043D5F;
  --primary-800: #0F2D49;
  --primary-900: #081E2B;
  --secondary-100: #FCFCFA;
  --secondary-200: #F4F2ED;
  --secondary-300: #F6EFE5;
  --secondary-400: #E0D5C3;
  --secondary-500: #da9877;
  --secondary-600: #C47E5A;
  --secondary-700: #785F55;
  --secondary-800: #59463F;
  --secondary-900: #402F29;
  --border-radius-0: 0;
  --border-radius-1: 0;
  --border-radius-2: 0;
  --border-radius-3: 0;
}

@-webkit-keyframes slideFromTop {
  0% {
    top: -130%;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

@keyframes slideFromTop {
  0% {
    top: -130%;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideFromTopFade {
  0% {
    margin-top: -80px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideFromTopFade {
  0% {
    margin-top: -80px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacityReverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityReverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideExpand {
  from {
    -webkit-box-flex: 0.5;
            flex: 0.5;
  }
  to {
    -webkit-box-flex: 5;
            flex: 5;
  }
}
@keyframes slideExpand {
  from {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  to {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
@-webkit-keyframes slideContract {
  from {
    -webkit-box-flex: 5;
            flex: 5;
  }
  to {
    -webkit-box-flex: 0.5;
            flex: 0.5;
  }
}
@keyframes slideContract {
  from {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  to {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
}
@-webkit-keyframes marqueeScroll {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}
@keyframes marqueeScroll {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 121, 74, 0.95);
            box-shadow: 0 0 0 0 rgba(242, 121, 74, 0.95);
  }
  70% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 13px rgba(242, 121, 74, 0);
            box-shadow: 0 0 0 13px rgba(242, 121, 74, 0);
  }
  100% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 121, 74, 0);
            box-shadow: 0 0 0 0 rgba(242, 121, 74, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 121, 74, 0.95);
            box-shadow: 0 0 0 0 rgba(242, 121, 74, 0.95);
  }
  70% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 13px rgba(242, 121, 74, 0);
            box-shadow: 0 0 0 13px rgba(242, 121, 74, 0);
  }
  100% {
    -webkit-transform: translateY(-16px) scale(1.1);
            transform: translateY(-16px) scale(1.1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 121, 74, 0);
            box-shadow: 0 0 0 0 rgba(242, 121, 74, 0);
  }
}
@-webkit-keyframes megaMenuOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes megaMenuOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  57% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  57% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bouncing {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animate {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: animate-fade;
          animation-name: animate-fade;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-element {
  visibility: hidden;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fade-in-element.element-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible; /* Internet Explorer*/
  -webkit-animation: fadeUp 1.5s;
          animation: fadeUp 1.5s;
}

@-webkit-keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0.1;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes expandDiamond {
  0% {
    background-size: 90% 90%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes expandDiamond {
  0% {
    background-size: 90% 90%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .animate {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
/* -----------------------------------------------
    PLUGIN OVERRIDES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ui-widget.ui-widget-content.ui-datepicker {
  background: #fff;
  z-index: 7 !important;
  border: 1px solid var(--gray-400);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-default {
  color: var(--gray-900);
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-default:hover {
  background-color: var(--gray-400);
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-today {
  background-color: var(--gray-400);
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333;
  color: #fff;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-active:hover {
  background-color: #333;
  cursor: not-allowed;
}

.ui-widget.ui-tabs .ui-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  font-weight: 500;
  overflow: hidden;
}
.ui-widget.ui-tabs .ui-tabs-nav {
  padding: 0;
  padding-bottom: var(--spacer-4);
}
.ui-widget.ui-tabs .ui-tabs-nav li {
  margin: 0;
}
.ui-widget.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
}
.ui-widget.ui-tabs .ui-tabs-nav li.ui-tabs-active h6 {
  font-weight: 600;
}
.ui-widget.ui-tabs .ui-tabs-nav li h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.ui-widget.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: var(--spacer-1) 0;
}
.ui-widget.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-widget.ui-tabs.ui-widget-content .description p {
  font-weight: 500;
  color: var(--tucker-900);
}
.ui-widget.ui-tabs .ui-button, .ui-widget.ui-tabs .ui-state-default,
.ui-widget.ui-tabs .ui-widget-header .ui-state-default {
  margin: 0 var(--spacer-3);
}

/* jquery ui range slider */
.ui-slider.ui-widget.ui-widget-content {
  height: 0.2em;
  background: #CCCCCC;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: var(--spacer-0);
}
.ui-slider.ui-widget.ui-widget-content .ui-widget-header {
  background: var(--primary-500);
}
.ui-slider.ui-widget.ui-widget-content .ui-slider-handle {
  top: -0.5em;
  width: 1em;
  height: 1em;
  margin-left: 0;
}
.ui-slider.ui-widget.ui-widget-content .ui-slider-handle:nth-child(3) {
  margin-left: -1em;
}
.ui-slider.ui-widget.ui-widget-content .ui-state-default,
.ui-slider.ui-widget.ui-widget-content .ui-widget-content .ui-state-default,
.ui-slider.ui-widget.ui-widget-content .ui-widget-header .ui-state-default,
.ui-slider.ui-widget.ui-widget-content .ui-button,
.ui-slider.ui-widget.ui-widget-content .ui-button.ui-state-disabled:hover,
.ui-slider.ui-widget.ui-widget-content .ui-button.ui-state-disabled:active {
  border-radius: 100%;
  background-color: var(--primary-500);
}
.ui-slider.ui-widget.ui-widget-content .ui-state-focus, .ui-slider.ui-widget.ui-widget-content .ui-widget-content .ui-state-focus {
  outline: none;
}
.ui-slider.ui-widget.ui-widget-content .ui-state-active,
.ui-slider.ui-widget.ui-widget-content .ui-widget-content .ui-state-active,
.ui-slider.ui-widget.ui-widget-content .ui-widget-header .ui-state-active,
.ui-slider.ui-widget.ui-widget-content a.ui-button:active,
.ui-slider.ui-widget.ui-widget-content .ui-button:active,
.ui-slider.ui-widget.ui-widget-content .ui-button.ui-state-active:hover {
  background: var(--primary-500);
}

/*wysiwyg*/
.cke_editable img {
  max-width: 100% !important;
}

.row {
  margin-left: var(--spacer-0-neg);
  margin-right: var(--spacer-0-neg);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: var(--spacer-0);
  padding-right: var(--spacer-0);
}

.badge {
  padding: var(--spacer-0) var(--spacer-1);
  font-size: 13px;
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-0);
}
.badge.badge-danger {
  background-color: var(--error-200);
  color: var(--error-700);
}
.badge.badge-warning {
  background-color: var(--warning-200);
  color: var(--warning-700);
}

div.blockUI.blockOverlay {
  z-index: 99993 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

div.blockMsg {
  max-width: 200px;
  max-height: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: var(--spacer-2) !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  border: 0 !important;
  z-index: 99995 !important;
  text-align: center;
}
div.blockMsg h6 {
  font-weight: 600;
  margin-bottom: 0;
}
div.blockMsg img {
  width: 80px;
  height: 80px;
}

.minicolors-theme-default .minicolors-input {
  height: unset;
}

/* -----------------------------------------------
    TABLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  /* -----------------------------------------------
  CMS PAGE LISTING PAGES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
table.input-table td, table.input-table th {
  padding: var(--spacer-1) 0;
  vertical-align: middle;
  border: none;
}
table.listing-table th {
  padding: var(--spacer-1);
  border-top: 1px solid var(--secondary-400);
  border-bottom: 1px solid var(--secondary-400);
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary-900);
  line-height: 1.4;
}
table.listing-table tbody tr {
  border-left: none;
  border-right: none;
}
table.listing-table tbody tr:nth-child(odd) {
  background-color: var(--secondary-200);
}
table.listing-table tbody tr p {
  margin-bottom: 0;
}
table.listing-table tbody tr:hover {
  background-color: var(--secondary-400);
}
table.listing-table tbody a:not(.button) {
  color: var(--primary-600);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
table.listing-table tbody a:not(.button):hover {
  color: var(--primary-700);
}
table.dataTable .form-group.datatable-chk {
  position: absolute;
  left: 50%;
  margin: -10px 0 0 -10px;
}
table.dataTable .form-group.datatable-chk label {
  margin: 0;
}
table.dataTable .form-group.datatable-chk label:before {
  top: 0;
}
table.page-listing td a.content-button-section {
  display: block;
}
table.page-listing td a.content-button-section .button {
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
}
table.page-listing td .toggle-button {
  padding: 4px 12px;
  border-radius: var(--border-radius-2);
  text-transform: none;
  font-weight: 400;
}

.data-table input {
  width: 100%;
}
.data-table table.listing-table thead th,
.data-table table.listing-table tbody td,
.data-table table.dataTable thead th,
.data-table table.dataTable tbody td {
  padding: var(--spacer-1);
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4;
}
.data-table table.listing-table thead th.sorting, .data-table table.listing-table thead th.sorting_asc, .data-table table.listing-table thead th.sorting_desc,
.data-table table.listing-table tbody td.sorting,
.data-table table.listing-table tbody td.sorting_asc,
.data-table table.listing-table tbody td.sorting_desc,
.data-table table.dataTable thead th.sorting,
.data-table table.dataTable thead th.sorting_asc,
.data-table table.dataTable thead th.sorting_desc,
.data-table table.dataTable tbody td.sorting,
.data-table table.dataTable tbody td.sorting_asc,
.data-table table.dataTable tbody td.sorting_desc {
  padding-right: var(--spacer-3);
}
.data-table table.listing-table thead th.header-center,
.data-table table.listing-table tbody td.header-center,
.data-table table.dataTable thead th.header-center,
.data-table table.dataTable tbody td.header-center {
  text-align: center;
  padding-left: var(--spacer-3);
}
.data-table table.listing-table thead th,
.data-table table.dataTable thead th {
  font-weight: 600;
  color: var(--secondary-900);
  border-top: 1px solid var(--secondary-400);
  border-bottom: 1px solid var(--secondary-400);
}
.data-table table.listing-table tbody tr td .icon-container,
.data-table table.dataTable tbody tr td .icon-container {
  margin-left: var(--spacer-1);
}
.data-table table.listing-table tbody tr td .icon-container svg,
.data-table table.dataTable tbody tr td .icon-container svg {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.data-table table.listing-table tbody tr.disabled-row,
.data-table table.dataTable tbody tr.disabled-row {
  color: var(--gray-500);
}
.data-table table.listing-table tbody tr.disabled-row td:not(.table-options),
.data-table table.dataTable tbody tr.disabled-row td:not(.table-options) {
  font-style: italic;
}
.data-table table.listing-table tbody td,
.data-table table.dataTable tbody td {
  border: 0;
}
.data-table table.listing-table tbody td.table-options > a,
.data-table table.dataTable tbody td.table-options > a {
  margin-right: var(--spacer-2);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.data-table table.listing-table tbody td.table-options > a:last-child,
.data-table table.dataTable tbody td.table-options > a:last-child {
  margin-right: 0;
}
.data-table table.listing-table tbody td.table-options > a.button,
.data-table table.dataTable tbody td.table-options > a.button {
  width: 180px;
  outline: 0;
}
.data-table table.listing-table tbody td.table-options > a.disabled,
.data-table table.dataTable tbody td.table-options > a.disabled {
  color: var(--gray-600);
  pointer-events: none;
}
.data-table table.listing-table tbody td a.table-option,
.data-table table.dataTable tbody td a.table-option {
  margin-right: var(--spacer-2);
  color: var(--primary-600);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.data-table table.listing-table tbody td a.table-option:last-child,
.data-table table.dataTable tbody td a.table-option:last-child {
  margin-right: 0;
}
.data-table table.listing-table tbody td.dataTables_empty,
.data-table table.dataTable tbody td.dataTables_empty {
  min-height: 200px;
  background-color: var(--secondary-100);
  font-style: italic;
}
.data-table table.listing-table tbody td.dataTables_empty:hover,
.data-table table.dataTable tbody td.dataTables_empty:hover {
  background-color: var(--secondary-100);
}
.data-table table.listing-table.sorting-table .sorting-row,
.data-table table.dataTable.sorting-table .sorting-row {
  background: var(--primary-600);
  color: #fff;
}
.data-table table.listing-table.sorting-table .sorting-row a,
.data-table table.dataTable.sorting-table .sorting-row a {
  color: #fff;
}
.data-table table.listing-table td > a.sort-handle,
.data-table table.dataTable td > a.sort-handle {
  display: block;
}
.data-table table.listing-table.no-footer,
.data-table table.dataTable.no-footer {
  border-color: var(--secondary-400);
}
.data-table table.listing-table tbody td.child-page-1,
.data-table table.listing-table tbody td.child-page-2,
.data-table table.dataTable tbody td.child-page-1,
.data-table table.dataTable tbody td.child-page-2 {
  position: relative;
  padding-left: var(--spacer-4);
}
.data-table table.listing-table tbody td.child-page-1:before,
.data-table table.listing-table tbody td.child-page-2:before,
.data-table table.dataTable tbody td.child-page-1:before,
.data-table table.dataTable tbody td.child-page-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: var(--spacer-1);
  left: var(--spacer-3);
  font-size: 16px;
  line-height: 16px;
}
.data-table table.listing-table tbody td.child-page-1:before,
.data-table table.dataTable tbody td.child-page-1:before {
  content: "—";
}
.data-table table.listing-table tbody td.child-page-2,
.data-table table.dataTable tbody td.child-page-2 {
  padding-left: 96px;
}
.data-table table.listing-table tbody td.child-page-2:before,
.data-table table.dataTable tbody td.child-page-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: var(--spacer-4);
  top: var(--spacer-1);
  content: "— —";
}
.data-table table.listing-table.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
.data-table table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
  background-color: var(--primary-600);
  top: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details,
.data-table table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details > li,
.data-table table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details span.dtr-title,
.data-table table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title {
  display: block;
  min-width: 100px;
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details span.dtr-data,
.data-table table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details span.dtr-data a,
.data-table table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data a {
  margin-right: var(--spacer-2);
  vertical-align: middle;
}
.data-table table.listing-table > tbody > tr.child ul.dtr-details span.dtr-data a:last-child,
.data-table table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data a:last-child {
  margin-right: 0;
}
.data-table .dataTables_processing {
  top: 55%;
  height: 100px;
}
.data-table .dataTables_wrapper .dataTables_filter {
  margin-bottom: var(--spacer-0);
}
.data-table .dataTables_wrapper .dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.data-table .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #333;
  background: none;
  width: 100%;
  height: 100%;
  margin: 0 0 0 10px;
  padding: var(--spacer-1);
  font-size: 14px;
}
.data-table .dataTables_wrapper .dataTables_filter input:focus {
  outline: 2px solid #333;
}
.data-table .dataTables_wrapper .dataTables_length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: var(--spacer-0) 0;
  font-size: 14px;
  color: var(--gray-600);
  font-style: italic;
}
.data-table .dataTables_wrapper .dataTables_length select {
  padding: var(--spacer-0);
  font-size: 13px;
  border: 1px solid var(--gray-400);
  border-radius: var(--border-radius-0);
  cursor: pointer;
}
.data-table .dataTables_wrapper .dataTables_info {
  padding-top: var(--spacer-1);
  font-size: 13px;
  font-style: italic;
  color: var(--gray-600);
}
.data-table .dataTables_wrapper .dataTables_paginate {
  padding-top: var(--spacer-1);
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 var(--spacer-1);
  font-size: 13px;
  color: var(--secondary-600) !important;
  background-color: transparent;
  border-radius: var(--border-radius-0);
  border: 1px solid transparent;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: var(--primary-600);
  background: transparent !important;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--primary-600) !important;
  color: #fff !important;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: var(--secondary-500) !important;
}

/* -----------------------------------------------
    GLOBAL SETTINGS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--gray-800);
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  margin-bottom: var(--spacer-2);
  color: var(--secondary-900);
  letter-spacing: var(--ls-3);
}

h1 {
  font-family: var(--display-font);
  font-weight: var(--font-weight-heavy);
  text-transform: uppercase;
  margin-bottom: var(--spacer-3);
  letter-spacing: var(--ls-4);
  font-size: var(--font-size-9);
  line-height: 1.2;
}

h2 {
  font-size: var(--font-size-8);
  letter-spacing: var(--ls-2);
  line-height: 1.2;
}

h3 {
  font-size: var(--font-size-7);
  line-height: 1.4;
}

h4 {
  font-size: var(--font-size-6);
  text-transform: uppercase;
  line-height: 1.4;
}

h5 {
  font-size: 24px;
  line-height: 1.4;
}

h6 {
  font-size: 20px;
  letter-spacing: var(--ls-3);
  line-height: 1.6;
}

p {
  margin-bottom: var(--spacer-2);
}

.small {
  font-size: 100%;
}

sup {
  font-size: 60%;
}

.strike {
  text-decoration: line-through;
}

.ft-size-a {
  font-size: var(--font-size-a);
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.bullets {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}

ol {
  padding-left: 16px;
}
ol li {
  padding-bottom: 16px;
  font-size: 14px;
}

::-moz-selection {
  background: var(--primary-600); /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: var(--primary-600); /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: var(--primary-600); /* Gecko Browsers */
  color: #fff;
}

hr {
  width: 100%;
  margin-top: var(--spacer-3);
  margin-bottom: var(--spacer-3);
  border-color: var(--gray-400);
}

.warning-alert {
  margin: 16px 0;
  padding: 16px;
  padding-left: 18px;
  background-color: #FCFCFA;
  border: 2px solid var(--error-600);
  border-left-width: 10px;
  line-height: 1.4;
}
.warning-alert span {
  font-size: 14px;
  color: var(--error-600);
}

iframe {
  max-width: 100%;
}

a {
  position: relative;
  color: var(--primary-600);
  text-decoration: none;
  font-family: var(--body-font);
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.text-14 {
  font-size: 14px;
}
a i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a.arrow-up-right svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: var(--spacer-1);
}
a.arrow-up-right:hover svg {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}

.underline-from-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  height: 2px;
  background-color: var(--primary-600);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 0;
  opacity: 0;
}
.underline-from-left:hover::before {
  width: 100%;
  opacity: 1;
}

.underline-from-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  top: auto;
  bottom: var(--spacer-0-neg);
  left: var(--spacer-0-neg);
  right: 0;
  margin: 0 auto;
  background-color: var(--primary-600);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.underline-from-center:hover::before {
  width: 0;
}

.empty-message {
  text-align: center;
  padding: var(--spacer-3);
  background-color: var(--gray-200);
  color: var(--gray-800);
}
.empty-message.error {
  background-color: #e79f9f;
  color: var(--error-800);
}
.empty-message.minimal {
  padding: var(--spacer-1);
}

a.link, button.link {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  padding: 0;
}

.button, button {
  display: inline-block;
  padding: var(--spacer-2) var(--spacer-3);
  border: 2px solid transparent;
  cursor: pointer;
  outline: 0;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary-100);
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  border-radius: var(--border-radius-0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button.icon-left, .button.icon-right, button.icon-left, button.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button.icon-left > *, .button.icon-right > *, button.icon-left > *, button.icon-right > * {
  text-align: center;
}
.button.icon-left .icon-container, .button.icon-right .icon-container, button.icon-left .icon-container, button.icon-right .icon-container {
  margin-right: var(--spacer-1);
  margin-left: 0;
  max-height: 14px;
}
.button.icon-left .icon-container svg, .button.icon-right .icon-container svg, button.icon-left .icon-container svg, button.icon-right .icon-container svg {
  width: 14px;
  height: 14px;
}
.button.icon-right .icon-container, button.icon-right .icon-container {
  margin-left: var(--spacer-1);
  margin-right: 0;
}
.button.large, button.large {
  font-size: 18px;
  padding: var(--spacer-2) var(--spacer-4);
}
.button.small, button.small {
  font-size: 12px;
  padding: var(--spacer-1) 12px;
}
.button.small.icon-left, .button.small.icon-right, button.small.icon-left, button.small.icon-right {
  padding-top: 7px;
  padding-bottom: 7px;
}
.button.x-small, button.x-small {
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
  min-width: unset;
  border-radius: var(--border-radius-1);
}
.button.primary, button.primary {
  border-color: var(--primary-600);
  background-color: var(--primary-600);
}
.button.secondary, button.secondary {
  border-color: var(--secondary-600);
  background-color: var(--secondary-600);
}
.button.secondary-dark, button.secondary-dark {
  border-color: var(--secondary-700);
  background-color: var(--secondary-700);
}
.button.dark-gray, button.dark-gray {
  border-color: var(--gray-800);
  background-color: var(--gray-800);
}
.button.bright, button.bright {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}
.button.text, button.text {
  border-color: transparent;
  background-color: transparent;
  color: var(--secondary-800);
}
.button.gray, button.gray {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: var(--gray-600);
}
.button.disabled, button.disabled {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: var(--gray-600);
  cursor: default;
}
.button.white, button.white {
  border-color: #fff;
  background-color: #fff;
  color: var(--gray-800);
}
.button.outline, button.outline {
  background-color: transparent;
}
.button.outline.gray, button.outline.gray {
  color: var(--gray-800);
}
.button.outline.primary, button.outline.primary {
  color: var(--primary-500);
}
.button.outline.secondary, button.outline.secondary {
  color: var(--secondary-600);
}
.button.outline.secondary-dark, button.outline.secondary-dark {
  color: var(--secondary-700);
}
.button.arrow, button.arrow {
  position: relative;
  padding-right: 48px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button.arrow:before, button.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  left: auto;
  right: 16px;
  background-image: url(/images/icons/arrow-right-white.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button.arrow:hover:before, button.arrow:hover:before {
  -webkit-transform: translateY(-12px) translateX(4px);
          transform: translateY(-12px) translateX(4px);
}
.button:hover, button:hover {
  text-decoration: none;
  color: #fff;
}
.button:hover.outline, .button:hover.text, button:hover.outline, button:hover.text {
  background-color: var(--primary-500);
  color: #fff;
}
.button:hover.outline.secondary-dark, button:hover.outline.secondary-dark {
  background-color: var(--secondary-700);
}
.button:hover.gray, button:hover.gray {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.button:hover.primary, button:hover.primary {
  border-color: var(--primary-700);
  background-color: var(--primary-700);
}
.button:hover.secondary, button:hover.secondary {
  border-color: var(--secondary-700);
  background-color: var(--secondary-700);
}
.button:hover.dark-gray, button:hover.dark-gray {
  border-color: var(--gray-900);
  background: var(--gray-900);
}
.button:hover.bright, button:hover.bright {
  border-color: var(--primary-700);
  background-color: var(--primary-700);
}
.button:hover.white, button:hover.white {
  border-color: var(--gray-800);
  background-color: var(--gray-800);
}
.button:hover.outline.gray, button:hover.outline.gray {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: var(--gray-500);
}
.button:hover.outline.primary, button:hover.outline.primary {
  background-color: var(--primary-600);
  border-color: var(--primary-600);
}
.button:hover.arrow-right .icon-container, button:hover.arrow-right .icon-container {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.button:hover.x-small, button:hover.x-small {
  border-radius: var(--border-radius-1);
}
.button:hover.disabled, button:hover.disabled {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: var(--gray-600);
}
.button:focus, button:focus {
  outline: none;
}
.button:disabled, .button[disabled], button:disabled, button[disabled] {
  background-color: #D9D9D9 !important;
  color: #717070 !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
}

.button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: var(--spacer-1) var(--spacer-1-neg);
}
.button-section > * {
  text-align: center;
}
.button-section .button, .button-section button {
  margin: 0 var(--spacer-1);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.button-section .button.full-width, .button-section button.full-width {
  width: 100%;
}
.button-section.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.button-section.column .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  margin: 0 auto 15px;
}
.button-section.button-section-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  max-width: 100%;
}

.image-container {
  width: auto;
  height: 100%;
}
.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.nm {
  margin: 0 !important;
}

.mobile-only {
  display: none;
}

.hide {
  display: none;
}

.icon-container {
  position: relative;
  display: inline-block;
}
.icon-container.icon-36 svg {
  width: 36px;
  height: 36px;
}
.icon-container.icon-20 svg {
  width: 20px;
  height: 20px;
}
.icon-container.icon-18 svg {
  width: 18px;
  height: 18px;
}
.icon-container.icon-16 svg {
  width: 16px;
  height: 16px;
}
.icon-container.icon-12 svg {
  width: 12px;
  height: 12px;
}
.icon-container.dark-icon svg path {
  stroke: var(--gray-800);
}
.icon-container.arrow {
  position: relative;
  padding-left: 12px;
  padding-right: 48px;
}
.icon-container.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  left: auto;
  right: 16px;
  background-image: url(/images/icons/arrow-right-white.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.icon-container.arrow:hover:before {
  -webkit-transform: translateY(-12px) translateX(4px);
          transform: translateY(-12px) translateX(4px);
}
.icon-container.error {
  cursor: pointer;
}
.icon-container.error svg {
  stroke: var(--error-700);
}
.icon-container.warning {
  cursor: pointer;
}
.icon-container.warning svg {
  stroke: var(--warning-500);
}
.icon-container.info {
  cursor: pointer;
}
.icon-container.info svg {
  stroke: var(--gray-500);
}

/* -----------------------------------------------
    STRUCTURE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
  padding: 0 1.5%;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.wrapper.large {
  max-width: 1700px;
}
.wrapper.medium {
  max-width: 1440px;
}
.wrapper.narrow {
  max-width: 1024px;
}
.wrapper.x-small {
  max-width: 768px;
}

.main {
  padding: var(--spacer-7) 0 var(--spacer-6);
  min-height: 700px;
}

section {
  padding: var(--spacer-6) 0;
}
section.hero-section {
  padding: 0;
}
section.list-section {
  padding: 0;
}
section.dark-section {
  color: var(--primary-100);
}

.hero-section {
  position: relative;
  background-color: var(--gray-700);
}
.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  width: 100%;
}
.hero .img-container {
  height: 100%;
}
.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hero img.position-top {
  -o-object-position: top;
     object-position: top;
}
.hero.small {
  height: 300px;
}
.hero.short .hero-content, .hero.short img {
  height: 180px;
}
.hero.short .hero-content .title-section .title {
  margin-bottom: 0;
}
.hero .hero-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
.hero .hero-content > * {
  text-align: center;
}
.hero .hero-content .title-section h1.title {
  margin: 0 auto;
  color: #fff;
  font-size: var(--font-size-9);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.content-container {
  padding: var(--spacer-5) 0;
}
.content-container .content-split-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-container .content-split-wrapper .left {
  -ms-flex-preferred-size: calc(25% - var(--spacer-5));
      flex-basis: calc(25% - var(--spacer-5));
  margin-right: var(--spacer-5);
}
.content-container .content-split-wrapper .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}

.split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.split-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.split-content.image-right .images-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.split-content .image-container, .split-content .images-container {
  width: auto;
  height: 100%;
}
.split-content .image-container img, .split-content .images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.split-content .content-container {
  padding: var(--spacer-6) 10%;
}

.sticky-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.sticky-container .wrapper, .sticky-container .sticky-wrapper {
  position: relative;
  overflow: visible;
}
.sticky-container .left {
  position: sticky;
  top: 120px;
  -ms-flex-preferred-size: calc(480px + var(--spacer-3));
      flex-basis: calc(480px + var(--spacer-3));
  margin-right: var(--spacer-3);
}
.sticky-container .right {
  position: relative;
  top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sticky-container .sticky-section {
  position: sticky;
  top: 60px;
  height: 100%;
}
.sticky-container .static-section {
  position: relative;
  top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 var(--spacer-2-neg) var(--spacer-3);
}
.card-container .card {
  margin: var(--spacer-1);
  padding: 0;
  height: auto;
}
.card-container .card .card-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.card-container .card .card-footer {
  padding: var(--spacer-1) var(--spacer-2);
  border-radius: 0;
  border-top: 1px solid var(--gray-400);
  background-color: var(--primary-300);
}
.card-container .card .card-footer .button-section {
  margin: 0 var(--spacer-3-neg);
}
.card-container .card .card-footer .button-section a {
  margin: 0 var(--spacer-3);
}
.card-container .card .card-footer a:hover {
  text-decoration: underline;
}
.card-container .card.empty-state .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: var(--spacer-2);
}
.card-container .card.empty-state .card-body > * {
  text-align: center;
}
.card-container .card.empty-state .icon-container svg {
  width: 48px;
  height: 48px;
  stroke: var(--gray-300);
  stroke-width: 1px;
  margin-bottom: var(--spacer-1);
}
.card-container.halves .card {
  -ms-flex-preferred-size: calc(50% - var(--spacer-2));
      flex-basis: calc(50% - var(--spacer-2));
}
.card-container.thirds .card {
  -ms-flex-preferred-size: calc(33.3333333333% - var(--spacer-2));
      flex-basis: calc(33.3333333333% - var(--spacer-2));
}
.card-container.fourths .card {
  -ms-flex-preferred-size: calc(25% - var(--spacer-2));
      flex-basis: calc(25% - var(--spacer-2));
}

.card {
  height: 100%;
  margin-bottom: var(--spacer-4);
  padding: var(--spacer-2);
  border-radius: var(--border-radius-0);
  background-color: #fff;
  border: 1px solid var(--gray-400);
  -webkit-box-shadow: 1px 3px 3px 0 #e6e6e6;
          box-shadow: 1px 3px 3px 0 #e6e6e6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.card .card-footer {
  margin-top: var(--spacer-4);
  background-color: transparent;
  padding: var(--spacer-3) 0 0;
}
.card .card-footer:last-child {
  border-radius: 0;
}

/* -----------------------------------------------
    SLICK
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: var(--spacer-4);
}
.slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-700);
  border-radius: 24px;
  opacity: 1;
  font-size: 0;
}
.slick-dots li.slick-active {
  width: var(--spacer-4);
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: var(--spacer-3);
}
.slick-arrow.slick-next {
  right: var(--spacer-3);
}

/* -----------------------------------------------
    POPUPS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Fancybox Styling
----------------------------- */
.fancybox-active {
  height: 100%;
  width: 100%;
}

.fancyConfirm_Box, .fancyconfirm-box {
  width: 500px;
  min-height: 100px;
  padding: 0;
  border-radius: 0;
}

.fancyConfirm_Title {
  font-family: "poppins", sans-serif;
  background: var(--primary-100);
  padding: 8px var(--spacer-3);
  border-bottom: 1px solid var(--gray-400);
  font-size: 24px;
}

.fancyConfirm_Inner {
  padding: var(--spacer-3);
}

.fancyConfirm_Buttons {
  padding: var(--spacer-2) var(--spacer-3);
  border-top: 1px solid var(--gray-400);
  text-align: center;
  cursor: pointer;
}

.fancyConfirm_No {
  margin: var(--spacer-2);
  padding: 0;
  color: #333;
  text-decoration: none;
  border-radius: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: italic;
  background: transparent;
  cursor: pointer;
}

.fancyConfirm_Yes {
  background: #fff;
  cursor: pointer;
}

.fancybox-container.fancybox-is-open {
  background: rgba(51, 51, 51, 0.2);
  backdrop-filter: blur(4px);
}

.fancybox-active .fancybox-content {
  padding: 0;
  border-radius: var(--border-radius-0);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
}

.popup.fancybox-content {
  padding: var(--spacer-3);
  max-height: 90vh;
  overflow-y: auto;
}
.popup.fancybox-content:has(.fancybox-close-small) {
  padding: var(--spacer-4) var(--spacer-3) var(--spacer-3);
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: var(--spacer-1);
}

.fancybox-button svg {
  width: 30px;
  height: 30px;
  margin-left: calc(100% - 30px);
}

.popup {
  padding: var(--spacer-4);
  max-width: 600px;
  min-width: 400px;
}
.popup.popup-small {
  min-width: 400px;
  max-width: 600px;
}
.popup.popup-medium {
  max-width: 800px;
}
.popup.popup-large {
  max-width: 1100px;
}
.popup.success-message {
  text-align: center;
}
.popup.success-message .popup-content .title {
  text-align: center;
}
.popup.success-message .popup-content .title:after {
  content: none;
}
.popup.success-message .popup-content .image-container {
  margin-bottom: var(--spacer-2);
}
.popup.success-message .popup-content .image-container img {
  width: 100%;
  max-width: 175px;
}
.popup.success-message .popup-content .icon-container {
  margin: 0 auto var(--spacer-2);
}
.popup.success-message .popup-content .icon-container.circle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid var(--success-700);
  border-radius: 100%;
  font-size: 48px;
  color: var(--success-700);
}
.popup.success-message .popup-content .icon-container.circle-icon > * {
  text-align: center;
}
.popup.success-message .popup-content .icon-container.circle-icon.error {
  border-color: var(--error-700);
  color: var(--error-700);
}
.popup.success-message .popup-content .icon-container.circle-icon svg {
  width: 40px;
  height: 40px;
  margin-top: 3px;
}
.popup.success-message .popup-content .empty-message {
  background-color: var(--gray-200);
  font-size: 16px;
}
.popup.success-message .popup-content .button-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.popup .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--gray-400);
}
.popup .form-section {
  margin-top: 0;
  margin-bottom: var(--spacer-3);
}
.popup .form-section:last-child {
  margin-bottom: 0;
}
.popup .form-group.submit {
  margin: 16px 0 0;
}
.popup .button {
  display: inline-block;
}
.popup .button-section {
  margin-top: var(--spacer-2);
}
.popup .fancybox-close-small {
  min-width: unset;
}

#puViewOrder .form-section, #puTransactionHistory .form-section {
  margin: 0;
}
#puViewOrder .form-section .sub-section ul, #puTransactionHistory .form-section .sub-section ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: var(--spacer-2);
}
#puViewOrder .form-section .sub-section .columns ul, #puTransactionHistory .form-section .sub-section .columns ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 16px;
}
#puViewOrder .form-section .sub-section .columns.order-info ul, #puTransactionHistory .form-section .sub-section .columns.order-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#puViewOrder .form-section .sub-section .columns.order-info ul li, #puTransactionHistory .form-section .sub-section .columns.order-info ul li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
#puViewOrder .form-section .sub-section .columns.order-info ul li.order-comment, #puTransactionHistory .form-section .sub-section .columns.order-info ul li.order-comment {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 16px;
  line-height: 1.4;
}
#puViewOrder .form-section .sub-section li, #puTransactionHistory .form-section .sub-section li {
  font-size: 14px;
  padding-left: 140px;
}
#puViewOrder .form-section .sub-section span, #puTransactionHistory .form-section .sub-section span {
  display: inline-block;
  width: 140px;
  font-weight: 700;
  margin-left: -140px;
}
#puViewOrder .form-section .sub-section span.order-comment, #puTransactionHistory .form-section .sub-section span.order-comment {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.parent-page {
  margin-bottom: 32px;
  padding: 0;
}
.parent-page .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -16px;
}
.parent-page .link-container > * {
  text-align: center;
}
.parent-page .link-container.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parent-page a.child-link {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 32px);
          flex: 0 0 calc(25% - 32px);
  margin: 16px;
  padding: 48px 0;
  background-color: var(--secondary-800);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.parent-page a.child-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 120px;
  top: auto;
  bottom: 0;
  left: -20px;
  opacity: 0.08;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.parent-page a.child-link:hover {
  background-color: var(--secondary-700);
}
.parent-page .admin-links {
  margin-bottom: 24px;
}

/* Tabbed Content
----------------------------- */
.ui-widget {
  font-family: var(--body-font);
}
.ui-widget > *, .ui-widget .ui-corner-all, .ui-widget .ui-corner-top, .ui-widget .ui-corner-bottom,
.ui-widget .ui-corner-right, .ui-widget .ui-corner-br {
  border-radius: 0;
}
.ui-widget .ui-state-default,
.ui-widget .ui-widget-header .ui-state-default,
.ui-widget .ui-button {
  border: 0;
  background: transparent;
  color: var(--primary-600);
}
.ui-widget .ui-state-active,
.ui-widget .ui-widget-header .ui-state-active {
  border: none;
  border-bottom: 3px solid var(--tucker-500);
}
.ui-widget.ui-widget-content {
  border: 0;
  background: transparent;
  color: #333;
  padding: 0;
}
.ui-widget .ui-accordion-content {
  border: 1px solid var(--gray-400);
}
.ui-widget .ui-accordion-content a {
  color: var(--tucker-500);
}
.ui-widget .ui-accordion-content table th {
  border: none;
  background-color: #FCFCFA;
}
.ui-widget .ui-accordion-content table td {
  border-bottom: 1px solid #D9D9D9;
}
.ui-widget .ui-accordion-content table tr:last-child td {
  border-bottom: 0;
}

/* Tooltips
----------------------------- */
body .ui-widget-content.ui-tooltip {
  position: absolute;
  top: -8px;
  left: 50%;
  max-width: 300px;
  padding: 3px 12px;
  background: rgba(0, 0, 0, 0.85);
  border: 0;
  border-radius: var(--spacer-0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}
body .ui-widget-content.ui-tooltip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.75);
}

/* -----------------------------------------------
    404 PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-404 {
  text-align: center;
}
.page-404 .section-404 {
  width: 100%;
  height: 71vh;
  background: url(/images/404.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0 0;
}
.page-404 .text {
  padding: 64px 32px;
  background-color: rgba(255, 255, 255, 0.85);
}
.page-404 .text a {
  text-decoration: underline;
}

/* -----------------------------------------------
    BACK TO TOP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.back-to-top {
  position: fixed;
  z-index: 10;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 80px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.back-to-top.active {
  opacity: 1;
}
.back-to-top .back-to-top-button {
  background-color: var(--primary-600);
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-to-top .back-to-top-button > * {
  text-align: center;
}
.back-to-top .back-to-top-button svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.back-to-top .back-to-top-button svg line, .back-to-top .back-to-top-button svg polyline {
  stroke: #fff;
}
.back-to-top .back-to-top-button:hover svg {
  width: 28px;
  height: 28px;
}

.form-section {
  margin: var(--spacer-2) 0;
  padding: var(--spacer-2);
  background-color: var(--secondary-200);
}
.form-section.no-background {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.form-section .title {
  width: 100%;
  margin: 0 0 var(--spacer-1);
  border-bottom: 1px solid var(--secondary-400);
  font-weight: var(--font-weight-semibold);
  color: var(--secondary-800);
  font-size: 24px;
}
.form-section .title .icon-container {
  top: var(--spacer-0);
}
.form-section .sub-section {
  margin: var(--spacer-4) 0;
  padding: 0;
}
.form-section .sub-section:first-child {
  margin-top: 0;
}
.form-section .sub-section:last-child {
  margin-bottom: 0;
}
.form-section .sub-section-title {
  padding-bottom: var(--spacer-1);
  border-bottom: 1px solid var(--secondary-400);
}
.form-section .sub-section-title > * {
  margin-bottom: 0;
}
.form-section .title-section {
  margin-bottom: var(--spacer-2);
}
.form-section .title-section .section-title {
  margin-bottom: 0;
}
.form-section .title-section.with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-section .title-section.with-button > * {
  text-align: center;
}
.form-section .row > .sub-section {
  padding-left: 15px;
  padding-right: 15px;
}
.form-section .form-intro {
  margin: var(--spacer-2) 0;
}

.help-icon label {
  position: relative !important;
}
.help-icon label .icon-container {
  position: absolute;
  margin-left: var(--spacer-0);
}

.form-group {
  position: relative;
  display: block;
  margin: var(--spacer-1) 0;
  text-align: left;
}
.form-group ::-webkit-input-placeholder {
  color: var(--gray-500);
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
}
.form-group ::-moz-placeholder {
  color: var(--gray-500);
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
}
.form-group :-ms-input-placeholder {
  color: var(--gray-500);
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
}
.form-group ::-ms-input-placeholder {
  color: var(--gray-500);
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
}
.form-group ::placeholder {
  color: var(--gray-500);
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
}
.form-group.imageselect {
  position: relative;
}
.form-group.imageselect button {
  position: absolute;
  top: var(--spacer-0-neg);
  right: 0;
}
.form-group.input-row-button {
  margin-top: var(--spacer-2);
}
.form-group.input-row-button .button {
  padding: 10px 36px;
}
.form-group.input-button {
  margin-bottom: 0;
}
.form-group.input-button .button {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1;
  padding: 10px 8px;
}
.form-group.search-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-group.search-container .search-field:focus {
  outline: none;
  border-width: 2px;
}
.form-group.search-container .search-submit {
  margin-left: var(--spacer-1);
}
.form-group.search-container .search-submit .icon-container svg {
  width: 20px;
  height: 20px;
}
.form-group.search-container .search-submit:focus {
  outline: none;
}
.form-group.date {
  position: relative;
}
.form-group.date .input-container {
  position: relative;
}
.form-group.date .input-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  width: 24px;
  background: url(/images/icons/calendar.svg) no-repeat transparent;
  background-position: calc(100% - 8px) 50% !important;
  background-size: 16px;
}
.form-group.date input {
  cursor: pointer;
}
.form-group label {
  display: block;
  margin-bottom: var(--spacer-0);
  font-weight: 600;
  letter-spacing: var(--ls-1);
  font-size: 13px;
  line-height: 1.4;
  color: var(--gray-600);
}
.form-group label .x-small.button {
  margin-left: 10px;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: var(--spacer-1);
  border: 1px solid var(--gray-400);
  background-color: #fff;
  border-radius: var(--border-radius-0);
  font-size: 16px;
  line-height: 1;
  color: var(--gray-700);
}
.form-group input:focus, .form-group textarea:focus {
  outline: 1px solid var(--gray-600);
}
.form-group input:-moz-read-only, .form-group textarea:-moz-read-only {
  cursor: default;
  background-color: var(--gray-300);
}
.form-group input:read-only, .form-group input:disabled, .form-group textarea:read-only, .form-group textarea:disabled {
  cursor: default;
  background-color: var(--gray-300);
}
.form-group input:-moz-read-only::focus, .form-group textarea:-moz-read-only::focus {
  outline: none;
}
.form-group input:read-only::focus, .form-group input:disabled::focus, .form-group textarea:read-only::focus, .form-group textarea:disabled::focus {
  outline: none;
}
.form-group input.error, .form-group textarea.error {
  color: var(--error-600);
  border-color: var(--error-700);
}
.form-group input.error::focus, .form-group textarea.error::focus {
  outline: 1px solid var(--error-700);
}
.form-group input[type=file], .form-group textarea[type=file] {
  color: var(--gray-600);
  font-size: 13px;
  font-style: italic;
  cursor: pointer;
}
.form-group input[type=file] .button, .form-group textarea[type=file] .button {
  text-transform: none;
}
.form-group textarea {
  height: 100%;
  margin-bottom: -10px;
  padding: var(--spacer-1);
}
.form-group input[type=file] {
  background: #fff;
}
.form-group input[type=file]::-webkit-file-upload-button {
  margin-right: var(--spacer-2);
  border: none;
  border-radius: var(--border-radius-0);
  background: var(--primary-600);
  padding: var(--spacer-0) var(--spacer-1);
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group input[type=file]::file-selector-button {
  margin-right: var(--spacer-2);
  border: none;
  border-radius: var(--border-radius-0);
  background: var(--primary-600);
  padding: var(--spacer-0) var(--spacer-1);
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group input[type=file]::-webkit-file-upload-button:hover {
  background: var(--primary-700);
}
.form-group input[type=file]::file-selector-button:hover {
  background: var(--primary-700);
}
.form-group input[type=file]::-webkit-file-upload-button:focus {
  outline: none;
}
.form-group input[type=file]::file-selector-button:focus {
  outline: none;
}
.form-group.slider input {
  background: unset;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-group.slider input:focus {
  outline: none;
}
.form-group.checkbox input, .form-group.checkboxlist input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  cursor: pointer;
}
.form-group.checkbox input:checked + label:before,
.form-group.checkbox input:checked + label:hover:before, .form-group.checkboxlist input:checked + label:before,
.form-group.checkboxlist input:checked + label:hover:before {
  background-color: var(--primary-600);
}
.form-group.checkbox input:checked + label:after,
.form-group.checkbox input:checked + label:hover:after, .form-group.checkboxlist input:checked + label:after,
.form-group.checkboxlist input:checked + label:hover:after {
  opacity: 1;
}
.form-group.checkbox label:not(.error), .form-group.checkboxlist label:not(.error) {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--gray-700);
  cursor: pointer;
}
.form-group.checkbox label:not(.error):before, .form-group.checkboxlist label:not(.error):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--gray-400);
  border-radius: var(--border-radius-0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.checkbox label:not(.error):after, .form-group.checkboxlist label:not(.error):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.checkbox label:not(.error):hover:after, .form-group.checkboxlist label:not(.error):hover:after {
  opacity: 0.7;
}
.form-group.checkbox input[type=checkbox][disabled] + label, .form-group.checkboxlist input[type=checkbox][disabled] + label {
  cursor: default;
}
.form-group.checkbox input[type=checkbox][disabled] + label:hover:before, .form-group.checkboxlist input[type=checkbox][disabled] + label:hover:before {
  background-color: #ddd;
}
.form-group.checkbox input[type=checkbox][disabled] + label:hover:after, .form-group.checkboxlist input[type=checkbox][disabled] + label:hover:after {
  opacity: 0;
}
.form-group.checkbox input:checked[disabled] + label:hover:before, .form-group.checkboxlist input:checked[disabled] + label:hover:before {
  background-color: #444;
}
.form-group.checkbox input:checked[disabled] + label:hover:after, .form-group.checkboxlist input:checked[disabled] + label:hover:after {
  opacity: 1;
}
.form-group.checkbox label.error, .form-group.checkboxlist label.error {
  font-size: 14px;
}
.form-group.checkboxlist > label {
  padding: 0;
}
.form-group.checkboxlist > label:before, .form-group.checkboxlist > label:after {
  content: none;
}
.form-group.checkboxlist label:not(.error):after {
  top: 0;
}
.form-group.checkboxlist table {
  width: 100%;
  display: block;
  margin-top: 4px;
}
.form-group.checkboxlist table tr {
  display: block;
  position: relative;
  margin: 0 0 4px;
  padding-bottom: var(--spacer-1);
}
.form-group.checkboxlist table tr:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-group.checkboxlist table td {
  display: block;
  padding: 0;
}
.form-group.checkboxlist.horizontal tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: var(--spacer-1-neg);
  padding: 0;
}
.form-group.checkboxlist.horizontal tbody tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: var(--spacer-1);
}
.form-group.checkboxlist.horizontal tbody tr label:not(.error):before {
  top: -3px;
}
.form-group.checkboxlist.two-column tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form-group.checkboxlist.two-column tbody tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 20px 0;
}
.form-group.radiobuttonlist {
  width: 100%;
}
.form-group.radiobuttonlist label {
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
}
.form-group.radiobuttonlist table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.form-group.radiobuttonlist table tr {
  position: relative;
  margin: 0 32px 0 0;
  text-align: left;
  display: inline-block;
}
.form-group.radiobuttonlist table tr:last-child {
  margin-right: 0;
}
.form-group.radiobuttonlist table td {
  display: block;
  padding: 16px;
  padding: 0;
  padding-left: 0;
  height: 100%;
  cursor: pointer;
}
.form-group.radiobuttonlist table input {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 26px;
}
.form-group.radiobuttonlist table input:checked + label {
  position: relative;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: pointer;
  font-weight: 700;
  color: var(--primary-600);
}
.form-group.radiobuttonlist table input:checked + label:before {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: var(--primary-600);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobuttonlist table input:checked + label:after {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobuttonlist table label {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobuttonlist table label:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  top: -4px;
  left: 0;
  border: 2px solid rgba(51, 51, 51, 0.55);
  z-index: 1;
}
.form-group.radiobuttonlist table label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--primary-600);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 4px;
  top: 0px;
  z-index: 3;
}
.form-group.radiobuttonlist table label:hover:before {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0, rgba(0, 0, 0, 0.2) 0 1px 1px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0, rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.form-group.radiobuttonlist.no-margin table {
  margin-top: 0;
}
.form-group.radiobuttonlist.no-margin table td {
  padding-top: 8px;
  padding-left: 0;
}
.form-group.radiobuttonlist.button-style table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.form-group.radiobuttonlist.button-style table tr {
  width: 40%;
  margin: 0 4px;
}
.form-group.radiobuttonlist.button-style table td {
  padding: 0;
}
.form-group.radiobuttonlist.button-style table label {
  background-color: #D9D9D9;
  width: 100%;
  margin: 0;
  padding: 16px 32px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobuttonlist.button-style table label:before, .form-group.radiobuttonlist.button-style table label:after {
  content: none;
}
.form-group.radiobuttonlist.button-style table label:hover {
  background-color: #8b8989;
}
.form-group.radiobuttonlist.button-style table input[type=radio]:checked + label {
  background-color: var(--primary-600);
  color: #fff;
}
.form-group.radiobuttonlist.button-style table input[type=radio]:checked + label:disabled + label:hover {
  background-color: var(--primary-600);
}
.form-group.radiobuttonlist.button-style table input:checked + label:before,
.form-group.radiobuttonlist.button-style table input:checked + label:after {
  content: none;
}
.form-group.radiobuttonlist.button-style table input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.form-group.radiobuttonlist.button-style table input[type=radio]:disabled + label:hover {
  background-color: #D9D9D9;
}
.form-group.radiobuttonlist.button-style table input[type=radio]:disabled + label:checked + label:hover {
  background-color: var(--primary-600);
}
.form-group.radiobuttonlist.button-style table input[type=radio]:checked:disabled + label:hover {
  background-color: var(--primary-600);
}
.form-group.radiobuttonlist.button-style.large-buttons tr {
  max-width: 300px;
  width: 50%;
}
.form-group.radiobuttonlist.button-style.large-buttons label {
  width: 100%;
  margin: 0;
  padding: 16px 48px;
  font-size: 18px;
}
.form-group.radiobuttonlist.button-style.large-buttons label:before, .form-group.radiobuttonlist.button-style.large-buttons label:after {
  content: none;
}
.form-group.radiobuttonlist.with-boxes table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
}
.form-group.radiobuttonlist.with-boxes table tr {
  border: 1px solid #D9D9D9;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: calc(33.3333333333% - 16px);
  width: calc(25% - 16px);
  margin: 8px;
}
.form-group.radiobuttonlist.with-boxes table tr.selected {
  border-color: var(--primary-600);
}
.form-group.radiobuttonlist.with-boxes table tr td {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group.radiobuttonlist.with-boxes table label {
  padding: 16px;
  padding-left: 52px;
}
.form-group.radiobuttonlist.with-boxes table label:before {
  width: 20px;
  height: 20px;
  border-color: rgba(51, 51, 51, 0.55);
  top: -2px;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.form-group.radiobuttonlist.with-boxes table label:after {
  width: 8px;
  height: 8px;
  top: -2px;
  bottom: 0;
  left: 22px;
  margin: auto;
}
.form-group.radiobuttonlist.with-boxes table label span {
  display: block;
  margin-bottom: 3px;
}
.form-group.radiobuttonlist.with-boxes table label span:first-child {
  font-size: 12px;
}
.form-group.radiobuttonlist.with-boxes table label span:last-child {
  text-transform: initial;
}
.form-group.radiobuttonlist.with-boxes table label span.option {
  color: #333;
  font-weight: 600;
}
.form-group.radiobuttonlist.centered table tbody {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-group.radiobuttonlist.half-width-boxes table tbody {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form-group.radiobuttonlist.half-width-boxes table tr {
  width: calc(50% - 16px);
  vertical-align: top;
}
.form-group.radiobuttonlist.half-width-boxes table tr:nth-child(2n) {
  margin-right: 0;
}
.form-group.radiobuttonlist.button-selector {
  margin: var(--spacer-2) 0;
}
.form-group.radiobuttonlist.button-selector > label {
  color: var(--tucker-800);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.form-group.radiobuttonlist.button-selector > label span {
  color: var(--tucker-800);
}
.form-group.radiobuttonlist.button-selector > label.error {
  color: var(--error-600);
}
.form-group.radiobuttonlist.button-selector table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 var(--spacer-1-neg);
}
.form-group.radiobuttonlist.button-selector table tr {
  margin: var(--spacer-1);
}
.form-group.radiobuttonlist.button-selector table input {
  height: auto;
}
.form-group.radiobuttonlist.button-selector table label {
  padding: 0;
}
.form-group.radiobuttonlist.button-selector table label .button {
  padding: var(--spacer-1) var(--spacer-2);
  font-size: 14px;
  text-transform: uppercase;
  border-color: var(--tucker-800);
  color: var(--tucker-800);
}
.form-group.radiobuttonlist.button-selector table label .button:hover {
  background-color: var(--tucker-400);
  border-color: var(--tucker-400);
  color: var(--tucker-100);
}
.form-group.radiobuttonlist.button-selector table label .button:has(img), .form-group.radiobuttonlist.button-selector table label .button:has(div.color) {
  padding: 0;
  border: none;
}
.form-group.radiobuttonlist.button-selector table label .button:has(img) .color, .form-group.radiobuttonlist.button-selector table label .button:has(div.color) .color {
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 2;
}
.form-group.radiobuttonlist.button-selector table label .button:has(img) .active, .form-group.radiobuttonlist.button-selector table label .button:has(div.color) .active {
  display: none;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 76px;
  height: 46px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 1;
}
.form-group.radiobuttonlist.button-selector table label .button:has(img) .active:before, .form-group.radiobuttonlist.button-selector table label .button:has(div.color) .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 76px;
  height: 46px;
  background-color: var(--tucker-500);
  clip-path: polygon(50% 6%, 100% 50%, 50% 94%, 0% 50%);
}
.form-group.radiobuttonlist.button-selector table label .button:has(img) .active:after, .form-group.radiobuttonlist.button-selector table label .button:has(div.color) .active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  width: 68px;
  height: 38px;
  background-color: var(--tucker-200);
  clip-path: polygon(50% 4%, 100% 50%, 50% 96%, 0% 50%);
}
.form-group.radiobuttonlist.button-selector table label .button:has(img) span.option-label, .form-group.radiobuttonlist.button-selector table label .button:has(div.color) span.option-label {
  display: none;
}
.form-group.radiobuttonlist.button-selector table label .button:has(img):hover, .form-group.radiobuttonlist.button-selector table label .button:has(div.color):hover {
  background-color: transparent;
}
.form-group.radiobuttonlist.button-selector table label:after, .form-group.radiobuttonlist.button-selector table label:before {
  display: none;
}
.form-group.radiobuttonlist.button-selector table input:checked + label .button {
  background-color: var(--tucker-400);
  color: var(--secondary-100);
  border-color: transparent;
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobuttonlist.button-selector table input:checked + label .button:has(img), .form-group.radiobuttonlist.button-selector table input:checked + label .button:has(div.color) {
  background-color: transparent;
}
.form-group.radiobuttonlist.button-selector table input:checked + label .button:has(img) .active, .form-group.radiobuttonlist.button-selector table input:checked + label .button:has(div.color) .active {
  display: block;
}
.form-group.radiobuttonlist.button-selector table input[disabled] + label {
  padding-bottom: 0;
  background-color: var(--secondary-300);
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(217, 217, 217, 0.7) calc(50% - 1px), rgba(217, 217, 217, 0.7) 50%, transparent 50%);
}
.form-group.radiobuttonlist.button-selector table input[disabled] + label:focus {
  outline: none;
}
.form-group.radiobuttonlist.button-selector table input[disabled] + label .button {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-group.radiobuttonlist.button-selector table input[disabled] + label .button:hover {
  background-color: transparent;
}
.form-group.radiobuttonlist.button-selector.nps-rating {
  margin-bottom: 0;
}
.form-group.radiobuttonlist.button-selector.nps-rating table tbody {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 var(--spacer-0-neg);
}
.form-group.radiobuttonlist.button-selector.nps-rating table label {
  min-width: 48px;
  margin: 0;
  padding: 14px var(--spacer-2);
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border: 2px solid var(--secondary-400);
}
.form-group.radiobuttonlist.button-selector.nps-rating table label:hover {
  background-color: var(--secondary-400);
}
.form-group.radiobuttonlist.button-selector.nps-rating table label:hover > * {
  stroke: #fff;
}
.form-group.radiobuttonlist.button-selector.nps-rating table input:checked + label {
  border-color: var(--secondary-700);
  background-color: var(--secondary-700);
  color: #fff;
}
.form-group.radiobuttonlist.button-selector.nps-rating table span.tablet-only {
  display: none;
}
.form-group.radiobuttonlist.button-selector.nps-rating .label-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-group.radiobuttonlist.button-selector.nps-rating .label-helper span {
  font-size: 14px;
  opacity: 0.7;
}
.form-group.radiobuttonlist.horizontal tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group.radiobutton {
  margin: 0 0 16px;
  display: inline-block;
}
.form-group.radiobutton input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 26px;
  height: 26px;
}
.form-group.radiobutton input[type=radio] + label {
  cursor: pointer;
}
.form-group.radiobutton input[type=radio] + label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #999999;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobutton input[type=radio]:checked + label:before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.form-group.radiobutton input[type=radio]:focus + label:before {
  outline: none;
  border-color: #333;
}
.form-group.radiobutton.with-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group.radiobutton.with-boxes input[type=radio] + label {
  width: calc(33.3333333333% - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobutton.with-boxes input[type=radio] + label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #333;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form-group.radiobutton.with-boxes input[type=radio]:checked + label {
  border: 1px solid #333;
}
.form-group.radiobutton.with-boxes input[type=radio]:checked + label:before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.form-group.radiobutton.with-boxes input[type=radio]:focus + label:before {
  outline: none;
  border-color: #333;
}
.form-group.indent-left {
  padding-left: 28px;
}
.form-group .error, .form-group .error-msg {
  color: var(--error-600);
  font-size: 13px;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
  opacity: 1;
}

input[type=checkbox].toggle {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.toggle-label {
  display: block;
  position: relative;
  top: -10px;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -9999px;
  width: var(--spacer-4);
  height: var(--spacer-3);
  background: var(--secondary-500);
  border-radius: var(--spacer-3);
}
label.toggle-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: var(--spacer-0);
  left: var(--spacer-0);
  width: var(--spacer-2);
  height: var(--spacer-2);
  background: #fff;
  border-radius: var(--spacer-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input.toggle:checked + label.toggle-label {
  background: var(--primary-600);
}

input.toggle:checked + label.toggle-label:after {
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

label.toggle-label:active:after {
  width: 40px;
}

.select select,
.select-two select,
.select-two-no-search select {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--gray-400);
  cursor: pointer;
  padding: 9px var(--spacer-1) 10px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: var(--border-radius-0);
  color: var(--gray-700);
}
.select select:disabled,
.select-two select:disabled,
.select-two-no-search select:disabled {
  background-color: var(--gray-300);
  opacity: 1;
}
.select .input-container,
.select-two .input-container,
.select-two-no-search .input-container {
  position: relative;
}
.select .input-container:before,
.select-two .input-container:before,
.select-two-no-search .input-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 24px;
  left: auto;
  right: 0;
  background: url(/images/icons/chevron-down.svg) no-repeat transparent;
  background-position: calc(100% - 8px) 50% !important;
  background-size: 16px;
  z-index: 1;
}
.select:has(:disabled) .input-container:before,
.select-two:has(:disabled) .input-container:before,
.select-two-no-search:has(:disabled) .input-container:before {
  content: none;
}
.select .select2-container--default .select2-selection--single,
.select-two .select2-container--default .select2-selection--single,
.select-two-no-search .select2-container--default .select2-selection--single {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: var(--spacer-0) var(--spacer-1);
  background: #fff;
  border: 1px solid var(--gray-400);
  border: none;
  border-radius: var(--border-radius-0);
}
.select .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-two .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-two-no-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 15px;
}
.select .select2-container--default.select2-container--disabled .select2-selection--single,
.select-two .select2-container--default.select2-container--disabled .select2-selection--single,
.select-two-no-search .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--gray-300);
}
.select .select2-container--default .select2-selection--multiple,
.select .select2-container--default .select2-container .select2-selection--multiple, .select .select2-container--default.select2-container--focus .select2-selection--multiple,
.select-two .select2-container--default .select2-selection--multiple,
.select-two .select2-container--default .select2-container .select2-selection--multiple,
.select-two .select2-container--default.select2-container--focus .select2-selection--multiple,
.select-two-no-search .select2-container--default .select2-selection--multiple,
.select-two-no-search .select2-container--default .select2-container .select2-selection--multiple,
.select-two-no-search .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-radius: 0;
  background: transparent;
}
.select .select2-container--default .select2-selection--multiple ul.select2-selection__rendered,
.select-two .select2-container--default .select2-selection--multiple ul.select2-selection__rendered,
.select-two-no-search .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  margin: 0;
  padding: var(--spacer-0) var(--spacer-1);
}
.select .select2-container--default .select2-selection--multiple li.select2-selection__choice,
.select-two .select2-container--default .select2-selection--multiple li.select2-selection__choice,
.select-two-no-search .select2-container--default .select2-selection--multiple li.select2-selection__choice {
  margin-top: 2px;
  font-size: 13px;
}
.form-group.error select.error option[value=""] {
  font-style: italic;
}

.select2-container {
  background-color: #fff;
  color: var(--gray-700);
  border: 1px solid var(--gray-400);
  border-radius: var(--border-radius-0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-container::-ms-expand {
  display: none;
}
.select2-container.select2-container--disabled {
  background-color: var(--gray-300);
}
.select2-container .selection {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.select2-container .select2-choice {
  height: 100%;
  padding: 0;
  font-size: 13px;
  background: none;
  border-radius: 0;
  border: 0;
}
.select2-container .select2-choice .select2-arrow {
  display: none;
}
.select2-container .select2-results {
  font-size: 13px;
}
.select2-container .select2-choice > .select2-chosen {
  color: var(--gray-800);
}

.select2-results__option {
  padding: var(--spacer-0);
}

.select2-results .select2-highlighted {
  background: #3B3E2D !important;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--gray-700);
  font-size: 13px;
  font-style: italic;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  color: #333;
  font-size: 14px;
  line-height: 14px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container .select2-search--inline {
  margin-top: 0;
}
.select2-container .select2-search--inline input:focus-within {
  outline: 0;
}

.select2-search__field:focus-within {
  border: initial;
}

.custom-increment-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--gray-600);
  height: 32px;
}
.custom-increment-input > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-increment-input > * > * {
  text-align: center;
}
.custom-increment-input input {
  text-align: center;
  border: none;
}
.custom-increment-input input:focus-visible {
  outline: none;
}
.custom-increment-input input::-webkit-outer-spin-button, .custom-increment-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-increment-input input[type=number] {
  -moz-appearance: textfield;
}
.custom-increment-input input.error {
  margin-bottom: 0;
}
.custom-increment-input .icon-container {
  width: 32px;
  cursor: pointer;
}
.custom-increment-input .icon-container[data-icon=minus] {
  border-right: 1px solid var(--gray-600);
}
.custom-increment-input .icon-container[data-icon=plus] {
  border-left: 1px solid var(--gray-600);
}
.custom-increment-input .icon-container svg {
  width: 50%;
  height: 50%;
}
.custom-increment-input .icon-container.disabled {
  cursor: not-allowed;
  background-color: var(--gray-400);
}
.custom-increment-input .icon-container.disabled:hover {
  background-color: var(--gray-400);
  color: var(--gray-800);
}
.custom-increment-input .icon-container.disabled svg {
  opacity: 0.5;
}
.custom-increment-input .icon-container:hover {
  background-color: var(--primary-600);
  color: #fff;
}

.fake-label {
  display: block;
  margin: var(--spacer-1) 0 0;
  font-weight: 600;
  letter-spacing: var(--ls-1);
  font-size: 13px;
  line-height: 1.4;
  color: var(--gray-600);
}

.align-checkbox-to-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.align-checkbox-to-field .fake-label {
  width: 100%;
}
.align-checkbox-to-field .form-group.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: var(--spacer-0);
}
.align-checkbox-to-field.with-margin-adjustment .form-row.checkbox {
  margin: 0 0 var(--spacer-1);
}
.align-checkbox-to-field.field-has-error .form-group.checkbox {
  margin-bottom: 30px;
}

.generic-form.custom-form .custom-form-title,
.generic-form.custom-form .custom-form-intro {
  padding: 0 var(--spacer-1);
}
.generic-form.custom-form .custom-form-title {
  letter-spacing: var(--ls-1);
}
.generic-form.custom-form .custom-form-intro {
  font-size: 18px;
}
.generic-form.custom-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.generic-form.custom-form .form-container .form-group {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: var(--spacer-1) 0;
  padding: 0 var(--spacer-1);
}
.generic-form.custom-form .form-container .form-group:has(.input-required) label:not(.error) {
  position: relative;
}
.generic-form.custom-form .form-container .form-group:has(.input-required) label:not(.error):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " *";
  left: auto;
  font-size: 16px;
  color: var(--error-600);
}
.generic-form.custom-form .form-container .form-group.half-width {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.generic-form.custom-form .form-container .form-group.third-width {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.generic-form.custom-form .form-container .form-group.two-thirds-width {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
.generic-form.custom-form .form-container .form-group.checkboxlist .checkbox.options {
  margin: var(--spacer-1) 0;
}
.generic-form.custom-form .form-container .form-group.checkboxlist .checkbox.options label {
  font-weight: 400;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist {
  width: 100%;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options {
  margin: var(--spacer-1) 0;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options input {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 26px;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options input:checked + label {
  position: relative;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: initial;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options input:checked + label:before {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-color: var(--primary-700);
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options input:checked + label:after {
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options label {
  font-weight: 400;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 36px;
  cursor: pointer;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options label:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  top: -2px;
  left: 0;
  border: 1px solid var(--gray-500);
  z-index: 1;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--primary-700);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: 4px;
  top: 2px;
  z-index: 3;
}
.generic-form.custom-form .form-container .form-group.radiobuttonlist .radio.options label:hover:before {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0, rgba(0, 0, 0, 0.2) 0 1px 1px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0, rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.generic-form.custom-form .form-container .form-group label {
  font-size: 16px;
  margin-bottom: var(--spacer-0);
}
.generic-form.custom-form .form-container .form-group input.custom-form-input,
.generic-form.custom-form .form-container .form-group select.custom-form-input {
  position: relative;
  padding: var(--spacer-1);
  border-radius: 0;
  font-size: 16px;
}
.generic-form.custom-form .form-container .form-group select.custom-form-input {
  padding: 11px 8px;
}
.generic-form.custom-form .form-container .spacer {
  margin-bottom: var(--spacer-3);
}
.generic-form.custom-form .form-container .custom-form-submit-button {
  margin: var(--spacer-2) 0;
}

body.brand-tucker-trail .category-page .filter-section .form-group input, body.brand-tucker-trail .category-page .filter-section .form-group textarea,
body.brand-tucker-trail .checkout-page .form-group input,
body.brand-tucker-trail .checkout-page .form-group textarea,
body.brand-tucker-trail .dealer-locator .form-group input,
body.brand-tucker-trail .dealer-locator .form-group textarea {
  border-radius: 0;
  padding: 12px var(--spacer-2);
  border: 0;
  background-color: var(--tucker-300);
  font-size: 16px;
}
body.brand-tucker-trail .category-page .filter-section .form-group input:focus, body.brand-tucker-trail .category-page .filter-section .form-group textarea:focus,
body.brand-tucker-trail .checkout-page .form-group input:focus,
body.brand-tucker-trail .checkout-page .form-group textarea:focus,
body.brand-tucker-trail .dealer-locator .form-group input:focus,
body.brand-tucker-trail .dealer-locator .form-group textarea:focus {
  outline: 2px solid var(--tucker-800);
}
body.brand-tucker-trail .category-page .filter-section .form-group.slider input,
body.brand-tucker-trail .checkout-page .form-group.slider input,
body.brand-tucker-trail .dealer-locator .form-group.slider input {
  background: unset;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body.brand-tucker-trail .category-page .filter-section .form-group.slider input:focus,
body.brand-tucker-trail .checkout-page .form-group.slider input:focus,
body.brand-tucker-trail .dealer-locator .form-group.slider input:focus {
  outline: none;
}
body.brand-tucker-trail .category-page .filter-section .select select, body.brand-tucker-trail .category-page .filter-section .select-two select, body.brand-tucker-trail .category-page .filter-section .select-two-no-search select,
body.brand-tucker-trail .checkout-page .select select,
body.brand-tucker-trail .checkout-page .select-two select,
body.brand-tucker-trail .checkout-page .select-two-no-search select,
body.brand-tucker-trail .dealer-locator .select select,
body.brand-tucker-trail .dealer-locator .select-two select,
body.brand-tucker-trail .dealer-locator .select-two-no-search select {
  border-radius: 0;
  padding: 13px var(--spacer-2) 14px;
  border: 0;
  background-color: var(--tucker-300);
  font-size: 16px;
}
body.brand-tucker-trail .category-page .filter-section .select2-container,
body.brand-tucker-trail .checkout-page .select2-container,
body.brand-tucker-trail .dealer-locator .select2-container {
  border: 0;
  border-radius: 0;
}
body.brand-tucker-trail .category-page .filter-section .select .select2-container--default .select2-selection--single, body.brand-tucker-trail .category-page .filter-section .select-two .select2-container--default .select2-selection--single, body.brand-tucker-trail .category-page .filter-section .select-two-no-search .select2-container--default .select2-selection--single,
body.brand-tucker-trail .checkout-page .select .select2-container--default .select2-selection--single,
body.brand-tucker-trail .checkout-page .select-two .select2-container--default .select2-selection--single,
body.brand-tucker-trail .checkout-page .select-two-no-search .select2-container--default .select2-selection--single,
body.brand-tucker-trail .dealer-locator .select .select2-container--default .select2-selection--single,
body.brand-tucker-trail .dealer-locator .select-two .select2-container--default .select2-selection--single,
body.brand-tucker-trail .dealer-locator .select-two-no-search .select2-container--default .select2-selection--single {
  background-color: var(--tucker-300);
  border-radius: 0;
  padding: 14px;
  border: 0;
}
body.brand-tucker-trail .category-page .filter-section .form-group.checkbox input:checked + label:before, body.brand-tucker-trail .category-page .filter-section .form-group.checkbox input:checked + label:hover:before, body.brand-tucker-trail .category-page .filter-section .form-group.checkboxlist input:checked + label:before, body.brand-tucker-trail .category-page .filter-section .form-group.checkboxlist input:checked + label:hover:before,
body.brand-tucker-trail .checkout-page .form-group.checkbox input:checked + label:before,
body.brand-tucker-trail .checkout-page .form-group.checkbox input:checked + label:hover:before,
body.brand-tucker-trail .checkout-page .form-group.checkboxlist input:checked + label:before,
body.brand-tucker-trail .checkout-page .form-group.checkboxlist input:checked + label:hover:before,
body.brand-tucker-trail .dealer-locator .form-group.checkbox input:checked + label:before,
body.brand-tucker-trail .dealer-locator .form-group.checkbox input:checked + label:hover:before,
body.brand-tucker-trail .dealer-locator .form-group.checkboxlist input:checked + label:before,
body.brand-tucker-trail .dealer-locator .form-group.checkboxlist input:checked + label:hover:before {
  background-color: var(--tucker-500);
}
body.brand-tucker-trail .category-page .filter-section .form-group.checkbox label:not(.error):before, body.brand-tucker-trail .category-page .filter-section .form-group.checkboxlist label:not(.error):before,
body.brand-tucker-trail .checkout-page .form-group.checkbox label:not(.error):before,
body.brand-tucker-trail .checkout-page .form-group.checkboxlist label:not(.error):before,
body.brand-tucker-trail .dealer-locator .form-group.checkbox label:not(.error):before,
body.brand-tucker-trail .dealer-locator .form-group.checkboxlist label:not(.error):before {
  border-radius: 0;
}
body.brand-tucker-trail .category-page .filter-section .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container,
body.brand-tucker-trail .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container,
body.brand-tucker-trail .dealer-locator .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container {
  background-color: var(--tucker-800);
}
body.brand-tucker-trail .category-page .filter-section .checkout-section .wrapper .order-information-section .order-section .step-header button,
body.brand-tucker-trail .checkout-page .checkout-section .wrapper .order-information-section .order-section .step-header button,
body.brand-tucker-trail .dealer-locator .checkout-section .wrapper .order-information-section .order-section .step-header button {
  color: var(--tucker-800);
}
body.brand-tucker-trail .SfcField {
  background-color: var(--tucker-300) !important;
  padding: 16px;
}
body.brand-tucker-trail .SfcField .cardWidget input {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}
body.brand-tucker-trail .SfcField ::-webkit-input-placeholder {
  font-family: var(--display-font-tucker);
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
body.brand-tucker-trail .SfcField ::-moz-placeholder {
  font-family: var(--display-font-tucker);
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
body.brand-tucker-trail .SfcField :-ms-input-placeholder {
  font-family: var(--display-font-tucker);
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
body.brand-tucker-trail .SfcField ::-ms-input-placeholder {
  font-family: var(--display-font-tucker);
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
body.brand-tucker-trail .SfcField ::placeholder {
  font-family: var(--display-font-tucker);
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}
body.brand-tucker-trail .sfc-focus {
  outline: 2px solid var(--tucker-800);
}

/* -----------------------------------------------
    COMPONENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.brand-tucker-trail .hero-section {
  background-color: var(--tucker-900);
}

.warranty-section {
  background-color: var(--tucker-800);
  padding-bottom: var(--spacer-6);
}
.warranty-section .internal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.warranty-section .title-section {
  margin-bottom: var(--spacer-4);
}
.warranty-section .title-section .title {
  text-align: center;
  color: var(--secondary-200);
}
.warranty-section .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.warranty-section .warranty-item {
  margin-bottom: var(--spacer-6);
}
.warranty-section .warranty-item .title {
  position: relative;
  top: var(--spacer-1-neg);
  color: var(--tucker-100);
  text-align: center;
  line-height: 1.2;
  letter-spacing: var(--ls-5);
  z-index: 3;
}
.warranty-section .warranty-item .title span {
  color: var(--tucker-400);
  font-size: 22px;
  font-weight: 600;
}
.warranty-section .warranty-item .diamond-wrapper {
  position: relative;
  padding: var(--spacer-6);
}
.warranty-section .warranty-item .diamond-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/tucker-trail/tt-diamond-340.svg) no-repeat;
  background-size: 90% 90%;
  background-position: center;
  z-index: 2;
  -webkit-animation: expandDiamond 800ms ease-in-out alternate backwards;
          animation: expandDiamond 800ms ease-in-out alternate backwards;
}
.warranty-section .warranty-item:nth-child(1) .diamond-wrapper:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.warranty-section .warranty-item:nth-child(2) .diamond-wrapper:before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.warranty-section .warranty-item:nth-child(3) .diamond-wrapper:before {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.warranty-section .warranty-item:nth-child(3) .diamond-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/tucker-trail/tt-diamond-light-356.svg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
}
.warranty-section .warranty-item .subtitle {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-50%, var(--spacer-2));
          transform: translate(-50%, var(--spacer-2));
  width: 80%;
  font-weight: 400;
  line-height: 1.2;
  color: var(--tucker-100);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--ls-5);
}
.warranty-section a {
  color: var(--tucker-400);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: var(--ls-4);
}

.cms-page .hero-section .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.cms-page .hero-section .title-section .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 80px;
}
.cms-page .hero-section .title-section .subtitle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: var(--ls-3);
  color: rgba(255, 255, 255, 0.6);
}
.cms-page .hero-section.no-hero {
  display: none;
}
.cms-page .hero-section.full-width:before {
  background-color: var(--gray-800);
  opacity: 0.45;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
.cms-page .hero-section.full-width .hero {
  height: 600px;
}
.cms-page .hero-section.no-image .hero {
  height: 300px;
}
.cms-page .content-container {
  padding: 0;
}
.cms-page .content-container:last-child {
  padding-bottom: var(--spacer-4);
}
.cms-page .content-container:last-child:has(.fifty-fifty, .full-width-background) {
  padding-bottom: 0;
}
.cms-page .content-container p, .cms-page .content-container blockquote {
  font-weight: var(--font-weight-light);
  line-height: 1.8;
}
.cms-page .content-container .layout-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--spacer-4);
  padding-bottom: var(--spacer-4);
}
.cms-page .content-container .layout-block.border {
  position: relative;
  padding-bottom: var(--spacer-4);
  border: none !important;
}
.cms-page .content-container .layout-block.border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 200px;
  height: 1px;
  top: auto;
  bottom: 0;
  left: calc(50% - 100px);
  background-color: #D9D9D9;
}
.cms-page .content-container .layout-block.nomargin {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-page .content-container .layout-block:has(.fifty-fifty) {
  margin-left: 0;
  margin-right: 0;
}
.cms-page .content-container .layout-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cms-page .content-container .layout-block.one-column:has(.video) {
  background-color: var(--tucker-800);
}
.cms-page .content-container .layout-block.two-column .column-container, .cms-page .content-container .layout-block.three-column .column-container, .cms-page .content-container .layout-block.four-column .column-container, .cms-page .content-container .layout-block.five-column .column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cms-page .content-container .layout-block.two-column .content, .cms-page .content-container .layout-block.three-column .content, .cms-page .content-container .layout-block.four-column .content, .cms-page .content-container .layout-block.five-column .content {
  margin: var(--spacer-1);
}
.cms-page .content-container .layout-block.two-column .content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.cms-page .content-container .layout-block.three-column .content {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.cms-page .content-container .layout-block.four-column .content {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.cms-page .content-container .layout-block.five-column .content {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.cms-page .content-container .layout-block .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cms-page .content-container .layout-block .content ul {
  list-style: disc;
  padding-left: var(--spacer-4);
  margin-bottom: var(--spacer-3);
}
.cms-page .content-container .layout-block .content.wysiwyg h1.orange, .cms-page .content-container .layout-block .content.wysiwyg h2.orange, .cms-page .content-container .layout-block .content.wysiwyg h3.orange, .cms-page .content-container .layout-block .content.wysiwyg h4.orange, .cms-page .content-container .layout-block .content.wysiwyg h5.orange, .cms-page .content-container .layout-block .content.wysiwyg h6.orange {
  color: var(--primary-700);
}
.cms-page .content-container .layout-block .content.wysiwyg .image-center {
  text-align: center;
}
.cms-page .content-container .layout-block .content.full-width-background {
  position: relative;
  padding: 80px;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
.cms-page .content-container .layout-block .content.full-width-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3B3E2D;
  opacity: 0.85;
  z-index: 0;
}
.cms-page .content-container .layout-block .content.full-width-background .inner-content-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
}
.cms-page .content-container .layout-block .content.full-width-background.left .inner-content-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}
.cms-page .content-container .layout-block .content.full-width-background.center .inner-content-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cms-page .content-container .layout-block .content.full-width-background.center .inner-content-container h2, .cms-page .content-container .layout-block .content.full-width-background.center .inner-content-container h6, .cms-page .content-container .layout-block .content.full-width-background.center .inner-content-container p {
  text-align: center;
}
.cms-page .content-container .layout-block .content.full-width-background.right .inner-content-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 0;
}
.cms-page .content-container .layout-block .content.full-width-background.right .inner-content-container > * {
  text-align: right;
}
.cms-page .content-container .layout-block .content.full-width-background h2 {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: var(--ls-3);
  font-weight: 400;
  line-height: 1.8;
}
.cms-page .content-container .layout-block .content.full-width-background h6 {
  font-size: 40px;
  font-family: var(--display-font-tucker);
  line-height: 1.2;
}
.cms-page .content-container .layout-block .content.full-width-background h2, .cms-page .content-container .layout-block .content.full-width-background h6, .cms-page .content-container .layout-block .content.full-width-background p {
  color: #fff;
}
.cms-page .content-container .layout-block .content.full-width-background .button-section {
  margin-top: 16px;
}
.cms-page .content-container .layout-block .content.fifty-fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
}
.cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 120px;
  background-size: cover;
  background-position: center;
}
.cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area .inner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  text-align: center;
  color: #fff;
}
.cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area .inner-content > * {
  text-align: center;
}
.cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area .inner-content h2 {
  color: #fff;
  font-size: 40px;
  font-family: var(--display-font-tucker);
  text-transform: uppercase;
}
.cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area .button-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.cms-page .content-container .layout-block .content.custom-form {
  margin: 0 var(--spacer-1-neg);
  margin: 0 var(--spacer-2-neg);
}
.cms-page .content-container .layout-block.two-column:has(.video) .wysiwyg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.cms-page .content-container .layout-block.two-column:has(.video) .wysiwyg > * {
  text-align: center;
}
.cms-page .content-container .layout-block.two-column:has(.video) .wysiwyg > * {
  text-align: left;
}

.resource {
  padding: 0 var(--spacer-2);
}
.resource.card {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resource a {
  font-family: var(--body-font);
  color: var(--tucker-800);
}
.resource .card-img-top {
  position: relative;
  border-radius: 0;
}
.resource .card-img-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  background-color: var(--tucker-500);
}
.resource .card-body {
  padding: var(--spacer-1) 0 0;
}
.resource .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resource .card-title {
  letter-spacing: var(--ls-2);
  color: var(--tucker-800);
}
.resource .card-text {
  font-size: var(--font-size-0);
}
.resource .card-text a {
  text-decoration: underline;
}
.resource .card-text.excerpt.hidden {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.resource .card-text.full-text {
  display: none;
}
.resource .tag-container .button {
  font-weight: var(--font-weight-medium);
  color: #fff;
  padding: var(--spacer-1);
}

.article-page .tag-container .button {
  font-weight: var(--font-weight-medium);
  color: #fff;
  padding: var(--spacer-1);
}

.video-img-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
  border-radius: var(--border-radius-1);
}
.video-img-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
  background: url(/images/icons/play-solid-circle.svg) no-repeat;
  background-size: 48px;
  backdrop-filter: blur(2px);
  opacity: 50%;
}

.video-description {
  padding: var(--spacer-2);
}
.video-description p {
  margin-bottom: 0;
}

.accordion-container.ui-accordion .ui-accordion-header, .tab-to-accordion-container.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: var(--spacer-2);
  border: 0;
  border-bottom: 1px solid var(--tucker-800);
  border-radius: 0;
  font-size: var(--font-size-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.accordion-container.ui-accordion .ui-accordion-header:first-child, .tab-to-accordion-container.ui-accordion .ui-accordion-header:first-child {
  border-top: 1px solid var(--tucker-800);
}
.accordion-container.ui-accordion .ui-accordion-header .ui-icon,
.accordion-container.ui-accordion .ui-accordion-header .ui-widget-content .ui-icon, .tab-to-accordion-container.ui-accordion .ui-accordion-header .ui-icon,
.tab-to-accordion-container.ui-accordion .ui-accordion-header .ui-widget-content .ui-icon {
  position: absolute;
  top: 50%;
  right: var(--spacer-2);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: url(/images/icons/chevron-down-blue.svg) no-repeat;
  background-position: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.accordion-container.ui-accordion .ui-accordion-header:hover, .tab-to-accordion-container.ui-accordion .ui-accordion-header:hover {
  color: #fff;
}
.accordion-container.ui-accordion .ui-accordion-header:hover .ui-icon, .accordion-container.ui-accordion .ui-accordion-header:hover .ui-widget-content .ui-icon, .tab-to-accordion-container.ui-accordion .ui-accordion-header:hover .ui-icon, .tab-to-accordion-container.ui-accordion .ui-accordion-header:hover .ui-widget-content .ui-icon {
  background: url(/images/icons/chevron-down-white.svg) no-repeat;
}
.accordion-container.ui-accordion .ui-accordion-header.ui-state-active, .tab-to-accordion-container.ui-accordion .ui-accordion-header.ui-state-active {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-container.ui-accordion .ui-accordion-header.ui-state-active .ui-icon, .accordion-container.ui-accordion .ui-accordion-header.ui-state-active .ui-widget-content .ui-icon, .tab-to-accordion-container.ui-accordion .ui-accordion-header.ui-state-active .ui-icon, .tab-to-accordion-container.ui-accordion .ui-accordion-header.ui-state-active .ui-widget-content .ui-icon {
  background: url(/images/icons/chevron-down-white.svg) no-repeat;
  background-position: 0;
  -webkit-transform: rotate(180deg) translateY(8px);
          transform: rotate(180deg) translateY(8px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.accordion-container.ui-accordion .ui-accordion-header.ui-state-active span, .tab-to-accordion-container.ui-accordion .ui-accordion-header.ui-state-active span {
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.accordion-container.ui-accordion .ui-accordion-content,
.accordion-container.ui-accordion .ui-widget-content, .tab-to-accordion-container.ui-accordion .ui-accordion-content,
.tab-to-accordion-container.ui-accordion .ui-widget-content {
  padding: 0;
  padding: var(--spacer-3);
  border: none;
  line-height: 1.6;
  background: transparent;
}
.accordion-container.ui-accordion .ui-accordion-content .description,
.accordion-container.ui-accordion .ui-widget-content .description, .tab-to-accordion-container.ui-accordion .ui-accordion-content .description,
.tab-to-accordion-container.ui-accordion .ui-widget-content .description {
  padding: var(--spacer-2);
}
.accordion-container.ui-accordion .ui-accordion-content p:last-child,
.accordion-container.ui-accordion .ui-widget-content p:last-child, .tab-to-accordion-container.ui-accordion .ui-accordion-content p:last-child,
.tab-to-accordion-container.ui-accordion .ui-widget-content p:last-child {
  margin-bottom: 0;
}
.accordion-container.ui-accordion .ui-accordion-content.ui-accordion-content-active,
.accordion-container.ui-accordion .ui-widget-content.ui-accordion-content-active, .tab-to-accordion-container.ui-accordion .ui-accordion-content.ui-accordion-content-active,
.tab-to-accordion-container.ui-accordion .ui-widget-content.ui-accordion-content-active {
  border-bottom: 1px solid var(--tucker-800);
  border-top: none;
}
.accordion-container.ui-accordion .ui-accordion-content.ui-accordion-content-active:last-child,
.accordion-container.ui-accordion .ui-widget-content.ui-accordion-content-active:last-child, .tab-to-accordion-container.ui-accordion .ui-accordion-content.ui-accordion-content-active:last-child,
.tab-to-accordion-container.ui-accordion .ui-widget-content.ui-accordion-content-active:last-child {
  border-bottom: none;
}

.score-section {
  position: relative;
  padding: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--secondary-200);
}
.score-section .outer {
  background-color: var(--secondary-800);
}
.score-section .inner-content {
  max-width: 800px;
  margin: 0 auto;
  padding: var(--spacer-6) 0;
}
.score-section .inner-content h6 {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--secondary-200);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}
.score-section .form-group label {
  color: var(--secondary-200);
  font-weight: var(--font-weight-normal);
  text-align: center;
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating {
  margin-bottom: 0;
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating > label {
  margin-bottom: var(--spacer-2);
  color: var(--secondary-300);
  font-size: 24px;
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--ls-2);
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating > label > span {
  color: var(--secondary-300);
  padding: unset;
  display: inline-block;
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating table label {
  background-color: transparent;
  border-color: var(--secondary-200);
  border-width: 1px;
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating table label:hover, .score-section .form-group.radiobuttonlist.button-selector.nps-rating table label:focus {
  background-color: var(--secondary-500);
  color: var(--secondary-900);
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating table input:checked + label {
  background-color: var(--secondary-500);
  color: var(--secondary-900);
}
.score-section .form-group.radiobuttonlist.button-selector.nps-rating .label-helper {
  color: var(--secondary-200);
}
.score-section .form-group.textarea {
  margin: 0 var(--spacer-2);
}
.score-section .form-group.textarea .error {
  border: 2px solid var(--error-700);
}
.score-section .form-group.textarea label.error {
  background-color: var(--error-200);
  color: var(--error-800);
  padding: var(--spacer-0);
}

body.brand-tucker-trail .cms-page .content-container .layout-block .content.full-width-background:before,
body.brand-tucker-trail .accordion .ui-accordion .ui-accordion-header.ui-state-active,
body.brand-tucker-trail .accordion .ui-accordion .ui-accordion-header:hover, body.brand-tucker-trail .tab-to-accordion-container .ui-accordion .ui-accordion-header:hover {
  background-color: var(--tucker-800);
}
body.brand-tucker-trail .score-section .outer {
  background-color: var(--tucker-800);
}
body.brand-tucker-trail .score-section .form-group.radiobuttonlist.button-selector.nps-rating > label {
  color: var(--secondary-100);
}
body.brand-tucker-trail .hero-section,
body.brand-tucker-trail .cms-page .hero-section.offset .hero .img-container {
  background-color: var(--tucker-800);
}

.product-section {
  padding: var(--spacer-3) 0 120px;
}

.shop-page .hero .hero-content .title-section .title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 1000px;
}
.shop-page .hero #imgHeroLogo {
  width: 300px;
  height: auto;
  padding-bottom: var(--spacer-3);
}
.shop-page.category-page {
  background-color: var(--tucker-200);
}
.shop-page.category-page .shop-container {
  padding-bottom: var(--spacer-7);
}
.shop-page.category-page .shop-container .category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}
.shop-page.category-page .shop-container .category .product-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.shop-page.category-page #divCategoryContent {
  border-top: 2px solid var(--tucker-800);
  padding-top: var(--spacer-2);
}
.shop-page.category-page .category-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-page.category-page .category-content-wrapper .description {
  -ms-flex-preferred-size: calc(50% + var(--spacer-4));
      flex-basis: calc(50% + var(--spacer-4));
  margin-right: var(--spacer-4);
}
.shop-page.category-page h1 {
  font-size: 32px;
}

.shop-container, .product-container {
  margin: 0;
}
.shop-container .product-image, .product-container .product-image {
  background-image: url("/images/loading.svg");
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-container .product-image img, .product-container .product-image img {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.shop-container .category, .product-container .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 48px;
  margin-bottom: 60px;
}
.shop-container .category > *, .product-container .category > * {
  text-align: center;
}
.shop-container .category:last-child, .product-container .category:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop-container .category .title-section, .product-container .category .title-section {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 32px;
}
.shop-container .category .title-section a, .product-container .category .title-section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-family: "poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.shop-container .category .title-section a > *, .product-container .category .title-section a > * {
  text-align: center;
}
.shop-container .category .title-section a:hover, .product-container .category .title-section a:hover {
  color: #333;
}
.shop-container .category .title-section a:hover .icon-container, .product-container .category .title-section a:hover .icon-container {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.shop-container .category .title-section a:hover .icon-container svg path, .product-container .category .title-section a:hover .icon-container svg path {
  fill: #333;
}
.shop-container .category .title-section a .title, .product-container .category .title-section a .title {
  margin-bottom: 0;
  color: var(--gray-800);
  text-align: center;
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 var(--spacer-2-neg);
  width: 100%;
}
.product-container .product {
  width: calc(25% - var(--spacer-2) * 2);
  margin: var(--spacer-2);
}
.product-container .product.card {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
.product-container .product.card .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 32px;
}
.product-container .product.card .product-details > * {
  text-align: center;
}
.product-container .product.sale {
  position: relative;
}
.product-container .product.sale:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Sale";
  padding: 8px;
  width: 80px;
  height: 40px;
  color: #fff;
  background-color: var(--tucker-500);
  text-align: center;
  font-weight: 700;
  letter-spacing: var(--ls-4);
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
}
.product-container .product .product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-container .product .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 30px;
  background: RGBA(0, 0, 0, 3);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(16px);
  -webkit-transform: scale(1, 0.4);
  border-radius: 50%;
  z-index: 3;
}
.product-container .product .product-image a {
  width: 100%;
}
.product-container .product .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.product-container .product .product-image .featured-image {
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-container .product .product-details > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: var(--ls-1);
}
.product-container .product .title {
  font-size: 20px;
}
.product-container .product .title > a {
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
.product-container .product .title > a:hover {
  color: var(--primary-600);
}
.product-container .product .color-variants ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: var(--spacer-2);
}
.product-container .product .color-variants ul li.variant-color {
  margin: 0 var(--spacer-1);
  width: 60px;
  height: 30px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.product-container .product .pricing .price {
  margin-bottom: var(--spacer-1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tucker-800);
}
.product-container .empty-message {
  background-color: unset;
  width: 100%;
}

.pricing {
  letter-spacing: var(--ls-5);
}
.pricing .original-price {
  display: inline-block;
  text-decoration: line-through;
}
.pricing .sale-price {
  display: inline-block;
  margin-left: 12px;
  color: #E5580F;
}

.manual-order #divOrderInfoHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.manual-order #divOrderInfoHeader > * {
  text-align: center;
}
.manual-order #divOrderInfoHeader h4 {
  margin-bottom: 0;
}
.manual-order #divProducts .category {
  margin-top: 24px;
}
.manual-order #divProducts .title-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.manual-order #divProducts .title-section img {
  max-height: 40px;
  margin-right: 32px;
}
.manual-order .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(20% - 32px);
  height: auto;
  margin: 16px;
  line-height: 1.4;
}
.manual-order .product .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
.manual-order .product .product-details .product-detail-container {
  height: 100%;
}
.manual-order .product .title {
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 1.2;
}
.manual-order .product .title a {
  font-family: space-grotesk-variable, sans-serif;
}
.manual-order .product .title a:hover {
  text-decoration: underline;
}
.manual-order .product .stats li {
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.4);
  text-transform: uppercase;
  letter-spacing: 0;
}
.manual-order .product .pricing .price, .manual-order .product .pricing .msrp {
  font-family: space-grotesk-variable, sans-serif;
}
.manual-order .product .pricing .msrp {
  font-size: 14px;
}
.manual-order .product .button {
  margin-top: auto;
}

.product-page .title-section.mobile {
  display: none;
}
.product-page .related-products {
  background-color: var(--secondary-200);
}
.product-page .related-products .section-title {
  font-size: var(--font-size-5);
  text-align: center;
}
.product-page .related-products .product-details {
  margin-bottom: 0;
}

:root {
  --product-slider-image-width: 700px;
  --product-slider-image-height: 700px;
  --product-slider-nav-image-width: 120px;
  --product-slider-nav-image-height: 120px;
}

.product-section {
  padding-top: 0;
}

.product-section-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  margin-top: var(--spacer-5);
}
.product-section-content .product-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: var(--product-slider-image-width);
      flex-basis: var(--product-slider-image-width);
}
.product-section-content .product-image-container .slider-nav-container {
  width: var(--product-slider-nav-image-width);
}
.product-section-content .product-image-container .slider-nav button {
  padding: 0;
}
.product-section-content .product-image-container .slider-nav .slider-image {
  position: relative;
  height: var(--product-slider-nav-image-height);
  margin: var(--spacer-0) 0;
  cursor: pointer;
}
.product-section-content .product-image-container .slider-nav .slider-image.slick-current {
  border: 2px solid var(--tucker-500);
}
.product-section-content .product-image-container .slider-nav .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}
.product-section-content .product-image-container .slider-nav.slick-vertical button + div {
  top: var(--spacer-3);
  left: 0;
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow {
  left: calc(50% - 12px);
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow.slick-next {
  top: calc(100% + var(--spacer-3));
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow:before {
  content: none;
}
.product-section-content .product-image-container .slider-nav.slick-vertical .slick-arrow:hover svg path {
  stroke-width: 2px;
}
.product-section-content .product-image-container .main-slider-container {
  margin: 0 var(--spacer-6);
}
.product-section-content .product-image-container .product-slider {
  width: var(--product-slider-image-width);
}
.product-section-content .product-image-container .product-slider .slider-image {
  height: var(--product-slider-image-height);
}
.product-section-content .product-image-container .product-slider .slider-image a {
  cursor: default;
  background: var(--tucker-200);
}
.product-section-content .product-image-container .product-slider .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  object-position: center;
}
.product-section-content .product-image-container .product-slider .slider-image.slick-current .zoom-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-section-content .product-image-container .slick-arrow {
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 24px;
  height: 24px;
  z-index: 5;
  margin: 0;
  border-radius: 0;
  z-index: 5;
  min-width: unset;
  margin: 0;
}
.product-section-content .product-image-container .slick-arrow:before {
  content: none;
}
.product-section-content .product-image-container .slick-arrow.slick-next svg, .product-section-content .product-image-container .slick-arrow.slick-prev svg {
  stroke-width: 2px;
}
.product-section-content .product-image-container .slick-arrow.slick-prev {
  left: -16px;
}
.product-section-content .product-image-container .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.product-section-content .product-image-container .slick-arrow.slick-next {
  right: -48px;
}
.product-section-content .product-image-container .slick-arrow.slick-next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product-section-content .product-image-container .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.product-section-content .product-options {
  -ms-flex-preferred-size: calc(100% - var(--product-slider-image-width) - var(--product-slider-nav-image-width));
      flex-basis: calc(100% - var(--product-slider-image-width) - var(--product-slider-nav-image-width));
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.product-section-content .product-options .title-section {
  border-bottom: 2px solid var(--tucker-800);
  padding-bottom: var(--spacer-3);
}
.product-section-content .product-options .title-section .title {
  margin-bottom: var(--spacer-0);
  font-size: var(--font-size-6);
  letter-spacing: var(--ls-4);
}
.product-section-content .product-options .sku {
  color: var(--tucker-900);
  letter-spacing: var(--ls-3);
  font-weight: 500;
}
.product-section-content .product-options #divShipDate {
  border-top: 2px solid var(--tucker-800);
  border-bottom: 2px solid var(--tucker-800);
}
.product-section-content .product-options #divShipDate p {
  margin-bottom: 0;
  padding: var(--spacer-1) 0;
  text-transform: uppercase;
  color: var(--tucker-500);
  letter-spacing: var(--ls-4);
  font-weight: 600;
}
.product-section-content .product-options .pricing .price {
  font-size: var(--font-size-4);
  font-weight: 500;
  color: var(--tucker-800);
}
.product-section-content .product-options .cart-details .custom-increment-input {
  height: 52px;
  border: 2px solid var(--tucker-800);
}
.product-section-content .product-options .cart-details .custom-increment-input input {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: var(--tucker-800);
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container {
  width: 48px;
  padding: 0 var(--spacer-2);
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container svg {
  stroke-width: 3px;
  width: unset;
  height: unset;
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container[data-icon=minus] {
  border-right: 2px solid var(--tucker-800);
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container[data-icon=plus] {
  border-left: 2px solid var(--tucker-800);
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container:hover {
  background-color: var(--tucker-500);
}
.product-section-content .product-options .cart-details .custom-increment-input .icon-container:hover svg {
  stroke: #fff;
}
.product-section-content .product-options .cart-details .add-to-cart .button {
  width: 100%;
  height: 52px;
  padding-top: var(--spacer-2);
  padding-bottom: var(--spacer-2);
}

.retail-product-page .product-section,
.category-page .product-section {
  background-color: var(--tucker-200);
}
.retail-product-page .breadcrumb-wrapper,
.category-page .breadcrumb-wrapper {
  margin-bottom: var(--spacer-3);
  padding: var(--spacer-1) 0;
  border-bottom: 1px solid var(--tucker-800);
}
.retail-product-page .breadcrumbs,
.category-page .breadcrumbs {
  margin: 0 var(--spacer-1-neg);
}
.retail-product-page .breadcrumbs a, .retail-product-page .breadcrumbs span.breadcrumb-product,
.category-page .breadcrumbs a,
.category-page .breadcrumbs span.breadcrumb-product {
  margin: 0 var(--spacer-1);
  text-transform: uppercase;
  letter-spacing: var(--ls-1);
}
.retail-product-page .breadcrumbs a, .retail-product-page .breadcrumbs span,
.category-page .breadcrumbs a,
.category-page .breadcrumbs span {
  color: var(--tucker-800);
  font-weight: 500;
  font-size: 18px;
}

.product-description {
  padding: var(--spacer-6) 0;
  background-color: var(--tucker-300);
}
.product-description .image-container {
  margin-bottom: var(--spacer-3);
}
.product-description .image-container img {
  aspect-ratio: 16/9;
}
.product-description .video-container {
  position: relative;
}
.product-description .video-container .icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.product-description .video-container .icon-container svg {
  stroke: var(--tucker-200) !important;
  stroke-width: 1 !important;
  width: 60px;
  height: 60px;
}
.product-description ul.diamond-list {
  margin-bottom: var(--spacer-3);
}
.product-description ul.diamond-list li {
  max-width: unset !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-description ul.specifications li {
  padding: var(--spacer-1) 0;
  border-top: 2px solid var(--tucker-800);
  color: var(--tucker-800);
}
.product-description ul.specifications li span.label {
  display: inline-block;
  min-width: 240px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-description ul.specifications li:last-child {
  border-bottom: 2px solid var(--tucker-800);
}

.tucker-product-image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 30px;
  background: RGBA(0, 0, 0, 3);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(16px);
  -webkit-transform: scale(1, 0.4);
  border-radius: 50%;
}
.tucker-product-image-container img {
  mix-blend-mode: multiply;
}

#puFeaturedImage {
  height: auto;
  width: auto;
  max-width: 1200px;
  max-height: unset;
}

.product-image-container .product-image,
.shop-container .product-image,
.product-container .product-image {
  background-image: url("/images/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.product-image-container .product-image img,
.shop-container .product-image img,
.product-container .product-image img {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-image-container.loaded .product-image,
.shop-container.loaded .product-image,
.product-container.loaded .product-image {
  background: none;
}
.product-image-container.loaded .product-image img,
.shop-container.loaded .product-image img,
.product-container.loaded .product-image img {
  opacity: 1;
}

.product-page .product-image img {
  position: relative;
  z-index: 1;
}
.product-page .product-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}

.product-image {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 1600px) {
  :root {
    --product-slider-image-width: 600px;
    --product-slider-image-height: 600px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --product-slider-image-width: 550px;
    --product-slider-image-height: 550px;
  }
  .product-section-content .product-image-container .main-slider-container {
    margin: 0 var(--spacer-3);
  }
  .product-section-content .product-options {
    padding: 0;
  }
  .product-section-content .product-options .title-section .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1320px) {
  :root {
    --product-slider-image-width: 500px;
    --product-slider-image-height: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --product-slider-nav-image-height: 80px;
  }
  .product-page .title-section.mobile {
    display: block;
  }
  .product-section-content .product-image-container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: var(--product-slider-image-width);
    margin-bottom: var(--spacer-3);
  }
  .product-section-content .product-image-container .main-slider-container {
    margin: 0;
    margin-bottom: var(--spacer-1);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-section-content .product-image-container .slider-nav-container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-section-content .product-image-container .slider-nav .slider-image {
    width: 80px;
    height: 80px;
    margin: var(--spacer-0);
    overflow: hidden;
  }
  .product-section-content .product-options {
    margin-left: var(--spacer-3);
    padding-bottom: var(--spacer-5);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 1023px) {
  :root {
    --product-slider-image-width: 360px;
    --product-slider-image-height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .product-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: var(--spacer-2);
  }
  .product-section-content .product-image-container {
    width: calc(100% - var(--spacer-4));
    margin: 0 var(--spacer-3);
  }
  .product-section-content .product-image-container .slider-nav-container {
    display: none;
  }
  .product-section-content .product-image-container .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 80px;
  }
  .product-section-content .product-image-container .slick-arrow.slick-prev {
    left: -32px;
    padding: 0;
  }
  .product-section-content .product-options {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --product-slider-image-height: 360px;
  }
}
/* -----------------------------------------------
    HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --nav-height: 100px;
  --nav-sticky-height: 98px;
}

body.brand-tucker-trail {
  --nav-height: 182px;
  --nav-sticky-height: 98px;
}

.header {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.header.transition {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.header.transition.fade-on-up {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.header.sticky {
  height: var(--nav-sticky-height);
  opacity: 1;
  -webkit-transition: opacity 550ms ease;
  transition: opacity 550ms ease;
}
.header.sticky .navigation-container {
  height: var(--nav-sticky-height);
}
.header.sticky .navigation-container .nav-wrapper {
  padding: var(--spacer-1);
}
.header.sticky .navigation-container .logos li img {
  height: 80px;
}
.header.sticky, .header.transition {
  position: fixed;
}
.header.sticky .top-nav-bar, .header.transition .top-nav-bar {
  display: none;
}
.header.sticky .primary-nav-container .logo img, .header.transition .primary-nav-container .logo img {
  width: auto;
}
.header.sticky .primary-nav-container .navigation-container .primary-nav li a, .header.transition .primary-nav-container .navigation-container .primary-nav li a {
  -webkit-transition: none;
  transition: none;
}
.header .top-nav-bar {
  background-color: var(--primary-900);
}
.header .top-nav-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header .top-nav-bar ul.utility-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .top-nav-bar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--spacer-1) var(--spacer-2);
  color: var(--secondary-300);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--ls-2);
  line-height: 1;
}
.header .top-nav-bar ul li a > * {
  text-align: center;
}
.header .top-nav-bar ul li a:hover {
  color: var(--secondary-100);
}
.header .top-nav-bar ul.brand-links li {
  min-width: 96px;
  border-right: 1px solid var(--primary-700);
}
.header .top-nav-bar ul.brand-links li:last-child {
  border-right: 0;
}
.header .top-nav-bar ul.brand-links li a {
  height: 40px;
  padding: 2px var(--spacer-2);
}
.header .top-nav-bar ul.brand-links li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .top-nav-bar ul.brand-links li img.color-logo {
  display: none;
}
.header .top-nav-bar ul.brand-links li[data-brandid="3"] a {
  padding: 8px var(--spacer-2);
}
.header .top-nav-bar ul.brand-links li:hover img.color-logo {
  display: block;
}
.header .top-nav-bar ul.brand-links li:hover img.gray-logo {
  display: none;
}
.header .navigation-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  background-color: var(--tucker-800);
  border-bottom: 2px solid var(--primary-500);
}
.header .navigation-container > * {
  text-align: center;
}
.header .navigation-container .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 0 var(--spacer-2-neg);
  padding: var(--spacer-2) 0;
}
.header .navigation-container .nav-item {
  margin: 0 var(--spacer-3);
}
.header .navigation-container .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-transition: none;
  transition: none;
}
.header .navigation-container .logos > * {
  text-align: center;
}
.header .navigation-container .logos li {
  padding: 0 var(--spacer-2);
}
.header .navigation-container .logos li a {
  display: block;
  height: auto;
}
.header .navigation-container .logos li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 108px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .navigation-container .primary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header .navigation-container .primary-nav ul > * {
  text-align: center;
}
.header .navigation-container .primary-nav li.main-link {
  position: relative;
}
.header .navigation-container .primary-nav li.main-link span.mobile-li-text {
  display: none;
}
.header .navigation-container .primary-nav li.main-link a {
  position: relative;
  display: inline-block;
  padding: var(--spacer-1) var(--spacer-2);
  font-family: var(--display-font-tucker);
  color: var(--primary-500);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--ls-4);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .navigation-container .primary-nav li.main-link ul.dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  display: none;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: var(--tucker-200);
  padding: var(--spacer-1) 0;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.header .navigation-container .primary-nav li.main-link ul.dropdown li {
  padding: 0 var(--spacer-2);
  text-align: left;
}
.header .navigation-container .primary-nav li.main-link ul.dropdown li.mobile-li-child-link {
  display: none;
}
.header .navigation-container .primary-nav li.main-link ul.dropdown li a.child-link {
  font-size: 14px;
  padding: var(--spacer-1) 0;
}
.header .navigation-container .primary-nav li.main-link ul.dropdown li a.child-link.underline-from-left:before {
  height: 2px;
  bottom: 6px;
}
.header .navigation-container .nav-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--secondary-100);
}
.header .navigation-container .nav-right a > * {
  text-align: center;
}
.header .navigation-container .nav-right a .icon-container {
  margin: 0 var(--spacer-2);
}
.header .navigation-container .nav-right a .icon-container svg {
  stroke: var(--tucker-100);
}
.header .navigation-container .nav-right a label {
  margin-left: var(--spacer-0);
  margin-bottom: 0;
}
.header .navigation-container .nav-right a:hover {
  color: var(--secondary-300);
}
.header .navigation-container .nav-right #lblCart {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -8px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: var(--tucker-100);
  color: var(--tucker-800);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  z-index: 0;
  border-radius: 100%;
}
.header .navigation-container #aCart2 {
  position: relative;
  padding: 0;
  margin-right: var(--spacer-4);
  text-transform: uppercase;
  font-size: var(--font-size-a);
  color: var(--gray-800);
  font-weight: 600;
  letter-spacing: var(--ls-4);
  display: none;
}
.header .navigation-container #aCart2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  height: 2px;
  background-color: #3B3E2D;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .navigation-container #aCart2 .icon-container {
  margin-right: 10px;
}
.header .navigation-container #aCart2 .icon-container svg {
  width: 22px;
  height: auto;
  stroke: #444;
}
.header .navigation-container #aCart2 #lblCart2 {
  margin-left: 8px;
  margin-bottom: 0;
}
.header .navigation-container .nav-expand {
  display: none;
}
.header .navigation-container .nav-expand svg line {
  stroke: var(--secondary-800);
  stroke: var(--tucker-500);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .navigation-container .nav-expand.active svg line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .navigation-container .nav-expand.active svg line:nth-child(2) {
  opacity: 0;
}
.header .navigation-container .nav-expand.active svg line:last-child {
  -webkit-transform: translateY(-4px) translateX(-4px) rotate(-45deg);
          transform: translateY(-4px) translateX(-4px) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .subnav-container {
  width: 100%;
  background-color: var(--tucker-800);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .subnav-container .sub-nav {
  min-height: 172px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: var(--spacer-3);
  padding-bottom: var(--spacer-3);
}
.header .subnav-container .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.header .subnav-container .left-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: var(--spacer-2);
}
.header .subnav-container .left-side ul li {
  padding: 0 var(--spacer-2);
}
.header .subnav-container .left-side ul li a {
  padding: var(--spacer-1) 0;
  font-family: var(--display-font-tucker);
  color: var(--tucker-500);
  text-transform: uppercase;
  letter-spacing: var(--ls-4);
}

/* -----------------------------------------------
    FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.primary-footer {
  position: relative;
  width: 100%;
  padding: 0 0 var(--spacer-3);
  background-color: var(--secondary-900);
  background-color: var(--tucker-900);
  color: var(--tucker-100);
}
.primary-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.primary-footer .footer-content ul.links li span.parent-link {
  margin-bottom: var(--spacer-2);
  font-family: var(--display-font-tucker);
  text-transform: uppercase;
  letter-spacing: var(--ls-4);
  color: var(--tucker-500);
  font-weight: 600;
  font-size: 20px;
}
.primary-footer .footer-content ul.links li.child-link {
  padding: var(--spacer-0) 0;
}
.primary-footer .footer-content ul.links li.child-link a {
  font-family: var(--display-font-tucker);
  color: var(--tucker-200);
  text-transform: none;
}
.primary-footer .footer-content ul.links li a {
  padding: var(--spacer-1) 0;
  font-size: 18px;
  font-weight: 400;
}
.primary-footer .footer-content .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-top: var(--spacer-3);
}
.primary-footer .footer-content .footer-bottom ul.links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: var(--spacer-3);
}
.primary-footer .footer-content .footer-bottom ul.links li {
  color: var(--tucker-500);
  font-weight: 500;
  font-size: 14px;
}
.primary-footer .footer-content .footer-bottom ul.links a {
  font-family: var(--display-font-tucker);
  color: var(--primary-400);
  text-transform: none;
  letter-spacing: var(--ls-2);
  line-height: 1;
  font-size: 14px;
}
.primary-footer .footer-content .footer-bottom ul.links.subscribe-link a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tucker-500);
  text-transform: uppercase;
}
.primary-footer .footer-content .footer-bottom ul.links.social-links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: var(--spacer-3);
}
.primary-footer .footer-content .footer-bottom ul.links.social-links li {
  padding: var(--spacer-1);
}
.primary-footer .footer-content .footer-bottom ul.links.social-links li .icon-container {
  padding: var(--spacer-1);
  background-color: var(--tucker-500);
  border-radius: 100%;
}
.primary-footer .footer-content .footer-bottom ul.links.social-links li .icon-container svg {
  stroke: var(--tucker-900);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.primary-footer .footer-content .footer-bottom ul.links.social-links li:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.primary-footer .footer-content .footer-bottom ul.links.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------------
    BACK TO TOP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.back-to-top {
  position: fixed;
  z-index: 10;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 80px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.back-to-top.active {
  opacity: 1;
}
.back-to-top .back-to-top-button {
  background-color: #3B3E2D;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-to-top .back-to-top-button > * {
  text-align: center;
}
.back-to-top .back-to-top-button svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.back-to-top .back-to-top-button svg line, .back-to-top .back-to-top-button svg polyline {
  stroke: #fff;
}
.back-to-top .back-to-top-button:hover svg {
  width: 28px;
  height: 28px;
}

body.search-active {
  top: 80px;
}

.searchbar-container {
  background: #fff;
  height: 80px;
  overflow: hidden;
  -webkit-transition: unset;
  transition: unset;
}
.searchbar-container .wrapper {
  height: 100%;
}
.searchbar-container .searchbar {
  height: 100%;
  width: 100%;
  padding: var(--spacer-2) 0;
  text-align: right;
}
.searchbar-container .searchbar .search-form {
  height: 100%;
  font-size: 0;
}
.searchbar-container .searchbar .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  margin: 0;
}
.searchbar-container .searchbar .form-group > * {
  text-align: center;
}
.searchbar-container .searchbar .input-container {
  position: relative;
  width: 540px;
}
.searchbar-container .searchbar .input-container input {
  padding: 12px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 16px;
}
.searchbar-container .searchbar .input-container .search-button-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  z-index: 0;
  width: 48px;
  height: 38px;
  margin: auto;
  border-color: var(--primary-600);
  background-color: var(--primary-600);
  padding: 0;
}
.searchbar-container .searchbar .input-container .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
}
.searchbar-container .searchbar .input-container .icon-container > * {
  text-align: center;
}
.searchbar-container .searchbar .search-close {
  margin-left: var(--spacer-2);
}
.searchbar-container .searchbar .search-close a {
  line-height: 1.8;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

body.brand-tucker-trail .header .top-nav-bar,
body.brand-tucker-trail .back-to-top .back-to-top-button {
  background-color: var(--tucker-900);
}
body.brand-tucker-trail .searchbar-container {
  background: var(--tucker-900);
}
body.brand-tucker-trail .searchbar-container .searchbar .icon-container svg {
  stroke: #fff;
}
body.brand-tucker-trail .primary-footer .score-section {
  background-color: var(--gray-900);
  border-radius: var(--border-radius-1);
}

/* -----------------------------------------------
    FRONTEND GLOBAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background: var(--tucker-200);
}
body.hide-navigation .header {
  height: 37px;
}
body.hide-navigation .header .top-nav-bar #ulCart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.hide-navigation .header .top-nav-bar #ulCart #liBacktoCart {
  display: block !important;
}
body.hide-navigation .header .top-nav-bar #ulBrandLinks {
  display: none;
}
body.hide-navigation .header .navigation-container {
  display: none;
}
body.hide-navigation .header.sticky .top-nav-bar {
  display: block;
}
body.hide-navigation .main {
  padding-top: 37px;
}

.main {
  padding-top: var(--nav-height);
}

.main:has(.layout-block .full-width-background) ~ footer,
.main:has(.layout-block .fifty-fifty) ~ footer {
  margin-top: 0;
}

/* -----------------------------------------------
    SPECIFIC PAGES & ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* -----------------------------------------------
    RETAIL SHOP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main:has(.checkout-page) {
  background-color: var(--tucker-200);
  padding-top: var(--nav-height);
}

.checkout-page .checkout-section .wrapper a.underline-from-center {
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .sticky-container .static-section {
  padding-right: var(--spacer-3);
}
.checkout-page .checkout-section .wrapper .sticky-container .sticky-section {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.checkout-page .checkout-section .wrapper .sidebar .sidebar-inner-container {
  margin-bottom: var(--spacer-3);
  padding: var(--spacer-2);
  border: 1px solid var(--tucker-800);
}
.checkout-page .checkout-section .wrapper .sidebar .sidebar-inner-container h1 {
  font-size: 48px;
}
.checkout-page .checkout-section .wrapper .order-summary h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  letter-spacing: var(--ls-2);
}
.checkout-page .checkout-section .wrapper .order-summary h3 > * {
  text-align: center;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul {
  padding-bottom: var(--spacer-3);
  margin-bottom: 32px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul li span {
  line-height: 1.4;
  padding-bottom: 8px;
  color: #6f6f6f;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul li span.label {
  min-width: 100px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: var(--ls-2);
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul li span.detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul li.remove-item a {
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals {
  margin: 0;
  padding-bottom: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li#liPromoCode button.label, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li#liPromoCode button.label {
  color: #3B3E2D;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span {
  color: #333;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.label, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.label {
  font-weight: 600;
  letter-spacing: var(--ls-1);
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.detail, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.detail {
  text-align: right;
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.savings-detail, .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.savings-detail {
  color: var(--error-600);
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.label,
.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.detail {
  font-size: 18px;
  color: var(--tucker-800);
  text-transform: uppercase;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content .product-rec {
  margin-top: 24px;
  padding: 24px;
  background-color: #4B4D3A;
}
.checkout-page .checkout-section .wrapper .order-summary .summary-content .product-rec p {
  padding-bottom: 24px;
}
.checkout-page .checkout-section .wrapper .order-summary .promo-code.remove-item {
  margin-top: 10px;
}
.checkout-page .checkout-section .wrapper .order-summary .promo-code span.error {
  color: var(--error-700);
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .item {
  margin-bottom: var(--spacer-2);
  padding: var(--spacer-2);
  border: 1px solid var(--tucker-800);
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .item:last-child {
  margin-bottom: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-image {
  position: relative;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: var(--spacer-2);
  margin-top: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 30px;
  background: RGBA(0, 0, 0, 3);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-filter: blur(16px);
  -webkit-transform: scale(1, 0.4);
  border-radius: 50%;
  z-index: 3;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-image img.featured-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 24px;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info .price {
  font-weight: 700;
  line-height: 1.2;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info .price.original-price {
  text-decoration: line-through;
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info .price.sale-price {
  margin-left: 8px;
  color: var(--error-700);
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info .promo-info {
  color: var(--error-700);
}
.checkout-page .checkout-section .wrapper .order-summary .cart-content .product-info .promo-info .price {
  color: var(--error-700);
}
.checkout-page .checkout-section .wrapper .order-summary .related-products .wrapper {
  padding: 0;
}
.checkout-page .checkout-section .wrapper .order-summary .related-products .section-title {
  margin-bottom: 8px;
  font-size: 24px;
}
.checkout-page .checkout-section .wrapper .order-summary .related-products .product-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product {
  width: calc(33.3333333333% - 32px);
}
.checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product .product-details > a {
  min-width: unset;
}
.checkout-page .checkout-section .wrapper #divConfirmation .thanks-msg {
  max-width: 725px;
}
.checkout-page .checkout-section .wrapper #divConfirmation + #divSidebarContent .order-summary .summary-content a.clear-cart-link,
.checkout-page .checkout-section .wrapper #divConfirmation + #divSidebarContent #liEditQuantity {
  display: none;
}
.checkout-page .checkout-section .wrapper #divConfirmation + #divSidebarContent ul.totals + hr {
  display: none;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section {
  padding: var(--spacer-3) 0;
  border-top: 1px solid var(--gray-400);
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .step-header button {
  display: none;
  margin-right: var(--spacer-2);
  padding: 0;
  background: transparent;
  border: 0;
  outline: none !important;
  cursor: pointer;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section#divOrderStep_2 .row {
  margin-bottom: 0;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .checkbox label.error {
  font-size: 14px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .radiobuttonlist > label {
  font-size: 24px;
  font-weight: 700;
  text-transform: initial;
  opacity: 1;
  margin-bottom: 20px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .radiobuttonlist > label.error {
  font-size: 14px;
  font-weight: 400;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .radiobuttonlist > label em {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: var(--ls-1);
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section.complete .section-title {
  opacity: 1;
  color: rgba(51, 51, 51, 0.6);
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section.complete .section-title .options .section-number {
  display: none;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section.complete .section-title .options .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section.complete .step-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section.active .section-title {
  margin-bottom: var(--spacer-3);
  line-height: 1;
  opacity: 1;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information {
  margin-left: 64px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information .form-section {
  margin-bottom: var(--spacer-2);
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information h6 span {
  position: relative;
  margin-left: var(--spacer-3);
  text-transform: none;
  font-weight: 500;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information h6 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  background-color: #3B3E2D;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information h6 span:hover::before {
  opacity: 1;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information #lnkSwitchPaymentMethod {
  font-size: 13px;
  margin-left: 36px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information #lnkSwitchPaymentMethod:before {
  bottom: -4px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information .select2-container--default .select2-selection--single {
  width: 100% !important;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  font-size: 22px;
  letter-spacing: var(--ls-2);
  margin-bottom: 0;
  text-transform: uppercase;
  opacity: 0.6;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options {
  position: relative;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 32px;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options > * {
  text-align: center;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .section-number {
  background-color: var(--tucker-800);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0;
}
.checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container {
  position: relative;
  background-color: #3B3E2D;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0;
  display: none;
}

/* -----------------------------------------------
    LOGIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.login {
  padding: 48px 0;
}
.login h4 {
  margin-bottom: 25px;
}
.login.with-hero {
  padding-top: 0;
}
.login .login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login .login-container > * {
  text-align: center;
}
.login .login-container > div {
  padding: 32px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.login .login-container .left {
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}
.login .login-container .right section {
  padding: 0;
}
.login .login-container .form-section {
  margin: 0 auto;
}
.login .logo {
  text-align: center;
  margin-bottom: 15px;
}
.login .logo img {
  height: 94px;
}
.login .login-form {
  text-align: center;
  background: #fff;
  padding: 32px 48px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.login .login-form.create-account {
  text-align: left;
}
.login .login-form.create-account .form-group.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 0;
}
.login .login-form.create-account .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login .login-form.create-account .button > * {
  text-align: center;
}
.login .login-form.create-account a {
  width: 100%;
}
.login .login-form.create-account a.extra-links {
  text-align: right;
}
.login .login-form .title-section {
  margin-bottom: 50px;
}
.login .login-form .title-section .title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: inline-block;
}
.login .login-form .title-section .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3B3E2D;
  width: 100%;
  height: 10px;
}
.login .submit {
  display: inline-block;
  margin: 16px 0 0;
}

/* -----------------------------------------------
    BECOME A DEALER PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.become-dealer-page .form-section h4 {
  font-size: 26px;
  letter-spacing: var(--ls-1);
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.dealer-form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px;
}
.dealer-form-steps .circle {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #333;
  border-radius: 100%;
  margin: 16px 32px;
}
.dealer-form-steps .circle span.section-number {
  font-family: var(--title-font);
  color: #fff;
}
.dealer-form-steps .circle.disabled {
  background-color: #717070;
}
.dealer-form-steps .circle.disabled span.section-number {
  color: #fff;
}
.dealer-form-steps .circle:before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 100px;
  height: 1px;
  background: #717070;
  z-index: -1;
}
.dealer-form-steps .circle:last-child::before {
  content: none;
}
.dealer-form-steps .circle span.section-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#puTerms {
  height: 90vh;
  overflow-y: scroll;
}

/* -----------------------------------------------
    404 PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-404 {
  text-align: center;
}
.page-404 .section-404 {
  width: 100%;
  height: 71vh;
  background: url(/images/404.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0 0;
}
.page-404 .text {
  padding: 64px 32px;
  background-color: rgba(255, 255, 255, 0.85);
}
.page-404 .text a {
  text-decoration: underline;
}

/* -----------------------------------------------
    DEALER LOCATOR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.locations-container .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.locations-container .location .map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.locations-container .location .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.dealer-locator {
  margin-bottom: 0;
}
.dealer-locator .dealer-search-container {
  background-color: var(--tucker-800);
  padding: var(--spacer-3) 0;
  text-align: center;
  margin-bottom: var(--spacer-4);
}
.dealer-locator .dealer-search-container label {
  color: var(--primary-100);
}
.dealer-locator .dealer-search-container .form-group.submit button {
  padding: 12px;
  color: var(--tucker-500);
  background-color: transparent;
}
.dealer-locator .dealers-container {
  margin-bottom: var(--spacer-6);
  padding: 0;
}
.dealer-locator .dealers-container .wrapper > .left {
  width: calc(30% - var(--spacer-3));
  margin-right: var(--spacer-3);
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  background-color: #fff;
}
.dealer-locator .dealers-container .wrapper > .left img {
  width: 100%;
}
.dealer-locator .dealers-container .wrapper > .right {
  width: 60%;
}
.dealer-locator .dealers-container .sticky-container .left {
  position: relative;
  top: 0;
}
.dealer-locator .dealers-container .sticky-container .right {
  position: sticky;
  top: 120px;
}
.dealer-locator .dealers-container .search-map {
  width: 100%;
  height: 740px;
}
.dealer-locator .dealers-container .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: var(--spacer-2);
  padding: var(--spacer-1) var(--spacer-2);
}
.dealer-locator .dealers-container .pagination-container:last-child {
  margin-bottom: 0;
}
.dealer-locator .dealers-container .pagination-container .results {
  font-size: 14px;
}
.dealer-locator .dealers-container .pagination-container .pagination li {
  margin-bottom: 0;
}
.dealer-locator .dealers-container .pagination-container .pagination li > span {
  display: inline-block;
}
.dealer-locator .dealers-container .pagination-container .pagination li a {
  font-size: 14px;
  padding: var(--spacer-1) var(--spacer-0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dealer-locator .dealers-container .pagination-container .pagination li a.active {
  color: var(--primary-700);
  text-decoration: underline;
}
.dealer-locator .dealers-container .pagination-container .no-results {
  padding: 0 var(--spacer-2);
}
.dealer-locator .dealers-container .pagination-container .no-results h6 {
  text-transform: none;
  margin-bottom: var(--spacer-2);
}
.dealer-locator .dealers-container .locations-container {
  padding: 0 var(--spacer-2);
}
.dealer-locator .dealers-container .locations-container .location {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--spacer-2);
  border-bottom: 1px solid var(--tucker-800);
  padding-bottom: var(--spacer-2);
}
.dealer-locator .dealers-container .locations-container .location:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.dealer-locator .dealers-container .locations-container .location > .title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 120px;
}
.dealer-locator .dealers-container .locations-container .location > .title a {
  color: var(--tucker-500);
  font-weight: 600;
}
.dealer-locator .dealers-container .locations-container .location .left {
  margin-right: 24px;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
.dealer-locator .dealers-container .locations-container .location .left ul {
  margin-bottom: 0;
}
.dealer-locator .dealers-container .locations-container .location .left ul li {
  line-height: 1.6;
  font-size: 14px;
}
.dealer-locator .dealers-container .locations-container .location .left ul li a {
  color: var(--tucker-800);
}
.dealer-locator .dealers-container .locations-container .location .left ul li.distance {
  margin-top: 24px;
}
.dealer-locator .dealers-container .locations-container .location .left ul li.distance a {
  margin-left: 8px;
  display: inline-block;
  text-decoration: underline;
  color: var(--tucker-500);
  text-transform: uppercase;
}
.dealer-locator .more-details {
  padding: 0;
  background-color: var(--tucker-200);
}
.dealer-locator .more-details .note-container {
  padding: var(--spacer-6);
}
.dealer-locator .gm-style .gm-style-iw-d {
  text-transform: uppercase;
}
.dealer-locator .gm-style .gm-style-iw-c {
  padding: 20px 16px;
}
.dealer-locator .gm-ui-hover-effect {
  top: 4px !important;
  right: -4px !important;
  width: unset !important;
  height: unset !important;
}
.dealer-locator .gm-ui-hover-effect span {
  margin: 0 8px 0 auto !important;
}
.dealer-locator .gm-style button {
  min-width: unset;
}

/* -----------------------------------------------
    HOME
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-content .home-top-content {
  overflow-x: hidden;
  overflow: hidden;
}
.home-content section {
  position: relative;
  padding: var(--spacer-5) 0;
  background-color: var(--primary-200);
}
.home-content section.dark-section {
  background-color: var(--primary-800);
}
.home-content section.dark-section .title {
  color: var(--secondary-200);
}
.home-content .hero-section {
  padding: 0;
}
.home-content .hero-section .hero {
  overflow: hidden;
  margin-bottom: 0;
}
.home-content .hero-section .hero:before {
  content: none;
}
.home-content .hero-section .hero .slide {
  position: relative;
  height: calc(100vh - var(--nav-height));
}
.home-content .hero-section .hero .slide .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(36deg, rgb(0, 0, 0) 0%, rgba(116, 118, 100, 0) 50%);
  z-index: 3;
}
.home-content .hero-section .hero .slide video, .home-content .hero-section .hero .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: var(--primary-900);
}
.home-content .hero-section .hero .slide.video .video-control {
  position: absolute;
  bottom: var(--spacer-3);
  left: calc((100% - 1600px) / 2 + 1.5%);
  z-index: 12;
}
.home-content .hero-section .hero .slide.video .video-control .button {
  padding: var(--spacer-1) var(--spacer-2);
}
.home-content .hero-section .hero .slide.video .video-control .button .icon-container svg {
  stroke: #fff;
}
.home-content .hero-section .hero .slide.video .hero-content,
.home-content .hero-section .hero .slide.video .hero-content > * {
  text-align: left;
}
.home-content .hero-section .hero .slide .video-control.mobile {
  display: none;
}
.home-content .hero-section .hero .slide .mobile-hero-image {
  display: none;
}
.home-content .hero-section .hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  z-index: 4;
}
.home-content .hero-section .hero .hero-content > * {
  text-align: center;
  color: var(--secondary-100);
}
.home-content .hero-section .hero .hero-content .title-section {
  max-width: 720px;
}
.home-content .hero-section .hero .hero-content .title-section h1.title {
  font-family: var(--display-font-tucker);
  font-size: 64px;
}
.home-content .hero-section .hero .hero-content .title-section .subtitle {
  font-size: 18px;
  font-weight: 500;
}
.home-content .hero-section .hero .hero-content .button {
  min-width: 120px;
  border-width: 3px;
}
.home-content .collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 0;
}
.home-content .collections > .title-section {
  padding-bottom: 32px;
}
.home-content .collections > .title-section > * {
  text-align: center;
  letter-spacing: var(--ls-4);
}
.home-content .collections > .title-section h2 {
  color: var(--tucker-700);
  font-size: 44px;
}
.home-content .collections > .title-section li {
  padding: 0 var(--spacer-4);
}
.home-content .collections > .title-section a {
  color: var(--tucker-700);
  font-weight: 500;
}
.home-content .collections > .title-section a:before {
  background-color: var(--tucker-700);
}
.home-content .collections .collection-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: var(--spacer-4) var(--spacer-8) var(--spacer-6);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.home-content .collections .collection-wrapper:nth-child(2) {
  background-color: var(--tucker-300);
}
.home-content .collections .collection-wrapper:nth-child(4) {
  background-color: var(--tucker-100);
}
.home-content .collections .collection-wrapper .left {
  color: var(--tucker-800);
}
.home-content .collections .collection-wrapper .left .title-section {
  margin-bottom: var(--spacer-4);
}
.home-content .collections .collection-wrapper .left .title-section h3 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: var(--ls-5);
}
.home-content .collections .collection-wrapper .left .title-section p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-content .collections .collection-wrapper .left ul {
  margin-bottom: var(--spacer-6);
}
.home-content .collections .collection-wrapper .left a {
  color: var(--tucker-800);
  text-transform: uppercase;
  letter-spacing: var(--ls-3);
}
.home-content .collections .collection-wrapper .left a .icon-container {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.home-content .collections .collection-wrapper .left a .icon-container svg {
  width: 36px;
  height: 36px;
}
.home-content .collections .collection-wrapper .left a:hover .icon-container {
  -webkit-transform: translate(8px, 12px);
          transform: translate(8px, 12px);
}
.home-content .collections .collection-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-content .collections .collection-wrapper .image-container {
  position: relative;
  max-width: 480px;
}
.home-content .image-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background-color: var(--tucker-200);
}
.home-content .image-link-section .link-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 320px var(--spacer-2) 320px;
  grid-template-rows: repeat(2, 320px);
  -ms-grid-columns: 1fr var(--spacer-2) 1fr var(--spacer-2) 1fr var(--spacer-2) 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacer-2);
}
.home-content .image-link-section .link-cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-content .image-link-section .link-cards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home-content .image-link-section .link-cards > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.home-content .image-link-section .link-cards > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.home-content .image-link-section .link-cards > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.home-content .image-link-section .link-cards > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.home-content .image-link-section .link-cards > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.home-content .image-link-section .link-cards > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.home-content .image-link-section .link-card {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  overflow: hidden;
}
.home-content .image-link-section .link-card .image-container {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-content .image-link-section .link-card .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), color-stop(13%, rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.56) 13%, rgba(0, 0, 0, 0) 100%);
}
.home-content .image-link-section .link-card span {
  position: absolute;
  bottom: var(--spacer-2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--ls-5);
  text-align: center;
}
.home-content .image-link-section .link-card:nth-child(5), .home-content .image-link-section .link-card:nth-child(6) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.home-content .image-link-section .link-card:hover .image-container {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}
.home-content .video-section {
  position: relative;
  margin-bottom: -1px;
  padding: var(--spacer-2) 0;
}
.home-content .video-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  height: 50%;
  background-color: var(--tucker-800);
  z-index: 0;
}
.home-content .video-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  height: 50%;
  background-color: var(--tucker-800);
  z-index: 0;
}
.home-content .video-section .video-container {
  position: relative;
  width: 100%;
  padding: 4px;
  background: var(--tucker-500);
  clip-path: polygon(50% 5%, 100% 50%, 50% 95%, 0% 50%);
  z-index: 1;
}
.home-content .video-section .video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-500);
  opacity: 0.25;
  z-index: 1;
}
.home-content .video-section .video-container video {
  display: block;
  width: 100% !important;
  height: auto !important;
  clip-path: polygon(50% 5%, 99.75% 50%, 50% 95%, 0.25% 50%);
}
.home-content .video-section .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.home-content .video-section .title-section .title {
  color: var(--tucker-100);
}
.home-content .video-section .title-section .icon-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-content .video-section .title-section svg {
  stroke: var(--tucker-500);
  width: 60px;
  height: 60px;
  stroke-width: 1;
}
.home-content .posts-section {
  background-color: var(--tucker-800);
}
.home-content .posts-section .post-outer-container {
  position: relative;
  max-width: calc(92% + 120px);
  margin-left: auto;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
.home-content .posts-section .post-outer-container .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  top: calc(50% + 40px);
}
.home-content .posts-section .post-outer-container .slick-arrow.slick-next {
  right: 120px;
}
.home-content .posts-section .post-outer-container .slick-arrow svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.home-content .posts-section .post-outer-container .slick-arrow svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-content .posts-section .post-outer-container .slick-arrow:before {
  content: none;
}
.home-content .posts-section .post-outer-container .slick-arrow:hover svg path {
  stroke-width: 2px;
}
.home-content .posts-section .post-outer-container .slick-prev {
  display: none !important;
  -webkit-transform: none;
          transform: none;
}
.home-content .posts-section .post-outer-container .slick-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-content .posts-section .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--spacer-3);
}
.home-content .posts-section .title-section .title {
  margin-right: var(--spacer-4);
}
.home-content .posts-section .title-section a {
  color: var(--tucker-500);
}
.home-content .posts-section .slider-container {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(78%, black), color-stop(95%, transparent));
  -webkit-mask-image: linear-gradient(to right, black 78%, transparent 95%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(78%, black), color-stop(95%, transparent));
          mask-image: linear-gradient(to right, black 78%, transparent 95%);
}
.home-content .posts-section .posts-slider {
  margin: 0 var(--spacer-1-neg);
  margin-right: 0;
}
.home-content .posts-section .slide-content {
  height: 100%;
  margin: var(--spacer-1);
}
.home-content .posts-section .slide-content .post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 360px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-content .posts-section .slide-content .image-container {
  width: 100%;
  height: 140px;
}
.home-content .posts-section .slide-content .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--spacer-3);
  background-color: var(--tucker-500);
}
.home-content .posts-section .slide-content .post-inner > * {
  color: var(--tucker-800);
  font-weight: 500;
}
.home-content .posts-section .slide-content .post-inner .post-title {
  max-width: 66.6666666667%;
  font-weight: 500;
}
.home-content .posts-section .slide-content .post-inner span {
  margin-top: auto;
  color: var(--tucker-800);
  text-transform: uppercase;
  letter-spacing: var(--ls-1);
}
.home-content .posts-section .slide-content .post-inner span .icon-container {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.home-content .posts-section .slide-content .post-inner span:hover .icon-container {
  -webkit-transform: translate(8px, 12px);
          transform: translate(8px, 12px);
}
.home-content .ig-section {
  background-color: var(--tucker-800);
}
.home-content .ig-section .title {
  font-size: var(--font-size-5);
  font-weight: 700;
  color: var(--tucker-400);
}
.home-content .score-section {
  padding: 0;
}

body.brand-tucker-trail .home-content .home-content .hero-section .hero .hero-content .slick-dots {
  display: none !important;
}
body.brand-tucker-trail .home-content .hero-section .below-hero {
  background-color: var(--gray-900);
}

/* -----------------------------------------------
    My Account Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-page .account-sidebar ul li {
  position: relative;
  border-bottom: 1px solid var(--gray-400);
  padding: var(--spacer-0) var(--spacer-2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.account-page .account-sidebar ul li a {
  color: var(--gray-800);
  font-weight: 500;
}
.account-page .account-sidebar ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-700);
  width: 4px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.account-page .account-sidebar ul li:hover:before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.account-page .account-sidebar ul li:hover a {
  color: var(--primary-700);
}
.account-page .account-sidebar ul li.active:before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.account-page .account-sidebar ul li.active a {
  color: var(--primary-700);
}
.account-page.payment-methods .card-container .card .card-body {
  position: relative;
  padding: var(--spacer-3);
}
.account-page.payment-methods .card-container .card .card-body .card-icon {
  position: absolute;
  top: var(--spacer-3);
  left: var(--spacer-2);
}
.account-page.payment-methods .card-container .card .card-body .card-icon svg {
  stroke: #717070;
}
.account-page.payment-methods .card-container .card .card-body p {
  margin-bottom: 0;
}
.account-page.payment-methods .card-container .card .card-body.preferred:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Preferred";
  width: 100px;
  height: 26px;
  top: var(--spacer-1);
  left: auto;
  right: var(--spacer-1);
  color: var(--success-700);
  background-color: var(--success-100);
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--success-700);
  letter-spacing: var(--ls-2);
}
.account-page.payment-methods .card-container .card:not(.empty-state) .card-body {
  padding-left: var(--spacer-5);
}
.account-page.payment-methods .card-container .card.empty-state {
  -ms-flex-preferred-size: calc(100% - 32px);
      flex-basis: calc(100% - 32px);
}
.account-page.payment-methods .card-container .card .card-footer {
  margin-top: var(--spacer-2);
}
.account-page .files h4 {
  margin-bottom: 0;
}
.account-page .files .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.account-page .files .card-body > * {
  text-align: center;
}
.account-page .files .card-footer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.account-page .files .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
}
.account-page .files .img-container > * {
  text-align: center;
}
.account-page .files .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.account-page .files .video-container .img-container {
  position: relative;
}
.account-page .files .video-container .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.account-page .files .video-container .img-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateX(-30px) translateY(-30px);
          transform: translateX(-30px) translateY(-30px);
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url(/images/icons/play-white.svg);
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 20px;
  background-color: #F36C26;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
.account-page .files .video-container .img-container:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
body.brand-tucker-trail,
body.brand-tucker-trail .ui-widget {
  font-family: var(--display-font-tucker);
}
body.brand-tucker-trail h1, body.brand-tucker-trail h2, body.brand-tucker-trail h3, body.brand-tucker-trail h4, body.brand-tucker-trail h5, body.brand-tucker-trail h6,
body.brand-tucker-trail .ui-widget h1,
body.brand-tucker-trail .ui-widget h2,
body.brand-tucker-trail .ui-widget h3,
body.brand-tucker-trail .ui-widget h4,
body.brand-tucker-trail .ui-widget h5,
body.brand-tucker-trail .ui-widget h6 {
  color: var(--tucker-800);
  font-family: var(--display-font);
  font-weight: 500;
}
body.brand-tucker-trail h1,
body.brand-tucker-trail .ui-widget h1 {
  letter-spacing: var(--ls-2);
}
body.brand-tucker-trail h2, body.brand-tucker-trail h3, body.brand-tucker-trail h6,
body.brand-tucker-trail .ui-widget h2,
body.brand-tucker-trail .ui-widget h3,
body.brand-tucker-trail .ui-widget h6 {
  letter-spacing: var(--ls-5);
}
body.brand-tucker-trail a:hover,
body.brand-tucker-trail .ui-widget a:hover {
  color: #a3542a;
}
body.brand-tucker-trail .button, body.brand-tucker-trail button,
body.brand-tucker-trail .ui-widget .button,
body.brand-tucker-trail .ui-widget button {
  padding: var(--spacer-2) var(--spacer-3);
}
body.brand-tucker-trail .button.primary, body.brand-tucker-trail button.primary,
body.brand-tucker-trail .ui-widget .button.primary,
body.brand-tucker-trail .ui-widget button.primary {
  background-color: var(--primary-400);
  border-color: var(--primary-400);
  color: var(--secondary-200);
}
body.brand-tucker-trail .button.primary.outline, body.brand-tucker-trail button.primary.outline,
body.brand-tucker-trail .ui-widget .button.primary.outline,
body.brand-tucker-trail .ui-widget button.primary.outline {
  background-color: transparent;
}
body.brand-tucker-trail .button:hover.primary, body.brand-tucker-trail button:hover.primary,
body.brand-tucker-trail .ui-widget .button:hover.primary,
body.brand-tucker-trail .ui-widget button:hover.primary {
  background-color: #af6035;
  border-color: #af6035;
  color: var(--secondary-200);
}
body.brand-tucker-trail .button:hover.outline, body.brand-tucker-trail button:hover.outline,
body.brand-tucker-trail .ui-widget .button:hover.outline,
body.brand-tucker-trail .ui-widget button:hover.outline {
  background-color: var(--primary-400);
  border-color: var(--tucker-400);
  color: var(--primary-100);
}
body.brand-tucker-trail .button.secondary, body.brand-tucker-trail button.secondary,
body.brand-tucker-trail .ui-widget .button.secondary,
body.brand-tucker-trail .ui-widget button.secondary {
  background-color: var(--primary-800);
  border-color: var(--primary-800);
  color: var(--secondary-200);
}
body.brand-tucker-trail .button.secondary.outline, body.brand-tucker-trail button.secondary.outline,
body.brand-tucker-trail .ui-widget .button.secondary.outline,
body.brand-tucker-trail .ui-widget button.secondary.outline {
  background-color: transparent;
}
body.brand-tucker-trail .button:hover.x-small, body.brand-tucker-trail button:hover.x-small,
body.brand-tucker-trail .ui-widget .button:hover.x-small,
body.brand-tucker-trail .ui-widget button:hover.x-small {
  border-radius: 0;
}
body.brand-tucker-trail a, body.brand-tucker-trail button,
body.brand-tucker-trail .ui-widget a,
body.brand-tucker-trail .ui-widget button {
  font-family: var(--display-font);
}
body.brand-tucker-trail a.underline-from-center, body.brand-tucker-trail button.underline-from-center,
body.brand-tucker-trail .ui-widget a.underline-from-center,
body.brand-tucker-trail .ui-widget button.underline-from-center {
  color: var(--primary-400);
  font-size: var(--font-size-1);
  text-transform: uppercase;
  letter-spacing: var(--ls-4);
}
body.brand-tucker-trail a.underline-from-center:before, body.brand-tucker-trail button.underline-from-center:before,
body.brand-tucker-trail .ui-widget a.underline-from-center:before,
body.brand-tucker-trail .ui-widget button.underline-from-center:before {
  background-color: var(--primary-400);
}
body.brand-tucker-trail .icon-container svg,
body.brand-tucker-trail .ui-widget .icon-container svg {
  stroke: var(--primary-800);
  stroke-width: 1.5px;
}
body.brand-tucker-trail .form-section,
body.brand-tucker-trail .ui-widget .form-section {
  background-color: #fff;
}
body.brand-tucker-trail .hero-section,
body.brand-tucker-trail .ui-widget .hero-section {
  background-color: var(--gray-700);
}
body.brand-tucker-trail ul.diamond-list,
body.brand-tucker-trail .ui-widget ul.diamond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
body.brand-tucker-trail ul.diamond-list li,
body.brand-tucker-trail .ui-widget ul.diamond-list li {
  position: relative;
  padding: 0 var(--spacer-3);
  padding-left: var(--spacer-4);
  line-height: 20px;
}
body.brand-tucker-trail ul.diamond-list li:before,
body.brand-tucker-trail .ui-widget ul.diamond-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 4px;
  width: 36px;
  height: 20px;
  background: transparent url(/images/tucker-trail/tt-diamond-36.svg) no-repeat;
  background-size: 36px;
}
body.brand-tucker-trail ul.diamond-list li svg,
body.brand-tucker-trail .ui-widget ul.diamond-list li svg {
  width: 36px;
}

@media only screen and (max-width: 1500px) {
  .parent-page a.child-link {
    -ms-flex-preferred-size: calc(33.3333333333% - 32px);
        flex-basis: calc(33.3333333333% - 32px);
  }
}
@media only screen and (max-width: 1200px) {
  .col-xl .form-group.checkbox .empty-label, .col-xl-1 .form-group.checkbox .empty-label, .col-xl-10 .form-group.checkbox .empty-label, .col-xl-11 .form-group.checkbox .empty-label, .col-xl-12 .form-group.checkbox .empty-label, .col-xl-2 .form-group.checkbox .empty-label, .col-xl-3 .form-group.checkbox .empty-label, .col-xl-4 .form-group.checkbox .empty-label, .col-xl-5 .form-group.checkbox .empty-label,
  .col-xl-6 .form-group.checkbox .empty-label, .col-xl-7 .form-group.checkbox .empty-label, .col-xl-8 .form-group.checkbox .empty-label, .col-xl-9 .form-group.checkbox .empty-label, .col-xl-auto .form-group.checkbox .empty-label {
    display: none;
  }
  .form-group.checkboxlist.horizontal tbody tr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
            flex: 1 0 calc(50% - 16px);
  }
  #puViewOrder .sub-section span {
    width: 140px;
  }
  .parent-page a.child-link {
    -ms-flex-preferred-size: calc(50% - 32px);
        flex-basis: calc(50% - 32px);
  }
}
@media only screen and (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
  .no-mobile {
    display: none;
  }
  .form-section {
    padding: 24px;
  }
  .form-section .section-title {
    margin-bottom: 24px;
  }
  .form-section .title-section.with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-section .title-section.with-button .section-title {
    margin-bottom: 16px;
  }
  .button-section .button,
  .button-section button {
    margin: 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #puViewOrder .form-section .sub-section .columns ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .col-lg .form-group.checkbox .empty-label, .col-lg-1 .form-group.checkbox .empty-label, .col-lg-10 .form-group.checkbox .empty-label, .col-lg-11 .form-group.checkbox .empty-label, .col-lg-12 .form-group.checkbox .empty-label, .col-lg-2 .form-group.checkbox .empty-label,
  .col-lg-3 .form-group.checkbox .empty-label, .col-lg-4 .form-group.checkbox .empty-label, .col-lg-5 .form-group.checkbox .empty-label, .col-lg-6 .form-group.checkbox .empty-label, .col-lg-7 .form-group.checkbox .empty-label, .col-lg-8 .form-group.checkbox .empty-label, .col-lg-9 .form-group.checkbox .empty-label, .col-lg-auto .form-group.checkbox .empty-label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .button-section {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .button-section .button, .button-section button {
    min-width: calc(33% - 16px);
  }
  .button.small {
    font-size: 13px;
    padding: 10px 15px 8px;
  }
  .card .col-md-4:last-child .inner-content {
    margin-bottom: 0;
  }
  .card .top-bar.with-button-section {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card .tab-link-section.ui-tabs .ui-tabs-panel .table th {
    font-size: 12px;
  }
  .card .inner-content {
    margin-bottom: 45px;
  }
  .form-directions {
    text-align: center;
  }
  .generic-form .upload-tool {
    padding: 25px 15px;
  }
  .generic-form .column-section .form-group {
    width: 50%;
  }
  .generic-form .form-group.checkbox label,
  .generic-form .form-group.checkboxlist label {
    font-size: 16px;
  }
  .form-group.checkboxlist.two-column tbody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .generic-form .form-group.radiobuttonlist table tr {
    display: block;
    margin-bottom: 20px;
  }
  .generic-form .form-group label .x-small.button {
    float: right;
  }
  .form-group.checkboxlist.horizontal tbody tr {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0;
  }
  .form-group.checkboxlist.horizontal tbody tr:nth-child(4n) {
    margin-right: 0;
  }
  .form-group.radiobuttonlist.with-boxes table tr {
    width: 80%;
  }
  .form-group.radiobuttonlist.half-width-boxes table tr {
    width: calc(100% - 8px);
  }
  .generic-form.custom-form .form-container .form-group.half-width, .generic-form.custom-form .form-container .form-group.third-width, .generic-form.custom-form .form-container .form-group.two-thirds-width {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .dataTables_wrapper {
    width: 100%;
  }
  .table-responsive {
    display: block;
    width: 100%;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive tbody, .table-responsive tr, .table-responsive td {
    display: block;
    width: 100%;
  }
  .table-responsive tr {
    padding: 20px 0;
  }
  .table-responsive td {
    padding: 5px 15px;
  }
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
  .col-md .form-group.checkbox .empty-label, .col-md-1 .form-group.checkbox .empty-label, .col-md-10 .form-group.checkbox .empty-label, .col-md-11 .form-group.checkbox .empty-label, .col-md-12 .form-group.checkbox .empty-label, .col-md-2 .form-group.checkbox .empty-label, .col-md-3 .form-group.checkbox .empty-label, .col-md-4 .form-group.checkbox .empty-label,
  .col-md-5 .form-group.checkbox .empty-label, .col-md-6 .form-group.checkbox .empty-label, .col-md-7 .form-group.checkbox .empty-label, .col-md-8 .form-group.checkbox .empty-label, .col-md-9 .form-group.checkbox .empty-label, .col-md-auto .form-group.checkbox .empty-label {
    display: none;
  }
  .parent-page a.child-link {
    -ms-flex-preferred-size: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
    margin: 8px;
    padding: 32px 0;
  }
}
@media only screen and (max-width: 576px) {
  .button-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .button {
    font-size: 14px;
  }
  .popup {
    max-width: 400px;
    padding: 35px;
  }
  .generic-form .form-group.radiobutton {
    margin: 0 0 25px 0;
  }
  .col-sm .form-group.checkbox .empty-label, .col-sm-1 .form-group.checkbox .empty-label, .col-sm-10 .form-group.checkbox .empty-label, .col-sm-11 .form-group.checkbox .empty-label, .col-sm-12 .form-group.checkbox .empty-label, .col-sm-2 .form-group.checkbox .empty-label, .col-sm-3 .form-group.checkbox .empty-label, .col-sm-4 .form-group.checkbox .empty-label, .col-sm-5 .form-group.checkbox .empty-label, .col-sm-6 .form-group.checkbox .empty-label,
  .col-sm-7 .form-group.checkbox .empty-label, .col-sm-8 .form-group.checkbox .empty-label, .col-sm-9 .form-group.checkbox .empty-label, .col-sm-auto .form-group.checkbox .empty-label {
    display: none;
  }
  .data-table .table-options a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  button[type=submit], button[type=button] {
    width: 100%;
  }
  .popup {
    max-width: 350px;
  }
  .form-group.submit .button {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  .form-group a.cancel {
    display: block;
    text-align: left;
    margin: 15px 0 0 !important;
  }
  .generic-form .column-section .form-group {
    width: 100%;
  }
  .generic-form .logo-attached .image-upload-container {
    margin-bottom: 50px;
  }
  .form-group.radiobuttonlist table tr {
    margin-right: 0;
  }
  .data-table .dtr-data a {
    margin-right: 10px;
  }
  .ui-tabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0 0 10px 0;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: inline-block;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 10px;
    border-radius: var(--border-radius-0);
  }
  .tab-panel-section .ui-button, .tab-panel-section .ui-state-default,
  .tab-panel-section .ui-widget-content .ui-state-default,
  .tab-panel-section .ui-widget-header .ui-state-default,
  .tab-panel-section html .ui-button.ui-state-disabled:active,
  .tab-panel-section html .ui-button.ui-state-disabled:hover {
    border-bottom: 1px solid #a4a4a4;
    border-radius: var(--border-radius-0);
  }
  .card .tab-panel-section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (max-width: 400px) {
  .form-group .submit .button {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1800px) {
  .manual-order #divProducts {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1600px) {
  .header.sticky .primary-nav-container .navigation-container {
    width: 100%;
  }
  .home-content .hero-section .hero .hero-content .wrapper {
    max-width: 1200px;
  }
  .home-content .hero-section .hero .slide.video .wrapper {
    max-width: 92%;
  }
  .home-content .hero-section .hero .slide.video video + .video-control {
    left: 5.5%;
  }
  .home-content .hero-section .hero .hero-content .title-section .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1500px) {
  .wrapper {
    padding: 0 3%;
  }
  .button-section.column .button {
    width: 80%;
  }
  .header .navigation-container .primary-nav li.main-link a {
    font-size: 14px;
  }
  .primary-footer .footer-content .footer-top .logo-area .logo-link {
    height: 50px;
  }
  .primary-footer .footer-content .footer-top ul.links li,
  .primary-footer .footer-content .footer-top ul.links li a {
    font-size: var(--font-size-a);
  }
  .primary-footer .footer-content .footer-top .link-area ul.links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 calc(var(--spacer-3) * -1);
  }
  .primary-footer .footer-content .footer-top .link-area ul.links > li {
    margin: 0 var(--spacer-3);
  }
  .home-content .hero-section .hero .slide.video video + .video-control {
    left: 7%;
  }
  .home-content .posts-section .post-outer-container {
    max-width: 92%;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .home-content .posts-section .slider-container {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .home-content .posts-section .post-outer-container .slick-arrow.slick-prev {
    display: inline-block !important;
    top: calc(50% + 16px);
    left: -48px;
    padding: 0;
  }
  .home-content .posts-section .post-outer-container .slick-arrow.slick-next {
    right: -40px;
    padding: 0;
  }
  .cms-page .hero-section.offset, .cms-page .hero-section.offset .hero {
    height: 400px;
  }
  .cms-page .hero-section.offset .hero {
    top: 48px;
    left: 5%;
    max-width: 90%;
  }
  .cms-page .hero-section.offset .title-section {
    max-width: unset;
  }
  .cms-page .hero-section.offset .title-section h1.title {
    font-size: var(--font-size-9);
  }
  .product-description .specs {
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px;
  }
}
@media only screen and (max-width: 1320px) {
  .header .navigation-container .secondary-nav ul li.main-link a {
    font-size: 14px;
  }
  body.brand-tucker-trail ul.diamond-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  body.brand-tucker-trail ul.diamond-list li {
    padding: var(--spacer-1) var(--spacer-4);
  }
  body.brand-tucker-trail ul.diamond-list li:before {
    top: var(--spacer-1);
  }
  .dealer-shop.checkout-page .content-container .content-split-wrapper .left {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.6;
  }
  .home-content .hero-section .hero,
  .home-content .hero-section .hero .slide {
    height: 600px;
  }
  .wrapper.login {
    padding: 64px 5%;
  }
  .cms-page .hero-section.full-width .hero {
    height: 480px;
  }
  .hero.small {
    height: 200px;
  }
  .content-container .content-split-wrapper,
  .sticky-container, .sticky-container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .content-container .content-split-wrapper > .left,
  .sticky-container > .left,
  .sticky-container .wrapper > .left {
    position: static;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--spacer-3);
  }
  .content-container .content-split-wrapper > .right,
  .sticky-container > .right,
  .sticky-container .wrapper > .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .content-container, section {
    padding: var(--spacer-4) 0;
  }
  body.brand-tucker-trail {
    --nav-height: 154px;
  }
  .header .navigation-container .logos li img {
    height: 80px;
  }
  .header .navigation-container .primary-nav li.main-link.pages-link {
    display: none;
  }
  .primary-footer .footer-content .footer-top {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .primary-footer .footer-content .footer-top > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .primary-footer .footer-content .footer-top .link-area ul.links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-content .image-link-section .link-card:nth-child(5),
  .home-content .image-link-section .link-card:nth-child(6),
  .home-content .image-link-section .link-card {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .home-content .hero-section .hero .hero-content .title-section h1.title {
    font-size: 48px;
  }
  .home-content .hero-section .hero .hero-content .title-section .subtitle {
    font-size: 16px;
    font-weight: 400;
  }
  .home-content .hero-section .hero .hero-content .title-section .title {
    font-size: 48px;
  }
  .home-content .hero-section .below-hero > p {
    font-size: 20px;
  }
  .checkout-page .content-container .content-split-wrapper,
  .checkout-page .sticky-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .checkout-page .checkout-section .wrapper .sticky-container .left {
    max-width: calc(100% - 360px);
    margin-right: var(--spacer-3);
  }
  .checkout-page .checkout-section .wrapper .sticky-container .right {
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information {
    margin-left: 0;
  }
  .breadcrumbs {
    margin-bottom: var(--spacer-4);
    font-size: var(--font-size-a);
  }
  .product-page .product-section-content .product-options .title-section {
    margin-bottom: var(--spacer-3);
    padding-bottom: 0;
  }
  .product-page .product-section-content .product-options .title-section .pricing {
    margin-top: var(--spacer-4);
  }
  .product-page .product-section-content .product-options .form-group.radiobuttonlist.button-selector table#rblModels label em {
    display: block;
  }
  .product-page .product-section-content .product-options .form-group.radiobuttonlist.button-selector table label em,
  .product-page .product-section-content .product-options .form-group.radiobuttonlist.color-selector table label em {
    margin: 5px 0;
  }
  .product-page .product-section-content .product-options .cart-details {
    margin-top: 40px;
  }
  .product-page .related-products .product-container .product {
    width: calc(33.3333333333% - 32px);
    margin-bottom: 32px;
  }
  .product-page .related-products .product-container .product:last-child {
    display: none;
  }
  .product-page .related-products .product-container .product .title > a {
    font-size: 16px;
  }
  .product-container .product, .product-page .related-products .product-container .product {
    width: calc(33.3333333333% - var(--spacer-2) * 2);
  }
  .dealer-locator .dealers-container {
    margin-bottom: 0;
  }
  .dealer-locator .dealers-container .wrapper > .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-bottom: 32px;
  }
  .dealer-locator .dealers-container .wrapper > .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dealer-locator .dealers-container .locations-container {
    margin-bottom: 32px;
  }
  .dealer-locator .more-details .note-container {
    background-color: transparent;
  }
  .cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area {
    padding: 64px;
  }
  .score-section .inner-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .form-group.input-button label.empty-label {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  :root {
    --nav-height: 78px;
    --nav-sticky-height: 78px;
  }
  body.brand-tucker-trail {
    --nav-height: 94px;
  }
  body.hide-navigation .main {
    padding-top: 37px;
  }
  h4 {
    font-size: 22px;
  }
  .main {
    padding-top: 72px;
    min-height: 530px;
  }
  .desktop-only {
    display: none;
  }
  .header .top-nav-bar {
    display: none;
  }
  body:has(.header.active) {
    overflow: hidden;
  }
  body:has(.header.active) .main {
    position: relative;
  }
  .header .navigation-container .nav-expand {
    display: block;
    margin: 0 var(--spacer-1);
  }
  .header .navigation-container .logos {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .navigation-container .nav-wrapper {
    padding: var(--spacer-2) 0;
  }
  .header .navigation-container .logos li {
    padding: 0 var(--spacer-2);
  }
  .header .navigation-container .logos li.active-brand {
    padding-left: 0;
  }
  .header .navigation-container .logos li img,
  .header.sticky .navigation-container .logos li img {
    height: 60px;
  }
  .header.active .primary-nav {
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 400px;
    height: calc(100vh - var(--nav-height));
    background-color: var(--tucker-100);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
  }
  .header.active .navigation-container .primary-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: var(--spacer-1) var(--spacer-2);
  }
  .header.active .navigation-container .primary-nav ul li {
    position: relative;
    width: 100%;
    padding: var(--spacer-1) 0;
    text-align: left;
    border-bottom: 1px solid var(--tucker-500);
  }
  .header.active .navigation-container .primary-nav ul li:last-child {
    border: none;
  }
  .header.active .navigation-container .primary-nav ul.social-links li {
    width: auto;
  }
  .header .navigation-container .primary-nav ul li.main-link ul.dropdown li.mobile-li-child-link {
    display: block;
  }
  .header .navigation-container .primary-nav ul li.main-link.has-mega-menu ul.dropdown li.mobile-li-child-link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 var(--spacer-3);
  }
  .header.active .navigation-container .primary-nav ul li.has-dropdown {
    position: relative;
  }
  .header.active .navigation-container .primary-nav ul li.has-dropdown .parent-link {
    display: none;
  }
  .header .navigation-container .primary-nav ul li.main-link.has-mega-menu .dropdown,
  .header .navigation-container .primary-nav ul li.main-link ul.dropdown {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: unset;
  }
  .header .navigation-container .primary-nav ul li.main-link.has-mega-menu a.parent-link {
    display: none;
  }
  .header .navigation-container .primary-nav ul li.main-link.has-mega-menu a.parent-link:before {
    content: none;
  }
  .header .navigation-container .primary-nav ul li.main-link.has-mega-menu .dropdown > li.dropdown-category-button {
    text-align: center;
  }
  .header .navigation-container .primary-nav ul li.has-dropdown.active .mobile-li-text:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header .navigation-container .primary-nav ul li.has-dropdown .mobile-li-text {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: var(--font-size-0);
    color: var(--primary-700);
    text-transform: uppercase;
    letter-spacing: var(--ls-4);
    font-weight: 600;
  }
  .header .navigation-container .primary-nav ul li.has-dropdown .mobile-li-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: calc(50% - 10px);
    left: auto;
    right: var(--spacer-1);
    background: url(/images/icons/chevron-down.svg) no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header .navigation-container .primary-nav ul li.main-link ul.dropdown li a.child-link {
    display: block;
    width: 100%;
    text-align: left;
  }
  .header .navigation-container .primary-nav ul li.main-link ul.dropdown li a.child-link:hover {
    color: var(--primary-700);
  }
  .header .navigation-container .primary-nav ul li.main-link a {
    padding: 0;
    font-size: var(--font-size-0);
    opacity: 1;
    color: var(--primary-700);
  }
  .header .navigation-container .primary-nav ul li.main-link a:hover:before {
    content: none;
  }
  .header .navigation-container .primary-nav li.main-link.pages-link {
    display: block;
  }
  .hero .hero-content .title-section {
    padding-top: 0;
  }
  .hero,
  .home-content .hero-section .hero,
  .home-content .hero-section .hero .slide {
    height: 500px;
  }
  .card-container.fourths .card {
    -ms-flex-preferred-size: calc(50% - 32px);
        flex-basis: calc(50% - 32px);
  }
  .account-page .files .card-body .img-container {
    height: 200px;
  }
  .cms-page .content-container .layout-block .content.fifty-fifty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .cms-page .content-container .layout-block .column-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .cms-page .content-container .layout-block.four-column .content,
  .cms-page .content-container .layout-block.five-column .content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .form-group.radiobuttonlist.with-boxes table tbody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .form-group.radiobuttonlist.with-boxes table tr {
    width: calc(50% - 16px);
  }
  .home-content .hero-section .hero .hero-content .title-section h1.title {
    font-size: 36px;
  }
  .home-content .posts-section .post-outer-container .slick-arrow.slick-prev {
    left: -40px;
  }
  .home-content .posts-section .post-outer-container .slick-arrow.slick-next {
    right: -32px;
  }
  .checkout-page .sticky-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .checkout-page .checkout-section .wrapper .sticky-container .static-section,
  .checkout-page .checkout-section .wrapper .sticky-container .left {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--spacer-3);
    padding-right: 0;
  }
  .checkout-page .checkout-section .wrapper .sticky-container .sticky-section {
    position: static;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .final-checkout-page.checkout-page .checkout-section .wrapper .sticky-container .sticky-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .final-checkout-page.checkout-page .checkout-section .wrapper .sticky-container .static-section {
    margin-top: var(--spacer-3);
    padding-top: var(--spacer-3);
    border-top: 1px solid var(--gray-400);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section:last-child {
    border-bottom: none;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content .button {
    margin-left: auto;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content p {
    text-align: right;
  }
  .dealer-shop.checkout-page .content-container .content-split-wrapper .left,
  .dealer-shop.checkout-page .content-container .content-split-wrapper .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product-page .product-details {
    margin-bottom: var(--spacer-4);
  }
  .product-description .descr .columns,
  .product-description .specs {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .product-page .related-products .section-title {
    padding-bottom: var(--spacer-3);
    margin-bottom: 0;
  }
  .dealer-locator .dealers-container .search-map {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .card-container.thirds .card,
  .card-container.fourths .card {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
  .card-container .card .card-footer .button-section a {
    font-size: 13px;
  }
  .header .primary-nav-container .nav-expand {
    right: 3%;
  }
  .header .navigation-container .logos li {
    padding: 0 12px;
  }
  body.brand-tucker-trail .primary-footer .footer-content .footer-top .link-area ul.links > li {
    margin: 0 var(--spacer-3);
  }
  .home-content .collections .collection-wrapper {
    padding: var(--spacer-5);
  }
  .home-content .collections .collection-wrapper > * {
    width: 100%;
  }
  .home-content .collections .collection-wrapper .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: var(--spacer-4);
  }
  .home-content .collections .collection-wrapper .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .home-content .collections .collection-wrapper .left .title-section,
  .home-content .collections .collection-wrapper .left ul {
    margin-bottom: var(--spacer-3);
  }
  body.brand-tucker-trail ul.diamond-list li {
    padding-top: var(--spacer-2);
    padding-bottom: var(--spacer-2);
  }
  body.brand-tucker-trail ul.diamond-list li:before {
    top: auto;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body.brand-tucker-trail ul.diamond-list li:last-child::before {
    content: none;
  }
  .score-section .inner-content {
    padding: var(--spacer-3);
  }
  /*-- Components --*/
  .resource.card {
    margin-bottom: var(--spacer-2);
  }
  .dealer-product-table tbody,
  .dealer-product-table tr {
    display: block;
  }
  .dealer-product-table tr {
    border-bottom: 5px solid #D9D9D9;
  }
  .dealer-shop table.dealer-product-table td.product-thumb,
  .dealer-shop table.dealer-product-table td.product-price,
  .dealer-shop table.dealer-product-table td.strike,
  .dealer-shop table.dealer-product-table td.quantity,
  .dealer-shop table.dealer-product-table td.product-total,
  .dealer-shop table.dealer-product-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .dealer-shop table.dealer-product-table td.text-right {
    text-align: left !important;
  }
  .dealer-shop table.dealer-product-table td:first-child {
    padding-left: 12px;
  }
  .dealer-shop table.dealer-product-table .mobile-td-header {
    display: block;
    width: 200px;
  }
  .dealer-shop table.dealer-product-table .product-link a {
    width: calc(100% - 200px);
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content p {
    text-align: center;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li, .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.label, .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.label {
    text-align: left;
  }
  .dealer-shop table.dealer-product-table thead {
    display: none;
    text-transform: uppercase;
  }
  .content-container {
    padding: 32px 0 0;
  }
  .content-container .content-split-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 32px;
  }
  .content-container .content-split-wrapper .right {
    padding-right: 0;
  }
  .product-section-content .product-image-container .main-slider-container {
    margin: 0;
  }
  .product-page .product-details .intro-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .product-page .product-details .intro-section .intro {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product-container .product,
  .product-page .related-products .product-container .product {
    width: calc(50% - 32px);
  }
  .product-container .product:last-child,
  .product-page .related-products .product-container .product:last-child {
    display: block;
  }
  .wrapper.login {
    padding: 32px 4%;
  }
  .login .login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .login .login-container > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .login .login-container .left {
    border-right: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
  .cms-page .content-container .layout-block .content.fifty-fifty,
  .split-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .cms-page .content-container .layout-block .content.full-width-background {
    padding: 64px;
  }
  .cms-page .content-container .layout-block .content.full-width-background .inner-content-container {
    max-width: unset;
  }
  .cms-page .content-container .layout-block .content.full-width-background.left .inner-content-container,
  .cms-page .content-container .layout-block .content.full-width-background.right .inner-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cms-page .content-container .layout-block .content.full-width-background.left .inner-content-container p,
  .cms-page .content-container .layout-block .content.full-width-background.right .inner-content-container p {
    text-align: center;
  }
  .cms-page .content-container .layout-block.two-column > .wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .cms-page .content-container .layout-block.two-column .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: var(--spacer-3);
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 4%;
  }
  .main {
    min-height: 450px;
  }
  .content-container, section,
  .retail-product-page section {
    padding-top: var(--spacer-3);
    padding-bottom: var(--spacer-3);
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
    margin: 0 0 var(--spacer-3);
  }
  h3 {
    font-size: 24px;
  }
  h4, h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
    margin-bottom: var(--spacer-3);
  }
  .header.sticky .primary-nav-container .navigation-container {
    width: 100%;
  }
  .header .primary-nav-container .navigation-container .primary-nav li a {
    padding: 5px 30px;
    font-size: 14px;
  }
  .header .navigation-container .primary-nav .logos li:not(.active-brand) {
    display: none;
  }
  .primary-footer .footer-content .footer-bottom,
  .primary-footer .footer-content .footer-bottom ul.links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .primary-footer .footer-content ul.links {
    text-align: center;
  }
  .primary-footer .footer-content ul.links li {
    padding-top: var(--spacer-2);
    padding-bottom: var(--spacer-2);
  }
  .primary-footer .footer-content ul.links.social-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .form-section {
    margin-bottom: var(--spacer-3);
    padding: var(--spacer-2);
  }
  .form-group.radiobuttonlist.button-selector table tr {
    width: calc(100% - var(--spacer-2));
  }
  .form-group.radiobuttonlist.button-selector table tbody {
    margin: 0;
  }
  .form-group.radiobuttonlist.button-selector.response-rating table tr {
    margin: 0 var(--spacer-1);
  }
  .form-group.radiobuttonlist.button-selector.nps-rating table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .form-group.radiobuttonlist.button-selector.nps-rating .label-helper {
    display: none;
  }
  .form-group.radiobuttonlist.button-selector.nps-rating table span.tablet-only {
    display: inline-block;
  }
  .form-group.radiobuttonlist.button-selector.nps-rating table tbody {
    margin: 0 calc(var(--spacer-2) * -1);
  }
  .score-section .form-group.radiobuttonlist.button-selector.nps-rating table tr {
    width: calc(100% - 40px);
    margin: var(--spacer-0) var(--spacer-2);
  }
  .score-section .form-group.radiobuttonlist.button-selector.nps-rating > label > span {
    display: unset;
  }
  /*-- Components --*/
  .cms-page .hero-section.full-width .hero {
    height: 320px;
  }
  .shop-page .hero-section .hero,
  .shop-page .hero-section .hero img {
    height: 100%;
  }
  .hero img, .hero.small img {
    position: absolute;
  }
  .hero .hero-content .title-section h1.title {
    font-size: 48px;
  }
  .cms-page .hero-section.offset {
    margin-bottom: 0;
  }
  .cms-page .hero-section.offset .hero {
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
  }
  .cms-page .hero-section.offset .hero .hero-content {
    position: absolute;
    padding: var(--spacer-3) 0;
  }
  .cms-page .hero-section.offset .title-section h1.title {
    max-width: 90%;
    font-size: 48px;
    letter-spacing: var(--ls-3);
  }
  .hero.small .hero-content,
  .shop-page .hero-section .hero.short {
    height: 100%;
  }
  .home-content section:not(.hero-section, .score-section) {
    padding: var(--spacer-4) 0;
  }
  .hero,
  .home-content .hero-section .hero,
  .home-content .hero-section .hero .slide {
    height: 400px;
  }
  .home-content .hero-section .hero img {
    position: relative;
    height: 400px;
  }
  .home-content .hero-section .hero .hero-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    padding: 0;
  }
  .home-content .hero-section .hero .hero-content .title-section .title {
    font-size: 30px;
  }
  .home-content .hero-section .hero .hero-links a {
    font-size: 14px;
    padding: 20px 10px;
  }
  .home-content .collections > .title-section > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .home-content .collections > .title-section li {
    padding: var(--spacer-1) var(--spacer-3);
  }
  .home-content .image-link-section .link-cards {
    -ms-grid-rows: 240px var(--spacer-2) 240px var(--spacer-2) 240px;
    grid-template-rows: repeat(3, 240px);
  }
  .home-content .video-section .title-section .title {
    display: none;
  }
  .warranty-section .title-section {
    margin-bottom: 0;
  }
  .home-content .video-section .title-section .title {
    margin-bottom: 0;
  }
  .score-section .inner-content {
    padding: var(--spacer-2);
  }
  .score-section .form-group.radiobuttonlist.button-selector.nps-rating > label {
    font-size: 20px;
  }
  .score-section .form-group.textarea {
    margin: 0 auto;
  }
  .error-page .note {
    margin-bottom: 0;
  }
  .dealer-form-steps {
    margin: 0;
  }
  .become-dealer-page .form-section h4 {
    font-size: 20px;
  }
  .dealer-locator .dealers-container .search-map {
    height: 500px;
  }
  .product-page .product-details .intro .descr {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product {
    width: calc(50% - 32px);
  }
  .checkout-page .button-section .button,
  .checkout-page .button-section button {
    min-width: unset;
    width: calc(100% - var(--spacer-2));
  }
  .account-page .account-sidebar ul li {
    font-size: 13px;
    padding: 4px 8px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .content-container.checkout-section {
    padding: var(--spacer-3) 0;
  }
  .checkout-page .checkout-section .wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .checkout-page .checkout-section .wrapper .sidebar {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .checkout-page .checkout-section .wrapper .sidebar h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .checkout-page .checkout-section .wrapper .order-summary h3,
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title {
    font-size: 20px;
  }
  .checkout-page .checkout-section .wrapper .order-information-section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 auto;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section:first-child {
    border-top: 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section {
    padding: 40px 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information .form-section {
    margin-bottom: 20px;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .form-section .row .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .form-section {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .main {
    padding-top: 56px;
  }
  .card-container.fourths .card,
  .card-container.thirds .card,
  .card-container.havles .card {
    -ms-flex-preferred-size: calc(100% - var(--spacer-2));
        flex-basis: calc(100% - var(--spacer-2));
  }
  .card-container .card .card-footer .button-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .header-bar {
    min-height: 65px;
  }
  .header .primary-nav-container .logo img {
    height: 40px;
  }
  .home-content .hero-section .hero .slide.video .hero-content,
  .home-content .hero-section .hero .slide.video .hero-content > * {
    text-align: center;
  }
  .home-content .hero-section .hero .slide.video video + .video-control {
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .home-content .hero-section .hero .slide.video .video-control .button {
    margin-bottom: 0;
  }
  .home-content .image-link-section .link-cards {
    -ms-grid-rows: 240px var(--spacer-2) 240px var(--spacer-2) 240px var(--spacer-2) 240px var(--spacer-2) 240px var(--spacer-2) 240px;
    grid-template-rows: repeat(6, 240px);
  }
  .home-content .image-link-section .link-card,
  .home-content .image-link-section .link-card:nth-child(5),
  .home-content .image-link-section .link-card:nth-child(6) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .home-content .posts-section .post-outer-container {
    max-width: 86%;
  }
  .product-container {
    margin: 0;
  }
  .product-container .product,
  .product-page .related-products .product-container .product,
  .checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product {
    width: 100%;
    margin: 16px 0;
  }
  .checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product .product-image {
    height: 280px;
  }
  .product-page .related-products .product-container .product,
  .checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product {
    width: 100%;
    margin: 16px 0;
  }
  .checkout-page .checkout-section .wrapper .order-summary .related-products .product-container .product .product-image {
    height: 280px;
  }
  .form-group.input-button.add-to-cart {
    margin-top: 0;
  }
  .form-group.radiobuttonlist.with-boxes table tr {
    width: calc(100% - 16px);
  }
  .form-group.radiobuttonlist.button-selector > label span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .form-group.radiobuttonlist.button-selector > label > span {
    display: unset;
  }
  .checkout-page .checkout-section .wrapper .order-summary .summary-content .title-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .checkout-page .checkout-section .wrapper .order-summary .summary-content .product-info {
    margin-left: 0;
  }
  .checkout-page .checkout-section .wrapper .order-summary h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section {
    padding: 24px 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section.active .section-title {
    margin-bottom: 16px;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title {
    margin-bottom: 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options {
    margin-right: 16px;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .section-number,
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals,
  .checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals {
    margin-left: 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .section-title .options .icon-container svg {
    width: 12px;
    height: 12px;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .step-header button {
    width: auto;
    margin-right: 0;
  }
  .checkout-page .checkout-section .wrapper .order-information-section .order-section .order-information .form-section {
    margin-bottom: 25px;
  }
  .checkout-page .checkout-section .wrapper a.underline-from-center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li,
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li,
  .dealer-shop.checkout-page.dealer-checkout .checkout-section .wrapper .order-summary .summary-content ul.subtotals li,
  .dealer-shop.checkout-page.dealer-checkout .checkout-section .wrapper .order-summary .summary-content ul.totals li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.label,
  .dealer-shop.checkout-page .checkout-section .wrapper .order-summary .summary-content ul.totals li span.label,
  .dealer-shop.checkout-page.dealer-checkout .checkout-section .wrapper .order-summary .summary-content ul.subtotals li span.label,
  .dealer-shop.checkout-page.dealer-checkout .checkout-section .wrapper .order-summary .summary-content ul.totals li span.label {
    text-align: left;
  }
  .account-page .account-sidebar .account-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .account-page .account-sidebar .account-tabs li.active {
    background-color: var(--primary-700);
  }
  .account-page .account-sidebar .account-tabs li.active a {
    color: #fff;
  }
  .account-page .right .title-section .button-section .button {
    width: 100%;
  }
  .cms-page .content-container .layout-block .content.fifty-fifty .fifty-fifty-area,
  .cms-page .content-container .layout-block .content.full-width-background {
    padding: var(--spacer-4) var(--spacer-3);
  }
  .tag-container.button-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media only screen and (max-width: 500px) {
  .hero .hero-content {
    padding: var(--spacer-4) 0;
  }
  .login {
    margin: 20px;
  }
  .login .login-form {
    padding: 25px;
  }
  .login .logo {
    margin: 0 0 15px;
  }
  .login .logo img {
    max-height: 75px;
  }
  .login .extra-links {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .login .button {
    display: block;
  }
  .form-group.radiobuttonlist.button-style table tbody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-group.radiobuttonlist.button-style.large-buttons tr {
    width: 100%;
    max-width: unset;
    margin: 4px;
  }
  .product-page .product-section-content .product-options .form-group.radiobuttonlist.button-selector > label span {
    padding-left: 0;
  }
  .product-page .title-section.mobile {
    margin-bottom: 40px;
  }
  .checkout-page.manual-checkout .checkout-section .wrapper .order-summary .summary-content ul li span.detail {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 400px) {
  .wrapper {
    padding: 0 var(--spacer-2);
  }
  .header.active .primary-nav {
    width: 94vw;
  }
  .dealer-shop table.dealer-product-table .mobile-td-header {
    width: 178px;
  }
}
/*# sourceMappingURL=style.css.map */