@charset "UTF-8";

/*Prefixed by https://autoprefixer.github.io*/

.msrp-package.fancybox__content {
  max-width: 1400px;
}

ul.floorplans-list {
  width: 100%;
  margin-left: 0;
  gap: 5%;
}

ul.floorplans-list li:hover h2 a {
  color: #cb6015;
}

.floorplan-build {
  width: 21.25%;
  margin: 0 0 5% 0;
}

.three-column-floorplans .floorplan-build {
  width: 30%;
}

@media (max-width: 1700px) {
  .floorplan-build {
    width: 30%;
  }
  
  .three-column-floorplans .floorplan-build {
    width: 47.5%;
  }
}

@media (max-width: 1100px) {
  .floorplan-build {
    width: 47.5%;
  }
  
  .three-column-floorplans .floorplan-build {
    width: 100%;
  }
}

@media (max-width: 700px) {
  ul.floorplans-list {
    margin: 10% auto 3% auto;
  }

  .floorplan-build {
    width: 100%;
    margin-bottom: 10%;
  }
}

.msrp-builder ul {
  list-style: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important;
}

.w100 {
  width: 100%;
}

.wrapper.pb5-10 {
  padding-bottom: 5%;
}

@media (max-width: 1100px) {
  .wrapper.pb5-10 {
    padding-bottom: 10%;
  }
}

.msrp-builder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  border: 1px solid #dcd6c1;
}

.msrp-builder h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
}

.msrp-floorplan {
  width: 64.3%;
}

.msrp-floorplan, .msrp-price-includes, .features-list, .dealer-contact-form, .breadcrumb {
  background-color: #f6f5ef;
}

.msrp-floorplan img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.msrp-price-includes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35.7%;
}

@media (max-width: 1100px) {
  .msrp-floorplan, .msrp-price-includes {
    width: 100%;
  }
}

.msrp-price-includes h2 {
  text-transform: uppercase;
  padding: 30px 30px 0 30px;
}

.msrp-price-includes ul {
  padding: 5px 30px 32px 30px;
}

.msrp-price-includes li, .msrp-price-includes button {
  font-family: acumin-pro-extra-condensed, "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  color: #31261d;
}

.msrp-price-includes li {
  line-height: 1.2;
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #dcd6c1;
}

.msrp-price-includes li:last-of-type {
  margin-bottom: 0;
}

.msrp-price-includes button {
  line-height: 1.1;
  display: block;
  margin: 0;
  padding: 1px 0;
}

.msrp-price-includes button:hover {
  color: #cb6015;
}

.msrp-price-includes span {
  font-size: 2rem;
  color: #cb6015;
}

.msrp-package {
  display: none;
  width: 90%;
}

