body .dialog-off-canvas-main-canvas header.dxpr-theme-secondary-header section#block-custom-dxpr-topheader {
  padding: 0;
}
body .dialog-off-canvas-main-canvas header#navbar {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
body .dialog-off-canvas-main-canvas header#navbar .region.region-navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .dialog-off-canvas-main-canvas .wrap-containers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  min-height: 100%;
}
body .dialog-off-canvas-main-canvas .wrap-containers .region-highlighted {
  margin-bottom: var(--dxpr-setting-gutter-vertical);
}
body .dialog-off-canvas-main-canvas .wrap-containers .page-title-full-width-container {
  margin-bottom: var(--dxpr-setting-gutter-vertical);
}
@media (max-width: 768px) {
  body .dialog-off-canvas-main-canvas .wrap-containers .main-container.container .row section.col-sm-9 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  body .dialog-off-canvas-main-canvas .wrap-containers .main-container.container .row section.col-sm-9 {
    -webkit-flex-basis: -webkit-calc(100% - 260px);
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px);
  }
}
body .dialog-off-canvas-main-canvas .wrap-containers .main-container.container .row aside.col-sm-3 {
  margin-bottom: 0;
  width: 240px;
}
@media (max-width: 768px) {
  body .dialog-off-canvas-main-canvas .wrap-containers .main-container.container .row aside.col-sm-3 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
body .dialog-off-canvas-main-canvas .wrap-containers .dxpr-theme-fluid.content-bottom-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
header#secondary-header {
  background-color: var(--dxpr-color-footer);
  padding: 0;
}
.body--dxpr-theme-nav-mobile header#secondary-header .secondary-header-container {
  padding: 0;
}
header#secondary-header section.top-header-block .field--name-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body > * {
  margin: 0.4375rem 0;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body > *:last-child {
  margin-bottom: 0;
  padding: 0;
}
header#secondary-header section.top-header-block .field--name-body .top-header-addr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body .top-header-addr {
  margin: 0;
}
header#secondary-header section.top-header-block .field--name-body .topbar-information ul {
  padding-left: 0;
}
header#secondary-header section.top-header-block .field--name-body .topbar-information ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.25rem;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body .topbar-information ul li {
  padding-top: 0.4375rem;
}
@media (max-width: 400px) {
  .body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body .topbar-information ul li.address {
    display: none;
  }
}
header#secondary-header section.top-header-block .field--name-body .topbar-information .ico {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  width: 40px;
  height: 25px;
}
header#secondary-header section.top-header-block .field--name-body .topbar-information .ico.geo {
  background-image: url("../images/icons/geo-alt-fill.svg");
}
header#secondary-header section.top-header-block .field--name-body .topbar-information .ico.phone {
  background-image: url("../images/icons/phone-vibrate.svg");
}
header#secondary-header section.top-header-block .field--name-body .topbar-information .ico.mail {
  background-image: url("../images/icons/envelope-paper.svg");
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body img {
  margin-right: auto;
  margin-left: auto;
}
header#secondary-header section.top-header-block .field--name-body a.btn {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: var(--dxpr-color-base);
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.35);
  border: none;
  padding: 0.25rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: bold;
}
.body--dxpr-theme-nav-mobile header#secondary-header section.top-header-block .field--name-body a.btn {
  -webkit-border-radius: unset;
          border-radius: unset;
}
header#secondary-header section.top-header-block .field--name-body a.btn:hover, header#secondary-header section.top-header-block .field--name-body a.btn:focus {
  background: #c23700;
  text-decoration: none;
}
header#secondary-header .topbar-information .infor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#navbar .navbar-brand .site-logo img {
  margin-top: 0.625rem;
  height: 85px;
}
#navbar .navbar-brand .site-title {
  font-size: 2rem;
  color: var(--dxpr-color-text) !important;
}
#navbar .navbar-brand .site-slogan {
  letter-spacing: 0.01875rem;
  color: var(--dxpr-color-text);
  font-size: 0.67rem;
  font-weight: 500;
  text-transform: uppercase;
}

.body--dxpr-theme-nav-desktop #navbar.dxpr-theme-header--top.dxpr-theme-header--logo-right-menu-left .navbar-header {
  float: unset;
}
.body--dxpr-theme-nav-desktop #navbar.dxpr-theme-header--top .nav > li > a {
  font-size: var(--dxpr-setting-nav-font-size);
}

.body--dxpr-theme-nav-desktop .dxpr-theme-header--top #logo {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/*  PRODUCT-RELATED CUSTOMIZATIONS  */
@media (max-width: 400px) {
  body.lapelpinscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
}
@media (max-width: 480px) {
  body.lapelpinscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  body.lapelpinscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand {
    margin-right: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.lapelpinscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.lapelpinscustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan {
    padding: 1.25rem 0;
  }
}

@media (max-width: 400px) {
  body.tiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
}
@media (max-width: 400px) {
  body.tiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand {
    margin-right: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.tiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.tiescustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan {
    padding: 1.25rem 0;
  }
}

@media (max-width: 400px) {
  body.cufflinkscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
}
@media (max-width: 480px) {
  body.cufflinkscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  body.cufflinkscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand {
    margin-right: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.cufflinkscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.cufflinkscustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan {
    padding: 1.25rem 0;
  }
}
@media (max-width: 855px) {
  body.cufflinkscustom.body--dxpr-theme-nav-desktop #navbar .navbar-brand {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.cufflinkscustom.body--dxpr-theme-nav-desktop #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.cufflinkscustom.body--dxpr-theme-nav-desktop #navbar .navbar-brand .site-title-slogan {
    padding: 1.25rem 0;
  }
}
@media (max-width: 960px) {
  body.cufflinkscustom.body--dxpr-theme-nav-desktop #navbar .navbar-brand .site-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo,
  body.bowtiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
}
@media (max-width: 440px) {
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-title,
  body.bowtiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand,
  body.bowtiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand {
    margin-right: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo,
  body.bowtiescustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan,
  body.bowtiescustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0;
  }
}

@media (max-width: 400px) {
  body.apronscustom.body--dxpr-theme-nav-mobile #navbar .three-dash {
    bottom: 10px;
  }
}

@media (max-width: 470px) {
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
}
@media (max-width: 565px) {
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 470px) {
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand {
    margin-right: 3.125rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .navbar-brand .site-logo {
    display: none !important;
  }
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .site-title-slogan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0;
  }
  body.stubbycoolerscustom.body--dxpr-theme-nav-mobile #navbar .three-dash {
    bottom: 10px;
  }
}

