/*-------------------------------------------
Custom CSS classes used globally across site
(best used for WYSIWYG editors in frontend)
--------------------------------------------*/
.font-weight-900 {
  font-weight: 900;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-100 {
  font-weight: 100;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.gap-2 {
  gap: calc(var(--spacing) * 2);
}

.gap-4 {
  gap: calc(var(--spacing) * 4);
}

.gap-6 {
  gap: calc(var(--spacing) * 6);
}

.gap-8 {
  gap: calc(var(--spacing) * 8);
}

.justify-start {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.items-start {
  align-items: center;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: center;
}

.rounded-sm {
  border-radius: 20px;
}

.reverse-columns {
  flex-direction: row-reverse;
}

.w-75 {
  max-width: 75%;
}

.w-half {
  max-width: 50%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.u-hide {
  display: none;
}

/*-------------------------------------------
Setting Up Global SCSS Variables
-------------------------------------------*/
footer {
  background-color: #121212;
  width: 100%;
}
footer .footer-container {
  max-width: 90%;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
footer .footer-container .footer-logo-container {
  display: block;
  max-width: 23%;
  margin-bottom: 8%;
}
@media (max-width: 768px) {
  footer .footer-container .footer-logo-container {
    max-width: 50%;
  }
}
@media (max-width: 403px) {
  footer .footer-container .footer-logo-container {
    max-width: 70%;
  }
}
footer .footer-container .form-nav-container {
  display: flex;
}
@media (max-width: 768px) {
  footer .footer-container .form-nav-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .footer-container .form-nav-container .form-container {
  width: 40%;
}
@media (max-width: 768px) {
  footer .footer-container .form-nav-container .form-container {
    width: 100%;
    margin: auto;
  }
}
footer .footer-container .form-nav-container .form-container .form-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-container .form-nav-container .form-container .form-content .nf-form-fields-required {
  display: none;
}
footer .footer-container .form-nav-container .form-container .form-content .nf-form-title h3 {
  color: #c9c9c9 !important;
  font-family: "Basis Grotesque Pro", "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
  background: none !important;
}
footer .footer-container .form-nav-container .form-container .form-content .nf-field-element p {
  margin: 0 !important;
  color: #c9c9c9 !important;
  font-size: clamp(12px, 1.2vw, 15px) !important;
  max-width: 80% !important;
  margin-right: auto !important;
}
footer .footer-container .form-nav-container .form-container .form-content .nf-field-label label {
  color: #fff !important;
}
footer .footer-container .form-nav-container .form-container .form-content #nf-field-150 {
  padding: 12px 15px;
}
footer .footer-container .form-nav-container .form-container .form-content form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-container .form-nav-container .form-container .form-content form input {
  font-size: 14px;
  padding: 12px 0 12px 15px;
  background: rgba(43, 43, 43, 0.5);
  border: none;
  color: #fff;
}
footer .footer-container .form-nav-container .form-container .form-content form .name-container {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}
@media (max-width: 403px) {
  footer .footer-container .form-nav-container .form-container .form-content form .name-container {
    flex-direction: column;
  }
}
footer .footer-container .form-nav-container .form-container .form-content form .name-container input {
  width: 48.3%;
}
@media (max-width: 403px) {
  footer .footer-container .form-nav-container .form-container .form-content form .name-container input {
    width: 100%;
  }
}
footer .footer-container .form-nav-container .form-container .form-content form button {
  font-size: clamp(12px, 1.2vw, 14px);
  max-width: 15%;
  background: #fff;
  color: #000;
  border-radius: 4px;
  line-height: 1.4em;
  padding: 6px 4px;
}
footer .footer-container .form-nav-container .nav-container {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 768px) {
  footer .footer-container .form-nav-container .nav-container {
    width: 100%;
    margin: auto;
  }
}
footer .footer-container .form-nav-container .nav-container .cols {
  display: flex;
}
@media (max-width: 403px) {
  footer .footer-container .form-nav-container .nav-container .cols {
    flex-direction: column;
  }
}
footer .footer-container .form-nav-container .nav-container .cols .col {
  width: 25%;
}
@media (max-width: 403px) {
  footer .footer-container .form-nav-container .nav-container .cols .col {
    width: 100%;
  }
}
footer .footer-container .form-nav-container .nav-container .cols .col h6 {
  letter-spacing: 1px;
  font-weight: bold;
  color: #c9c9c9;
  margin-bottom: 0;
  font-size: 12px;
}
footer .footer-container .form-nav-container .nav-container .cols .col ul {
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
footer .footer-container .form-nav-container .nav-container .cols .col ul a {
  color: #747474;
  text-decoration: none;
  position: relative;
  left: 0;
  font-size: 12px;
  margin-bottom: 0;
  transition: 0.2s;
}
footer .footer-container .form-nav-container .nav-container .cols .col ul a:hover {
  text-decoration: none;
  left: 3px;
  color: #fff;
}
footer .footer-container .copyright-container {
  display: flex;
  margin-top: 30px;
  column-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 876px) {
  footer .footer-container .copyright-container {
    flex-direction: row;
    row-gap: 30px;
    align-items: flex-end;
  }
}
footer .footer-container .copyright-container .footer-copyright {
  display: block;
  text-align: center;
  font-size: 0.65rem;
  color: #747474;
  width: 100%;
  margin: auto;
  border-top: 1px solid #333;
  padding-top: 30px;
}
footer .footer-container .copyright-container .footer-copyright a {
  position: static;
  color: #747474;
}
footer .footer-container .copyright-container .footer-copyright a:hover {
  color: #fff;
}

.tm-nav {
  max-width: 2000px;
  background-color: #fff;
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  box-shadow: 0 0px 13px rgba(0, 0, 0, 0.1);
}
.tm-nav.mobile-nav {
  display: none;
}
@media (max-width: 830px) {
  .tm-nav.desktop-nav .hamburger-nav-items-container {
    display: none;
  }
  .tm-nav.mobile-nav {
    display: block;
  }
}
.tm-nav .nav-content-container {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .tm-nav .nav-content-container {
    min-height: unset;
  }
}
@media (max-width: 830px) {
  .tm-nav .nav-content-container {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.tm-nav .nav-content-container .header-logo-container {
  display: flex;
  gap: 0;
  width: 33%;
  max-width: 450px;
}
@media (max-width: 830px) {
  .tm-nav .nav-content-container .header-logo-container {
    padding-left: 0%;
    width: 400px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .tm-nav .nav-content-container .header-logo-container {
    width: 300px;
  }
}
@media (max-width: 400px) {
  .tm-nav .nav-content-container .header-logo-container img {
    min-height: unset;
  }
}
.tm-nav .nav-content-container .hamburger-nav-items-container {
  display: flex;
  align-items: center;
  padding: 0 1rem 0 4rem;
  flex-basis: 67%;
  box-sizing: border-box;
  gap: 2rem;
}
@media (max-width: 830px) {
  .tm-nav .nav-content-container .hamburger-nav-items-container {
    display: none;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .tm-nav .nav-content-container .hamburger-nav-items-container {
    display: none;
  }
}
.tm-nav .nav-content-container .hamburger-nav-items-container .nav-menu-items {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-grow: 1;
  justify-content: space-evenly;
}
.tm-nav .nav-content-container .hamburger-nav-items-container .nav-menu-items .nav-text {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.tm-nav .nav-content-container .hamburger-nav-items-container .nav-menu-items .nav-text.active::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 7px;
  background-color: #b6a290;
  display: block;
  z-index: 1000;
  top: 2px;
  left: -10px;
}
@media (max-width: 830px) {
  .tm-nav .nav-content-container .hamburger-nav-items-container .nav-menu-items {
    flex-wrap: wrap;
  }
}

.editor-styles-wrapper::before {
  background: #fff3cd;
  border-bottom: 1px solid #ffeeba;
  color: #856404;
  content: "Note: Editor styles may appear different than what is on the actual post.";
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

html :where(.wp-block) {
  max-width: 1135px !important;
}

.acf-block-preview .content-container,
.acf-block-preview .core-values,
.acf-block-preview .products-container {
  max-width: 90% !important;
  width: 100% !important;
}

:where(.is-layout-flex) {
  gap: 0 !important;
}

:where(.wp-block-columns.has-background) {
  padding: unset !important;
  margin: unset !important;
}

:root {
  font-family: "Basis Grotesque Pro", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #eee;
  max-width: 2000px;
  margin: auto;
  scroll-behavior: smooth;
  --spacing: 0.25rem;
}

body {
  background-color: #eee;
}

nav,
main,
footer,
.acf-block-preview {
  font-family: "Basis Grotesque Pro", "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
nav a,
main a,
footer a,
.acf-block-preview a {
  text-decoration: none;
}
nav a:hover,
main a:hover,
footer a:hover,
.acf-block-preview a:hover {
  text-decoration: none;
}
nav h1 sup,
nav h2 sup,
nav h3 sup,
nav h4 sup,
nav h5 sup,
nav h6 sup,
main h1 sup,
main h2 sup,
main h3 sup,
main h4 sup,
main h5 sup,
main h6 sup,
footer h1 sup,
footer h2 sup,
footer h3 sup,
footer h4 sup,
footer h5 sup,
footer h6 sup,
.acf-block-preview h1 sup,
.acf-block-preview h2 sup,
.acf-block-preview h3 sup,
.acf-block-preview h4 sup,
.acf-block-preview h5 sup,
.acf-block-preview h6 sup {
  font-size: 15px;
  position: relative;
  top: -8px;
}
nav details summary span sup,
main details summary span sup,
footer details summary span sup,
.acf-block-preview details summary span sup {
  font-size: 10px;
  position: relative;
  top: -4px;
}
nav .disclaimer,
main .disclaimer,
footer .disclaimer,
.acf-block-preview .disclaimer {
  font-size: 10px;
}
nav .disclaimer sup,
main .disclaimer sup,
footer .disclaimer sup,
.acf-block-preview .disclaimer sup {
  font-size: 7px;
}
nav p sup,
main p sup,
footer p sup,
.acf-block-preview p sup {
  position: relative;
  font-size: 10px;
  top: -2px;
}
nav img,
main img,
footer img,
.acf-block-preview img {
  display: block;
  max-width: 100%;
}
nav ul,
main ul,
footer ul,
.acf-block-preview ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
nav ul li,
main ul li,
footer ul li,
.acf-block-preview ul li {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav h1,
main h1,
footer h1,
.acf-block-preview h1 {
  font-size: clamp(50px, 5vw, 64px);
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
nav h2,
main h2,
footer h2,
.acf-block-preview h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
nav.mega-menu-sidebar h2,
main.mega-menu-sidebar h2,
footer.mega-menu-sidebar h2,
.acf-block-preview.mega-menu-sidebar h2 {
  font-weight: 300 !important;
}
nav h3,
main h3,
footer h3,
.acf-block-preview h3 {
  font-size: clamp(23px, 2.8vw, 32px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
nav h4,
nav .h4,
main h4,
main .h4,
footer h4,
footer .h4,
.acf-block-preview h4,
.acf-block-preview .h4 {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
nav .text-container h4,
main .text-container h4,
footer .text-container h4,
.acf-block-preview .text-container h4 {
  line-height: 1.6;
  letter-spacing: 1px;
}
nav h5,
main h5,
footer h5,
.acf-block-preview h5 {
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
nav p,
nav .wp-block-paragraph,
main p,
main .wp-block-paragraph,
footer p,
footer .wp-block-paragraph,
.acf-block-preview p,
.acf-block-preview .wp-block-paragraph {
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  margin: 0;
}
nav .wp-block-paragraph,
main .wp-block-paragraph,
footer .wp-block-paragraph,
.acf-block-preview .wp-block-paragraph {
  line-height: 1.6;
}
nav .text-container p,
main .text-container p,
footer .text-container p,
.acf-block-preview .text-container p {
  line-height: 1.6;
  letter-spacing: 1px;
}
nav .nav-text,
nav .footer-menu-item,
main .nav-text,
main .footer-menu-item,
footer .nav-text,
footer .footer-menu-item,
.acf-block-preview .nav-text,
.acf-block-preview .footer-menu-item {
  font-weight: 400;
  font-size: clamp(10px, 1.2vw, 14px);
  letter-spacing: 1px;
}
nav button,
main button,
footer button,
.acf-block-preview button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  margin: 0;
  font-family: "Basis Grotesque Pro", "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
nav a,
main a,
footer a,
.acf-block-preview a {
  cursor: pointer;
  font-weight: 400;
  color: #000;
}
nav a:hover,
main a:hover,
footer a:hover,
.acf-block-preview a:hover {
  color: #747474;
}

.description p {
  line-height: 1.6;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
}

input.ninja-forms-field,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
}

dialog {
  height: 100vh;
  height: 100vhd;
  box-sizing: box-model;
  width: 100vw;
  border: 0;
  background: none;
  max-width: none;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

#featuresAndSpecs + .model-decor-options {
  margin-top: 0;
}

.modal-popup {
  outline: 0;
  overflow: hidden;
}
.modal-popup .outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-popup .inner {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  max-height: 70vh;
  max-height: 70vhd;
  overflow: auto;
  background: #fff;
  padding: 24px;
  position: relative;
}
.modal-popup .inner button.close {
  background: none;
  color: #000 !important;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .modal-popup .inner {
    width: 92%;
    max-height: 90vh;
    max-height: 90vhd;
    padding: 12px;
  }
  .modal-popup .inner button.close {
    top: 4px;
    right: 4px;
    font-size: 2em;
  }
}

.general-pages {
  max-width: 1200px !important;
  width: 100% !important;
  margin: auto !important;
  padding: 0rem !important;
  padding: 10px !important;
}
@media (max-width: 1200px) {
  .general-pages {
    width: 80% !important;
  }
}
@media (max-width: 500px) {
  .general-pages {
    width: 90% !important;
  }
}

#call-ahead,
#mechanic,
#drop-off,
#express-bay-service,
#regular-bay-service {
  max-width: 1200px !important;
}

.wp-block-group__inner-container .wp-block-embed-youtube {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  margin: auto;
}
.wp-block-group__inner-container .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.wp-block-group__inner-container .wp-block-embed-youtube iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
}

.page-id-775 .inline-image-text-section .title,
.page-id-775 .inline-image-text-section .subtitle {
  color: #292929 !important;
}

.innovation-grid .wp-block-column {
  padding: 24px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  position: relative;
}
.innovation-grid .wp-block-column h5 {
  padding: 10px 0;
}

.page-id-803 .text-container p {
  font-size: clamp(16px, 1.2vw, 18px);
}

.wp-block-column .feature-container {
  width: 100% !important;
}
.wp-block-column .feature-container .accordion-content {
  width: 100% !important;
}
.wp-block-column .feature-container .accordion-content ul {
  padding-left: 2rem;
}
.wp-block-column .feature-container .accordion-content ul li {
  list-style: disc !important;
}
.wp-block-column .feature-container .accordion-content .accordion-content {
  padding-top: 1.2rem;
}

.nf-field p {
  margin-bottom: 1rem !important;
}
.nf-field button {
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
  border: 2px solid #747474;
  text-transform: uppercase;
  color: #747474;
  font-size: clamp(16px, 2vw, 18px);
  padding: 13px 20px;
  letter-spacing: 0.9px;
  border-radius: 10px;
  text-wrap: nowrap;
  cursor: pointer;
  font-weight: 400;
  color: #404040;
}
.nf-field button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #747474;
}

.background-image-section {
  margin-top: 2%;
  margin: 0 auto;
}
.background-image-section .background-image-inner {
  position: relative;
}
.background-image-section .background-image-inner .custom-content-container {
  display: block;
}
.background-image-section .background-image-inner .custom-content-container .image-container {
  width: 30%;
}
.background-image-section .background-image-inner .image-text {
  color: white;
  font-weight: 400;
  font-size: clamp(24px, 2vw, 30px);
  position: absolute;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.background-image-section .background-image-inner .image-text span {
  position: relative;
  margin-top: 4px;
}
.background-image-section .background-image-inner .image-text span:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #fff;
  top: -15px;
  left: -8px;
}
@media (max-width: 403px) {
  .background-image-section .background-image-inner .image-text span:before {
    height: 25px;
    top: -10px;
  }
}
.background-image-section .background-image-inner .image-text span {
  font-weight: 500;
  font-size: clamp(8px, 1vw, 12px);
  letter-spacing: 6px;
}
.background-image-section .background-image-inner .tl {
  top: 10%;
  left: 10%;
}
.background-image-section .background-image-inner .tc {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.background-image-section .background-image-inner .tr {
  top: 10%;
  right: 10%;
}
.background-image-section .background-image-inner .cl {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.background-image-section .background-image-inner .c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.background-image-section .background-image-inner .cr {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.background-image-section .background-image-inner .bl {
  bottom: 10%;
  left: 10%;
}
.background-image-section .background-image-inner .bc {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.background-image-section .background-image-inner .br {
  top: min(90%, 80vw, 100dvh - 200px);
  right: 10%;
}
@media (max-width: 900px) {
  .background-image-section .background-image-inner .sm-tl {
    top: 10%;
    left: 10%;
    bottom: unset;
    right: unset;
    transform: unset;
  }
  .background-image-section .background-image-inner .sm-tc {
    top: 10%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translateX(-50%);
  }
  .background-image-section .background-image-inner .sm-tr {
    top: 10%;
    right: 10%;
    bottom: unset;
    left: unset;
    transform: unset;
  }
  .background-image-section .background-image-inner .sm-ml {
    top: 50%;
    left: 10%;
    bottom: unset;
    right: unset;
    transform: translateY(-50%);
  }
  .background-image-section .background-image-inner .sm-mc {
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .background-image-section .background-image-inner .sm-mr {
    top: 50%;
    right: 10%;
    bottom: unset;
    left: unset;
    transform: translateY(-50%);
  }
  .background-image-section .background-image-inner .sm-bl {
    top: unset;
    right: unset;
    bottom: 10%;
    left: 10%;
    transform: unset;
  }
  .background-image-section .background-image-inner .sm-bc {
    bottom: 10%;
    left: 50%;
    top: unset;
    right: unset;
    transform: translateX(-50%);
  }
  .background-image-section .background-image-inner .sm-br {
    bottom: 10%;
    right: 10%;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.background-image-section .background-image-inner .slideshow img {
  width: 100%;
}

.page-id-9 .c {
  top: 37% !important;
  left: 53% !important;
}
@media (max-width: 768px) {
  .page-id-9 .c {
    left: 58% !important;
  }
}

.home .background-image-section {
  margin-top: 0;
}

.product-section {
  background: #fff;
  padding: 5% 0;
}
.product-section .section-title,
.product-section .products-container {
  max-width: 90%;
  width: 100%;
  margin: auto;
}
.product-section .section-title {
  color: #404040;
  font-weight: 100;
  text-align: center;
  font-size: clamp(28px, 3.3vw, 40px);
}
.product-section .products-container {
  padding-top: 5%;
}
.product-section .products-container .products {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .product-section .products-container .products {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 490px) {
  .product-section .products-container .products {
    grid-template-columns: auto;
  }
}
.product-section .products-container .product {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  position: relative;
  z-index: 2;
  gap: 2rem;
}
@media (max-width: 768px) {
  .product-section .products-container .product {
    max-width: unset;
  }
}
.product-section .products-container .product .image-container {
  border-left: 4px solid #b6a290;
  position: relative;
  overflow: hidden;
  height: 300px;
}
@media (max-width: 1000px) {
  .product-section .products-container .product .image-container {
    height: 200px;
  }
}
.product-section .products-container .product .image-container img {
  position: relative;
  left: -50%;
  z-index: 2;
  transition: left 350ms ease;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .product-section .products-container .product .image-container img {
    left: 0%;
    opacity: 0.3;
  }
}
.product-section .products-container .product .image-container .page-link-container {
  position: absolute;
  top: 45%;
  left: 30%;
  opacity: 0;
}
@media (max-width: 806px) {
  .product-section .products-container .product .image-container .page-link-container {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .product-section .products-container .product .image-container .page-link-container {
    left: 25%;
    opacity: 1 !important;
  }
}
.product-section .products-container .product .image-container .page-link-container {
  z-index: 3;
  pointer-events: none;
  cursor: none;
  transition: opacity 350ms ease;
}
.product-section .products-container .product .image-container .page-link-container .link-btn {
  color: #000;
  border: 2px solid #747474;
  background: rgba(255, 255, 255, 0.6901960784);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 25px;
  font-weight: 500;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .product-section .products-container .product .image-container .page-link-container .link-btn {
    font-size: 12px;
  }
}
.product-section .products-container .product .image-container:hover .page-link-container {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.product-section .products-container .product .image-container:hover img {
  left: 0%;
  opacity: 0.3;
}
.product-section .products-container .product .text-container h4 {
  color: #404040;
  text-align: center;
  font-weight: 400;
}

.feature-section {
  padding: 8% 0;
}
@media (max-width: 768px) {
  .feature-section {
    padding-top: 8%;
  }
}
.feature-section .feature-container {
  max-width: 100%;
  width: 80%;
  margin: auto;
}
.feature-section .feature-container .feature-content {
  max-width: 100%;
  gap: 45px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content {
    gap: 25px;
  }
}
.feature-section .feature-container .feature-content .text-container h2,
.feature-section .feature-container .feature-content .text-container h3 {
  color: #b6a290;
  font-weight: 400;
}
.feature-section .feature-container .feature-content .text-container p {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 35px;
  font-weight: 400;
  color: #fff;
}
.feature-section .feature-container .feature-content .text-container h4 {
  color: #292929;
  font-weight: 400;
}
.feature-section .feature-container .feature-content .video-container {
  position: relative;
}
.feature-section .feature-container .feature-content .video-container:hover button.hide {
  opacity: 0.7;
}
.feature-section .feature-container .feature-content .video-container.video-mp4-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.feature-section .feature-container .feature-content .video-container.video-mp4-container button {
  background: none;
  border: none;
  position: absolute;
  top: 40%;
  left: 45%;
  width: 8%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .video-container.video-mp4-container button {
    width: 12%;
  }
}
.feature-section .feature-container .feature-content .video-container.video-mp4-container button {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 300ms ease;
}
.feature-section .feature-container .feature-content .video-container.video-mp4-container button.hide {
  opacity: 0;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  position: relative;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container iframe {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container .thumbnail.inactive {
  display: none;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container .yt-icon {
  max-width: 85px;
  min-width: 85px;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 3;
  display: block;
}
.feature-section .feature-container .feature-content .video-container.video-youtube-container .yt-icon.inactive {
  display: none;
}
.feature-section .feature-container .feature-content .page-link-container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.feature-section .feature-container .feature-content .text-image-container {
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .text-image-container {
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }
}
.feature-section .feature-container .feature-content .text-image-container .text-container {
  width: 105%;
  margin-left: -5%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .text-image-container .text-container {
    width: 100%;
    margin-left: 0%;
  }
}
.feature-section .feature-container .feature-content .text-image-container .text-container .btn {
  padding: 12px 20px;
}
.feature-section .feature-container .feature-content .top-col-content {
  display: flex;
  gap: 5rem;
  max-width: 85%;
  align-items: start;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .top-col-content {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
}
.feature-section .feature-container .feature-content .top-col-content h2 {
  color: #292929;
  font-weight: 300;
}
.feature-section .feature-container .feature-content .top-col-content p {
  font-weight: 100;
}
.feature-section .feature-container .feature-content .top-col-content .image-container {
  max-width: 10%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .top-col-content .image-container {
    max-width: 20%;
  }
}
.feature-section .feature-container .feature-content .top-col-content .text-container {
  width: 50%;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .top-col-content .text-container {
    width: 90%;
  }
}
.feature-section .feature-container .feature-content .top-col-content .text-container p {
  color: #292929;
}
.feature-section .feature-container .feature-content .top-col-content .page-link-container {
  width: unset;
  margin: unset;
}
.feature-section .feature-container .feature-content .bottom-col-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.feature-section .feature-container .feature-content .bottom-col-content h5 {
  font-weight: 700;
}
.feature-section .feature-container .feature-content .bottom-col-content h2 {
  color: #b6a290;
  font-weight: 400;
}
.feature-section .feature-container .feature-content .bottom-col-content p {
  color: #000;
  font-weight: 100;
}
.feature-section .feature-container .feature-content .bottom-col-content .text-button-cards {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .bottom-col-content .text-button-cards {
    grid-template-columns: auto;
  }
}
.feature-section .feature-container .feature-content .bottom-col-content .text-button-cards {
  gap: 2rem;
  justify-content: center;
  align-items: start;
}
.feature-section .feature-container .feature-content .bottom-col-content .text-button-cards .text-button-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content .bottom-col-content .text-button-cards .text-button-card .text-container p:empty {
    display: none;
  }
}
.feature-section .feature-container .feature-content .bottom-col-content .text-button-cards .page-link-container {
  width: unset;
  margin: unset;
  margin-right: auto;
}
.feature-section .feature-container .feature-content.full-width-content {
  padding-bottom: 0 !important;
}
.feature-section .feature-container .feature-content.full-width-content .title-container {
  max-width: 80%;
  margin: auto;
}
.feature-section .feature-container .feature-content.full-width-content .title-container h2 {
  color: #292929;
}
.feature-section .feature-container .feature-content.full-width-content .image-container {
  max-width: 100%;
  width: 100%;
}
.feature-section .feature-container .feature-content.full-width-content .text-container {
  max-width: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  .feature-section .feature-container .feature-content.full-width-content .text-container {
    max-width: 80%;
  }
}
.feature-section .feature-container .feature-content.full-width-content .text-container p {
  text-align: center;
  color: #292929;
}
.feature-section .feature-container .feature-content.full-width-content .page-link-container a {
  color: #292929;
}
.feature-section .feature-container.w-full {
  width: 100%;
}
.feature-section.inline-image-text-section {
  padding: 4% 0;
}
.feature-section.inline-image-text-section .feature-content .heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 0 !important;
  margin: auto;
  max-width: 80%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .heading-container {
    gap: 1rem;
    flex-direction: column;
  }
}
.feature-section.inline-image-text-section .feature-content .heading-container .image-container {
  max-width: 8%;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .heading-container .image-container {
    max-width: 25%;
    margin-bottom: 1rem;
  }
}
.feature-section.inline-image-text-section .feature-content .heading-container .title {
  color: #b6a290;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.feature-section.inline-image-text-section .feature-content .heading-container .subtitle {
  position: relative;
}
.feature-section.inline-image-text-section .feature-content .heading-container .subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  margin-right: 10px;
  left: -20px;
  top: 0;
  background-color: #898582;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .heading-container .subtitle::before {
    display: none;
  }
}
.feature-section.inline-image-text-section .feature-content .heading-container .subtitle {
  letter-spacing: 5px;
  padding-top: 5px;
  color: #b6a290;
  font-weight: 300;
  font-size: 14px;
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: auto;
  padding: 5% 0;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container {
    max-width: 80%;
    gap: 3rem;
    padding: 10% 0;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .image-container img {
  border-radius: 20px;
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text {
    flex-direction: column;
    gap: 2rem;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description {
  display: flex;
  flex-direction: column;
  max-width: 43.5%;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description {
    max-width: 100%;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description h2,
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description h3 {
  color: #292929;
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description p {
  color: #292929;
  width: 80%;
  margin-right: auto;
  font-weight: 600;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description p {
    width: 100%;
  }
}
@media (max-width: 403px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text .description p {
    margin: unset;
    flex-direction: column;
    width: 100%;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse {
    flex-direction: column;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description * {
  margin-left: auto;
  margin-right: unset;
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description h3 {
  width: 80%;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description h3 {
    width: 100%;
  }
}
.feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description p {
  width: 80%;
}
@media (max-width: 768px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description p {
    width: 100%;
  }
}
@media (max-width: 403px) {
  .feature-section.inline-image-text-section .feature-content .inline-image-text-container .inline-image-text.reverse .description p {
    width: 100%;
    margin: unset;
    flex-direction: column;
  }
}
.feature-section.timeline-section {
  padding: 5% 0 2% 0;
}
.feature-section.timeline-section .feature-container {
  width: 100%;
}
@media (max-width: 768px) {
  .feature-section.timeline-section .heading-container {
    max-width: 80%;
  }
}
.feature-section.timeline-section .timeline {
  background: #eee;
  width: 100%;
  padding: 5% 0;
}
.feature-section.timeline-section .timeline .timeline-cards {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-section.timeline-section .timeline .timeline-cards {
    width: 90%;
  }
}
.feature-section.timeline-section .timeline .timeline-cards .flickity-viewport {
  overflow: visible;
}
.feature-section.timeline-section .timeline .timeline-cards .card-year-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 55%;
}
@media (max-width: 1250px) {
  .feature-section.timeline-section .timeline .timeline-cards .card-year-container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .feature-section.timeline-section .timeline .timeline-cards .card-year-container {
    width: 100%;
  }
}
.feature-section.timeline-section .timeline .timeline-cards .card-year-container {
  padding: 0px 20px;
}
.feature-section.timeline-section .timeline .timeline-cards .card {
  display: flex;
  justify-content: center;
  align-items: start;
  background: #fff;
  width: 100%;
}
@media (max-width: 670px) {
  .feature-section.timeline-section .timeline .timeline-cards .card {
    flex-direction: column;
    align-items: center;
  }
}
.feature-section.timeline-section .timeline .timeline-cards .card .image-container {
  width: 100%;
}
.feature-section.timeline-section .timeline .timeline-cards .card .text-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-left: 2rem;
  width: 100%;
}
@media (max-width: 670px) {
  .feature-section.timeline-section .timeline .timeline-cards .card .text-container {
    margin-bottom: 3rem;
  }
}
.feature-section.timeline-section .timeline .timeline-cards .card .text-container h4 {
  font-weight: 400;
}
.feature-section.timeline-section .timeline .timeline-cards .card .text-container p {
  color: #000;
  font-weight: 100;
  width: 90%;
  line-height: 1.4;
  font-size: 16px;
}
.feature-section.timeline-section .timeline .timeline-cards .year-container .timeline-year {
  font-weight: 500;
}
.feature-section.timeline-section .timeline .timeline-cards .year-container .timeline-year::after {
  content: "";
  width: 2px;
  background: gray;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -13%;
  left: auto;
  right: auto;
  margin-left: 15px;
}
@media (max-width: 670px) {
  .feature-section.timeline-section .timeline .timeline-cards .year-container .timeline-year::after {
    display: none;
  }
}
.feature-section.timeline-section .timeline-points .timeline-bar {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: gray;
}
.feature-section.timeline-section .flickity-timeline-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 2rem;
  margin-top: 3rem;
}
.feature-section.timeline-section .flickity-timeline-controls .timeline-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.feature-section.timeline-section .flickity-timeline-controls .timeline-dots .dot {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
}
.feature-section.timeline-section .flickity-timeline-controls .timeline-dots .dot.active {
  opacity: 1;
}
.feature-section.icon-cards-section {
  padding: 4% 0;
}
.feature-section.icon-cards-section .heading-container h2 {
  text-align: center;
  line-height: 1.4;
}
.feature-section.icon-cards-section .heading-container {
  margin-bottom: 5rem;
}
.feature-section.icon-cards-section .disclaimer-container p {
  color: #292929 !important;
  text-align: center !important;
  font-weight: 100 !important;
}
.feature-section.icon-cards-section .icon-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: auto;
}
.feature-section.icon-cards-section .icon-cards .icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 550px;
  max-width: 250px;
  max-height: 550px;
  background: #fff;
  border: 1px solid #c9c9c9;
  gap: 2rem;
}
.feature-section.icon-cards-section .icon-cards .icon-card .text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 75%;
}
.feature-section.icon-cards-section .icon-cards .icon-card .text-container h5 {
  color: #292929;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(12px, 1.8vw, 15px);
  text-align: center;
}
.feature-section.icon-cards-section .icon-cards .icon-card .text-container p {
  color: #292929;
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  letter-spacing: 0;
  line-height: 30px;
}
.feature-section.brochures-section {
  padding: 2% 0 5rem 0;
}
.feature-section.brochures-section .accordion-content {
  max-width: 100%;
  width: 75%;
}
@media (max-width: 768px) {
  .feature-section.brochures-section .accordion-content {
    width: 90%;
  }
}
.feature-section.brochures-section .accordion-content details {
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.feature-section.brochures-section .accordion-content details summary {
  position: relative;
  list-style: none;
}
.feature-section.brochures-section .accordion-content details summary .text {
  display: block;
  max-width: 75%;
}
.feature-section.brochures-section .accordion-content details summary li {
  padding-top: 2rem;
}
.feature-section.brochures-section .accordion-content details summary .toggle-icon {
  position: absolute;
  top: 15%;
  left: 90%;
}
.feature-section.brochures-section .accordion-content details summary .toggle-icon img {
  width: 17px;
}
.feature-section.brochures-section .accordion-content details ul {
  margin-top: 1rem;
}
.feature-section.brochures-section .accordion-content details ul li a {
  font-weight: 700;
  margin: 1rem 0;
  font-size: 1rem;
}
.feature-section.brochures-section .accordion-content p img {
  margin: auto;
}
.feature-section.image-block-section {
  padding: 2% 0;
  width: 100%;
}
.feature-section.image-block-section .feature-content {
  max-width: 75%;
}
@media (max-width: 768px) {
  .feature-section.image-block-section .feature-content {
    max-width: 90%;
  }
}
.feature-section.image-block-section .feature-content {
  margin: auto;
}

.page-id-1049 .variant-content {
  width: 75% !important;
  margin: auto;
}

.home .feature-section + .feature-section {
  padding-top: 0;
}

.core-values-section {
  padding: 5% 0;
}
@media (max-width: 768px) {
  .core-values-section {
    padding: 10% 0;
  }
}
.core-values-section .core-values-container .core-values-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.core-values-section .core-values-container .core-values-content .text-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.core-values-section .core-values-container .core-values-content .text-image-container img {
  max-width: 45%;
}
.core-values-section .core-values-container .core-values-content .text-image-container h5 {
  color: #747474;
  font-weight: 400;
  letter-spacing: 7px;
}
.core-values-section .core-values-container .core-values-content .core-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 80%;
  margin: auto;
  position: relative;
}
.core-values-section .core-values-container .core-values-content .core-values .core-value h5 {
  color: #747474;
  font-weight: 400;
  line-height: 1.2;
}
.core-values-section .core-values-container .core-values-content .core-values::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #747474;
}
@media (max-width: 550px) {
  .core-values-section .core-values-container .core-values-content .core-values {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .core-values-section .core-values-container .core-values-content .core-values::after {
    display: none;
  }
}
.core-values-section .core-values-container .core-values-content .core-values.core-values-icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 65%;
  padding: 3rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  gap: 3rem;
}
.core-values-section .core-values-container .core-values-content .core-values.core-values-icons-container::after {
  display: none;
}
.core-values-section .core-values-container .core-values-content .core-values.core-values-icons-container .core-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.core-values-section .core-values-container .core-values-content .core-values.core-values-icons-container .core-value .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.core-values-section .core-values-container .core-values-content .core-values.core-values-icons-container .core-value .icon-container h5 {
  font-size: 16px;
  color: black;
  font-weight: 500;
  width: 75%;
  text-align: center;
}
.core-values-section .core-values-container .core-values-content .text-container p {
  color: #404040;
  text-align: center;
  width: 26%;
}
@media (max-width: 768px) {
  .core-values-section .core-values-container .core-values-content .text-container p {
    width: 40%;
  }
}
@media (max-width: 403px) {
  .core-values-section .core-values-container .core-values-content .text-container p {
    width: 60%;
  }
}
.core-values-section .core-values-container .core-values-content .text-container p {
  margin: auto;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
}

.carousel-section {
  padding: 8% 0;
}
.carousel-section .text-container {
  max-width: 80%;
  margin: auto;
  padding-bottom: 3rem;
}
.carousel-section .text-container h2 {
  color: #fff;
  font-weight: 400;
}
.carousel-section .flickity-viewport {
  border-radius: 20px;
}
.carousel-section .carousel-container {
  width: 80%;
  margin: auto;
  max-width: 1600px;
}
.carousel-section .full-width-container .flickity-cell {
  padding-right: 20px;
}
.carousel-section .full-width-container .flickity-button {
  background: none !important;
}
.carousel-section .full-width-container .flickity-button:hover {
  background: none !important;
}
.carousel-section .full-width-container .flickity-button .flickity-button-icon {
  fill: #fff !important;
}
.carousel-section .slider-container {
  padding-top: 2rem;
  max-width: 80%;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2rem;
}
.carousel-section .slider-container .series-text-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
}
.carousel-section .slider-container .series-text-container:hover {
  text-decoration: underline;
}
.carousel-section .slider-container .series-text-container .series-name {
  color: #fff;
  font-weight: 700;
  font-size: clamp(25px, 6vw, 40px);
  letter-spacing: 2px;
}
.carousel-section .slider-container .series-text-container .model-name {
  color: #fff;
  font-weight: 700;
  font-size: clamp(19px, 4vw, 24px);
  padding-top: 8px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .carousel-section .slider-container .series-text-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.carousel-section .slider-container .carousel-controls {
  display: flex;
  flex-direction: column;
  width: 75px;
  height: 75px;
}
.carousel-section .slider-container .carousel-controls .tm-flickity-next {
  background: url("/wp-content/themes/tiffin/assets/images/slider-right.webp") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.carousel-section .slider-container .carousel-controls .tm-flickity-prev {
  background: url("/wp-content/themes/tiffin/assets/images/slider-left.webp") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.blog-section {
  padding: 6% 0;
  background: #fff;
}
.blog-section .blog-container {
  max-width: 100%;
  margin: auto;
}
.blog-section .blog-container .blog-section-title {
  color: #404040;
}
.blog-section .blog-container .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.blog-section .blog-container .blog-content .blogs {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .blog-section .blog-container .blog-content .blogs {
    flex-direction: column;
    gap: 1rem;
  }
}
.blog-section .blog-container .blog-content .blogs .blog-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 450px;
  min-height: 420px;
  max-width: 450px;
  max-height: 420px;
}
.blog-section .blog-container .blog-content .blogs .blog-card .blog-img img {
  border-radius: 20px;
  width: 450px;
  height: 250px;
  object-fit: cover;
}
.blog-section .blog-container .blog-content .blogs .blog-card .blog-title {
  padding-top: 1rem;
  font-weight: 400;
  width: 60%;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #b2987e;
  padding-bottom: 1rem;
  line-height: 1.2;
  text-wrap: balance;
  color: #404040;
}
@media (max-width: 960px) {
  .blog-section .blog-container .blog-content .blogs .blog-card .blog-title {
    width: 80%;
  }
}
.blog-section .blog-container .blog-content .blogs .blog-card .blog-link {
  padding-top: 1rem;
  color: #b6a290;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: auto;
}
.blog-section .blog-container .blog-content .page-link-container {
  padding-top: 3rem;
}
.blog-section .blog-container .blog-content .page-link-container a {
  color: #404040;
}
.blog-section .blog-container .blog-content .page-link-container a:hover {
  color: #fff;
}

.sub-page-hero-section .background-image-container {
  margin: auto;
  position: relative;
}
.sub-page-hero-section .background-image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.sub-page-hero-section .background-image-container .preview-gradient {
  background: radial-gradient(50% 60% at 60% 50%, #fff -1000%, transparent 80%);
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: -5%;
  z-index: 0;
}
.sub-page-hero-section .background-image,
.sub-page-hero-section img {
  margin: auto;
  display: block;
}
.sub-page-hero-section .title-desc-container {
  background: #000;
  width: 100%;
  padding: 3rem 0;
}
.sub-page-hero-section .title-desc-container .title-desc-content {
  max-width: 70%;
}
@media (max-width: 768px) {
  .sub-page-hero-section .title-desc-container .title-desc-content {
    max-width: 85%;
  }
}
.sub-page-hero-section .title-desc-container .title-desc-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1000px) {
  .sub-page-hero-section .title-desc-container .title-desc-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.sub-page-hero-section .title-desc-container .title-desc-content .button-text-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .text-container {
  border-left: 1px solid #fff;
  padding-left: 1rem;
}
@media (max-width: 1000px) {
  .sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .text-container {
    border-left: none;
  }
}
.sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .text-container p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 20px);
}
.sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .text-container .description-image-wrapper .bob-tiffin-signature {
  margin: unset;
  margin-left: auto;
  width: 20%;
}
@media (max-width: 768px) {
  .sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .text-container .description-image-wrapper .bob-tiffin-signature {
    width: 30%;
  }
}
.sub-page-hero-section .title-desc-container .title-desc-content .button-text-container .button-container {
  display: none;
}
.sub-page-hero-section .title-desc-container .title-desc-content h2 {
  padding-right: 1rem;
  color: #b6a290;
  font-weight: 500;
  text-wrap: nowrap;
}

.title-block {
  background-color: #fff;
  width: 100%;
  padding: 5rem 0;
}
.title-block .btn {
  text-transform: unset;
  letter-spacing: 0;
}
.title-block .title-image-container {
  max-width: 80%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 20px;
}
.title-block .title-image-container .image-container {
  width: 300px;
  aspect-ratio: 300/175;
}
.title-block .title-image-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.title-block .title-image-container .title-container {
  margin: auto;
}
@media (max-width: 768px) {
  .title-block .title-image-container .title-container {
    margin-left: 1rem;
  }
}
.title-block .title-image-container .title-container * {
  font-size: clamp(18px, 3vw, 30px);
  color: #fff;
}

.two-col-content-block {
  background: #fff;
  width: 100%;
  padding: 5rem 0;
}
.two-col-content-block .btn {
  text-transform: unset;
  letter-spacing: 0;
}
.two-col-content-block .content-container {
  max-width: 70%;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .two-col-content-block .content-container {
    max-width: 90%;
  }
}
.two-col-content-block .content-container .content {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .two-col-content-block .content-container .content {
    flex-direction: column;
    align-items: center;
  }
}
.two-col-content-block .content-container .content .left-col,
.two-col-content-block .content-container .content .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .two-col-content-block .content-container .content .left-col,
  .two-col-content-block .content-container .content .right-col {
    max-width: 90%;
  }
}
.two-col-content-block .content-container .content .text-container h2,
.two-col-content-block .content-container .content .text-container h4 {
  font-weight: 500;
  color: #747474;
}
.two-col-content-block .content-container .content .text-container p {
  color: #404040;
  font-weight: 600;
}
.two-col-content-block .content-container .content .left-col .text-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.two-col-content-block .content-container .content .left-col.border-right .image-container {
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .two-col-content-block .content-container .content .left-col.border-right .image-container {
    padding: unset;
  }
}
.two-col-content-block .content-container .content .left-col.border-right .text-button-wrapper {
  padding-right: 5rem;
  border-right: 1px solid;
}
@media (max-width: 768px) {
  .two-col-content-block .content-container .content .left-col.border-right .text-button-wrapper {
    border: unset;
    padding: unset;
  }
}

.leadership-block-section {
  background-color: #fff;
  width: 100%;
  padding: 5rem 0;
}
.leadership-block-section .btn {
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 600;
}
.leadership-block-section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.leadership-block-section .content .leadership-photos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.leadership-block-section .content .leadership-photos img {
  border-radius: 20px;
}

.body-text-block-section {
  width: 100%;
  padding: 2rem 0;
  color: #404040;
}
.body-text-block-section p {
  line-height: 1.6;
}
.body-text-block-section .content-container {
  max-width: 100%;
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .body-text-block-section .content-container {
    width: 90%;
  }
}
.body-text-block-section .content-container .content {
  max-width: 75%;
}
@media (max-width: 768px) {
  .body-text-block-section .content-container .content {
    width: 100%;
  }
}

.faqs-section {
  margin: 3% 0;
}
@media (max-width: 768px) {
  .faqs-section {
    margin: 8% 0;
  }
}
.faqs-section .faqs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  width: 100%;
  margin: auto;
  gap: 5rem;
  padding-bottom: 10rem;
}
.faqs-section .faqs-container .faqs {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  max-width: 75%;
  gap: 5rem;
}
.faqs-section .faqs-container .faqs .faq {
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
}
.faqs-section .faqs-container .faqs .faq h3 {
  color: #fff;
  padding: 2rem 0;
  font-weight: 500;
  background: #cab39d;
  text-align: center;
}
.faqs-section .faqs-container .faqs .faq details {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faqs-section .faqs-container .faqs .faq details summary {
  cursor: pointer;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  transition: color 350ms ease-in-out;
  position: relative;
  list-style: none;
}
.faqs-section .faqs-container .faqs .faq details summary .text {
  display: block;
  max-width: 75%;
}
.faqs-section .faqs-container .faqs .faq details summary .toggle-icon {
  position: absolute;
  top: 15%;
  left: 90%;
}
.faqs-section .faqs-container .faqs .faq details summary .toggle-icon img {
  width: 17px;
}

/*-------------------------------
Event Archive Styles
-------------------------------*/
.events-archive__image {
  height: 15.2rem;
}
@media (max-width: 500px) {
  .events-archive__image {
    height: 13.2rem;
  }
}
.events-archive__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.9rem;
  margin-top: 2.9rem;
  gap: 20px;
}
.events-archive__item {
  border: 1px solid gray;
  display: block;
  margin-bottom: 4.6rem;
  max-width: 400px;
  width: 100% !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  display: none;
}
.events-archive__item.event-filtered {
  display: block;
}
.events-archive__content {
  padding: 1rem;
  text-align: center;
}
.events-archive__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.events-archive__date {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.events-archive__more {
  color: gray;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.events-archive__button {
  margin: 0 auto 6.9rem;
  width: 15rem;
}
.events-archive__button.-is-hidden {
  display: none;
}
.events-archive__event-type {
  text-align: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .events-archive__image {
    height: 15.5rem;
  }
  .events-archive__button {
    margin-bottom: 11.7rem;
  }
}
@media (min-width: 1024px) {
  .events-archive__image {
    height: 17rem;
  }
  .events-archive__list {
    justify-content: center;
    margin: 4rem auto 5rem auto;
    max-width: none;
  }
  .events-archive__item {
    margin-right: 3rem;
    transition: all 0.25s ease-in;
    width: calc(33.3333333333% - 3rem);
  }
  .events-archive__item:hover {
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
  }
  .events-archive__description {
    min-height: 14.5rem;
  }
  .events-archive__button {
    margin-bottom: 7.6rem;
  }
}
@media (min-width: 1280px) {
  .events-archive__content {
    padding: 2rem 2.5rem;
  }
  .events-archive__description {
    min-height: 8.7rem;
  }
}
/*-------------------------------
Single Event Styles
-------------------------------*/
.event-social-share {
  display: flex;
}

@media (max-width: 767px) {
  .single-mv_events .site-inner {
    padding-top: 20px;
  }
}

.event-single {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 920px) {
  .event-single {
    flex-direction: column;
  }
}
.event-single strong {
  font-family: basis-grotesque-bold-pro, sans-serif;
}
.event-single {
  margin-bottom: 6.2rem;
  margin-top: 0rem;
}
.event-single__group {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 920px) {
  .event-single__group {
    width: 90%;
    margin: auto;
  }
}
.event-single__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.event-single__description {
  margin: 2.8rem 0;
}
.event-single__description p {
  font-weight: 600;
}
.event-single__details-link {
  height: auto;
}
.event-single__social {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.event-single__details {
  border: 1px solid gray;
  padding: 2rem 1.5rem;
  margin-top: 8rem;
  width: 20%;
  max-height: 450px;
}
@media (max-width: 920px) {
  .event-single__details {
    width: 80%;
    margin: auto;
  }
}
.event-single__details-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.event-single__details-heading {
  font-size: 1rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
}
.event-single__details-subheading {
  font-size: 1rem;
  margin-bottom: 1.7rem;
  font-weight: 600;
  font-size: clamp(12px, 1.2vw, 14px);
}
.event-single__details-subheading:last-of-type {
  margin-bottom: 0;
}
.event-single__details-subheading.-location {
  margin-bottom: 0.5rem;
  color: black;
  font-size: clamp(12px, 1.2vw, 14px);
}
.event-single__details-subheading.-location:last-of-type {
  margin-bottom: 0;
}
.event-single__details-link {
  margin-top: 6.2rem;
  padding: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .event-single {
    margin-top: 1rem;
  }
  .event-single__title {
    font-size: 3.5rem;
    margin-bottom: 2.6rem;
  }
  .event-single__description {
    margin: 2.6rem 0 1.4rem;
  }
  .event-single__social {
    margin-bottom: 5.9rem;
  }
  .event-single__details {
    padding: 2.2rem 3rem 2.5rem;
  }
  .event-single__details-title {
    margin-bottom: 2rem;
  }
  .event-single__details-link {
    margin-top: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .event-single {
    margin-bottom: 4.3rem;
    margin-top: 1rem;
  }
  .event-single__title {
    margin-bottom: 2rem;
  }
  .event-single__description {
    margin: 3rem 0 5.5rem;
  }
  .event-single__details {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .event-single__social {
    margin-bottom: 0;
  }
}
.event-social-share {
  margin-left: 1rem;
  list-style: none;
  margin-bottom: 0;
}
.event-social-share.-event-detail {
  margin-left: 2rem;
}
.event-social-share__link {
  border: 1px solid gray;
  border-radius: 50%;
  color: gray;
  margin-bottom: 10px;
  display: block;
  line-height: 1em;
  padding: 5px;
  transition: all 0.2s;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.event-social-share__link svg {
  fill: gray;
  height: 1.4rem;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.event-social-share__link svg.facebook {
  right: 0px;
  top: 0px;
}
.event-social-share__link svg.twitter {
  top: 1px;
}
.event-social-share__link svg.email {
  top: 1px;
}
.event-social-share__item {
  margin-right: 2.9rem;
}
.event-social-share__item.-event-detail {
  margin-right: 1.5rem;
}
.event-social-share__item:hover .event-social-share__link {
  background: gray;
}
.event-social-share__item:hover .event-social-share__link svg {
  fill: #4d4d4d;
  border: 1px solid #b3b3b3;
  color: #fff;
}
.event-social-share__item:last-of-type {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .event-social-share {
    gap: 20px;
  }
  .event-social-share__item {
    margin-bottom: 0rem;
    margin-right: 0;
  }
  .event-social-share__item.-event-detail {
    margin-bottom: 0;
  }
}
/*
 * Event Filter Styles (<select>)
 */
.filter-select-wrap-title {
  display: block;
  margin: 20px auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.filter-select-wrap {
  /* NOTE THIS IS FOR CROSS BROWSER APPEARANCE CONSISTENCY TAKE CARE */
  position: relative;
  height: 47.5px;
  width: fit-content;
  min-width: 260px;
  margin: 20px auto;
  background: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.filter-select-wrap.disabled {
  filter: grayscale(1);
  pointer-events: none;
  cursor: default;
  background: #e0e0e0;
}
.filter-select-wrap.disabled:before {
  background: #e0e0e0;
}
.filter-select-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}
.filter-select-wrap:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 50px;
  display: block;
  bottom: 0px;
  background: #fff;
  content: "";
  pointer-events: none;
  transition: 0.2s;
}
.filter-select-wrap:hover:before {
  background: #eaeaea;
}

.model-profiles-block .container {
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .model-profiles-block .container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .model-profiles-block .container {
    max-width: 80%;
  }
}
.model-profiles-block .filter-select-wrap {
  margin: 0;
  min-width: 230px;
  position: absolute;
  margin-top: 7rem;
}
.model-profiles-block .filter-select-wrap select[name=events-filter-select] {
  border-radius: 5px;
}
.model-profiles-block .resources-profile .brochure__heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 3.5rem !important;
  margin: 0;
  padding-top: 7rem;
}
@media (max-width: 1280px) {
  .model-profiles-block .resources-profile .brochure__heading {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .model-profiles-block .resources-profile .brochure__heading {
    padding-top: 1rem;
  }
}
.model-profiles-block .resources-profile .brochure__heading {
  padding-left: 100px;
  text-align: center;
}
.model-profiles-block .resources-profile .brochure__model:last-of-type {
  margin-top: 0;
}
.model-profiles-block .resources-profile .brochure__model-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2rem !important;
  padding-top: 0.5rem;
  position: relative;
  list-style: none;
}
.model-profiles-block .resources-profile .brochure__model-name::after {
  top: 2.7rem;
}
.model-profiles-block .resources-profile .brochure__model-name::before {
  top: 2.7rem;
}
.model-profiles-block .resources-profile .brochure__model-name .toggle-icon {
  position: absolute;
  top: 15%;
  left: 90%;
}
.model-profiles-block .resources-profile .brochure__model-name .toggle-icon img {
  width: 17px;
}
.model-profiles-block .resources-profile .js-accordion-trigger {
  padding-bottom: 1.4rem;
}
.model-profiles-block .resources-profile .model_image {
  max-width: 80%;
  margin: 30px auto;
}
.model-profiles-block .resources-profile .resource__section .owners-manual {
  border-bottom: none;
  border-top-color: #ddd;
}
.model-profiles-block .resources-profile .video-results-section {
  margin: 1rem 0 0;
  padding-bottom: 10rem;
  border-bottom: 1px solid #ddd;
}
.model-profiles-block .resources-profile .video-results-section__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 8px;
}
.model-profiles-block .resources-profile .video-card-single {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.model-profiles-block .resources-profile {
  /* For mobile devices */
}
@media (max-width: 767px) {
  .model-profiles-block .resources-profile .video-card-single {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.model-profiles-block .resources-profile .video-card-single__inner {
  position: relative;
  padding-top: 56.25%;
}
.model-profiles-block .resources-profile .video-card-single__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.model-profiles-block .resources-profile .video-card-single__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.model-profiles-block .resources-profile li:last-of-type {
  margin-bottom: 3rem;
}

.learn-more-button .wp-element-button {
  padding: 8px 35px !important;
  font-weight: 900 !important;
  letter-spacing: 2px;
}
.learn-more-button .wp-element-button::after {
  content: "";
  background: url(/wp-content/uploads/2024/10/PLUS-SIGN-e1728068673753.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-bottom: -3px;
  margin-left: 5px;
}

.resources .site-inner {
  padding-top: 100px;
}
.resources .allegro-club-spacer {
  border-bottom: 1px solid #ddd;
  height: 2rem !important;
  max-width: 1136px;
  margin: 2rem auto;
}
@media (max-width: 1270px) {
  .resources .allegro-club-spacer {
    margin: 2rem 6% 0;
  }
}
.resources .allegro-club-logo figure {
  padding: 0.5rem 0 0;
}
.resources .allegro-club-logo img {
  margin-bottom: 1.5rem;
}

@media (min-width: 1077px) {
  .resources .site-inner {
    padding-top: 100px;
  }
}
@media (max-width: 1076px) {
  .resources .site-inner {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .resources .site-inner {
    padding-top: 50px;
  }
}

@media (max-width: 1240px) {
  .model-profiles-block {
    padding-top: 3rem;
  }
  .model-profiles-block .filter-select-wrap {
    margin: 0 auto;
    position: relative;
    min-width: 214px;
  }
  .model-profiles-block .filter-select-wrap:before {
    height: 40px;
  }
  .model-profiles-block .filter-select-wrap select {
    padding: 10px;
  }
  .model-profiles-block .resources-profile .brochure__heading {
    letter-spacing: 5px;
    font-size: 3rem !important;
    margin: 2rem 0 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .model-profiles-block {
    padding-top: 1rem;
  }
  .model-profiles-block .filter-select-wrap {
    margin: 0 auto;
    position: relative;
    min-width: 214px;
  }
  .model-profiles-block .filter-select-wrap:before {
    height: 40px;
  }
  .model-profiles-block .filter-select-wrap select {
    padding: 10px;
  }
  .model-profiles-block .resources-profile .brochure__heading {
    letter-spacing: 5px;
    font-size: 2.5rem !important;
    margin: 2rem 0 0;
  }
  .model-profiles-block .resources-profile .model_image {
    max-width: 100%;
  }
  .model-profiles-block .resources-profile .brochure__model-name {
    font-size: 1.3rem !important;
  }
  .model-profiles-block .resources-profile .brochure__model-name:before {
    top: 2.1rem;
  }
  .model-profiles-block .resources-profile .brochure__model-name:after {
    top: 2.1rem;
  }
}
@media (min-width: 1350px) {
  .resources .above-footer {
    min-height: 500px !important;
    background-size: 100% auto !important;
    background-position: center !important;
  }
  .resources .above-footer .footer-home p {
    margin: 0;
  }
}
@media (max-width: 1349px) {
  .resources .above-footer {
    min-height: 460px !important;
    background-size: 100% auto !important;
    background-position: center !important;
  }
  .resources .above-footer .footer-home p {
    margin: 0 5px 30px;
  }
  .resources .Footer-inner {
    background-color: white;
  }
}
@media (max-width: 767px) {
  .resources .above-footer {
    min-height: 450px !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }
  .resources .above-footer .footer-home p {
    margin: 0 5% 30px;
  }
  .resources .Footer-inner {
    background-color: white;
  }
}
.page-id-1286 .site-inner,
.single-mv_location .site-inner {
  padding-top: 48px;
}
.page-id-1286 .map,
.single-mv_location .map {
  display: flex;
  height: 100vh;
}
.page-id-1286 .map-container,
.single-mv_location .map-container {
  flex: 1;
  height: 100%;
}
.page-id-1286 .map-nav,
.single-mv_location .map-nav {
  width: 33.33%;
}
.page-id-1286 .map-search,
.single-mv_location .map-search {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  height: 22rem;
  margin-bottom: 0.6rem;
  padding: 2.6rem 1.2rem 0;
}
.page-id-1286 .map-search__form,
.single-mv_location .map-search__form {
  height: 7.4rem;
  position: relative;
}
.page-id-1286 .map-search__form .mapboxgl-ctrl-geocoder,
.single-mv_location .map-search__form .mapboxgl-ctrl-geocoder {
  max-width: none;
  min-width: 100%;
  width: 100%;
  height: 44px;
}
.page-id-1286 .map-search__form .mapboxgl-ctrl-geocoder input[type=text],
.single-mv_location .map-search__form .mapboxgl-ctrl-geocoder input[type=text] {
  color: #0b0b0b !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.5rem 1rem 40px;
  height: 44px;
}
.page-id-1286 .map-search__filter,
.single-mv_location .map-search__filter {
  max-width: none;
}
.page-id-1286 .map-search__filter:focus,
.single-mv_location .map-search__filter:focus {
  outline: none;
}
.page-id-1286 .map-search.-filter,
.single-mv_location .map-search.-filter {
  height: 26rem;
}
.page-id-1286 .map-search #map-type-filter,
.single-mv_location .map-search #map-type-filter {
  background: 0 0;
  border-radius: 0.5rem;
  color: #0b0b0b;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.page-id-1286 .map-search.-service,
.single-mv_location .map-search.-service {
  height: 20rem;
}
.page-id-1286 .map-search.-dealers,
.single-mv_location .map-search.-dealers {
  height: 17rem;
}
.page-id-1286 .map-search.-chapters,
.single-mv_location .map-search.-chapters {
  height: 14rem;
}
.page-id-1286 .map-search__heading,
.single-mv_location .map-search__heading {
  font-size: 1.7rem !important;
  font-weight: 900;
  margin-bottom: 1.6rem;
  letter-spacing: -0.5px;
}
.page-id-1286 .map-search__check-wrapper,
.single-mv_location .map-search__check-wrapper {
  line-height: 0;
  margin-bottom: 1.5rem;
}
.page-id-1286 .map-search__check-label,
.single-mv_location .map-search__check-label {
  cursor: pointer;
  margin-right: 0.5rem;
}
.page-id-1286 .map-search__check-label.-disabled,
.single-mv_location .map-search__check-label.-disabled {
  color: #999999;
}
.page-id-1286 .map-search__error, .page-id-1286 .map-search__message,
.single-mv_location .map-search__error,
.single-mv_location .map-search__message {
  bottom: 0.7rem;
  display: block;
  font-size: 1.4rem;
  position: absolute;
}
.page-id-1286 .map-search__error,
.single-mv_location .map-search__error {
  color: #cc0000;
  font-weight: 800;
}
.page-id-1286 .map-search__message,
.single-mv_location .map-search__message {
  color: #000000;
}
.page-id-1286 .map-search .vue-picker,
.single-mv_location .map-search .vue-picker {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.page-id-1286 .map-search .vue-picker:focus,
.single-mv_location .map-search .vue-picker:focus {
  outline: none;
}
.page-id-1286 .map-search .vue-picker__opener,
.single-mv_location .map-search .vue-picker__opener {
  background: transparent;
  border: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.page-id-1286 .map-search .vue-picker__opener:focus,
.single-mv_location .map-search .vue-picker__opener:focus {
  border-radius: 5px;
  box-shadow: 0 0 0 2px #000000;
  outline: none;
}
.page-id-1286 .map-search .vue-picker__opener-ico,
.single-mv_location .map-search .vue-picker__opener-ico {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.page-id-1286 .map-search .vue-picker__opener-ico::after,
.single-mv_location .map-search .vue-picker__opener-ico::after {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 0.8rem;
  transform: translate(0, -25%) rotate(45deg);
  width: 0.8rem;
}
.page-id-1286 .map-search .vue-picker--open,
.single-mv_location .map-search .vue-picker--open {
  box-shadow: 0 0 0 2px #000000;
}
.page-id-1286 .map-search .vue-picker__dropdown,
.single-mv_location .map-search .vue-picker__dropdown {
  border-radius: 5px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
  position: absolute;
  width: 70%;
  z-index: 2;
}
.page-id-1286 .map-search .vue-picker-option,
.single-mv_location .map-search .vue-picker-option {
  background: #ffffff;
  border: 0;
  font-family: sans-serif;
  font-size: 1rem !important;
  padding: 1.2rem 1.5rem;
  position: relative;
  text-align: left;
  width: 70%;
}
.page-id-1286 .map-search .vue-picker-option.-disabled,
.single-mv_location .map-search .vue-picker-option.-disabled {
  color: #888888;
  font-style: italic;
}
.page-id-1286 .map-search .vue-picker-option--cur,
.single-mv_location .map-search .vue-picker-option--cur {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  z-index: 4;
}
.page-id-1286 .map-search .vue-picker-option:focus,
.single-mv_location .map-search .vue-picker-option:focus {
  outline: none;
}
.page-id-1286 .map-search .vue-picker-option::after,
.single-mv_location .map-search .vue-picker-option::after {
  background: #eeeeee;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 3;
}
.page-id-1286 .map-search .vue-picker-option:first-of-type,
.single-mv_location .map-search .vue-picker-option:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 5px;
}
.page-id-1286 .map-search .vue-picker-option:last-of-type,
.single-mv_location .map-search .vue-picker-option:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-id-1286 .map-search .vue-picker-option:last-of-type::after,
.single-mv_location .map-search .vue-picker-option:last-of-type::after {
  content: none;
}
@media (max-width: 480px) {
  .page-id-1286 .map-search,
  .single-mv_location .map-search {
    padding: 2.6rem 2rem;
  }
  .page-id-1286 .map-search-wrapper,
  .single-mv_location .map-search-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .page-id-1286 .map-search.-filter,
  .single-mv_location .map-search.-filter {
    height: 14rem;
  }
  .page-id-1286 .map-search__filter,
  .single-mv_location .map-search__filter {
    width: 48%;
  }
  .page-id-1286 .map-search__form,
  .single-mv_location .map-search__form {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page-id-1286 .site-inner,
  .single-mv_location .site-inner {
    padding-top: 40px;
  }
  .page-id-1286 .map-search,
  .single-mv_location .map-search {
    padding: 2.6rem 1.2rem;
  }
  .page-id-1286 .map-search-wrapper,
  .single-mv_location .map-search-wrapper {
    flex-direction: column;
  }
  .page-id-1286 .map-search.-chapters,
  .single-mv_location .map-search.-chapters {
    height: 16rem;
  }
  .page-id-1286 .map-search.-filter,
  .single-mv_location .map-search.-filter {
    height: 20rem;
  }
  .page-id-1286 .map-search__filter,
  .single-mv_location .map-search__filter {
    width: 100%;
  }
  .page-id-1286 .map-search__form,
  .single-mv_location .map-search__form {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .page-id-1286 .site-inner,
  .single-mv_location .site-inner {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-id-1286 .site-inner,
  .single-mv_location .site-inner {
    padding-top: 40px;
  }
}
@media (max-width: 1280px) {
  .page-id-1286 .map-search__heading,
  .single-mv_location .map-search__heading {
    font-size: 2rem;
  }
  .page-id-1286 .map-search.-filter,
  .single-mv_location .map-search.-filter {
    padding: 2.6rem 2rem;
  }
  .page-id-1286 .map-search.-chapters,
  .single-mv_location .map-search.-chapters {
    height: 15rem;
  }
  .page-id-1286 .map-search__filter,
  .single-mv_location .map-search__filter {
    max-width: none;
  }
  .page-id-1286 .map-search .vue-picker__dropdown,
  .single-mv_location .map-search .vue-picker__dropdown {
    max-width: 31rem;
  }
}
.page-id-1286 .map-nav,
.single-mv_location .map-nav {
  background: #f0f0f0;
  height: 100%;
  position: relative;
}
.page-id-1286 .map-nav__loc-wrap,
.single-mv_location .map-nav__loc-wrap {
  height: calc(100vh - 22rem);
  overflow: hidden;
  position: relative;
}
.page-id-1286 .map-nav__loc-inner-wrap,
.single-mv_location .map-nav__loc-inner-wrap {
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 30px;
}
.page-id-1286 .map-nav__loc-inner-wrap .logo-small,
.single-mv_location .map-nav__loc-inner-wrap .logo-small {
  display: block;
  margin: 3rem auto;
}
.page-id-1286 .map-nav__loc-inner-wrap .button,
.single-mv_location .map-nav__loc-inner-wrap .button {
  margin-bottom: 20px;
}
.page-id-1286 .map-nav__message,
.single-mv_location .map-nav__message {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  height: 80%;
  justify-content: center;
}
.page-id-1286 .map-nav.-pre-filter-active,
.single-mv_location .map-nav.-pre-filter-active {
  display: none;
}
@media (max-width: 768px) {
  .page-id-1286 .map-nav,
  .single-mv_location .map-nav {
    display: inline-block;
    width: 100% !important;
  }
}
@media (max-width: 1280px) {
  .page-id-1286 .map-nav,
  .single-mv_location .map-nav {
    width: 33%;
  }
}
.page-id-1286 .map-location,
.single-mv_location .map-location {
  background: #ffffff;
  cursor: pointer;
  height: auto;
  margin-bottom: 0.6rem;
  max-height: 12.5rem;
  overflow: hidden;
  padding: 2.1rem 3rem 30px;
  transition: max-height 0.2s ease-in, background 0.2s ease-in;
}
.page-id-1286 .map-location.-no-outline,
.single-mv_location .map-location.-no-outline {
  outline: none;
}
.page-id-1286 .map-location__heading,
.single-mv_location .map-location__heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.12em;
  margin-bottom: 1rem;
  padding-right: 2rem;
  position: relative;
}
.page-id-1286 .map-location__heading::after,
.single-mv_location .map-location__heading::after {
  /*    @include icon($arrowLeftIcon, 1.2rem);*/
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 1rem;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.page-id-1286 .map-location__subheading,
.single-mv_location .map-location__subheading {
  font-size: 1.5rem;
  line-height: 1.125em;
  margin-bottom: 2.3rem;
}
.page-id-1286 .map-location__chapter,
.single-mv_location .map-location__chapter {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5rem 0;
}
.page-id-1286 .map-location__distance,
.single-mv_location .map-location__distance {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2.3rem;
}
.page-id-1286 .map-location__details,
.single-mv_location .map-location__details {
  visibility: hidden;
  padding-bottom: 10px;
}
.page-id-1286 .map-location__address,
.single-mv_location .map-location__address {
  display: block;
  font-family: sans-serif;
  margin-bottom: 1.5rem;
  text-decoration: underline;
}
.page-id-1286 .map-location__address-content,
.single-mv_location .map-location__address-content {
  font-size: 1.3rem !important;
  line-height: 1.61em;
  margin-bottom: 1.5rem;
  color: #000;
}
.page-id-1286 .map-location__detail,
.single-mv_location .map-location__detail {
  display: block;
  font-size: 1.3rem !important;
  margin-bottom: 1rem;
  color: #000;
  /*  
        &.-phone {

        }

        &.-email {

        }

        &.-website {
            &::before {
                @include icon($arrowTopRightIcon, 2);
            }
        }*/
}
.page-id-1286 .map-location__detail.-contact,
.single-mv_location .map-location__detail.-contact {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: #000;
}
.page-id-1286 .map-location__detail.-no-link,
.single-mv_location .map-location__detail.-no-link {
  cursor: default;
  font-weight: 400;
  color: #000;
}
.page-id-1286 .map-location__detail.-no-link:hover,
.single-mv_location .map-location__detail.-no-link:hover {
  text-decoration: none;
}
.page-id-1286 .map-location__detail::before,
.single-mv_location .map-location__detail::before {
  color: #000000;
  height: 1.3rem;
  margin-right: 1.4rem;
  width: 1.3rem;
}
.page-id-1286 .map-location__detail:hover,
.single-mv_location .map-location__detail:hover {
  text-decoration: underline;
}
.page-id-1286 .map-location__button,
.single-mv_location .map-location__button {
  letter-spacing: initial;
  margin-bottom: 2.8rem;
  text-transform: none;
  width: 100%;
  color: #000;
}
.page-id-1286 .map-location.active,
.single-mv_location .map-location.active {
  background: #eeeeee;
  height: auto;
  max-height: 40rem;
}
.page-id-1286 .map-location.active .map-location__details,
.single-mv_location .map-location.active .map-location__details {
  visibility: visible;
}
.page-id-1286 .map-location.active .map-location__heading::after,
.single-mv_location .map-location.active .map-location__heading::after {
  transform: rotate(270deg);
}

.post-type-archive-mv_location .map-location__heading {
  font-size: 1.2rem !important;
  font-weight: 600;
}
.post-type-archive-mv_location .map-location__subheading {
  font-size: 1.1rem !important;
  margin-bottom: 1.1rem;
}
.post-type-archive-mv_location .map-location {
  max-height: 11.5rem;
}
.post-type-archive-mv_location .map-location__detail {
  font-size: 1.1rem !important;
  margin-bottom: 0.8rem;
}

.single-mv_location .map-location.active {
  max-height: unset;
  height: fit-content;
}
.single-mv_location .map-location__heading {
  font-weight: 900;
  font-size: 1.6rem !important;
}
.single-mv_location .map-location .button {
  margin-bottom: 50px;
  margin-top: 36px;
  color: #000;
}
@media (max-width: 900px) {
  .single-mv_location .map-outer {
    min-height: unset;
  }
  .single-mv_location .map {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-mv_location .map-container {
    width: 100%;
    height: 75vh;
    position: relative;
    z-index: 1;
  }
  .single-mv_location .map-nav {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .single-mv_location .map-nav__loc-inner-wrap {
    height: fit-content;
    overflow-y: unset;
    padding-bottom: unset;
    position: relative;
    top: unset;
    width: 100%;
  }
  .single-mv_location .map-location__heading {
    font-size: 1.6rem !important;
  }
  .single-mv_location .map-location__detail {
    font-size: 1.3rem !important;
  }
}

.brochure-container {
  background: #fff;
  padding: 5rem 0;
  margin: auto;
}
.brochure-container .wrapper {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1300px) {
  .brochure-container .wrapper {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .brochure-container .wrapper {
    width: 80%;
  }
}
.brochure-container .wrapper .brochure__model details {
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.brochure-container .wrapper .brochure__model details summary {
  cursor: pointer;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  transition: color 350ms ease-in-out;
  position: relative;
  list-style: none;
}
.brochure-container .wrapper .brochure__model details summary .text {
  display: block;
  max-width: 75%;
}
.brochure-container .wrapper .brochure__model details summary .toggle-icon {
  position: absolute;
  top: 15%;
  left: 90%;
}
.brochure-container .wrapper .brochure__model details summary .toggle-icon img {
  width: 17px;
}
.brochure-container .wrapper .brochure__model details li {
  padding-top: 2rem;
}

.chassis-disclaimer {
  color: #fff;
  margin-top: -8%;
}
.chassis-disclaimer p {
  text-align: center;
  font-size: clamp(10px, 1.2vw, 12px);
}

/*
Three Column Infobox Component Styles
*/
/*************************************
	* 3 Col Info Section Styles
	* (imported from Craft Version)
	****/
.three-col-info-card-section {
  padding: 3.1rem 6% 8rem;
}
.three-col-info-card-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .three-col-info-card-section__inner {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .three-col-info-card-section__inner {
    gap: 30px;
  }
}

.three-col-info-card {
  margin: 0 auto 1.8rem;
  max-width: 476px;
  justify-content: center;
  gap: 20px;
  min-height: 450px;
  height: auto;
}

.three-col-info-card:last-of-type {
  margin-bottom: 0;
}

.three-col-info-card__title {
  background: #0b0b0b;
  color: #fff;
  font-size: 0.8rem !important;
  font-weight: 900;
  letter-spacing: 0.25em;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.three-col-info-card__image-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #9d9d9d;
}

.three-col-info-card__image-wrapper:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 42.82946%;
}

.three-col-info-card__image {
  position: absolute;
  top: 0;
  right: 0;
}

.three-col-info-card__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15rem;
  height: 15rem;
}

.three-col-info-card__icon.-white path {
  fill: #fff;
}

.three-col-info-card__icon.-img {
  height: 10rem;
  width: auto;
}

.three-col-info-card__icon.-img img {
  height: inherit;
}

.three-col-info-card__info {
  background: #f0f0f0;
  padding: 2.1rem 2rem 2.4rem;
  text-align: center;
}

.three-col-info-card__description {
  font-size: 1.2rem !important;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2rem;
}

.three-col-info-card__link-text {
  font-size: 0.8rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .three-col-info-card-section {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .three-col-info-card {
    margin-bottom: 6.3rem;
  }
  .three-col-info-card__info {
    padding: 3rem 3rem 2.1rem;
  }
  .three-col-info-card__description {
    margin-bottom: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .three-col-info-card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 0;
    padding: 5.5rem 6% 7.9rem;
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .three-col-info-card-section.container {
    max-width: 1400px;
  }
  .three-col-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 0;
    margin-right: 0.6rem;
    width: calc(33.3333333333% - 0.6rem);
  }
  .three-col-info-card:last-of-type {
    margin-right: 0;
  }
  .three-col-info-card__background {
    transition: transform 0.25s ease-in;
  }
  .three-col-info-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .three-col-info-card__link:hover .three-col-info-card__background {
    transform: scale(1.04);
  }
  .three-col-info-card__container {
    overflow: hidden;
  }
  .three-col-info-card__info {
    flex-grow: 1;
    padding: 0;
  }
  .three-col-info-card__description {
    margin-bottom: 1.8rem;
    padding: 2.1rem 2.8rem 0;
  }
  .three-col-info-card__link-text {
    display: block;
    padding-bottom: 1.7rem;
    width: 100%;
  }
}
.single-homepage-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 0;
  margin-right: 0.6rem;
  width: calc(33.3333333333% - 0.6rem);
}

.single-homepage-card:last-of-type {
  margin-right: 0;
}

.single-homepage-card__background {
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.single-homepage-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-homepage-card__link:hover .single-homepage-card__background {
  transform: scale(1.04);
}

.single-homepage-card__container {
  overflow: hidden;
}

.single-homepage-card__info {
  flex-grow: 1;
  padding: 0;
}

.single-homepage-card__description {
  margin-bottom: 1.8rem;
  padding: 2.1rem 2.8rem 0;
}

.single-homepage-card__link-text {
  display: block;
  padding-bottom: 1.7rem;
  width: 100%;
}

@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Black */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Italic */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Mono */
@font-face {
  font-family: "Basis Grotesque Pro Mono";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Mono.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Off White */
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Off-White.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/wp-content/themes/tiffin/assets/fonts/Basis Grotesque Pro/BasisGrotesquePro-Off-WhiteItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
.btn {
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
  border: 2px solid #747474;
  text-transform: uppercase;
  font-weight: 700;
  color: #747474;
  font-size: clamp(16px, 2vw, 18px);
  padding: 13px 20px;
  letter-spacing: 0.9px;
  border-radius: 10px;
  text-wrap: nowrap;
  cursor: pointer;
}
.btn.btn-primary:hover {
  background: #fff;
}
.btn.btn-secondary {
  font-weight: 400;
  color: #404040;
}
.btn.btn-secondary:hover {
  background: #000;
  color: #fff;
  border: 2px solid #747474;
}
.btn.btn-tertiary {
  border: 2px solid #fff;
  transition: unset;
  background: #666260;
  color: #fff;
  font-weight: 400;
}
.btn.btn-tertiary:hover {
  background: #666260;
  color: #fff;
}
.btn.btn-transparent {
  background: none;
  color: #fff;
  border-color: #fff;
}
.btn.btn-transparent:hover {
  background: #fff;
  color: #000;
}

.global-caret-container {
  position: absolute;
  bottom: 0%;
  right: 5%;
  cursor: pointer;
}

.global-caret-container {
  animation: pulse 600ms infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(3px);
  }
}
.single-mv_models .background-image-section {
  margin-top: -6%;
}
.single-mv_models .background-image-section .image-text {
  letter-spacing: 8px;
  font-weight: 600;
  text-shadow: unset;
  gap: 2rem;
  z-index: 1;
}
.single-mv_models .background-image-section .image-text span {
  font-size: clamp(8px, 1vw, 12px);
}
.single-mv_models .background-image-section .image-text span::before {
  top: -5px;
  left: -20px;
  height: 60px;
}
.single-mv_models .background-image-section .image-text span {
  margin-top: unset;
  line-height: 1.3;
  letter-spacing: 1px;
}

.model-page-nav {
  background-color: rgba(0, 0, 0, 0.6);
  position: sticky;
  margin: 0 auto;
  z-index: 998;
  top: min(7vw, 100.2px);
  width: 100%;
  overflow: hidden;
}
.model-page-nav .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  margin: auto;
}
@media (max-width: 960px) {
  .model-page-nav .nav-content {
    max-width: 90%;
  }
}
.model-page-nav .nav-content .model-name a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  letter-spacing: 1px;
}
.model-page-nav .nav-content .model-name a::before {
  content: "";
  width: 5px;
  height: 12px;
  display: block;
  background-color: #bca690;
  position: absolute;
  top: 4px;
  left: -12px;
  border-radius: 5px;
}
.model-page-nav .nav-content .nav-items-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1330px) {
  .model-page-nav .nav-content .nav-items-container {
    gap: 1rem;
  }
}
.model-page-nav .nav-content .nav-items-container .nav-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.model-page-nav .nav-content .nav-items-container button {
  font-weight: 400 !important;
}
.model-page-nav .nav-content .nav-items-container .nav-cta-buttons {
  display: flex;
  gap: 1rem;
  text-wrap: nowrap;
}
.model-page-nav .nav-content .nav-items-container .nav-cta-buttons .find-a-dealer-btn {
  background-color: #b1a496;
  font-weight: 900;
  color: #fff;
  padding: 20px 35px;
}
@media (max-width: 1330px) {
  .model-page-nav .nav-content .nav-items-container .nav-cta-buttons .find-a-dealer-btn {
    padding: 14px 20px;
  }
}
@media (max-width: 870px) {
  .model-page-nav .nav-content .nav-items-container .nav-cta-buttons .find-a-dealer-btn {
    padding: 13px 12px;
  }
}
@media (max-width: 830px) {
  .model-page-nav .nav-content .nav-items-container {
    display: none;
  }
}
.model-page-nav .nav-content .models-mobile-dropdown-nav-container {
  display: none;
  position: relative;
}
@media (max-width: 830px) {
  .model-page-nav .nav-content .models-mobile-dropdown-nav-container {
    display: block;
    padding: 10px 0;
  }
}
.model-page-nav .nav-content .models-mobile-dropdown-nav-container .dropdown-button {
  color: #fff;
  font-weight: bold;
  border-color: #fff;
}
@media (max-width: 830px) {
  .model-page-nav .nav-content .models-mobile-dropdown-nav-container .dropdown-button {
    padding: 8px 10px;
  }
}
.model-page-nav .nav-content .models-mobile-dropdown-nav-container .dropdown-button svg {
  position: relative;
  top: -2px;
}
.model-page-nav .nav-content .models-mobile-dropdown-nav-container .mobile-nav-items {
  display: none;
  position: absolute;
  top: 62px;
  right: 10px;
  background-color: #fff;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 30px;
  border: 2px solid #000;
  border-radius: 20px;
  border-top-right-radius: 0;
}
.model-page-nav .nav-content .models-mobile-dropdown-nav-container .mobile-nav-items .nav-item {
  color: #000;
}
@media (max-width: 830px) {
  .model-page-nav .nav-content .models-mobile-dropdown-nav-container .mobile-nav-items.active {
    display: flex;
  }
}

.model-carousel-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .model-carousel-section {
    scroll-margin-top: 200px;
  }
}
.model-carousel-section .heading-slider-container {
  max-width: 80%;
  margin: auto;
}
.model-carousel-section .heading-slider-container .text-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  padding-bottom: 0 !important;
  margin: unset;
}
@media (max-width: 768px) {
  .model-carousel-section .heading-slider-container .text-container {
    flex-direction: column;
    gap: 10px;
    padding-bottom: unset;
  }
}
.model-carousel-section .heading-slider-container .text-container .title {
  color: #b6a290;
  letter-spacing: 10px;
  font-weight: 900;
}
.model-carousel-section .heading-slider-container .text-container .subtitle-select-wrap {
  position: relative;
}
.model-carousel-section .heading-slider-container .text-container .subtitle-select-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  margin-right: 10px;
  left: -20px;
  top: 0;
  background-color: #898582;
}
@media (max-width: 768px) {
  .model-carousel-section .heading-slider-container .text-container .subtitle-select-wrap::before {
    display: none;
  }
}
.model-carousel-section .heading-slider-container .text-container .subtitle-select-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.model-carousel-section .heading-slider-container .text-container .subtitle-select-wrap .carousel-select-wrap select {
  background: none;
  border: none;
  padding: 0;
  padding-top: 2px;
  color: #898582;
  font-weight: 500;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 1.6;
}
.model-carousel-section .heading-slider-container .text-container .subtitle {
  letter-spacing: 5px;
  padding-top: 5px;
  color: #898582;
  font-weight: 500;
}
@media (max-width: 768px) {
  .model-carousel-section .heading-slider-container .text-container .subtitle {
    text-align: start;
    margin-right: auto;
  }
}
.model-carousel-section .heading-slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-carousel-section .heading-slider-container .slider-container {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0 auto 0;
  gap: 0;
}
.model-carousel-section .heading-slider-container .slider-container .carousel-label {
  color: #898582;
  font-weight: 500;
  font-size: clamp(13px, 1.8vw, 16px);
  padding-right: 10px;
}
.model-carousel-section .heading-slider-container .slider-container .carousel-controls {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.model-carousel-section .heading-slider-container .slider-container .carousel-controls .tm-flickity-prev,
.model-carousel-section .heading-slider-container .slider-container .carousel-controls .tm-flickity-next {
  width: 35px;
  height: 50px;
  padding: 0;
}
.model-carousel-section .heading-slider-container .slider-container .carousel-controls .tm-flickity-prev {
  background: url("/wp-content/themes/tiffin/assets/images/models-slider-left.webp") center/contain no-repeat;
}
.model-carousel-section .heading-slider-container .slider-container .carousel-controls .tm-flickity-next {
  background: url("/wp-content/themes/tiffin/assets/images/models-slider-right.webp") center/contain no-repeat;
}
.model-carousel-section .floorplan-carousel-container .floorplan-carousel {
  width: 80%;
  margin: auto;
  max-width: 1600px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.model-carousel-section .floorplan-carousel-container .floorplan-carousel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}

.specs-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .specs-section {
    scroll-margin-top: 200px;
  }
}
.specs-section {
  padding: 5% 0 8% 0;
  background-color: #111;
}
.specs-section .specs-container {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .specs-section .specs-container {
    max-width: 90%;
  }
}
.specs-section .specs-container .specs-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .specs-section .specs-container .specs-content {
    gap: 1rem;
  }
}
.specs-section .specs-container .specs-content .title-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  .specs-section .specs-container .specs-content .title-buttons-container {
    flex-direction: column;
    gap: 2rem;
  }
}
.specs-section .specs-container .specs-content .title-buttons-container .title-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.specs-section .specs-container .specs-content .title-buttons-container .title-section h3 {
  color: #897f75;
  font-weight: 400;
}
.specs-section .specs-container .specs-content .title-buttons-container .title-section h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 8px;
  position: relative;
  margin-top: 2px;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 900;
}
.specs-section .specs-container .specs-content .title-buttons-container .title-section h5::before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  top: -5px;
  left: -16px;
  background-color: #fff;
}
.specs-section .specs-container .specs-content .title-buttons-container .specs-buttons {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .specs-section .specs-container .specs-content .title-buttons-container .specs-buttons {
    flex-direction: column;
  }
}
.specs-section .specs-container .specs-content .title-buttons-container .specs-buttons .btn {
  padding: 13px 55px;
  font-size: clamp(15px, 2vw, 18px);
}
.specs-section .specs-container .specs-content .model-overview-text-container {
  margin: 1.2rem 0;
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 3rem;
}
@media (max-width: 1350px) {
  .specs-section .specs-container .specs-content .specs-values-container .specs-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .specs-section .specs-container .specs-content .specs-values-container .specs-grid {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 550px) {
  .specs-section .specs-container .specs-content .specs-values-container .specs-grid {
    grid-template-columns: auto;
  }
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 4rem;
  border-right: 1px solid #fff;
}
@media (max-width: 550px) {
  .specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec {
    align-items: center;
    border-right: unset;
    padding-right: unset;
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
  }
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec:last-of-type {
  border-right: none;
  border-bottom: none;
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec .spec-field {
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec .spec-value {
  font-size: 20px;
  font-weight: 400;
  color: #b6a290;
  position: relative;
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec .spec-value sup {
  font-size: 16px;
  position: relative;
  top: -10px;
  left: 5px;
}
.specs-section .specs-container .specs-content .specs-values-container .specs-grid .spec .spec-value span {
  font-size: 20px;
  line-height: 1;
  display: flex;
}

/*
 * Model Paint Section
 */
.model-paint-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .model-paint-section {
    scroll-margin-top: 200px;
  }
}
.model-paint-section {
  background: #f1f2f0;
  padding-top: 2%;
  padding-bottom: 15%;
}

.model-paint-colors {
  position: relative;
}
.model-paint-colors__inner {
  position: relative;
  z-index: 1;
}
.model-paint-colors__inner:before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  display: block;
  z-index: 1;
  content: "";
}
@media (min-width: 768px) {
  .model-paint-colors__inner:before {
    height: 50%;
  }
}
.model-paint-colors__top {
  padding-top: 40px;
  margin-bottom: 5%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .model-paint-colors__top {
    margin-bottom: 5%;
  }
}
.model-paint-colors__heading {
  display: block;
  width: 80%;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .model-paint-colors__heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .model-paint-colors__heading {
    margin-bottom: 0;
  }
}
.model-paint-colors__bottom {
  position: relative;
  z-index: 3;
}
.model-paint-colors__slider .flickity-prev-next-button {
  background: transparent;
}
.model-paint-colors__slider .flickity-prev-next-button svg path {
  fill: #333 !important;
}
.model-paint-colors__slider .rear {
  display: none;
}
.model-paint-colors .rear img.rear {
  display: block;
}
.model-paint-colors .rear img.front {
  display: none;
}
.model-paint-colors__slider-nav-title {
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
.model-paint-colors__swatch-container {
  box-shadow: 0 2px 4px rgab(0, 0, 0, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.model-paint-colors__swatch-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  opacity: 0;
  transition: opacity 300ms ease;
}
.model-paint-colors__swatch-container .swatch-name {
  display: none;
}
.model-paint-colors__swatch-container.is-selected .swatch-name {
  display: block;
}
.model-paint-colors__swatch-container.is-selected:after {
  opacity: 1;
}
.model-paint-colors__swatch-container.is-selected .model-paint-colors__swatch {
  opacity: 0.9;
}
.model-paint-colors__swatch-container .flickity-prev-next-button {
  display: none;
}
.model-paint-colors__swatch {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #5f5e5e;
  transition: 0.2s;
  cursor: pointer;
  opacity: 1;
}
.model-paint-colors__swatch:hover, .model-paint-colors__swatch:focus {
  opacity: 0.7;
}
.model-paint-colors .swatch-name {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b3c3a;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
}
.model-paint-colors__disclaimer {
  display: block;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: #666;
}

.model-paint-gens {
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .model-paint-gens {
    flex-wrap: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.model-paint-gens .model-slider__gen-item .btn {
  background: #666260;
  color: #fff;
  font-weight: 400;
}
.model-paint-gens .model-slider__gen-item .btn:hover {
  background: #666260 !important;
  color: #fff !important;
}
.model-paint-gens .model-slider__gen-item .btn.inactive {
  background: #fff;
  color: #3d3d3d;
}

.front-rear {
  padding-bottom: 0 !important;
}
.front-rear .fr-btn {
  color: #3b3c3a;
  background: none !important;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  letter-spacing: 2px;
}
.front-rear .fr-btn.inactive {
  border: none;
  color: #a6a4a3;
}
.front-rear .fr-btn.inactive:hover {
  color: #000;
}
.front-rear .fr-btn.border {
  border-right: 2px solid #666260;
  padding-right: 10px;
}

.model-paint-colors__large .inactive {
  display: none;
}

.model-paint-swatches .inactive {
  position: absolute;
  top: -200vh;
  left: -200vw;
  width: 100%;
}

.model-paint-controls-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 80%;
  margin: auto;
}
.model-paint-controls-container .model-paint-colors__slider-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .model-paint-controls-container {
    flex-direction: column;
  }
}

.floorplans-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .floorplans-section {
    scroll-margin-top: 200px;
  }
}
.floorplans-section {
  padding: 5% 0;
}
.floorplans-section .floorplan-container {
  max-width: 90%;
  margin: auto;
}
.floorplans-section .floorplan-container .floorplan-content {
  display: flex;
  flex-direction: column;
}
.floorplans-section .floorplan-container .floorplan-content .description-container {
  display: flex;
  justify-content: start;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .description-container {
    flex-direction: column;
    gap: 2rem;
    max-width: 90%;
  }
}
.floorplans-section .floorplan-container .floorplan-content .description-container h2 {
  width: 150%;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .description-container h2 {
    width: 100%;
  }
}
.floorplans-section .floorplan-container .floorplan-content .description-container p {
  font-weight: 100;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container {
  width: 80%;
  margin: auto;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-images {
  display: block;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-images .floorplan-image {
  display: none;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-images .floorplan-image.active {
  display: block;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-tours {
  display: none;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-3D-tour {
  display: none;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.floorplans .floorplan-3D-tour.active {
  display: block;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-images {
  display: none;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours {
  display: block;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour {
  display: none;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour.active {
  display: block;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour iframe {
  width: 100%;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour {
  scroll-margin-top: 150px;
}
@media (max-width: 1000px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour iframe {
    max-width: 500px;
    max-height: 300px;
  }
}
@media (max-width: 600px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour iframe {
    max-width: 350px;
    max-height: 200px;
  }
}
@media (max-width: 408px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour iframe {
    max-width: 320px;
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-image-container.tour-view .floorplan-tours .floorplan-3D-tour {
    scroll-margin-top: 200px;
  }
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container {
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-info-container {
    width: 90%;
  }
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select {
  display: flex;
  gap: 10rem;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select {
    gap: 10px;
  }
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select .floorplan-id {
  opacity: 0;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select .floorplan-name {
  color: #b0b0b0;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select .floorplan-name {
    margin-left: auto;
    padding: 0;
  }
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select.active .floorplan-id {
  opacity: 1;
  color: #b1a496;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select.active .floorplan-name {
  font-weight: 700;
  color: #000;
  position: relative;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-select.active .floorplan-name::before {
  content: "";
  background: #b6a290;
  height: 15px;
  width: 4px;
  display: block;
  position: relative;
  left: -15px;
  top: 38%;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-buttons {
  display: flex;
  width: 70%;
  margin-left: auto;
  margin-top: 3rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-buttons {
    flex-direction: column;
  }
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-buttons .btn {
  background: none;
  font-weight: 400;
  position: relative;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-buttons .btn:hover {
  background: #666260;
  color: #fff;
}
.floorplans-section .floorplan-container .floorplan-content .floorplan-info-container .floorplan-buttons .btn.active {
  background: #666260;
  color: #fff;
}

.decor-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .decor-section {
    scroll-margin-top: 200px;
  }
}
.decor-section {
  background: #fff;
  padding: 5% 0;
}
.decor-section .decor-container {
  max-width: 80%;
  margin: auto;
}
.decor-section .decor-container .decor-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.decor-section .decor-container .decor-content .decor-options-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .decor-section .decor-container .decor-content .decor-options-container {
    flex-direction: column;
  }
}
.decor-section .decor-container .decor-content .decor-options-container .decor-options {
  border-left: 1px solid #747474;
  display: flex;
  gap: 1rem;
  align-items: end;
  padding-left: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .decor-section .decor-container .decor-content .decor-options-container .decor-options {
    border: 0;
    padding: 0;
  }
}
.decor-section .decor-container .decor-content .decor-options-container .decor-options .decor-option {
  border: none;
  background: none;
  font-weight: 400;
  letter-spacing: 5px;
  padding-bottom: 6px;
  border-bottom: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 0;
  color: #848383;
}
.decor-section .decor-container .decor-content .decor-options-container .decor-options .decor-option.active {
  padding-bottom: 5px;
  border-bottom: 1px solid #747474;
  color: #000;
}
.decor-section .decor-container .decor-content .decor-options-container .decor-options .decor-option.active:before {
  content: "";
  background: #b6a290;
  width: 5px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.decor-section .decor-container .decor-content .decor-grid {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: auto auto auto auto;
  gap: 15px;
}
.decor-section .decor-container .decor-content .decor-grid .decor-photo-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.decor-section .decor-container .decor-content .decor-grid .decor-photo-container .decor-photo-name {
  letter-spacing: 0.8px;
  font-weight: 100;
}
.decor-section .decor-container .decor-content .decor-grid {
  display: none;
}
.decor-section .decor-container .decor-content .decor-grid.active {
  display: grid;
}
@media (max-width: 768px) {
  .decor-section .decor-container .decor-content .decor-grid {
    grid-template-columns: auto auto;
  }
}

.chassis-section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .chassis-section {
    scroll-margin-top: 200px;
  }
}
.chassis-section {
  padding: 4% 0 8% 0;
}
.chassis-section .chassis-section__content-wrapper {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.chassis-section .chassis-section__content-wrapper .static-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 3rem;
}
.chassis-section .chassis-section__content-wrapper .static-content .static-description {
  width: 50%;
  margin: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .static-content .static-description {
    width: 90%;
  }
}
.chassis-section .chassis-section__content-wrapper .static-content .static-description p {
  color: #fff;
  font-weight: 500;
}
.chassis-section .chassis-section__content-wrapper .static-content .heading-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .static-content .heading-content {
    flex-direction: column-reverse;
    width: 90%;
    margin: auto;
  }
}
.chassis-section .chassis-section__content-wrapper .static-content .heading-content .image-container {
  max-width: 5%;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .static-content .heading-content .image-container {
    max-width: 25%;
  }
}
.chassis-section .chassis-section__content-wrapper .static-content .heading-content .heading-text {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .static-content .heading-content .heading-text {
    flex-direction: column;
    margin-right: auto;
  }
}
.chassis-section .chassis-section__content-wrapper .static-content .heading-content .heading-text h2 {
  color: #b6a290;
  border-right: 1px solid #fff;
  padding-right: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .static-content .heading-content .heading-text h2 {
    border-right: unset;
    margin-right: auto;
  }
}
.chassis-section .chassis-section__content-wrapper .static-content .heading-content .heading-text p {
  color: #fff;
  letter-spacing: 5px;
}
.chassis-section .chassis-section__content-wrapper .chassis-controller-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.chassis-section .chassis-section__content-wrapper .chassis-controller-dots .dot {
  background: none !important;
  border: 2px solid #b6a290 !important;
  padding: 5px 10px;
  opacity: 1;
  border-radius: 100%;
  height: 36px;
  width: 36px;
}
.chassis-section .chassis-section__content-wrapper .chassis-controller-dots .dot .dot-number {
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.chassis-section .chassis-section__content-wrapper .chassis-controller-dots .dot.active {
  background: #b6a290 !important;
  opacity: 0.8;
}
.chassis-section .chassis-section__content-wrapper .chassis-controller-dots .dot.active .dot-number {
  color: #000;
}
.chassis-section .chassis-section__content-wrapper .chassis-images {
  width: 80%;
  margin: auto;
  max-width: 1600px;
  margin-top: 2%;
  position: relative;
  display: grid;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .chassis-images {
    width: 90%;
    margin-top: 10%;
  }
}
.chassis-section .chassis-section__content-wrapper .chassis-images .chassis-section__img-content {
  width: 100%;
  display: grid;
  grid-area: 1/1;
  grid-template-rows: auto 1fr;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.chassis-section .chassis-section__content-wrapper .chassis-images .chassis-section__img-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.chassis-section .chassis-section__content-wrapper .chassis-images .chassis-section__img-content .chassis-name {
  color: #b6a290;
  grid-row: 1;
  margin-bottom: 1rem;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.chassis-section .chassis-section__content-wrapper .chassis-images .chassis-section__img-content img {
  z-index: 1;
  width: 100%;
  margin: auto;
  height: auto;
  display: block;
  position: relative;
  grid-area: 2/1;
}
.chassis-section .chassis-section__content-wrapper .chassis-images .chassis-section__img-content .gradient {
  opacity: 0.22;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, transparent 100%);
  width: 100%;
  height: 100%;
  max-height: 20rem;
  margin-bottom: -20%;
  position: relative;
  grid-area: 2/1;
  align-self: center;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content {
  width: 80%;
}
@media (max-width: 768px) {
  .chassis-section .chassis-section__content-wrapper .chassis-section__info-content {
    width: 90%;
  }
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 8%;
}
@media (max-width: 1000px) {
  .chassis-section .chassis-section__content-wrapper .chassis-section__info-content {
    flex-direction: column;
  }
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__text-content {
  width: 100%;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__text-content .global__feature-heading,
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__text-content h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 23px;
  color: #b6a290;
  margin-top: 0;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__text-content .global__detail-paragraph,
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__text-content p {
  margin-bottom: 15px;
  margin-top: 4px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper {
  width: 100%;
  height: fit-content;
  border-collapse: collapse;
  border: 1px solid white;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper th,
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper td {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid white;
  color: #fff;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper th {
  padding: 1rem 1rem 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper td {
  padding: 0;
  vertical-align: top;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper ul {
  margin: 0;
  padding: 1rem 1rem 0.5rem 2rem;
}
.chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper .row-item {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  list-style: disc;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .chassis-section .chassis-section__content-wrapper .chassis-section__info-content .chassis-section__feature-box-wrapper .row-item {
    padding-bottom: 1px;
    font-size: 1rem;
  }
}

ul.single-column {
  display: grid;
  grid-template-columns: auto auto;
}

.mega-menu-sidebar {
  cursor: none;
  pointer-events: none;
  background-color: #000;
  max-width: 100%;
  width: 0;
  height: 0;
  position: sticky;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: width 300ms ease-in-out, opacity 300ms ease-in-out;
  top: min(7vw, 100.2px);
}
.mega-menu-sidebar.active {
  width: 100%;
  cursor: auto;
  pointer-events: auto;
  height: 100vh;
  opacity: 1;
}
@media (max-width: 830px) {
  .mega-menu-sidebar {
    display: none;
  }
}
.mega-menu-sidebar .menu-content-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .mega-menu-sidebar .menu-content-container {
    flex-direction: column;
  }
}
.mega-menu-sidebar .menu-items-container {
  width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .mega-menu-sidebar .menu-items-container {
    width: 90%;
    margin: auto;
  }
}
.mega-menu-sidebar .menu-items-container .menu-items {
  width: 50%;
  margin: 20% 5% 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .mega-menu-sidebar .menu-items-container .menu-items {
    width: 100%;
    margin: 10% auto 10% auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.mega-menu-sidebar .menu-items-container .menu-items .menu-item-container .mega-menu-link-item {
  color: #fff;
  letter-spacing: 1.2px;
}
.mega-menu-sidebar .menu-items-container .menu-items .menu-item-container .mega-menu-link-item:hover {
  color: #b6a290;
}
.mega-menu-sidebar .menu-items-container .menu-items .dropdown-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 3rem;
}
.mega-menu-sidebar .menu-items-container .menu-items .dropdown-wrapper .mega-menu-dropdown-item {
  color: #747474;
  font-size: 24px;
  padding: 0;
  font-weight: 500;
}
.mega-menu-sidebar .menu-items-container .menu-items .dropdown-wrapper .menu-item-container {
  display: none;
}
.mega-menu-sidebar .menu-items-container .menu-items .dropdown-wrapper.active .menu-item-container {
  display: block;
}
.mega-menu-sidebar .menu-items-container .close-mega-menu-button {
  position: absolute;
  color: #ccc;
  top: 30px;
  left: 3%;
}
@media (max-width: 768px) {
  .mega-menu-sidebar .menu-items-container .close-mega-menu-button {
    top: 3%;
    right: 5%;
    left: unset;
  }
}
.mega-menu-sidebar .menu-items-container .close-mega-menu-button {
  font-size: 25px;
}
.mega-menu-sidebar .page-preview {
  width: 70%;
}
@media (max-width: 768px) {
  .mega-menu-sidebar .page-preview {
    width: 90%;
    margin: auto;
  }
}
.mega-menu-sidebar .page-preview .page-preview-container {
  overflow: scroll;
  height: 90vh;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content.reverse-rows {
  flex-direction: column-reverse;
  padding-top: 8%;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-image {
  aspect-ratio: 16/8;
  width: 100%;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-description,
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-image {
  transition: opacity 200ms ease;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-description.fade-out,
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-image.fade-out {
  opacity: 0;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content h3 {
  color: #b6a290;
  font-weight: 500;
  letter-spacing: 1px;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content p {
  color: #fff;
  width: 75%;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .wp-block-button__link {
  color: #747474;
  background: none;
  padding: 0;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-content .preview-button {
  margin-right: auto;
  font-weight: 400;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-wrapper {
  margin-top: 4rem;
}
.mega-menu-sidebar .page-preview .page-preview-container .page-preview-wrapper.reverse .sub-page-hero-section .content {
  display: flex;
  flex-direction: column-reverse;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .background-image {
  margin: unset;
  border-radius: 20px;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .title-desc-content {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: 100%;
  gap: 2rem;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .title-desc-content .text-container {
  border: none;
  padding-left: unset;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .title-desc-content .text-container p {
  font-size: clamp(16px, 1.2vw, 18px);
  width: 65%;
  font-weight: 300;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .title-desc-content .description-image-wrapper .bob-tiffin-signature {
  margin: auto !important;
  width: 14%;
}
.mega-menu-sidebar .page-preview .page-preview-container .sub-page-hero-section .content .title-desc-content .button-container {
  display: block;
}

.sidebar-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  max-width: 600px;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
.sidebar-nav.active {
  width: min(100vw, 600px);
  height: calc(100vh - 8%);
  overflow: visible;
}
@media (max-width: 830px) {
  .sidebar-nav {
    top: 25%;
  }
}
@media (max-width: 768px) {
  .sidebar-nav {
    display: none !important;
  }
}
.sidebar-nav .sidebar-nav-container {
  width: 100%;
}
.sidebar-nav .sidebar-nav-container .sidebar-content {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  width: 80%;
  margin: auto;
  gap: 2rem;
}
.sidebar-nav .sidebar-nav-container .sidebar-content .additional-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sidebar-nav .sidebar-nav-container .sidebar-content .additional-links .additional-link-wrapper a {
  display: block;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.sidebar-nav .sidebar-nav-container .sidebar-content .social-media-links {
  display: flex;
  gap: 2rem;
  padding: 4rem 0;
  border-bottom: 1px solid #fff;
}
.sidebar-nav .sidebar-nav-container .sidebar-content .external-links {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}
.sidebar-nav .sidebar-nav-container .sidebar-content .external-links .external-link-wrapper .ta-logo-link img {
  width: 75%;
  margin-right: auto;
}

.tm-nav.mobile-nav {
  position: sticky;
  z-index: 999;
  overflow: scroll;
  top: 88px;
}
@media (max-width: 400px) {
  .tm-nav.mobile-nav {
    top: 63px;
  }
}
@media (max-width: 830px) {
  .tm-nav.mobile-nav .mobile-nav-content-container .mobile-header-nav-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .tm-nav.mobile-nav .mobile-nav-content-container .mobile-header-nav-toggle span {
    font-weight: 600;
  }
  .tm-nav.mobile-nav .mobile-nav-content-container .mobile-header-nav-toggle button {
    background: none;
    border: none;
  }
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items {
  background: #000;
  height: 0;
  transition: height 300ms ease-in-out;
  display: none;
  flex-direction: column;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items.active {
  height: 85vh;
  display: block;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .wrapper {
  border-bottom: 1px solid #fff;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .wrapper.close-wrapper .container {
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .wrapper.close-wrapper button,
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .wrapper.close-wrapper span {
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  color: #fff;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .nav-text {
  cursor: pointer;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  transition: color 350ms ease-in-out;
  position: relative;
  list-style: none;
  color: #fff;
  padding: 2rem 0;
  max-width: 90%;
  margin: auto;
  display: block;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container {
  background: #000;
  border-bottom: 1px solid #fff;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details {
  padding: 2rem 0;
  max-width: 90%;
  margin: auto;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details summary {
  cursor: pointer;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  transition: color 350ms ease-in-out;
  position: relative;
  list-style: none;
  color: #fff;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details summary .text {
  display: block;
  max-width: 75%;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details summary .toggle-icon {
  position: absolute;
  top: 10%;
  left: 90%;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details summary .toggle-icon img {
  width: 17px;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details .menu-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.tm-nav.mobile-nav .mobile-nav-content-container .mobile-nav-items .menu-items-container details .menu-items .menu-item {
  color: #fff;
}

/*! SliderJS by jocampo3 1.0.9
https://www.npmjs.com/package/@jocampo3/slider
NOTE: Do NOT modify this file. If stylings need to be updated for SliderJS, please create an separate override file.
---------------------------------------------- */
.slideshow {
  position: relative;
  z-index: 0;
}

.slideshow :first-child a:before, .slideshow :last-child a:after, .slideshow:after, .slideshow:before {
  display: none;
}

.slideshow, .slideshow > * a {
  width: 100%;
  height: 100%;
  display: flex;
}

.slideshow.js-buttons:after, .slideshow.js-buttons:before {
  color: #333;
  opacity: 0.8;
  cursor: pointer;
  z-index: 5;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7490196078);
  border-radius: 100%;
  padding: 8px 15px;
  font-size: 2em;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow.js-buttons:before {
  content: "<";
  left: 10px;
}

.slideshow.js-buttons:after {
  content: ">";
  right: 10px;
}

a {
  text-decoration: none;
}

.slideshow {
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  overflow: scroll hidden;
}

.slideshow::-webkit-scrollbar {
  display: none;
}

.slideshow:hover {
  scroll-behavior: smooth;
}

.slideshow > * {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0 15%;
  position: relative;
}

.slideshow > * a {
  -webkit-tap-highlight-color: transparent;
  justify-content: center;
  align-items: center;
}

.slideshow a > * {
  object-fit: contain;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

.slideshow a:focus-visible {
  outline: 0;
}

.slideshow a:after, .slideshow a:before {
  z-index: 2;
  content: "";
  width: calc(50% + 4vw);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slideshow a:before {
  left: calc(-50% - 4vw);
}

.slideshow a:after {
  right: calc(-50% - 4vw);
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
NOTE: Do NOT modify this file. If stylings need to be updated for Flickity, please create an separate override file.
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  touch-action: pan-y;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  color: #333;
  background: rgba(255, 255, 255, 0.7490196078);
  border: none;
  position: absolute;
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.flickity-page-dots {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -25px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  cursor: pointer;
  appearance: none;
  text-indent: -9999px;
  background: rgba(51, 51, 51, 0.2509803922);
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
  background: #333;
}

/*
 *
  * Note: These assets are taken directly from old Tiffin theme.
  *       Overrides can be safely be made on this file. These 
  *       assets are built alongside other theme stylesheets.
  *
  * Model Listing (Taxonomy Archive by yearly term)
  *
  *
*/
@media (min-width: 1099px) {
  .tax-mv_model_year .site-inner {
    max-width: 1380px;
    padding: 90px 10px 0 10px;
  }
}
.tax-mv_model_year .model-list-header {
  max-width: 1400px;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto !important;
}
.tax-mv_model_year .model-list-header .divider {
  font-weight: normal;
}
.tax-mv_model_year .model-list-header .active {
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-header {
    padding-top: 80px;
  }
}
@media (min-width: 1100px) {
  .tax-mv_model_year .model-list-header {
    padding-top: 10px;
  }
}
.tax-mv_model_year .model-list-header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1100px) {
  .tax-mv_model_year .model-list-header__inner {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.tax-mv_model_year .model-list-header__heading {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-header__heading {
    letter-spacing: 1px;
    font-size: 24px;
    padding-top: 4px;
  }
}
.tax-mv_model_year .model-list-header__filter-list {
  display: flex;
  gap: 5px;
  position: relative;
  padding-top: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-header__filter-list {
    flex-direction: row;
    padding-top: 25px;
    gap: 15px;
  }
}
.tax-mv_model_year .model-list-header__filter-list li {
  list-style-type: none;
}
.tax-mv_model_year .model-list-header__filter-list:before {
  content: "Click to filter models by type";
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  top: 0;
  font-size: 12px;
  right: 0;
  width: 80vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-header__filter-list:before {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
  }
}
@media (min-width: 1100px) {
  .tax-mv_model_year .model-list-header__filter-list:before {
    justify-content: right;
    top: 0;
    transform: none;
    right: 0;
    text-align: right;
  }
}
.tax-mv_model_year .model-list-header__filter-term {
  display: flex;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #000;
  transition: 0.2s;
  color: #000;
  letter-spacing: 0.5px;
  background: #FFF;
  font-size: 14px;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-header__filter-term {
    font-size: 16px;
    max-width: none;
    width: auto;
  }
}
.tax-mv_model_year .model-list-header__filter-term.gold {
  background: rgb(154, 128, 81);
  color: #fff;
  border: 0;
}
.tax-mv_model_year .model-list-header__filter-term:hover {
  color: #fff;
  background: #000;
}
.tax-mv_model_year .model-list-header__filter-term.currently-active {
  background: #000;
  color: #FFF;
  border: 1px solid #000;
}
.tax-mv_model_year .model-list-primary {
  max-width: 1400px;
  box-sizing: border-box;
  padding: 0 20px 30px;
  margin: auto !important;
}
.tax-mv_model_year .model-list-primary__inner {
  webkit-box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 560px) {
  .tax-mv_model_year .model-list-primary__inner {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-primary__inner {
    justify-content: center;
    gap: 35px;
  }
}
@media (min-width: 1380px) {
  .tax-mv_model_year .model-list-primary__inner {
    -webkit-box-sizing: border-box;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
  }
}
.tax-mv_model_year .model-list-primary__no-results {
  width: 100%;
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 10px;
  display: block;
  color: #333;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  .tax-mv_model_year .model-list-primary__no-results {
    margin: 60px auto 0 auto;
  }
}
.tax-mv_model_year .model-single-card {
  max-width: 286px;
  width: 100%;
  margin: 0;
  transition: 0.2s;
  padding: 10px;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 5px;
}
.tax-mv_model_year .model-single-card:hover, .tax-mv_model_year .model-single-card:focus {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.05);
  background: #f0f0f0;
  border-color: #d0d0d0;
}
.tax-mv_model_year .model-single-card:hover .model-single-card__preview-video, .tax-mv_model_year .model-single-card:focus .model-single-card__preview-video {
  opacity: 1;
  z-index: 5;
}
.tax-mv_model_year .model-single-card:hover .model-single-card__button, .tax-mv_model_year .model-single-card:focus .model-single-card__button {
  background: #FFF;
  color: #000;
  border-color: #aaa;
}
.tax-mv_model_year .model-single-card.has-video:hover .model-single-card__preview-image {
  opacity: 0;
}
.tax-mv_model_year .model-single-card__top {
  height: 200px;
  width: 100%;
  position: relative;
  margin: 0 auto 15px auto;
}
.tax-mv_model_year .model-single-card__preview-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  opacity: 0;
  transition: 0.2s;
  border-radius: 5px;
  overflow: hidden;
}
.tax-mv_model_year .model-single-card__preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tax-mv_model_year .model-single-card__preview-image {
  transition: 0.2s;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: transparent no-repeat center;
  background-size: cover;
}
.tax-mv_model_year .model-single-card__title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.tax-mv_model_year .model-single-card__type {
  display: block;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
.tax-mv_model_year .model-single-card__info {
  background: #f0f0f0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
}
.tax-mv_model_year .model-single-card__info li {
  position: relative;
  line-height: 1;
  padding: 0 0 0 70px;
  height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  color: #000;
}
.tax-mv_model_year .model-single-card__info li:before {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  top: 50%;
  margin-top: -22px;
  left: 10px;
  z-index: 5;
  content: "";
  display: block;
}
.tax-mv_model_year .model-single-card__info-sleeps:before {
  background-image: url(/wp-content/themes/tiffin/assets/icons/bed.svg);
}
.tax-mv_model_year .model-single-card__info-length:before {
  background-size: 100% auto !important;
  background-image: url(/wp-content/themes/tiffin/assets/icons/model.svg);
}
.tax-mv_model_year .model-single-card__info-shower:before {
  background-size: 80% auto !important;
  background-image: url(/wp-content/themes/tiffin/assets/icons/shower.svg);
}
.tax-mv_model_year .model-single-card__button {
  transition: 0.2s;
  padding: 10px;
  line-height: 1;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin: 15px auto 0 auto;
}

dialog {
  height: 100vh;
  height: 100vhd;
  box-sizing: box-model;
  width: 100vw;
  border: 0;
  background: none;
  max-width: none;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

#featuresAndSpecs + .model-decor-options {
  margin-top: 0;
}

.modal-popup {
  outline: 0;
  overflow: hidden;
}
.modal-popup .outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-popup .inner {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  max-height: 70vh;
  max-height: 70vhd;
  overflow: auto;
  background: #fff;
  padding: 24px;
  position: relative;
}
.modal-popup .inner button.close {
  background: none;
  color: #000 !important;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .modal-popup .inner {
    width: 92%;
    max-height: 90vh;
    max-height: 90vhd;
    padding: 12px;
  }
  .modal-popup .inner button.close {
    top: 4px;
    right: 4px;
    font-size: 2em;
  }
}

.model-paint-gens {
  text-align: center;
}
.model-paint-gens .inactive {
  color: #000;
  background: #FFF;
  border: 1px solid #000;
}
.model-paint-gens .inactive:hover, .model-paint-gens .inactive:focus {
  color: #FFF;
  background: #000;
}

.front-rear {
  padding-bottom: 12px;
}
.front-rear button {
  letter-spacing: 0;
  padding: 3px 7px !important;
}

.model-paint-colors__large .inactive {
  display: none;
}

.model-paint-swatches .inactive {
  position: absolute;
  top: -200vh;
  left: -200vw;
  width: 100%;
}

.site-inner {
  clear: both;
  margin: 0 auto;
}

.model-detail__sub-heading {
  font-size: 2.6rem !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25em;
  margin-bottom: 1.5rem;
}

.blog-single__single-post-thumbnail {
  height: auto;
  margin: 0 auto;
}

.blog-listing-header__container {
  background: #444444;
  margin: auto;
}
.blog-listing-header__container .blog-listing-header__categories {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-weight: 400;
  margin: 0 auto 0 auto;
  padding: 1rem 0;
  flex-wrap: wrap;
}
.blog-listing-header__container .blog-listing-header__categories a {
  color: #c2c0c0;
  text-transform: uppercase;
}
.blog-listing-header__container .blog-listing-header__categories a:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.title-desc-content .heading {
  color: #b6a290;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding-right: 15px;
}

.blog-card-preview {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 420px) {
  .blog-card-preview {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .blog-card-preview {
    max-width: 420px;
  }
}
.blog-card-preview:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .blog-card-preview {
    margin-bottom: 30px;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .blog-card-preview {
    margin-bottom: 30px;
    margin-right: 2rem;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in;
    width: 100%;
  }
}
.blog-card-preview:focus {
  outline: 2px solid #5789ff;
  outline: 2px solid -webkit-focus-ring-color;
}
.blog-card-preview.-fade {
  -webkit-animation: fade 0.4s ease-in;
  animation: fade 0.4s ease-in;
}
.blog-card-preview__content {
  padding: 4rem 1.4rem;
  text-align: center;
}
.blog-card-preview__title {
  font-size: 1.3rem !important;
  font-weight: 900;
  min-height: 45px;
  margin-bottom: 1rem;
  min-height: 3rem;
  font-family: basis-grotesque, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-card-preview__title {
    margin-top: 20px !important;
    min-height: 0;
  }
}
.blog-card-preview__description {
  color: #676464;
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .blog-card-preview__description {
    min-height: 360px;
  }
}
.blog-card-preview__group {
  padding: 0 2.7rem;
}
.blog-card-preview__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-top: 1px solid #f0f0f0;
  font-size: 1.1rem !important;
  font-weight: 900;
  padding: 1.9rem 0;
}
.blog-card-preview__category {
  color: #0b0b0b;
  font-size: 0.85rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  width: 70%;
  position: relative;
  top: 5px;
  padding-right: 15px;
  text-transform: uppercase;
}
.blog-card-preview__tag-list {
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  width: 50%;
  padding-left: 15px;
}
.blog-card-preview__tag,
.blog-card-preview .card-preview__tag-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.blog-card-preview__tag {
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  color: #676464;
  font-size: 0.75rem !important;
  height: 2rem;
  margin-right: 0.25rem;
  text-transform: capitalize;
}
.blog-card-preview__tag:after {
  content: ",";
  display: inline;
}
.blog-card-preview__tag:nth-last-child(1):after {
  display: none;
}
.blog-card-preview__tag:last-of-type {
  margin-right: 0;
}
.blog-card-preview__more {
  height: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .blog-card-preview__content {
    padding: 3rem 3.5rem;
    text-align: left;
  }
  .blog-card-preview__description {
    font-size: 1.1rem !important;
  }
  .blog-card-preview__group {
    padding: 0 3.5rem;
  }
  .blog-card-preview__info {
    padding: 2.4rem 0;
  }
}
@media (min-width: 1024px) {
  .blog-card-preview.-two {
    margin-bottom: 0;
    width: 50%;
  }
  .blog-card-preview.-related {
    width: calc(33.3333333333% - 2rem);
  }
  .blog-card-preview__content {
    padding: 2.4rem 2.1rem;
    transition: all 0.25s ease-in;
  }
  .blog-card-preview__description {
    min-height: 6.3rem;
  }
  .blog-card-preview__description.-related,
  .blog-card-preview .card-preview__description.-two {
    min-height: 5.7rem;
  }
  .blog-card-preview__group {
    padding: 0 2.7rem;
  }
  .blog-card-preview__info {
    padding: 1.4rem 0;
  }
  .blog-card-preview__more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    background: #0b0b0b;
    color: #fff;
    font-size: 0.85rem !important;
    font-weight: 900;
    height: 2.9rem;
    letter-spacing: 0.27em;
    margin-bottom: 0;
    opacity: 0;
    padding: 1rem 1.7rem;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: all 0.25s ease-in;
    width: 100%;
  }
  .blog-card-preview:hover {
    box-shadow: 0 6px 21px 5px rgba(11, 11, 11, 0.27);
  }
  .blog-card-preview:hover .blog-card-preview__more {
    animation: slideUp 0.25s ease-in;
    opacity: 1;
    transform: translateY(2%);
  }
  .blog-card-preview.-allegro-club {
    width: 50%;
  }
  .blog-card-preview.-allegro-club .blog-card-preview__info {
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .blog-card-preview.-related {
    margin-bottom: 0;
    width: calc(33.3333333333% - 2rem);
  }
  .blog-card-preview__description {
    min-height: 6.5rem;
  }
  .blog-card-preview__description.-related {
    min-height: 11.6rem;
  }
}

.blog-listing-loop {
  display: flex;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 60px auto;
  max-width: 1600px;
}
@media (max-width: 767px) {
  .blog-listing-loop {
    row-gap: 0;
  }
}
.blog-listing-loop .blog-card-preview {
  margin-right: 0;
  max-width: 400px;
}
@media (max-width: 420px) {
  .blog-listing-loop .blog-card-preview {
    max-width: 400px;
  }
}

.blog-info-bar {
  border-bottom: 1px solid gray;
  padding: 10px;
  max-width: 1325px;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .blog-info-bar {
    flex-direction: column;
  }
}
@media (max-width: 1319px) {
  .blog-info-bar {
    max-width: 868px;
  }
}
.blog-info-bar__category {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.blog-info-bar__page {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  width: 100%;
}

.bar-loop-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .bar-loop-wrapper {
    width: 80%;
  }
}

/*-------------------------------
Single Post Styles
-------------------------------*/
.single-post strong {
  font-family: basis-grotesque-bold-pro, sans-serif;
}
.single-post .entry-header {
  display: block;
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-post .wp-block-video {
  padding-bottom: 30px;
}
.single-post li {
  list-style-type: disc;
}

.blog-single {
  margin-bottom: 10.8rem;
}
.blog-single__top {
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
}
.blog-single__heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-single__content {
  width: 100%;
}
.blog-single__featured-caption {
  display: block;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .blog-single__featured-caption {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.blog-single__content-inner {
  font-size: 1rem;
}
.blog-single__content-inner blockquote {
  color: #292929;
  font-size: 2.5rem;
  line-height: 1.5em;
  margin: 3rem 0;
  padding: 0;
}
.blog-single__content-inner a {
  color: #444D57;
  font-weight: bold;
  text-decoration: underline !important;
}
.blog-single__content-inner ul {
  margin-left: 2rem;
}
.blog-single__content-inner li {
  list-style-position: outside;
}
.blog-single__content-inner figure {
  padding: 0;
  width: auto;
}
.blog-single__content-inner figure img {
  padding-bottom: 30px;
  margin-bottom: 0;
  margin: auto;
}
.blog-single__content-inner .wp-block-columns figure img {
  padding-bottom: 0;
}
.blog-single__content-inner figure:has(figcaption) img {
  padding-bottom: 0px;
}
.blog-single__content-inner figure:has(figcaption) figcaption {
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-style: italic;
  text-align: left;
}
.blog-single__content-inner .iframe-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.blog-single__content-inner .iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-single__content-inner .wp-block-seperator {
  border-color: #2f2f2f;
}
.blog-single__content-inner table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  margin: 0 0 1rem;
  max-width: fit-content;
  overflow-x: auto;
  table-layout: fixed;
  white-space: nowrap;
  width: 100%;
}
.blog-single__content-inner table::before {
  content: "Scroll to View Table";
  display: block;
  font-style: italic;
  margin-bottom: 2rem;
}
.blog-single__content-inner table tr {
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
}
.blog-single__content-inner table td {
  border-bottom: 1px solid #747474;
  padding: 1rem;
}
.blog-single__content-inner table td,
.blog-single__content-inner table th {
  min-width: auto;
  white-space: initial;
}
.blog-single__content-inner table thead {
  background-color: #292929;
  color: #fff;
  text-align: left;
  border: 2px solid #292929;
}
.blog-single__content-inner table thead th {
  padding: 1rem;
  border-top: 1px solid #292929;
}
.blog-single__content-inner table thead th:nth-of-type(1) {
  border-right: 1px solid #292929;
}
.blog-single__content-inner table thead th:nth-last-of-type(1) {
  border-left: 1px solid #292929;
}
.blog-single__content-inner table td:nth-of-type(even) {
  background: #c9c9c9;
}
.blog-single__content-inner table td:nth-of-type(1) {
  min-width: 275px;
}
.blog-single__content-inner p {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .blog-single__content-inner p {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.blog-single__generic {
  text-align: center;
}
.blog-single__generic .button {
  display: inline-block;
  margin: 3rem auto;
}
.blog-single__subheading {
  color: #404040;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  margin-top: 1.9rem;
  text-transform: uppercase;
}
.blog-single__subheading a {
  color: #404040;
  transition: color 0.25s ease-in;
  text-decoration: none;
}
.blog-single__subheading a:hover {
  color: #292929;
}
.blog-single__subheading-item.-side {
  display: none;
}
.blog-single__caption {
  color: #404040;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 1.7rem;
  text-align: center;
}
.blog-single__container {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.blog-single__container.-video {
  height: 0;
  padding-bottom: 56.25%;
}
.blog-single__wrapper {
  position: relative;
  width: 100%;
}
.blog-single__wrapper .image-wrap {
  height: 0;
  padding-bottom: 56.25%;
}
.blog-single__wrapper .image-wrap.-top-image {
  position: relative;
  width: 100%;
}
.blog-single__wrapper .image-wrap.-top-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blog-single__wrapper .image-wrap.-top-image .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(0);
  width: 100%;
}
.blog-single__video {
  position: absolute;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin-bottom: 0;
  top: 0;
  width: 100%;
}
.blog-single__video.-is-active {
  display: block;
}
.blog-single__social.-content {
  display: none;
}
.blog-single__main {
  margin-top: 2rem;
}
.blog-single__image-wrapper {
  margin: 4.5rem 0;
}
.blog-single__image {
  margin-bottom: 0;
  padding: 0;
}
.blog-single__image .image-wrap.-inner {
  position: relative;
  width: 100%;
}
.blog-single__image .image-wrap.-inner::before {
  content: "";
  display: block;
  padding-top: 63.25%;
}
.blog-single__image .image-wrap.-inner .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(0);
  width: 100%;
}
.blog-single__related {
  margin-bottom: 8.4rem;
  margin-top: 10.8rem;
}
.blog-single__title {
  border-top: 1px solid #c9c9c9;
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-top: 4.1rem;
  text-align: center;
}
.blog-single__articles {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .blog-single__top {
    margin-bottom: 2.8rem;
    margin-top: 7.4rem;
  }
  .blog-single__heading {
    font-size: 4.5rem;
  }
  .blog-single__subheading {
    display: flex;
    justify-content: center;
    margin-bottom: 3.2rem;
    margin-top: 2.2rem;
  }
  .blog-single__subheading-item.-center {
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    margin: 0 2rem;
    padding: 0 2rem;
  }
  .blog-single__subheading-item.-side {
    display: block;
  }
  .blog-single__caption {
    margin-top: 1.1rem;
    padding: 0;
    text-align: left;
  }
  .blog-single__main {
    margin-top: 30px;
  }
  .blog-single__main .wp-block-paragraph {
    margin: 1rem 0 1rem;
  }
  .blog-single__text {
    padding: 0;
  }
  .blog-single__text blockquote {
    margin: 4.2rem 0;
  }
  .blog-single__text table::before {
    display: none;
  }
  .blog-single__related {
    display: block;
    margin: 4.9rem auto 11.7rem;
    max-width: 1360px;
    min-width: false;
    padding-left: 6%;
    padding-right: 6%;
  }
  .blog-single__articles {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.6rem 0;
    width: calc(100% + 2rem);
  }
}
@media (min-width: 1024px) {
  .blog-single__social {
    margin-right: 4.1rem;
  }
  .blog-single__social.-hero {
    display: none;
  }
  .blog-single__social.-content {
    display: block;
  }
  .blog-single__main {
    display: flex;
    max-width: 70.6rem;
    padding: 0;
    margin: auto;
  }
  .blog-single__related {
    margin-bottom: 7.6rem;
    margin-top: 5rem;
    max-width: 144rem;
  }
  .blog-single__articles {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 5.6rem auto;
    max-width: calc(136rem + 12%);
    padding: 0 calc(6% - 2rem) 0 6%;
  }
}
@media (min-width: 1280px) {
  .blog-single__top {
    padding: 0;
    margin-top: 30px;
  }
  .blog-single__related {
    max-width: 1380px;
    padding: 0;
  }
  .blog-single__title {
    margin: 0 auto;
    max-width: 86.6rem;
  }
}
@media (min-width: 1500px) {
  .blog-single__related {
    max-width: 165rem;
  }
}
.blog-social-share {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.blog-social-share.-event-detail {
  margin-left: 2rem;
}
.blog-social-share__link {
  border: 1px solid #747474;
  border-radius: 50%;
  color: #747474;
  margin-bottom: 10px;
  display: block;
  line-height: 1em;
  padding: 1.2rem;
  transition: all 0.2s;
}
.blog-social-share__link svg {
  fill: #747474;
  height: 1.4rem;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.blog-social-share__link svg.facebook {
  right: -3px;
  top: 1px;
}
.blog-social-share__link svg.twitter {
  top: 1px;
}
.blog-social-share__link svg.email {
  top: 1px;
}
.blog-social-share__item {
  margin-right: 2.9rem;
  list-style-type: none !important;
}
.blog-social-share__item.-event-detail {
  margin-right: 1.5rem;
}
.blog-social-share__item:hover .blog-social-share__link {
  background: #c9c9c9;
}
.blog-social-share__item:hover .blog-social-share__link svg {
  fill: #414141;
  color: #fff;
}
.blog-social-share__item:last-of-type {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .blog-social-share {
    display: flex;
    flex-direction: column;
  }
  .blog-social-share.-event-detail {
    display: flex;
  }
  .blog-social-share__item {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .blog-social-share__item.-event-detail {
    margin-bottom: 0;
  }
}
/*************************************
	* Related Posts Cards
	* (imported from Craft Version)
	****/
.blog-single-related {
  margin-top: 1.4rem;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-single-related {
    margin-bottom: 50px;
    margin-top: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .blog-single-related {
    margin-top: 6.8rem;
  }
}
@media (min-width: 1280px) {
  .blog-single-related {
    left: 0;
    right: 0;
    top: 0;
  }
}
.blog-single-related__top {
  text-align: center;
  border-top: 1px solid #ddd;
}
.blog-single-related__heading {
  border-bottom: none;
  font-family: basis-grotesque-off-white-pro, sans-serif;
  font-size: 1.5rem !important;
  margin-bottom: 0;
  padding-top: 1.5rem;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 10px;
}
.blog-single-related__link {
  color: #676464;
  display: block;
  font-size: 0.75rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-top: 3rem;
  text-transform: uppercase;
}
.blog-single-related__container {
  margin-top: 2rem;
  max-width: 1380px;
  margin: auto;
}
@media (min-width: 768px) {
  .blog-single-related__heading {
    font-size: 2.4rem !important;
  }
  .blog-single-related__link {
    margin-top: 2rem;
  }
  .blog-grid .blog-single-related__container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-single-related .blog-grid {
    margin-bottom: 5.6rem;
  }
}
@media (min-width: 1024px) {
  .blog-single-related__top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding-bottom: 1rem;
  }
  .blog-single-related__heading {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
    padding-top: 30px;
  }
  .blog-single-related__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 1rem;
  }
}

.blog-card-preview {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 420px) {
  .blog-card-preview {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .blog-card-preview {
    max-width: 420px;
  }
}
.blog-card-preview:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .blog-card-preview {
    margin-bottom: 30px;
    margin-right: 3rem;
    width: calc(50% - 3rem);
  }
}
@media (min-width: 1024px) {
  .blog-card-preview {
    margin-bottom: 30px;
    margin-right: 2rem;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in;
    width: calc(33.3333333333% - 2rem);
  }
}
.blog-card-preview:focus {
  outline: 2px solid #5789ff;
  outline: 2px solid -webkit-focus-ring-color;
}
.blog-card-preview.-fade {
  -webkit-animation: fade 0.4s ease-in;
  animation: fade 0.4s ease-in;
}
.blog-card-preview__image-wrapper .image-wrap {
  content: "";
  display: block;
  height: 0;
  padding-top: 60%;
  position: relative;
}
.blog-card-preview__image {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.blog-card-preview__content {
  padding: 4rem 1.4rem;
  text-align: center;
}
.blog-card-preview__title {
  font-size: 1.3rem !important;
  font-weight: 900;
  min-height: 45px;
  margin-bottom: 1rem;
  min-height: 3rem;
  font-family: basis-grotesque, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-card-preview__title {
    margin-top: 20px !important;
    min-height: 0;
  }
}
.blog-card-preview__description {
  color: #676464;
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .blog-card-preview__description {
    min-height: 360px;
  }
}
.blog-card-preview__group {
  padding: 0 2.7rem;
}
.blog-card-preview__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-top: 1px solid #f0f0f0;
  font-size: 1.1rem !important;
  font-weight: 900;
  padding: 1.9rem 0;
}
.blog-card-preview__category {
  color: #0b0b0b;
  font-size: 0.85rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  width: 70%;
  position: relative;
  top: 5px;
  padding-right: 15px;
  text-transform: uppercase;
}
.blog-card-preview__tag-list {
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  width: 50%;
  padding-left: 15px;
}
.blog-card-preview__tag,
.blog-card-preview .card-preview__tag-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.blog-card-preview__tag {
  flex-wrap: nowrap;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  color: #676464;
  font-size: 0.75rem !important;
  height: 2rem;
  margin-right: 0.25rem;
  text-transform: capitalize;
}
.blog-card-preview__tag:after {
  content: ",";
  display: inline;
}
.blog-card-preview__tag:nth-last-child(1):after {
  display: none;
}
.blog-card-preview__tag:last-of-type {
  margin-right: 0;
}
.blog-card-preview__more {
  height: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .blog-card-preview__content {
    padding: 3rem 3.5rem;
    text-align: left;
  }
  .blog-card-preview__description {
    font-size: 1.1rem !important;
  }
  .blog-card-preview__group {
    padding: 0 3.5rem;
  }
  .blog-card-preview__info {
    padding: 2.4rem 0;
  }
}
@media (min-width: 1024px) {
  .blog-card-preview.-two {
    margin-bottom: 0;
    width: 50%;
  }
  .blog-card-preview.-related {
    width: calc(33.3333333333% - 2rem);
  }
  .blog-card-preview__content {
    padding: 4rem 2.1rem;
    transition: all 0.25s ease-in;
  }
  .blog-card-preview__description {
    min-height: 6.3rem;
  }
  .blog-card-preview__description.-related,
  .blog-card-preview .card-preview__description.-two {
    min-height: 5.7rem;
  }
  .blog-card-preview__group {
    padding: 0 2.7rem;
  }
  .blog-card-preview__info {
    padding: 1.4rem 0;
  }
  .blog-card-preview__more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    background: #0b0b0b;
    color: #fff;
    font-size: 0.85rem !important;
    font-weight: 900;
    height: 2.9rem;
    letter-spacing: 0.27em;
    margin-bottom: 0;
    opacity: 0;
    padding: 1rem 1.7rem;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: all 0.25s ease-in;
    width: 100%;
  }
  .blog-card-preview:hover {
    box-shadow: 0 6px 21px 5px rgba(11, 11, 11, 0.27);
  }
  .blog-card-preview:hover .blog-card-preview__more {
    animation: slideUp 0.25s ease-in;
    opacity: 1;
    transform: translateY(2%);
  }
  .blog-card-preview.-allegro-club {
    width: 50%;
  }
  .blog-card-preview.-allegro-club .blog-card-preview__info {
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .blog-card-preview.-related {
    margin-bottom: 0;
    width: calc(33.3333333333% - 2rem);
  }
  .blog-card-preview__description {
    min-height: 6.5rem;
  }
  .blog-card-preview__description.-related {
    min-height: 11.6rem;
  }
}

.blog-listing-loop {
  display: flex;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 60px auto;
  max-width: 1380px;
}
@media (max-width: 767px) {
  .blog-listing-loop {
    row-gap: 0;
  }
}
.blog-listing-loop .blog-card-preview {
  margin-right: 0;
  min-width: 420px;
}
@media (max-width: 420px) {
  .blog-listing-loop .blog-card-preview {
    min-width: 0;
    max-width: 420px;
  }
}
.blog-listing-loop .blog-card-preview img {
  height: auto !important;
}

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
}
.pagination li:nth-last-of-type(1) {
  border-right: 0;
}
.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #000;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #000;
  color: #fff;
}
.pagination span:hover {
  background: #fff;
  color: #000;
}
.pagination .active {
  cursor: default;
  background: #000;
}
.pagination .active:hover, .pagination .active:focus {
  background-color: #000;
  color: #FFF;
}
.pagination .active a {
  color: #fff;
}

/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/*
 * Video Styles
 */
@media (max-width: 767px) {
  .page-template-page-resources-videos .site-inner,
  .single-mv_resources .site-inner {
    padding-top: 0;
  }
}
.page-template-page-resources-videos .video-results-section,
.single-mv_resources .video-results-section {
  background: #e0e0e0;
  padding: 30px 10px;
}
@media (min-width: 1100px) {
  .page-template-page-resources-videos .video-results-section,
  .single-mv_resources .video-results-section {
    padding: 60px 10px;
  }
}
.page-template-page-resources-videos .video-results-section__inner,
.single-mv_resources .video-results-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 1400px) {
  .page-template-page-resources-videos .video-results-section__inner,
  .single-mv_resources .video-results-section__inner {
    justify-content: flex-start;
    gap: 50px;
  }
}
.page-template-page-resources-videos .video-card-single,
.single-mv_resources .video-card-single {
  width: 100%;
  max-width: 400px;
  padding: 0;
  background: #fff;
  display: block;
  transition: 0.2s;
  box-shadow: 0 2px 3px 2px rgba(11, 11, 11, 0.1);
  display: none;
}
.page-template-page-resources-videos .video-card-single.video-filtered,
.single-mv_resources .video-card-single.video-filtered {
  display: block;
}
.page-template-page-resources-videos .video-card-single:hover,
.single-mv_resources .video-card-single:hover {
  box-shadow: 0 6px 21px 5px rgba(11, 11, 11, 0.27);
}
.page-template-page-resources-videos .video-card-single:hover .video-card-single__top:after,
.page-template-page-resources-videos .video-card-single:hover .video-card-single__top:before,
.single-mv_resources .video-card-single:hover .video-card-single__top:after,
.single-mv_resources .video-card-single:hover .video-card-single__top:before {
  filter: invert(1);
}
.page-template-page-resources-videos .video-card-single__top,
.single-mv_resources .video-card-single__top {
  background: #e0e0e0 no-repeat center center;
  background-size: cover;
  min-height: 200px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-template-page-resources-videos .video-card-single__top,
  .single-mv_resources .video-card-single__top {
    min-height: 300px;
  }
}
.page-template-page-resources-videos .video-card-single__top:before,
.single-mv_resources .video-card-single__top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  height: 90px;
  width: 90px;
  background: #000;
  z-index: 4;
  border-radius: 100%;
  content: "";
  filter: invert(0);
  transition: 0.2s;
}
.page-template-page-resources-videos .video-card-single__top:after,
.single-mv_resources .video-card-single__top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -42px;
  height: 90px;
  width: 90px;
  background: url("../icons/play-icon.svg") no-repeat center center;
  background-size: auto 30px;
  z-index: 6;
  content: "";
  filter: invert(0);
  transition: 0.2s;
}
.page-template-page-resources-videos .video-card-single__content,
.single-mv_resources .video-card-single__content {
  padding: 20px;
  background: #FFF;
  display: block;
}
.page-template-page-resources-videos .video-card-single__title,
.single-mv_resources .video-card-single__title {
  min-height: 100px;
  text-align: left;
  display: block;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}
.page-template-page-resources-videos .video-card-single__meta,
.single-mv_resources .video-card-single__meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.page-template-page-resources-videos .video-card-single__views,
.single-mv_resources .video-card-single__views {
  width: fit-content;
  display: block;
  font-size: 14px;
  color: #999;
  text-align: left;
  position: relative;
  text-decoration: none;
  padding-right: 20px;
}
.page-template-page-resources-videos .video-card-single__views:after,
.single-mv_resources .video-card-single__views:after {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  display: block;
  height: 10px;
  width: 20px;
  background: url(../icons/eye-icon.svg) no-repeat center center;
  background-size: auto 100%;
}
.page-template-page-resources-videos .video-card-single__date,
.single-mv_resources .video-card-single__date {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #999;
  text-align: right;
  text-decoration: none;
  position: relative;
}

/*
  * Single Video Styles
  */
.video-social-share {
  display: flex;
}

@media (max-width: 767px) {
  .single-mv_resources .site-inner {
    padding-top: 20px;
  }
}

.video-related {
  background: #e0e0e0;
  padding: 0px 0;
  width: 100%;
}
.video-related__title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 3px;
  font-weight: 600;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-single {
  background: #fff;
  width: 100;
  padding-top: 30px;
  margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
  .video-single {
    padding-top: 60px;
  }
}
.video-single__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.video-single__title {
  margin-bottom: 2rem;
  display: block;
  text-align: start;
  font-weight: 600;
}
.video-single__date {
  margin-bottom: 0;
  font-weight: 600;
  display: block;
  text-align: center;
}
.video-single__watch {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto 20px auto;
  color: #000;
  font-weight: 600;
}
.video-single__watch:hover {
  text-decoration: underline !important;
}
.video-single__image {
  margin-bottom: 20px;
  padding: 10px;
}
.video-single__description {
  margin: 2.8rem 0;
  text-align: center;
}
.video-single__details-link {
  height: auto;
}
.video-single__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.video-single__details {
  padding: 2rem 1.5rem;
}
.video-single__details-title {
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.video-single__details-heading {
  font-size: 1rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.video-single__details-subheading {
  font-size: 1rem;
  margin-bottom: 1.7rem;
}
.video-single__details-subheading:last-of-type {
  margin-bottom: 0;
}
.video-single__details-subheading.-location {
  margin-bottom: 0.5rem;
}
.video-single__details-subheading.-location:last-of-type {
  margin-bottom: 0;
}
.video-single__details-link {
  margin-top: 6.2rem;
  padding: 1.25rem;
  width: 100%;
}

.video-social-share {
  margin-left: 0;
  margin-top: 20px;
  list-style: none;
  margin-bottom: 0;
}
.video-social-share.-video-detail {
  margin-left: 2rem;
}
.video-social-share__link {
  border-radius: 50%;
  margin-bottom: 10px;
  display: block;
  line-height: 1em;
  padding: 5px;
  transition: all 0.2s;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.video-social-share__link svg {
  height: 1.4rem;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.video-social-share__link svg.facebook {
  right: 0px;
  top: 0px;
}
.video-social-share__link svg.twitter {
  top: 1px;
}
.video-social-share__link svg.email {
  top: 1px;
}
.video-social-share__item {
  margin-right: 2.9rem;
}
.video-social-share__item.-video-detail {
  margin-right: 1.5rem;
}
.video-social-share__item:hover .video-social-share__link svg {
  fill: #4d4d4d;
}
.video-social-share__item:last-of-type {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .video-social-share {
    gap: 20px;
  }
  .video-social-share__item {
    margin-bottom: 0rem;
    margin-right: 0;
  }
  .video-social-share__item.-video-detail {
    margin-bottom: 0;
  }
}
.contact-us-content {
  padding-top: 4rem;
  max-width: 80%;
  margin: auto;
}
.contact-us-content .innovation-grid {
  gap: 2rem !important;
}
.contact-us-content .wp-container-core-columns-is-layout-8f761849 {
  gap: 2rem !important;
}

/******************************************************
Model Specification Page Styles
******************************************************/
.product-spec-display__header-row .grid > .content:first-child:not(:only-child) {
  color: blue;
}

.model-spec-return {
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  position: relative;
  transition: 0.2s;
  filter: invert(0);
  border-radius: 5px;
  background: #FFF;
  color: #000;
  cursor: pointer;
  max-width: 300px;
  opacity: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.model-spec-return svg {
  height: 28px;
  width: 28px;
}
.model-spec-return path {
  fill: #000;
  transition: 0.2s;
}
.model-spec-return:hover {
  filter: invert(1);
  opacity: 1;
}
@media (min-width: 768px) {
  .model-spec-return {
    margin: 40px auto -100px 20px;
    font-size: 13px;
  }
}

.model-spec-top__inner p {
  margin: 0;
  padding: 20px 0;
}
.model-spec-top__inner p a {
  color: #000;
}
.model-spec-top__image {
  display: block;
  width: 90%;
  max-width: 800px;
  max-height: 500px;
  margin: 0 auto;
  padding: 0;
}
.model-spec-top__title {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .model-spec-top__title {
    font-size: 32px;
  }
}
.model-spec-top__subtitle {
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .model-spec-top__subtitle {
    font-size: 14px;
  }
}

.spec-table-disclaimers li {
  font-style: italic;
  font-size: 13px;
}
.spec-table-disclaimers li span {
  display: inline;
  position: relative;
  font-size: 8px;
  top: -4px;
}

.product-spec-display__disclaimer {
  text-align: center;
  display: block;
  font-style: italic;
  font-size: 13px;
  line-height: 1.2;
  opacity: 0.9;
  padding: 30px 0;
}
@media (max-width: 560px) {
  .product-spec-display__disclaimer br {
    display: none;
  }
}
.product-spec-display__table {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
}
.product-spec-display__table tr {
  border-bottom: 1px solid #888;
}
.product-spec-display__table tr:nth-last-of-type(1) {
  border-bottom: none;
}
.product-spec-display__table tr:nth-of-type(1) {
  font-weight: bold;
}
.product-spec-display__table td {
  max-width: 230px;
}
.product-spec-display__table td:nth-of-type(1) {
  font-weight: bold;
  border-right: 1px solid #888;
}
.product-spec-display__header {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-left: 10px;
}
.product-spec-display__header-row {
  background: #fff;
}

.spec-table-disclaimers {
  max-width: 900px;
  margin: 30px auto;
}
.spec-table-disclaimers span {
  font-size: 0.9rem;
  font-style: italic;
  display: block;
  text-align: left;
}

#specViewWrap {
  max-width: 900px;
  margin: 0 auto;
}

.specs-table-wrapper {
  max-width: 100%;
  width: 100%;
  background: #fff;
}

.spec-table {
  max-width: 900px;
  padding-top: 30px 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.spec-table .subhead {
  font-weight: bold;
  background: #ddd;
}
.spec-table sup a {
  font-size: 8px;
}
.spec-table {
  /* @media (max-width: 1000px) {
        margin-left: 10px;
        margin-right: 10px;
    }*/
}
.spec-table .header {
  background: #fff;
  height: auto;
  padding: 0;
  display: table-row-group;
}
.spec-table th {
  width: 100%;
}
@media (min-width: 768px) {
  .spec-table th {
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 1100px) {
  .spec-table th {
    top: 86px;
  }
}
.spec-table th {
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #fff;
}
.spec-table th:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e0e0e0;
}
.spec-table th:nth-of-type(1) {
  max-width: 230px;
  padding-top: 11px;
}
@media (max-width: 960px) {
  .spec-table th:nth-of-type(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .spec-table th:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .spec-table th {
    max-width: 180px;
    font-size: 0.9rem;
  }
  .spec-table th:nth-of-type(3) {
    display: none;
  }
}
.spec-table tr:nth-last-of-type(1) {
  border-bottom: none;
}
.spec-table tr:nth-of-type(1) {
  font-weight: bold;
}
.spec-table tr:nth-of-type(1) td {
  background: #dfd8d1;
  border-right: #dfd8d1;
  display: none;
}
.spec-table tr.product-spec-display__sub-header-row {
  border-bottom: 1px solid #333 !important;
  border-top: 1px solid #333 !important;
}
.spec-table tr.product-spec-display__sub-header-row td {
  background: transparent !important;
  border-right: none;
  border-bottom: 1px solid #333 !important;
  border-top: 1px solid #333 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.spec-table tr.product-spec-display__header-row {
  position: relative;
  z-index: 5;
  font-weight: bold;
}
.spec-table tr.product-spec-display__header-row:after {
  z-index: 6;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  background: #FFF;
  display: block;
  height: 1px;
  width: 100%;
}
.spec-table tr.product-spec-display__header-row td {
  z-index: 5;
  font-size: 1rem;
  letter-spacing: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000 !important;
  background: #FFF;
}
@media (min-width: 768px) {
  .spec-table tr.product-spec-display__header-row td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.spec-table tr.product-spec-display__header-row td:nth-of-type(1) {
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
  border-right: none;
  color: #777;
  padding-left: 0;
}
.spec-table tr.product-spec-display__header-row td:nth-of-type(1):hover {
  color: #444;
}
.spec-table tr.product-spec-display__header-row td:nth-of-type(1):before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  right: 0;
  content: "+";
  display: block;
  background: transparent;
  font-size: 24px;
  line-height: 30px;
  z-index: 1;
}
.spec-table tr.product-spec-display__header-row td:nth-of-type(1).expanded:before {
  content: "-";
}
.spec-table td[data-parent="Weights and Measures"],
.spec-table td[data-parent="Weights and Measures"] ~ td,
.spec-table td[data-parent="Chassis and Drivetrain"],
.spec-table td[data-parent="Chassis and Drivetrain"] ~ td,
.spec-table td[data-parent=Construction],
.spec-table td[data-parent=Construction] ~ td,
.spec-table td[data-parent=Electrical],
.spec-table td[data-parent=Electrical] ~ td,
.spec-table td[data-parent=Plumbing],
.spec-table td[data-parent=Plumbing] ~ td,
.spec-table td[data-parent=Exterior],
.spec-table td[data-parent=Exterior] ~ td,
.spec-table td[data-parent=Interior],
.spec-table td[data-parent=Interior] ~ td,
.spec-table td[data-parent="Driver's Compartment"],
.spec-table td[data-parent="Driver's Compartment"] ~ td,
.spec-table td[data-parent="Dinette and Living Area"],
.spec-table td[data-parent="Dinette and Living Area"] ~ td,
.spec-table td[data-parent=Kitchen],
.spec-table td[data-parent=Kitchen] ~ td,
.spec-table td[data-parent=Bedroom],
.spec-table td[data-parent=Bedroom] ~ td,
.spec-table td[data-parent=Bathroom],
.spec-table td[data-parent=Bathroom] ~ td,
.spec-table td[data-parent=Packages] {
  display: none;
}
.spec-table td[data-parent="Weights and Measures"].opened,
.spec-table td[data-parent="Weights and Measures"] ~ td.opened,
.spec-table td[data-parent="Chassis and Drivetrain"].opened,
.spec-table td[data-parent="Chassis and Drivetrain"] ~ td.opened,
.spec-table td[data-parent=Construction].opened,
.spec-table td[data-parent=Construction] ~ td.opened,
.spec-table td[data-parent=Electrical].opened,
.spec-table td[data-parent=Electrical] ~ td.opened,
.spec-table td[data-parent=Plumbing].opened,
.spec-table td[data-parent=Plumbing] ~ td.opened,
.spec-table td[data-parent=Exterior].opened,
.spec-table td[data-parent=Exterior] ~ td.opened,
.spec-table td[data-parent=Interior].opened,
.spec-table td[data-parent=Interior] ~ td.opened,
.spec-table td[data-parent="Driver's Compartment"].opened,
.spec-table td[data-parent="Driver's Compartment"] ~ td.opened,
.spec-table td[data-parent="Dinette and Living Area"].opened,
.spec-table td[data-parent="Dinette and Living Area"] ~ td.opened,
.spec-table td[data-parent=Kitchen].opened,
.spec-table td[data-parent=Kitchen] ~ td.opened,
.spec-table td[data-parent=Bedroom].opened,
.spec-table td[data-parent=Bedroom] ~ td.opened,
.spec-table td[data-parent=Bathroom].opened,
.spec-table td[data-parent=Bathroom] ~ td.opened,
.spec-table td[data-parent=Packages].opened {
  display: table-cell;
}
.spec-table td {
  max-width: 230px;
  text-align: center;
}
.spec-table td:nth-of-type(1) {
  border-right: 1px solid #fafafa;
  max-width: 280px;
  text-align: left;
  padding-left: 10px !important;
}
.spec-table td:nth-of-type(even) {
  background: #f0f0f0;
}
@media (max-width: 960px) {
  .spec-table td:nth-of-type(5) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .spec-table td:nth-of-type(4) {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .spec-table td {
    max-width: 180px;
    font-size: 0.9rem;
  }
  .spec-table td:nth-of-type(3) {
    display: none !important;
  }
}
.spec-table__drop-down-button {
  position: relative;
  padding-right: 2.5rem;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 11px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  z-index: 10;
  background: #000;
}
.spec-table__drop-down-button div:not(.inside-text) {
  position: absolute;
  right: 1rem;
  transform: rotate(0deg);
  transition: 0.2s;
  top: -2px;
  margin-top: 9px;
  display: block;
  height: 10px;
  width: 10px;
}
.spec-table__drop-down-button .inside-text {
  min-width: 80px;
  display: block;
  text-align: center;
  width: 100%;
  min-width: 55px;
  position: relative;
  color: #fff;
}
.spec-table__drop-down-button path {
  transition: 0.2s;
  fill: #fff;
}
.spec-table__drop-down-button:hover path, .spec-table__drop-down-button:focus path {
  fill: #FFF;
}
.spec-table__drop-down-button.opened div {
  transform: rotate(180deg);
  top: 10px;
}
.spec-table__drop-down-button.opened .drop-down-button-content {
  display: block;
}
.spec-table__drop-down-button .drop-down-button-content {
  position: absolute;
  top: 30px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: none;
  right: 0;
  left: 0;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding-left: 0 !important;
  display: none;
}
.spec-table__drop-down-button .drop-down-button-content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
}
.spec-table__drop-down-button .drop-down-button-content li {
  display: block;
  background: transparent;
  list-style-type: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
.spec-table__drop-down-button .drop-down-button-content li:nth-of-type(1) {
  border-radius: 8px 8px 0 0;
}
.spec-table__drop-down-button .drop-down-button-content li:nth-of-type(1) a {
  border-radius: 8px 8px 0 0;
}
.spec-table__drop-down-button .drop-down-button-content li:nth-last-of-type(1) {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.spec-table__drop-down-button .drop-down-button-content li:nth-last-of-type(1) a {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.spec-table__drop-down-button .drop-down-button-content a {
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding: 10px;
  transition: 0.2s;
  font-weight: normal;
}
.spec-table__drop-down-button .drop-down-button-content a:hover, .spec-table__drop-down-button .drop-down-button-content a:focus {
  background: #e0e0e0;
}

.single-mv_models .spec-table tr.product-spec-display__header-row td:nth-of-type(1) {
  display: table-cell;
}

/*
    Model/Product Page Header navigation  Styles
*/
.drop-down-button-content {
  position: absolute;
  top: 30px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 180px;
  display: none;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  display: none;
}
.drop-down-button-content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
}
.drop-down-button-content li {
  display: block;
  background: transparent;
  list-style-type: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
.drop-down-button-content li:nth-of-type(1) a {
  border-radius: 8px 8px 0 0;
}
.drop-down-button-content li:nth-last-of-type(1) a {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.drop-down-button-content a {
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding: 10px;
  transition: 0.2s;
}
.drop-down-button-content a:hover {
  background: #e0e0e0;
}

.spec-table .byo-specs__tooltip::before {
  background: #333;
  border-radius: 50%;
  color: #fff;
  content: "?";
  display: inline-block;
  height: 19px;
  text-align: center;
  width: 19px;
  margin-left: 4px;
  line-height: 1.3;
}
.spec-table .product-spec-display__sub-header-row:not(.opened),
.spec-table td:not(.opened) {
  display: none;
}
.spec-table .product-spec-display__header.subhead.opened::before {
  content: "-";
}
.spec-table .product-spec-display__child.subhead,
.spec-table .product-spec-display__header.subhead {
  font-weight: bold !important;
}
.spec-table td.opened {
  font-weight: normal !important;
  word-break: break-word;
}
.spec-table .floorplan-data {
  display: none;
}
.spec-table .floorplan-data.active {
  display: inline;
}
.spec-table .spec-table__drop-down-button .drop-down-button-content {
  position: absolute;
  top: 30px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: auto;
  display: none;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  display: none;
}
.spec-table .spec-table__drop-down-button.active .drop-down-button-content {
  display: block;
}
.spec-table .spec-table__drop-down-button {
  position: relative;
  display: inline-block;
}
.spec-table .product-spec-display__header,
.spec-table .product-spec-display__child.subhead {
  overflow: visible;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .spec-table .spec-table-toggle {
    margin-left: 10px;
  }
}
@media (max-width: 550px) {
  .spec-table__drop-down-button {
    margin: 0 auto;
  }
  .spec-table th:nth-of-type(2) {
    width: 130px;
  }
  .spec-table th:nth-of-type(3),
  .spec-table td:nth-of-type(3) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