@media (max-width: 700px) {
  .wrapper.contain.no-border, .msrp-floorplan img, .msrp-price-includes h2, .msrp-price-includes ul {
    padding-left: 0;
    padding-right: 0;
  }

  .msrp-floorplan, .msrp-price-includes, .msrp-price, .msrp-options {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contain {
    width: 100%;
  }

  .msrp-builder {
    background-color: #f6f5ef;
    border-left: none;
    border-right: none;
  }

  .msrp-options {
    background-color: #fff;
  }
  
  .msrp-package {
    width: 100%;
  }
}

.msrp-price {
  background-color: #003b49;
  width: calc(100% - 60px);
  padding: 8px 30px 12px 30px;
}

.msrp-price h2 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

p.msrp-disclaimer {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 5px;
}

.msrp-options {
  width: calc(100% - 60px);
  padding: 30px;
}

.msrp-options h2 {
  margin-bottom: 10px;
}

.msrp-options ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .msrp-price-includes h2 {
    padding-top: 0;
  }
  
  .msrp-options ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (max-width: 700px) {
  .msrp-options ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.msrp-options li {
  padding: 0;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.msrp-options li:first-of-type {
  margin-top: 0;
}

.msrp-options li div:nth-of-type(1) {
  width: 20px;
  margin-right: 5px;
}

.msrp-options li div:nth-of-type(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.msrp-builder label {
  color: #31261d;
  font-size: 0.97rem;
  line-height: 1.5;
  display: block;
  margin: -2px 0 0 0;
}

.form-wrap input, .form-wrap select {
  border: 1px solid #dcd6c1;
}

.msrp-builder input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.contact-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.contact-print div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-print div:nth-of-type(1), .contact-print div:nth-of-type(2) {
  border-right: 1px solid #fff;
}

.contact-print button {
  font-family: acumin-pro-extra-condensed, "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: #cb6015;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 0 2px 0;
}

@media (max-width: 1100px) {
  .contact-print a, .contact-print button {
    font-size: 1.9rem;
  }
}

@media (max-width: 700px) {
  .contact-print {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contact-print div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .contact-print div:nth-of-type(1), .contact-print div:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .contact-print a, .contact-print button {
    font-size: 1.9rem;
  }
}

.contact-print a:hover, .contact-print button:hover {
  background: #31261d;
}

.features-list.features-list-2022 {
  padding: 4% 5%;
  margin: 0 !important;
}

.features-list-2022 .features-subpackage {
  margin-top: 1%;
}

.features-package.single-package li {
  margin: 20px 0px 0px 20px;
}

.features-list li {
  margin: auto;
}

.features-subpackage h4 {
  font-weight: 600;
}

.fancybox__content {
  padding: 0 !important;
}

.print {
  display: none;
}

.hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  top: -9999px;
}

/* ------------------------------------------------------ Print ------------------------------------------------------ */

@media print {
  .print {
    display: block;
  }
  
  .msrp-floorplan img:first-of-type, .contact-print button, .msrp-price-includes span, .hidden {
    display: none !important;
  }
  
  .pt50 {
    padding-top: 28px !important;
  }
  
  .secondary-product-page h1, .msrp-builder h2 {
    margin-top: 0 !important;
  }
  
  .msrp-builder h2 {
    padding: 25px 0 0 0 !important;
  }
  
  .msrp-price-includes ul {
    padding: 0 !important;
  }
  
  .msrp-price-includes li, .msrp-price-includes button {
    font-size: 1.65rem !important;
    letter-spacing: 1.5px !important;
  }
  
  .msrp-price-includes li {
    line-height: 1.2 !important;
    padding: 20px 0 !important;
  }
  
  .mt10 {
    margin-top: 0 !important;
  }
  
  .msrp-floorplan img {
    padding: 0 !important;
  }
  
  .breadcrumb {
    display: none !important;
  }

  .wrapper.pb5-10 {
    padding-top: 30px !important;
  }

  .msrp-builder {
    display: block !important;
    border: none !important;
  }
  
  .msrp-price-includes, .msrp-price, .msrp-options, .msrp-options li, .msrp-options li div {
    break-inside: avoid-page !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }

  .msrp-floorplan, .msrp-price-includes, .msrp-price, .msrp-options {
    background-color: #fff !important;
    width: 100% !important;
  }

  .msrp-price, .msrp-options {
    padding: 0 !important;
  }

  .msrp-price h2, p.msrp-disclaimer {
    color: #003b49 !important;
  }
  
  .msrp-options ul {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
  
  .msrp-builder label {
    margin: 0 !important;
  }
  
  .msrp-options li:last-of-type {
    margin-bottom: 0 !important;
  }
  
  @supports (-webkit-backdrop-filter: blur(10px)) {
    .msrp-builder {
      width: 96% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    
    .product-page h1 {
      font-size: 3.5rem !important;
      margin-top: 10px !important;
    }
    
    .msrp-builder h2 {
      font-size: 2.15rem !important;
    }
    
    .msrp-price-includes ul li, .msrp-price-includes ul button {
      font-size: 1.38rem !important;
      line-height: 1.1 !important;
    }
    
    p.msrp-disclaimer {
      font-size: 0.78rem !important;
    }
    
    .msrp-options {
      padding: 0 !important;
    }
    
    .msrp-builder label {
      font-size: 0.85rem !important;
      margin: -2px 0 0 0;
    }
  }
}