header#navbar .navbar-header {
  width: 100%;
}
header#navbar .navbar-brand .site-slogan {
  display: block !important;
}
header#navbar section.desktop-main-menu ul > li > a,
header#navbar section.mobile-main-menu ul > li > a {
  text-transform: uppercase;
}
header#navbar section.desktop-main-menu ul a.is-active,
header#navbar section.desktop-main-menu ul a.active,
header#navbar section.mobile-main-menu ul a.is-active,
header#navbar section.mobile-main-menu ul a.active {
  color: #fff;
  background-color: var(--dxpr-color-base);
}

.body--dxpr-theme-nav-desktop nav.dxpr-theme-main-menu .mobile-main-menu {
  display: none;
}
.body--dxpr-theme-nav-desktop .dxpr-theme-header--top .dxpr-theme-main-menu {
  height: unset;
}
.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
  line-height: 1.875rem;
}
.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a.dropdown-toggle::after {
  display: none;
}

.body--dxpr-theme-nav-mobile section.desktop-main-menu {
  display: none;
}
.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.html--dxpr-theme-nav-mobile--open .body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle {
  top: -30px;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open {
  width: 100%;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open section.mobile-main-menu {
  padding: 0;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open section.mobile-main-menu ul {
  display: block;
  position: fixed;
  width: 100%;
  height: -webkit-calc(100% - 110px);
  height: calc(100% - 110px);
  z-index: 1000;
  background: white;
  overflow: auto;
  top: unset !important;
  margin-top: 6.875rem !important;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open section.mobile-main-menu ul li {
  text-align: center;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open section.mobile-main-menu ul li a.menu__link {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  letter-spacing: 0.04375rem;
  padding: 1.25rem 1.25rem;
}
.body--dxpr-theme-nav-mobile #navbar section.block-system-branding-block {
  padding: 0;
  margin: 0;
}

.tiescustom.body--dxpr-theme-nav-desktop header#navbar .navbar-brand {
  min-width: 285px;
}
@media (max-width: 830px) {
  .tiescustom.body--dxpr-theme-nav-desktop header#navbar .region.region-navigation section.desktop-main-menu .nav > li > a {
    padding: 0 0.625rem 0 0.625rem;
  }
}
@media (min-width: 961px) and (max-width: 1095px) {
  .tiescustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    font-size: 1rem !important;
    padding: 0 0.625rem 0 0.625rem;
  }
}
@media (max-width: 960px) {
  .tiescustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    height: calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: calc(var(--dxpr-setting-header-top-height) / 2);
  }
}

.lapelpinscustom.body--dxpr-theme-nav-desktop header#navbar .navbar-brand {
  min-width: 360px;
}
.lapelpinscustom.body--dxpr-theme-nav-desktop header#navbar .navbar-brand .site-title {
  letter-spacing: 0 !important;
}
@media (min-width: 983px) and (max-width: 1100px) {
  .lapelpinscustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    font-size: 1rem !important;
    padding: 0 0.625rem 0 0.625rem;
  }
}
@media (max-width: 982px) {
  .lapelpinscustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    font-size: 1rem !important;
    height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    height: calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: calc(var(--dxpr-setting-header-top-height) / 2);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .scarvescustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.scarvescustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
  font-size: 1rem !important;
  padding: 0 0.625rem 0 0.625rem;
}
@media (max-width: 1100px) {
  .scarvescustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    height: calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: -webkit-calc(var(--dxpr-setting-header-top-height) / 2);
    line-height: calc(var(--dxpr-setting-header-top-height) / 2);
  }
}

@media (max-width: 830px) {
  .cufflinkscustom.body--dxpr-theme-nav-desktop header#navbar .region.region-navigation section.desktop-main-menu .nav > li > a {
    padding: 0 0.625rem 0 0.625rem;
  }
}
@media (max-width: 1020px) {
  .cufflinkscustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    font-size: 1rem !important;
    padding: 0 0.625rem 0 0.625rem;
  }
}
@media (max-width: 855px) {
  .cufflinkscustom.body--dxpr-theme-nav-desktop header#navbar section.desktop-main-menu ul > li > a {
    font-size: 0.9375rem !important;
    padding: 0 0.4375rem 0 0.4375rem;
  }
}

.block--menu-sublevel {
  background-color: var(--dxpr-color-base);
  position: relative;
}
.block--menu-sublevel:before, .block--menu-sublevel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: -webkit-calc((100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2);
  top: 0;
  background-color: var(--dxpr-color-base);
}
.block--menu-sublevel:before {
  right: 100%;
}
.block--menu-sublevel:after {
  left: 100%;
}
.block--menu-sublevel ul.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}
.block--menu-sublevel ul.navbar-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
  position: relative;
}
.block--menu-sublevel ul.navbar-nav li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.block--menu-sublevel ul.navbar-nav li a {
  display: block;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  font-weight: normal;
  opacity: 0.75;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: white !important;
}
.block--menu-sublevel ul.navbar-nav li a.is-active {
  background: transparent;
  opacity: 1;
}
@media (min-width: 769px) {
  .block--menu-sublevel ul.navbar-nav li a {
    padding: 1rem 1.5rem;
  }
}
.block--menu-sublevel ul.navbar-nav li a:hover {
  opacity: 1;
}

.region-highlighted .block-views-blockhero-banner-block-block-1 .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
}
.region-highlighted img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 500px;
}

.body--dxpr-theme-nav-desktop .region-highlighted .views-field-body {
  position: relative;
  padding-left: var(--dxpr-setting-gutter-container);
  padding-right: var(--dxpr-setting-gutter-container);
  max-width: var(--dxpr-setting-layout-max-width);
  margin-right: auto;
  margin-left: auto;
}
.body--dxpr-theme-nav-desktop .region-highlighted .views-field-body .field-content {
  position: absolute;
  bottom: 70px;
}
.body--dxpr-theme-nav-desktop .region-highlighted .views-field-body .field-content .front-block {
  width: 500px;
}
@media (max-width: 992px) {
  .body--dxpr-theme-nav-desktop .region-highlighted .views-field-body .field-content .front-block {
    width: 450px;
  }
}
.body--dxpr-theme-nav-desktop .region-highlighted .views-field-body .field-content .front-block h2 {
  font-size: 4.6875rem;
}
.body--dxpr-theme-nav-desktop .region-highlighted .views-field-body .field-content .front-block p {
  color: var(--dxpr-color-text);
  font-size: 1.5625rem;
}

.contextual-links li a {
  color: black !important;
}

.body--dxpr-theme-nav-mobile .region-highlighted > section:not(:last-child) {
  margin-bottom: 3.125rem;
}
.body--dxpr-theme-nav-mobile .region-highlighted .views-row {
  position: relative;
}
.body--dxpr-theme-nav-mobile .region-highlighted img {
  opacity: 0.7;
}
.body--dxpr-theme-nav-mobile .views-field-body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 3.125rem;
  margin: auto;
  left: 20px;
  right: 20px;
}
.body--dxpr-theme-nav-mobile .views-field-body .front-block h2 {
  font-size: 3.4375rem;
}
.body--dxpr-theme-nav-mobile .views-field-body .front-block p {
  color: var(--dxpr-color-text);
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .body--dxpr-theme-nav-mobile .views-field-body .front-block h2 {
    font-size: 2.8125rem;
  }
  .body--dxpr-theme-nav-mobile .views-field-body .front-block p {
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  .body--dxpr-theme-nav-mobile .views-field-body .front-block h2 {
    font-size: 2.1875rem;
  }
  .body--dxpr-theme-nav-mobile .views-field-body .front-block p {
    font-size: 1rem;
  }
}

.body--dxpr-theme-nav-desktop .region-highlighted {
  position: relative;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 1201px) {
  .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform {
    width: -webkit-calc(var(--dxpr-setting-layout-max-width) - var(--dxpr-setting-gutter-container) * 2);
    width: calc(var(--dxpr-setting-layout-max-width) - var(--dxpr-setting-gutter-container) * 2);
  }
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container {
  position: absolute;
  top: 6px;
  right: 0;
  width: 400px;
}
@media (max-width: 992px) {
  .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container {
    width: 300px;
  }
}
@media (max-width: 830px) {
  .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container {
    top: 0;
    width: 250px;
  }
  .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container .block-title {
    margin-bottom: 0.625rem;
  }
}

.externalsiteslinks-block .block-container {
  padding-left: var(--dxpr-setting-gutter-container);
  padding-right: var(--dxpr-setting-gutter-container);
  margin-right: auto;
  margin-left: auto;
}
.body--dxpr-theme-nav-desktop .externalsiteslinks-block .block-container {
  max-width: var(--dxpr-setting-layout-max-width);
}
.body--dxpr-theme-nav-mobile .externalsiteslinks-block .block-container {
  padding-left: var(--dxpr-setting-gutter-container-mobile);
  padding-right: var(--dxpr-setting-gutter-container-mobile);
}
@media screen and (max-width: 1200px) {
  .externalsiteslinks-block .block-container {
    padding-left: -webkit-calc(var(--dxpr-setting-gutter-horizontal-mobile) / 2);
    padding-left: calc(var(--dxpr-setting-gutter-horizontal-mobile) / 2);
    padding-right: -webkit-calc(var(--dxpr-setting-gutter-horizontal-mobile) / 2);
    padding-right: calc(var(--dxpr-setting-gutter-horizontal-mobile) / 2);
  }
}

.externalsiteslinks-block ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.externalsiteslinks-block ul li[class^=site-] {
  padding: 0.625rem 0 0.625rem 0.3125rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
}
.externalsiteslinks-block ul li[class^=site-] > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  overflow: hidden;
}
.externalsiteslinks-block ul li[class^=site-] a {
  display: block;
  height: 24px;
  text-decoration: none;
  color: var(--dxpr-color-text);
  text-align: start;
}
.externalsiteslinks-block ul li[class^=site-] a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 0.9375rem;
}
.externalsiteslinks-block ul li[class^=site-] .ico {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.tiescustom .externalsiteslinks-block ul li[class^=site-].tiescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].tiescustom .ico {
  background-image: url("../images/icons/tie-fill.svg");
}
.tiescustom .externalsiteslinks-block ul li[class^=site-].tiescustom .ico {
  background-image: url("../images/icons/tie-white-fill.svg");
}
.lapelpinscustom .externalsiteslinks-block ul li[class^=site-].lapelpinscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].lapelpinscustom .ico {
  background-image: url("../images/icons/medal-fill.svg");
}
.lapelpinscustom .externalsiteslinks-block ul li[class^=site-].lapelpinscustom .ico {
  background-image: url("../images/icons/medal-white-fill.svg");
}
.cufflinkscustom .externalsiteslinks-block ul li[class^=site-].cufflinkscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].cufflinkscustom .ico {
  background-image: url("../images/icons/cuff.svg");
}
.cufflinkscustom .externalsiteslinks-block ul li[class^=site-].cufflinkscustom .ico {
  background-image: url("../images/icons/cuff-white.svg");
}
.keyringscustom .externalsiteslinks-block ul li[class^=site-].keyringscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].keyringscustom .ico {
  background-image: url("../images/icons/keyhart.svg");
}
.keyringscustom .externalsiteslinks-block ul li[class^=site-].keyringscustom .ico {
  background-image: url("../images/icons/keyhart-white.svg");
}
.scarvescustom .externalsiteslinks-block ul li[class^=site-].scarvescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].scarvescustom .ico {
  background-image: url("../images/icons/scarf-fill.svg");
}
.scarvescustom .externalsiteslinks-block ul li[class^=site-].scarvescustom .ico {
  background-image: url("../images/icons/scarf-white-fill.svg");
}
.bowtiescustom .externalsiteslinks-block ul li[class^=site-].bowtiescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].bowtiescustom .ico {
  background-image: url("../images/icons/bow-tie-fill.svg");
}
.bowtiescustom .externalsiteslinks-block ul li[class^=site-].bowtiescustom .ico {
  background-image: url("../images/icons/bow-tie-white-fill.svg");
}
.golfmotion .externalsiteslinks-block ul li[class^=site-].golfmotion {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].golfmotion .ico {
  background-image: url("../images/icons/golf-fill.svg");
}
.golfmotion .externalsiteslinks-block ul li[class^=site-].golfmotion .ico {
  background-image: url("../images/icons/golf-white-fill.svg");
}
.apronscustom .externalsiteslinks-block ul li[class^=site-].apronscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].apronscustom .ico {
  background-image: url("../images/icons/apron-fill.svg");
}
.apronscustom .externalsiteslinks-block ul li[class^=site-].apronscustom .ico {
  background-image: url("../images/icons/apron-white-fill.svg");
}
.bandanascustom .externalsiteslinks-block ul li[class^=site-].bandanascustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].bandanascustom .ico {
  background-image: url("../images/icons/bandana-man.svg");
}
.bandanascustom .externalsiteslinks-block ul li[class^=site-].bandanascustom .ico {
  background-image: url("../images/icons/bandana-man-white.svg");
}
.beaniescustom .externalsiteslinks-block ul li[class^=site-].beaniescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].beaniescustom .ico {
  background-image: url("../images/icons/beanies.svg");
}
.beaniescustom .externalsiteslinks-block ul li[class^=site-].beaniescustom .ico {
  background-image: url("../images/icons/beanies-white.svg");
}
.beltbucklescustom .externalsiteslinks-block ul li[class^=site-].beltbucklescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].beltbucklescustom .ico {
  background-image: url("../images/icons/belt-buckles.svg");
}
.externalsiteslinks-block ul li[class^=site-].beltbucklescustom .ico a {
  width: 45px;
}
.beltbucklescustom .externalsiteslinks-block ul li[class^=site-].beltbucklescustom .ico {
  background-image: url("../images/icons/belt-buckles-white.svg");
}
.bottleopenerscustom .externalsiteslinks-block ul li[class^=site-].bottleopenerscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].bottleopenerscustom .ico {
  background-image: url("../images/icons/bottle-opener.svg");
}
.externalsiteslinks-block ul li[class^=site-].bottleopenerscustom .ico a {
  width: 45px;
}
.bottleopenerscustom .externalsiteslinks-block ul li[class^=site-].bottleopenerscustom .ico {
  background-image: url("../images/icons/bottle-opener-white.svg");
}
.pokerchipscustom .externalsiteslinks-block ul li[class^=site-].pokerchipscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].pokerchipscustom .ico {
  background-image: url("../images/icons/chips-casino.svg");
}
.externalsiteslinks-block ul li[class^=site-].pokerchipscustom .ico a {
  width: 45px;
}
.pokerchipscustom .externalsiteslinks-block ul li[class^=site-].pokerchipscustom .ico {
  background-image: url("../images/icons/chips-casino-white.svg");
}
.coinscustom .externalsiteslinks-block ul li[class^=site-].coinscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].coinscustom .ico {
  background-image: url("../images/icons/coin.svg");
}
.externalsiteslinks-block ul li[class^=site-].coinscustom .ico a {
  width: 45px;
}
.coinscustom .externalsiteslinks-block ul li[class^=site-].coinscustom .ico {
  background-image: url("../images/icons/coin-white.svg");
}
.lanyardscustom .externalsiteslinks-block ul li[class^=site-].lanyardscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].lanyardscustom .ico {
  background-image: url("../images/icons//ribbon.svg");
}
.externalsiteslinks-block ul li[class^=site-].lanyardscustom .ico a {
  width: 45px;
}
.lanyardscustom .externalsiteslinks-block ul li[class^=site-].lanyardscustom .ico {
  background-image: url("../images/icons//ribbon-white.svg");
}
.medalscustom .externalsiteslinks-block ul li[class^=site-].medalscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].medalscustom .ico {
  background-image: url("../images/icons/olympic-medal.svg");
}
.externalsiteslinks-block ul li[class^=site-].medalscustom .ico a {
  width: 45px;
}
.medalscustom .externalsiteslinks-block ul li[class^=site-].medalscustom .ico {
  background-image: url("../images/icons/olympic-medal-white.svg");
}
.moneyclipscustom .externalsiteslinks-block ul li[class^=site-].moneyclipscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].moneyclipscustom .ico {
  background-image: url("../images/icons//money-wallet.svg");
}
.externalsiteslinks-block ul li[class^=site-].moneyclipscustom .ico a {
  width: 45px;
}
.moneyclipscustom .externalsiteslinks-block ul li[class^=site-].moneyclipscustom .ico {
  background-image: url("../images/icons//money-wallet-white.svg");
}
.patchescustom .externalsiteslinks-block ul li[class^=site-].patchescustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].patchescustom .ico {
  background-image: url("../images/icons/patch.svg");
}
.externalsiteslinks-block ul li[class^=site-].patchescustom .ico a {
  width: 45px;
}
.patchescustom .externalsiteslinks-block ul li[class^=site-].patchescustom .ico {
  background-image: url("../images/icons/patch-white.svg");
}
.sockscustom .externalsiteslinks-block ul li[class^=site-].sockscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].sockscustom .ico {
  background-image: url("../images/icons/socks.svg");
}
.externalsiteslinks-block ul li[class^=site-].sockscustom .ico a {
  width: 45px;
}
.sockscustom .externalsiteslinks-block ul li[class^=site-].sockscustom .ico {
  background-image: url("../images/icons/socks-white.svg");
}
.stubbycoolerscustom .externalsiteslinks-block ul li[class^=site-].stubbycoolerscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].stubbycoolerscustom .ico {
  background-image: url("../images/icons/cooler.svg");
}
.externalsiteslinks-block ul li[class^=site-].stubbycoolerscustom .ico a {
  width: 45px;
}
.stubbycoolerscustom .externalsiteslinks-block ul li[class^=site-].stubbycoolerscustom .ico {
  background-image: url("../images/icons/cooler-white.svg");
}
.tiebarscustom .externalsiteslinks-block ul li[class^=site-].tiebarscustom {
  background-color: var(--dxpr-color-base);
}
.externalsiteslinks-block ul li[class^=site-].tiebarscustom .ico {
  background-image: url("../images/icons/tie-bar.svg");
}
.externalsiteslinks-block ul li[class^=site-].tiebarscustom .ico a {
  width: 45px;
}
.tiebarscustom .externalsiteslinks-block ul li[class^=site-].tiebarscustom .ico {
  background-image: url("../images/icons/tie-bar-white.svg");
}

.region-footertop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 576px) {
  .region-footertop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.region-footertop section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 -webkit-calc(25% - 10px);
      -ms-flex: 1 0 calc(25% - 10px);
          flex: 1 0 calc(25% - 10px);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .region-footertop section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(50% - 10px);
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
  }
}
.region-footertop section a {
  padding: 0;
}
.region-footertop section a:hover, .region-footertop section a:focus {
  text-decoration: underline;
  font-weight: 900;
}
.region-footertop section a.active {
  color: var(--dxpr-color-base) !important;
  font-weight: 900;
}

.region-footer {
  position: relative;
}
footer .region-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  footer .region-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.body--dxpr-theme-nav-mobile .region-footer > section {
  text-align: center;
}
.body--dxpr-theme-nav-mobile .region-footer > section:not(:last-child) {
  margin-bottom: 1.25rem;
}
.region-footer ul.nav {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.region-footer ul.nav li {
  display: inline;
  padding: 0 1.375rem;
  list-style: none;
}
.region-footer ul.nav li a {
  color: var(--dxpr-color-graylight);
  outline: 0 none;
}
.region-footer ul.nav li a:before {
  display: none;
}
.region-footer ul.nav li a.active {
  color: var(--dxpr-color-accent1);
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  font-weight: bold;
}
.region-footer ul.nav li a:hover, .region-footer ul.nav li a:focus {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .region-footer section ul, .region-footer section.footer-policy-menu-block ul,
  .region-footertop section ul,
  .region-footertop section.footer-policy-menu-block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    text-align: start;
  }
  .region-footer section ul li, .region-footer section.footer-policy-menu-block ul li,
  .region-footertop section ul li,
  .region-footertop section.footer-policy-menu-block ul li {
    padding: 0;
  }
  .region-footer section ul li a, .region-footer section.footer-policy-menu-block ul li a,
  .region-footertop section ul li a,
  .region-footertop section.footer-policy-menu-block ul li a {
    display: block;
    width: 100%;
    padding: 0.625rem 0;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
}

body.page-node-type-main-menu-pages .wrap-containers .page-title-full-width-container {
  margin-bottom: 3.125rem;
}

.view-home-page .view-content .views-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.body--dxpr-theme-nav-mobile .view-home-page .view-content .views-row {
  margin-bottom: 3.125rem;
}
.view-home-page .views-row .views-field-field-mainpage-block-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.body--dxpr-theme-nav-mobile .view-home-page .views-row .views-field-field-mainpage-block-image {
  margin-bottom: 1.875rem;
}
.view-home-page .views-row .views-field-field-mainpage-block-image img {
  min-width: 253px;
  min-height: 253px;
}
.view-home-page .views-row .views-field-nothing {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.body--dxpr-theme-nav-desktop .view-home-page .views-row .views-field-nothing {
  width: 70%;
  margin-left: 3.125rem;
  margin-right: 1.25rem;
}
@media (min-width: 900px) {
  .body--dxpr-theme-nav-desktop .view-home-page .views-row .views-field-nothing {
    margin: 0 9.375rem 0 3.75rem;
  }
}
.body--dxpr-theme-nav-mobile .view-home-page .views-row .views-field-nothing {
  margin: 0 9.375rem 0 3.75rem;
}
.body--dxpr-theme-nav-desktop .view-home-page .views-row:nth-child(2) .views-field-field-mainpage-block-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.body--dxpr-theme-nav-desktop .view-home-page .views-row:nth-child(2) .views-field-nothing {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 900px) {
  .body--dxpr-theme-nav-desktop .view-home-page .views-row:nth-child(2) .views-field-nothing {
    margin: 0 3.75rem 0 9.375rem;
  }
}

.body--dxpr-theme-nav-mobile .view-home-page .view-content > .views-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.body--dxpr-theme-nav-mobile .view-home-page .view-content > .views-row > * {
  margin-right: auto;
  margin-left: auto;
}

.path-free-quote .page-title-full-width-container {
  background: var(--dxpr-color-graylighter);
}
.path-free-quote .page-title-full-width-container#page-title-full-width-container .page-title {
  color: var(--dxpr-color-headings);
}
.path-free-quote .region-content {
  background-color: white;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.path-free-quote .region-content .wrap-messages, .path-free-quote .region-content [data-drupal-messages] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.path-free-quote .region-content section.block-local-tasks-block {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.path-free-quote .region-content section.contact-us-block {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  padding: 1.25rem;
}
.path-free-quote .region-content section.block-system-main-block {
  -webkit-flex-basis: 59%;
      -ms-flex-preferred-size: 59%;
          flex-basis: 59%;
  padding: 1.25rem;
}
@media (max-width: 992px) {
  .path-free-quote .region-content section.contact-us-block {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .path-free-quote .region-content section.block-system-main-block {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .path-free-quote .region-content section.contact-us-block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .path-free-quote .region-content section.block-system-main-block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.path-free-quote .webform-submission-contact-form .form-item-upload-file > label {
  width: 200px;
  background: var(--dxpr-color-accent2);
  border-color: var(--dxpr-color-accent2);
}
.path-free-quote .webform-submission-contact-form .webform-button--submit {
  width: 200px;
}
.path-free-quote .webform-submission-contact-form input:not([type=checkbox]):not(.btn), .path-free-quote .webform-submission-contact-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us-block .column-content-inner > * {
  margin: 3.125rem 0;
}
.contact-us-block .widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-us-block .widget > * {
  margin-left: 1.875rem;
}
.contact-us-block .highlight-icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.contact-us-block .highlight-icon img {
  width: 45%;
  height: auto;
  -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(190deg);
          filter: invert(0.5) sepia(1) saturate(5) hue-rotate(190deg);
}

@media (max-width: 480px) {
  .path-manufacturing .page-title-full-width-container {
    margin-bottom: 5rem !important;
  }
}
.path-manufacturing .view-manufacturing .view-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125rem;
  margin-left: 7%;
}
@media (max-width: 480px) {
  .path-manufacturing .view-manufacturing .view-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-left: 0;
  }
}
.path-manufacturing .view-manufacturing .view-header h3 {
  font-size: 1.25rem;
}
.path-manufacturing .view-manufacturing .view-header > div {
  margin-right: 1.875rem;
}
@media (max-width: 480px) {
  .path-manufacturing .view-manufacturing .view-header > div {
    margin-bottom: 1.25rem;
  }
}
.path-manufacturing .view-manufacturing .views-field-counter div {
  font-family: "Arial narrow";
  font-size: 3.125rem;
  line-height: 2;
  font-weight: bold;
  color: var(--dxpr-color-accent2);
  opacity: 0.7;
}
.path-manufacturing .view-manufacturing td {
  width: 31%;
}
.path-manufacturing .view-manufacturing td:nth-child(1) {
  width: 7%;
}
.path-manufacturing .view-manufacturing td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.path-manufacturing .table > :not(caption) > * > * {
  padding: 3rem 0.75rem;
}
.path-manufacturing .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: white;
}
@media (max-width: 480px) {
  .path-manufacturing .table > tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-manufacturing .table > tbody td {
    width: 100%;
  }
  .path-manufacturing .table > tbody td:nth-child(1) {
    width: 12%;
  }
}

#page-title .page-title {
  text-align: var(--dxpr-setting-page-title-align);
}

.slick--optionset--x-grid-styles .views-field-field-options-image,
.slick--optionset--x-grid-styles .views-field-field-imagestyles,
.slick--optionset--styles-page .views-field-field-options-image,
.slick--optionset--styles-page .views-field-field-imagestyles {
  padding: 0.625rem;
}
.slick--optionset--x-grid-styles .views-field-title,
.slick--optionset--styles-page .views-field-title {
  text-align: center;
  font-size: 1.375rem;
  color: var(--dxpr-color-base);
}
@media (max-width: 480px) {
  .slick--optionset--x-grid-styles .views-field-title,
  .slick--optionset--styles-page .views-field-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 360px) {
  .slick--optionset--x-grid-styles .views-field-title,
  .slick--optionset--styles-page .views-field-title {
    font-size: 0.875rem;
  }
}
.slick--optionset--x-grid-styles .slick-dots,
.slick--optionset--styles-page .slick-dots {
  bottom: -40px;
}
.slick--optionset--x-grid-styles .slick-dots > li,
.slick--optionset--styles-page .slick-dots > li {
  display: inline-block;
}
.slick--optionset--x-grid-styles .slick-dots > li:only-child,
.slick--optionset--styles-page .slick-dots > li:only-child {
  display: none !important;
}

.view-styles .view-grouping,
.view-options .view-grouping {
  padding: 2.5rem 0;
}
.view-styles .view-grouping-header,
.view-options .view-grouping-header {
  text-align: center;
  color: #333333;
}

.view-testimonials .views-row {
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 581px) {
  .view-testimonials .views-row .views-field-field-testimonials-image {
    min-width: 200px;
  }
}
@media (max-width: 580px) {
  .view-testimonials .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-testimonials .views-row .views-field-field-testimonials-image {
    width: 205px;
    height: 163px;
    margin: 0 auto;
  }
  .view-testimonials .views-row .views-field-nothing {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 0.875rem;
  }
}
.view-testimonials .views-row .name {
  float: right;
  color: var(--dxpr-color-base);
  text-align: right;
}

body.page-node-type-slideshow-page .page-title-full-width-container {
  margin-bottom: 0.625rem !important;
}

.contact-us-btn-section {
  text-align: center;
}
.contact-us-btn-section .contact-us-btn a {
  background: var(--dxpr-color-accent2);
  -webkit-border-radius: var(--bs-border-radius);
          border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  cursor: pointer !important;
  color: white !important;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
}
.contact-us-btn-section .contact-us-btn a:hover {
  text-decoration: none;
  background: var(--dxpr-color-accent1);
}

.webform-submission-contact-form,
section.block-webform {
  margin: 0;
}
.webform-submission-contact-form h2,
section.block-webform h2 {
  margin-bottom: 1.875rem;
}
.webform-submission-contact-form .block-title,
section.block-webform .block-title {
  color: var(--dxpr-color-accent2);
  text-align: center;
  font-weight: bold;
}
.webform-submission-contact-form .form-item-upload-file input[type=file],
section.block-webform .form-item-upload-file input[type=file] {
  display: none;
}
.webform-submission-contact-form .form-item-upload-file > label,
section.block-webform .form-item-upload-file > label {
  background: var(--dxpr-color-accent2);
  -webkit-border-radius: var(--bs-border-radius);
          border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  color: white;
  width: 100%;
  text-align: center;
}
.webform-submission-contact-form .form-item-upload-file > label:hover, .webform-submission-contact-form .form-item-upload-file > label:focus,
section.block-webform .form-item-upload-file > label:hover,
section.block-webform .form-item-upload-file > label:focus {
  background: var(--dxpr-color-accent1);
}
.webform-submission-contact-form input[type=submit].webform-button--submit:hover, .webform-submission-contact-form input[type=submit].webform-button--submit:focus,
section.block-webform input[type=submit].webform-button--submit:hover,
section.block-webform input[type=submit].webform-button--submit:focus {
  background: #c23700;
}
.webform-submission-contact-form .form-item-upload-file input[type=checkbox],
section.block-webform .form-item-upload-file input[type=checkbox] {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.webform-submission-contact-form .form-item-upload-file .form-managed-file,
section.block-webform .form-item-upload-file .form-managed-file {
  margin-top: 0.625rem;
}
.webform-submission-contact-form .form-item-upload-file .managed-file-preview-wrapper,
section.block-webform .form-item-upload-file .managed-file-preview-wrapper {
  width: 100%;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.webform-submission-contact-form .form-item-upload-file .managed-file-preview-wrapper:not(:first-child),
section.block-webform .form-item-upload-file .managed-file-preview-wrapper:not(:first-child) {
  margin-top: 0;
}
.webform-submission-contact-form .form-item-upload-file .managed-file-preview-wrapper label,
section.block-webform .form-item-upload-file .managed-file-preview-wrapper label {
  display: inline;
  margin-left: 0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
}
.webform-submission-contact-form .form-item-upload-file .messages,
section.block-webform .form-item-upload-file .messages {
  margin-top: 0.3125rem;
}
.webform-submission-contact-form .form-item-upload-file input.form-submit,
section.block-webform .form-item-upload-file input.form-submit {
  width: auto !important;
  height: auto !important;
}
.webform-submission-contact-form .description,
section.block-webform .description {
  display: none;
}

body:not(.path-admin) details.simple-sitemap-fieldset {
  display: none;
}

.body--dxpr-theme-nav-mobile .region-highlighted section.block-webform,
.region-sidebar-second section.block-webform {
  background-color: var(--dxpr-color-graylighter);
  padding: 1.875rem 0.9375rem;
  min-width: 230px;
}
.wrap-containers .col-sm-3 .body--dxpr-theme-nav-mobile .region-highlighted section.block-webform .container,
.wrap-containers .col-sm-3 .region-sidebar-second section.block-webform .container {
  padding-top: 0;
  padding-bottom: 0;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form,
.region-sidebar-second form.webform-submission-contact-form {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form .form-item,
.region-sidebar-second form.webform-submission-contact-form .form-item {
  margin: 0.625rem 0;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form .form-type-managed-file .form-item,
.region-sidebar-second form.webform-submission-contact-form .form-type-managed-file .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form .form-type-managed-file .form-item label,
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form .form-type-managed-file .form-item label span,
.region-sidebar-second form.webform-submission-contact-form .form-type-managed-file .form-item label,
.region-sidebar-second form.webform-submission-contact-form .form-type-managed-file .form-item label span {
  display: inline;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form input:not([type=checkbox]):not(.btn), .body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form textarea,
.region-sidebar-second form.webform-submission-contact-form input:not([type=checkbox]):not(.btn),
.region-sidebar-second form.webform-submission-contact-form textarea {
  background: #fff;
  color: var(--dxpr-color-text);
  -webkit-border-radius: var(--bs-border-radius);
          border-radius: var(--bs-border-radius);
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form input:not([type=checkbox]),
.region-sidebar-second form.webform-submission-contact-form input:not([type=checkbox]) {
  height: 40px !important;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form input:not([type=checkbox])[type=submit].webform-button--submit,
.region-sidebar-second form.webform-submission-contact-form input:not([type=checkbox])[type=submit].webform-button--submit {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-color: unset;
}
.body--dxpr-theme-nav-mobile .region-highlighted form.webform-submission-contact-form textarea,
.region-sidebar-second form.webform-submission-contact-form textarea {
  height: 80px !important;
}

.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=form-item-upload-file-file]),
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=messages]) {
  background-color: rgb(255, 255, 255) !important;
  z-index: 9;
  border: 1px solid var(--dxpr-color-graylight);
}
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=form-item-upload-file-file]) textarea,
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=form-item-upload-file-file]) input[type=text],
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=form-item-upload-file-file]) input[type=email],
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=form-item-upload-file-file]) input[type=tel],
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=messages]) textarea,
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=messages]) input[type=text],
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=messages]) input[type=email],
.body--dxpr-theme-nav-desktop .region-highlighted .block-container:has(div[class*=messages]) input[type=tel] {
  border: 1px solid var(--dxpr-color-graylight);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.9375rem;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container .block-title {
  font-size: 2.1875rem;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container .container {
  padding: 0;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn), .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--dxpr-color-text);
  -webkit-border-radius: var(--bs-border-radius);
  border-radius: var(--bs-border-radius);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn)::-webkit-input-placeholder, .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea::-webkit-input-placeholder {
  color: var(--dxpr-color-text);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn)::-moz-placeholder, .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea::-moz-placeholder {
  color: var(--dxpr-color-text);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn):-ms-input-placeholder, .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea:-ms-input-placeholder {
  color: var(--dxpr-color-text);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn)::-ms-input-placeholder, .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea::-ms-input-placeholder {
  color: var(--dxpr-color-text);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input:not([type=checkbox]):not(.btn)::placeholder, .body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea::placeholder {
  color: var(--dxpr-color-text);
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container textarea {
  height: 60px !important;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input[type=text],
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input[type=email],
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input[type=tel] {
  height: 35px !important;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container .form-item-upload-file > label {
  color: white;
}
.body--dxpr-theme-nav-desktop .region-highlighted section.block-webform .block-container input[type=submit] {
  color: white;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .path-showroom .col-sm-9,
  .path-tie-bars .col-sm-9 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
.slick-arrow:hover::before {
  background-image: url("../images/icons/right-arrow-button-dark.svg");
}
.slick-arrow::before {
  background-image: url("../images/icons/right-arrow-button.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
          background-size: 35px;
  content: "";
  width: 35px;
  height: 35px;
  display: block;
}
.slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.slick-dots li button:before {
  font-size: 0.625rem;
  width: 10px;
  height: 10px;
  background: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-wrapper--asnavfor {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.slick-wrapper--asnavfor .slide--caption--center-top .slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.slick-wrapper--asnavfor .slide--caption--center-top .slide__content .slide__caption {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  position: unset;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  text-align: center;
}
.slick-wrapper--asnavfor .slide--caption--center-top .slide__content .media--image img {
  margin-right: auto;
  margin-left: auto;
  max-height: 500px;
}
.slick-wrapper--asnavfor .slick--thumbnail.slick--skin--asnavfor .slick-slider {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.slick-wrapper--asnavfor .slick--thumbnail.slick--skin--asnavfor .slick-list {
  padding: 0;
}

.slick--optionset--styles-page .slick-dots > li {
  display: inline-block;
}
.slick--optionset--styles-page .slick-dots > li:only-child {
  display: none;
}
.slick--optionset--styles-page .field--type-image img {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .slick--skin--grid .views-field-title a {
    font-size: 1.125rem;
  }
}
@media (max-width: 360px) {
  .slick--skin--grid .views-field-title a {
    font-size: 0.875rem;
  }
}

.modal-content.hidden {
  display: none;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxCurrent,
#colorbox #cboxTitle {
  display: none !important;
}

.modal-content.hidden {
  display: none;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxCurrent,
#colorbox #cboxTitle {
  display: none !important;
}
#colorbox .media--view-mode-colorbox {
  height: 100%;
}
#colorbox .media--view-mode-colorbox * {
  height: 99%;
}
#colorbox .media--view-mode-colorbox .field__item img {
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.view .pagination li > a, .view .pagination li > span {
  border-color: white;
  text-decoration: none;
}
.view .pagination li.page-item.active .page-link {
  border-color: var(--dxpr-color-graylight);
}
.view .pagination .page-item:not(.active) .page-link {
  border: none;
}
@media (min-width: 501px) {
  .view .pagination .pager__item--previous,
  .view .pagination .pager__item--next {
    margin: 0 3.125rem;
  }
}
.view .pagination .pager__item--previous .page-link,
.view .pagination .pager__item--next .page-link {
  background-color: var(--dxpr-color-silver);
}
.view .pagination .pager__item--first,
.view .pagination .pager__item--last {
  display: none;
}

:root {
  --dxpr-setting-headings-bold: 900;
  --dxpr-setting-nav-mobile-font-size: 16px;
}

.region-block-design .block-hr {
  display: none;
}

hr {
  border: 0;
  height: 1px;
  background-color: var(--dxpr-color-footertext);
}

.dxpr-theme-footer .footer-container {
  margin: 1.875rem 0;
  padding: 0;
}

.wrap-containers .region > section:not(.block-core, .block-webform, .block-system-main-block, .contact-us-block, .hero-banner) .block-container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.region section.bg-gray-light {
  background-color: var(--dxpr-color-graylight);
}
.region section.bg-gray-lighter {
  background-color: var(--dxpr-color-graylighter);
}
.region section.bg-white {
  background-color: white;
  padding: 3.125rem 0;
}
.region section.bg-footer {
  background-color: var(--dxpr-color-footer);
  padding-top: 1.25rem;
}
.body--dxpr-theme-nav-mobile .region section.bg-footer {
  padding: 0;
}
.region section.bg-footer div, .region section.bg-footer p, .region section.bg-footer span {
  color: var(--dxpr-color-footertext);
}