@import url(fonts/fonts.css);
/* Variables
 ================================================== */
/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "TT Ramillas Light";
  background-color: white;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1, h2, h3, h4 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

/* Compressed Nav
 ================================================== */
#completion-stampduty {
  background: #6C3546;
  color: white;
  padding: 1rem 0;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0;
}
#completion-stampduty p {
  font-family: "TT Ramillas Reg";
  font-size: 1.5rem;
  margin: 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #completion-stampduty {
    padding: 0.875rem 0;
  }
  #completion-stampduty p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  #completion-stampduty {
    padding: 0.875rem 0;
  }
  #completion-stampduty p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #completion-stampduty {
    padding: 0.75rem 0;
  }
  #completion-stampduty p {
    font-size: 1rem;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  color: white;
  transition: all 0.6s ease;
  padding: 0 0 60px;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .inspect {
    padding: 15px 30px;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  background: #f7ede8;
  border-bottom: 1px solid #676654;
  padding: 10px 0;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(103, 102, 84, 0.2);
  box-shadow: 0 0 30px 0 rgba(103, 102, 84, 0.3);
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 10px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 5rem;
  margin: 3rem 0;
  background: url(../images/project-logo-white.svg) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    margin: 3rem 0;
    height: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    margin: 2rem 0;
    height: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    margin: 1rem 0;
    height: 3.25rem;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 40px;
  margin: 0 0;
  display: inline-block;
  background: url(../images/project-logo-compressed-black.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    background-position: left center;
    width: 180px;
    height: 30px;
  }
}
@media screen and (max-width: 415px) {
  .project-logo-compressed {
    background-position: left center;
    width: 160px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .project-logo-compressed {
    background-position: left center;
    width: 110px;
    height: 25px;
  }
}

#hidden-button {
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 4.5rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 18px auto 0 auto;
  }
}
#hidden-button {
  width: auto;
  float: right;
  margin: 0 -30px 0 0;
}
@media screen and (max-width: 767px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 20px;
    float: right;
    margin: 0 0px 0 0;
  }
}
@media screen and (max-width: 320px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 14px;
    float: right;
    margin: 0 0px 0 0;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar .button {
  color: inherit !important;
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 70vh 0 1rem;
  color: white;
  position: relative;
}
@supports (background-image: url("../images/header-desktop.webp")) {
  #header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 120%), url("../images/header-desktop.webp") center bottom no-repeat, url("../images/header-desktop-lowres.webp") center bottom no-repeat;
    background-size: cover, cover !important;
  }
}
#header .section-header {
  font-family: "TT Ramillas Reg";
  font-size: 3rem;
  display: block;
  padding: 0 2rem 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #header .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #header .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#header #artist-impression {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#header #artist-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}
#header .mob-header {
  display: none;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header {
    padding: 78vh 0 2rem;
  }
  #header .section-header {
    font-size: 3rem;
  }
  #header #artist-impression {
    right: 20px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 550px 0 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 120%), url(../images/header-ipad-landscape.jpg) center bottom no-repeat, url(../images/header-desktop-lowres.jpg) center center no-repeat;
  }
  @supports (background-image: url("../images/header-ipad-landscape.webp")) {
    #header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 120%), url("../images/header-ipad-landscape.webp") center bottom no-repeat, url("../images/header-desktop-lowres.webp") center center no-repeat;
    }
  }
  #header .section-header {
    font-size: 2.5rem;
    padding: 0 2rem 2rem 0;
  }
  #header #artist-impression {
    left: 50px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  #header {
    margin: 0px 0 0 0;
    padding: 450px 0 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 120%), url(../images/hero-image-ipad-portrait.jpg) right center no-repeat, url(../images/hero-image-desktop-lowres.jpg) right center no-repeat;
    background-size: cover, cover;
  }
  @supports (background-image: url("../images/header-ipad-portrait.webp")) {
    #header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 120%), url("../images/header-ipad-portrait.webp") center bottom no-repeat, url("../images/header-desktop-lowres.webp") center center no-repeat;
    }
  }
  #header .section-header {
    font-size: 2rem;
    padding: 0 0rem 2rem 0;
  }
  #header #artist-impression {
    left: 35px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0 0 0;
    background: #6C3546;
  }
  #header .mob-header {
    width: 100%;
    aspect-ratio: 1100/750;
    margin: 4.5rem 0 1.5rem;
    display: block;
  }
  @supports (background-image: url("../images/header-mob.webp")) {
    #header .mob-header {
      background: url("../images/header-mob.webp") center top no-repeat;
      background-size: cover;
    }
  }
  #header .section-header {
    font-size: 2rem;
    text-align: center;
    padding: 0 0 0.5rem;
  }
  #header #artist-impression {
    left: 20px;
    top: 250px;
  }
  #header #artist-impression p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 390px) {
  #header .mob-header {
    width: 100%;
    aspect-ratio: 1100/750;
    display: block;
  }
  @supports (background-image: url("../images/header-mob.webp")) {
    #header .mob-header {
      background: url("../images/header-mob.webp") center top no-repeat;
      background-size: cover;
    }
  }
  #header .section-header {
    font-size: 2rem;
    text-align: center;
  }
  #header #artist-impression {
    left: 20px;
    top: 230px;
  }
}
@media screen and (max-width: 360px) {
  #header #artist-impression {
    left: 20px;
    top: 195px;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  width: 100%;
  padding: 1.5rem 0;
  background: #6C3546;
  color: white;
}
#section-1 .section-header {
  color: white;
  padding: 0 3rem 1rem 0;
  margin: 0 0;
  font-family: "TT Ramillas Reg";
  font-size: 2.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#section-1 .section-intro {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 1.5rem 0;
  }
  #section-1 .section-header {
    padding: 0 2rem 1.5rem 0;
  }
  #section-1 .section-intro {
    font-size: 1.125rem;
    padding: 0 3rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 2rem 0;
  }
  #section-1 .section-header {
    padding: 2rem 0rem 0rem 0;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    padding: 0 3rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    background: #6C3546 linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 90%);
    text-align: center;
    padding: 0rem 0 2rem;
  }
  #section-1 .section-header {
    font-size: 1.5rem;
    padding: 0 0 1rem;
  }
  #section-1 .section-intro {
    padding: 0 1rem;
  }
}

/* Section 2
 ================================================== */
#section-2 {
  padding: 4rem 0;
  background: #f7ede8;
  text-align: center;
  color: #000000;
}
#section-2 .section-header {
  font-family: "TT Ramillas Reg";
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#section-2 .section-intro {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1.125rem;
  margin: 0 0 2rem;
  line-height: 1.4;
}
#section-2 .section-intro:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-intro {
    font-size: 1rem;
  }
}
#section-2 .border-bottom {
  border-bottom: 1px solid #676654;
}
#section-2 .border-right {
  border-right: 1px solid #676654;
}
#section-2 .container {
  max-width: 1480px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #section-2 .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 3rem 0;
  }
  #section-2 .section-copy {
    font-size: 1.125rem;
    margin: 0 0 1rem;
  }
  #section-2 .button {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 2.5rem 0;
  }
  #section-2 .section-copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 2rem 0;
  }
  #section-2 .section-copy {
    font-size: 1rem;
    margin: 0 0 1rem;
    padding: 0 0rem;
  }
  #section-2 .col-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .scroll-container {
    justify-content: left;
  }
}

#pricebox-holder {
  display: flex; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0;
  margin: 2rem auto 0;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}
@media screen and (max-width: 1024px) {
  #pricebox-holder {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  #pricebox-holder {
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #pricebox-holder {
    padding: 0 0 1rem;
  }
}

#pricebox-holder::-webkit-scrollbar {
  background-color: #676654;
  height: 8px !important;
  width: 8px;
  border-radius: 4px;
}

#pricebox-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 8px !important;
  background-color: #6C3546 !important;
}

.scroll-btn {
  background-color: #6C3546;
  color: #6C3546;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}

.scroll-left {
  left: -20px;
  background: url(../images/arrow-prev.svg) center;
  background-size: contain;
  display: none;
}

.scroll-right {
  right: -20px;
  background: url(../images/arrow-next.svg) center;
  background-size: contain;
  display: none;
}

@media screen and (max-width: 1024px) {
  .scroll-btn {
    width: 50px;
    height: 50px;
  }
  .scroll-left {
    left: 20px;
  }
  .scroll-right {
    right: 20px;
  }
  .scroll-left, .scroll-right {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #pricebox-holder {
    padding: 10px 15px 20px;
    margin-left: 0;
  }
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #6C3546 !important;
  }
  .scroll-left {
    left: 10px;
  }
  .scroll-right {
    right: 10px;
  }
}
@media screen and (max-width: 390px) {
  #pricebox-holder {
    padding: 10px 15px 20px;
  }
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #6C3546 !important;
  }
}
.pricebox {
  padding: 0 0 2rem 0px;
  transition: all 0.6s ease;
  background: white;
  margin: 0 auto 1.5rem;
}
.pricebox img {
  margin: 0 auto 1.5rem;
}
.pricebox .package-copy {
  padding: 0 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.pricebox .package-copy .product-type {
  font-family: "TT Ramillas Reg";
  padding-top: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}
.pricebox .package-copy .price {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1.25rem;
  padding: 0 0;
  margin: 0 0 0.5rem;
}
.pricebox .package-copy .price-border {
  width: 25%;
  height: 1px;
  background: #000000;
  margin: 0.5rem auto 1rem;
}
.pricebox .package-copy .description, .pricebox .package-copy .size {
  font-family: "Helvetica Neue LT Pro";
  margin: 0 0;
  padding: 0 1.125rem;
}
.pricebox .package-copy ul {
  padding: 0 0;
  margin: 0.5rem 0 1rem;
}
.pricebox .package-copy ul li {
  display: inline-block;
  font-size: 1rem;
  width: auto;
  margin: 0 1rem 0 0;
  font-family: "Helvetica Neue LT Pro";
}
.pricebox .package-copy ul li:last-child {
  margin: 0 0 0 0;
}
.pricebox .package-copy ul .bed {
  background: url(../images/icon-bed-navy.svg) left 7px no-repeat;
  background-size: 33px 22px;
  padding: 5px 0 0 33px;
}
.pricebox .package-copy ul .bath {
  background: url(../images/icon-bath-navy.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
.pricebox .package-copy ul .size {
  background: url(../images/icon-size-navy.svg) left center no-repeat;
  background-size: 23px 25px;
  padding: 5px 0 0 30px;
}
.pricebox .package-copy ul .car {
  background: url(../images/icon-car-navy.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
.pricebox .package-copy ul .study {
  background: url(../images/icon-study-grey.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
.pricebox .package-copy .button {
  margin: 1rem auto 0;
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  .pricebox .package-copy .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .pricebox .package-copy .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .pricebox {
    padding: 0 0 1.5rem 0px;
  }
  .pricebox img {
    margin: 0 auto 1rem;
  }
  .pricebox .package-copy {
    padding: 0 1.125rem;
  }
  .pricebox .package-copy .product-type {
    font-size: 1.5rem;
    margin: 0 0 0.25rem;
  }
  .pricebox .package-copy .price {
    font-size: 1.25rem;
  }
  .pricebox .package-copy .description, .pricebox .package-copy .size {
    padding: 0 0rem;
  }
  .pricebox .package-copy .description {
    min-height: 72px;
  }
  .pricebox .package-copy ul {
    padding: 0 0;
    margin: 0.5rem 0;
  }
  .pricebox .package-copy ul li {
    margin: 0 0.5rem 0 0;
  }
  .pricebox .package-copy ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .package-copy ul .bed {
    background-size: 30px 20px;
    padding: 5px 0 0 30px;
  }
  .pricebox .package-copy ul .bath {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox .package-copy ul .size {
    background-size: 23px 25px;
    padding: 5px 0 0 30px;
  }
  .pricebox .package-copy ul .car {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox .package-copy ul .study {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pricebox {
    padding: 0 0 1.5rem 0px;
  }
  .pricebox img {
    margin: 0 auto 1rem;
  }
  .pricebox .package-copy {
    padding: 0 1.5rem;
  }
  .pricebox .package-copy .product-type {
    font-size: 1.5rem;
    margin: 0 0 0.25rem;
    letter-spacing: 1px;
  }
  .pricebox .package-copy .price {
    font-size: 1.25rem;
  }
  .pricebox .package-copy .size {
    padding: 0 0;
  }
  .pricebox .package-copy ul {
    padding: 0 0;
    margin: 0.5rem 0;
  }
  .pricebox .package-copy ul li {
    margin: 0 0.5rem 0 0;
  }
  .pricebox .package-copy ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .package-copy ul .bed {
    background-size: 30px 20px;
    padding: 5px 0 0 30px;
  }
  .pricebox .package-copy ul .bath {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox .package-copy ul .size {
    background-size: 23px 25px;
    padding: 5px 0 0 30px;
  }
  .pricebox .package-copy ul .car {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox .package-copy ul .study {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
}
@media screen and (max-width: 390px) {
  .pricebox {
    padding: 0 0 1.5rem 0px;
  }
  .pricebox img {
    margin: 0 auto 1rem;
  }
  .pricebox .package-copy {
    padding: 0 1.25rem;
  }
  .pricebox .package-copy .product-type {
    font-size: 1.5rem;
    margin: 0 0 0.25rem;
    letter-spacing: 1px;
  }
  .pricebox .package-copy .price {
    font-size: 1.25rem;
  }
  .pricebox .package-copy .description {
    min-height: 96px;
  }
}

.pricebox-noborder {
  border: none;
}

/* Carousel  
 ================================================== */
#carousel, #carousel-2 {
  padding: 0 0 30px;
  background: #f7ede8;
}

#carousel-2 {
  padding: 0 0 30px;
  background: #6C3546;
  height: 620px;
}

#carousel .slick-slide img {
  display: block;
  padding: 0px 5px;
  height: 600px;
}

#carousel-2 .slick-slide img {
  display: block;
  padding: 0px 5px;
  height: 600px;
}

#carousel .slick-dots {
  background: #f7ede8;
  padding: 20px;
}

#carousel .slick-dots li button:before {
  color: #676654;
}

#carousel .slick-dots {
  bottom: -31px;
}

.slider-caption {
  z-index: 3000;
  margin: -30px 30px 10px 60px;
}
.slider-caption p {
  font-family: "Helvetica Neue LT Pro";
  font-size: 0.875rem;
  color: white;
  margin: 0 0;
  text-align: right;
  text-shadow: 0 0 2px rgba(103, 102, 84, 0.3);
}

.slick-next {
  background: url(../images/arrow-next.svg) center !important;
}

.slick-prev {
  background: url(../images/arrow-prev.svg) center !important;
}

.slick-prev:before, .slick-next:before {
  content: none !important;
}

@media screen and (max-width: 1024px) {
  #carousel .slick-slide img {
    padding: 0px 5px;
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  #carousel .slick-slide img {
    padding: 0px 5px;
    height: 360px;
  }
  #carousel-2 {
    padding: 0 0 30px;
    background: #6C3546;
    height: 370px;
  }
  #carousel-2 .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  #carousel {
    padding: 0 0 20px;
  }
  #carousel .slick-slide img {
    padding: 0px 5px 0 5px;
    height: 250px;
  }
  #carousel-2 {
    padding: 0 0 30px;
    background: #6C3546;
    height: 270px;
  }
  #carousel-2 .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 250px;
  }
}
/* Section 3 - Features styling
 ================================================== */
/* Video Block 
 ================================================== */
.position-relative {
  position: relative !important;
}

#section-3 {
  padding: 4rem 0;
  background: #6C3546;
  font-family: "TT Ramillas Light";
  color: white;
  position: relative;
  text-align: center;
}
#section-3 .section-header {
  font-family: "TT Ramillas Reg";
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#section-3 .section-header {
  color: #f7ede8;
  text-align: center;
}
#section-3 .section-intro {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1.125rem;
  margin: 0 0 2rem;
  line-height: 1.4;
}
#section-3 .section-intro:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-intro {
    font-size: 1rem;
  }
}
#section-3 img {
  margin: 0 auto 3rem;
}
#section-3 .cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0 0 0 15px;
  height: auto;
  margin: 0 auto;
  column-gap: 32px;
}
#section-3 .cols ul {
  font-size: 1rem;
  text-align: left;
  font-family: "Helvetica Neue LT Pro";
  line-height: 1.5;
  padding: 0 0 0 5px;
}
#section-3 .cols ul li {
  break-inside: avoid-column;
  margin: 0 0 0.5rem;
}
#section-3 .button {
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 4.5rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  #section-3 .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 3rem 0;
  }
  #section-3 .section-copy {
    font-size: 1.75rem;
  }
  #section-3 .cols {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 2.5rem 0;
  }
  #section-3 .section-copy {
    font-size: 1.5rem;
  }
  #section-3 p {
    font-size: 1rem;
  }
  #section-3 .cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0 0 0 0;
    margin: 0 auto;
    column-gap: 20px;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 2rem 0;
  }
  #section-3 .section-copy {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
  #section-3 p {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
  #section-3 .cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0 0 0 0;
    margin: 0 auto;
    column-gap: 20px;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    padding: 0 0 0 20px;
  }
  #section-3 img {
    margin-bottom: 2rem;
  }
}

/* Section 4 - Location styling
 ================================================== */
#section-4 {
  padding: 4rem 0;
  background: #f7ede8;
  color: #000000;
  text-align: center;
}
#section-4 .section-header {
  font-family: "TT Ramillas Reg";
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#section-4 .section-header {
  text-align: center;
}
#section-4 .section-intro {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1.125rem;
  margin: 0 0 2rem;
  line-height: 1.4;
}
#section-4 .section-intro:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-intro {
    font-size: 1rem;
  }
}
#section-4 img {
  margin: 0 auto 3rem;
}
#section-4 .cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0 0 0 15px;
  height: auto;
  margin: 0 auto;
  column-gap: 32px;
}
#section-4 .cols ul {
  font-size: 1rem;
  text-align: left;
  font-family: "Helvetica Neue LT Pro";
  line-height: 1.5;
  padding: 0 0 0 5px;
}
#section-4 .cols ul li {
  break-inside: avoid-column;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 3rem 0;
  }
  #section-4 .section-copy {
    font-size: 1.75rem;
    padding: 0 0 0 400px;
  }
  #section-4 p {
    font-size: 1.125rem;
    padding: 0 0rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 2.5rem 0;
  }
  #section-4 .section-copy {
    font-size: 1.5rem;
  }
  #section-4 img {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 2rem 0;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0 0 0 0;
    margin: 0 auto;
    column-gap: 20px;
  }
  #section-4 .cols ul {
    font-size: 1rem;
    padding: 0 0 0 20px;
  }
  #section-4 img {
    margin-bottom: 2rem;
  }
}

/* Google Map
 ================================================== */
#map-header {
  background: #f7ede8;
  padding: 4rem 0;
  color: #000000;
  font-family: "TT Ramillas Light";
  text-align: center;
}
#map-header .section-header {
  font-family: "TT Ramillas Reg";
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #map-header .section-header {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #map-header .section-header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .section-header {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#map-header .section-copy {
  font-family: "Helvetica Neue LT Pro";
  font-size: 1rem;
  margin: 0 0 2rem;
  line-height: 1.4;
}
#map-header .section-copy span {
  font-family: "Helvetica Neue";
}
#map-header .button {
  display: inline-block;
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: auto;
  padding: 1rem 4.5rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 3rem 0;
  }
  #map-header .section-copy {
    font-size: 1rem;
    margin: 0 0 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 2.5rem 1rem;
  }
  #map-header .button {
    margin: 0 auto;
  }
}

/* Google Map
 ================================================== */
#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 60px 0;
  background: #f7ede8;
  font-family: "Helvetica Neue LT Pro";
  color: #000000;
  text-align: center;
}
#footer .project-footer-logo {
  height: 30px;
  width: 100%;
  transition: all 0.6s ease;
  background-size: contain !important;
  display: block;
  margin: 0 auto 1rem;
}
#footer a {
  color: #676654;
  text-decoration: underline;
}
#footer p {
  font-size: 1rem;
}
#footer ul {
  list-style-type: none;
  display: inline;
  margin: 0 0;
}
#footer ul li {
  display: inline-block;
  text-align: center;
  margin: 0 0;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  border-right: 1px solid #000000;
}
#footer ul li:last-child {
  border-right: none;
}
#footer ul li a {
  color: #000000;
  text-decoration: none;
}
#footer #partner-logos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 2rem 0;
  padding: 1rem 0;
}
#footer #partner-logos .partner-logo {
  height: 60px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  transition: all 0.6s ease;
}
#footer #partner-logos .partner-logo:hover {
  opacity: 0.8;
}
#footer #partner-logos .logo-chapter-group {
  height: 60px;
}
#footer #partner-logos .logo-cobuild {
  height: 60px;
}
#footer #partner-logos .logo-crema {
  height: 60px;
}
#footer #partner-logos .logo-cdl {
  height: 60px;
  max-width: 180px;
}
#footer #partner-logos .logo-dko {
  height: 60px;
}
@media screen and (max-width: 767px) {
  #footer #partner-logos {
    gap: 1.5rem;
  }
  #footer #partner-logos .partner-logo {
    height: 50px;
    max-width: 120px;
  }
}
#footer .disclaimer {
  font-size: 0.75rem;
  margin: 0.75rem 0 1rem 0;
}
#footer .img-fluid {
  height: 170px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 3rem 0;
  }
  #footer #partner-logos {
    gap: 3rem;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 1rem 0;
  }
  #footer #partner-logos .partner-logo {
    height: 60px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    transition: all 0.6s ease;
  }
  #footer #partner-logos .partner-logo:hover {
    opacity: 0.8;
  }
  #footer #partner-logos .logo-chapter-group {
    height: 60px;
  }
  #footer #partner-logos .logo-cobuild {
    height: 60px;
  }
  #footer #partner-logos .logo-crema {
    height: 60px;
  }
  #footer #partner-logos .logo-cdl {
    height: 60px;
    max-width: 180px;
  }
  #footer #partner-logos .logo-dko {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #footer #partner-logos {
    gap: 1.5rem;
  }
  #footer #partner-logos .partner-logo {
    height: 50px;
    max-width: 120px;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 2.5rem 0;
  }
  #footer #partner-logos {
    gap: 2rem;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 1rem 0;
  }
  #footer #partner-logos .partner-logo {
    height: 60px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    transition: all 0.6s ease;
  }
  #footer #partner-logos .partner-logo:hover {
    opacity: 0.8;
  }
  #footer #partner-logos .logo-chapter-group {
    height: 40px;
  }
  #footer #partner-logos .logo-cobuild {
    height: 40px;
  }
  #footer #partner-logos .logo-crema {
    height: 40px;
  }
  #footer #partner-logos .logo-cdl {
    height: 50px;
    max-width: 180px;
  }
  #footer #partner-logos .logo-dko {
    height: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  #footer #partner-logos {
    gap: 1.5rem;
  }
  #footer #partner-logos .partner-logo {
    height: 50px;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 2rem 0;
  }
  #footer #partner-logos {
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 1rem 0;
  }
  #footer #partner-logos .partner-logo {
    height: 60px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    transition: all 0.6s ease;
  }
  #footer #partner-logos .partner-logo:hover {
    opacity: 0.8;
  }
  #footer #partner-logos .logo-chapter-group {
    height: 30px;
  }
  #footer #partner-logos .logo-cobuild {
    height: 30px;
  }
  #footer #partner-logos .logo-crema {
    height: 30px;
  }
  #footer #partner-logos .logo-cdl {
    height: 40px;
    max-width: 120px;
  }
  #footer #partner-logos .logo-dko {
    height: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer #partner-logos {
    gap: 1.5rem;
  }
  #footer #partner-logos .partner-logo {
    height: 50px;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #footer .project-footer-logo {
    height: 30px;
    margin: 0 0 1rem;
  }
}

/* form stuff */
#formcontent {
  background: white;
  border: none;
  width: 100%;
  padding: 30px 0;
  margin: -300px 0 0 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.6s ease;
  min-height: 330px;
  color: black;
}
#formcontent h3 {
  font-family: "TT Ramillas Reg";
  font-size: 3.5rem;
  display: block;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #formcontent h3 {
    font-size: 2.5rem;
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #formcontent h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent h3 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
  }
}
#formcontent h3 {
  font-size: 2rem;
  margin: 0 0;
  padding: 0 0 0.5rem;
}
#formcontent .subtitle {
  font-family: "Helvetica Neue LT Pro";
  display: block;
  text-align: center;
  margin: 0 0;
  padding: 0 0;
}
#formcontent:hover {
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
}
#formcontent .download-button {
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 4.5rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent .download-button {
    margin: 18px auto 0 auto;
  }
}
#formcontent .download-button {
  background: #6C3546;
  color: white;
  margin: 1rem 1rem;
  display: inline-block;
  width: auto;
  padding: 1rem 20px;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    margin: -240px 0 0 0;
    min-height: 300px;
  }
  #formcontent h3 {
    font-size: 2rem;
    margin: 0 0;
    padding: 0 1rem 0.5rem;
  }
  #formcontent .download-button {
    padding: 1rem 15px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    margin: -300px 0 0 0;
  }
  #formcontent h3 {
    font-size: 1.5rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #formcontent .download-button {
    padding: 1rem 9px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    margin: 0px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 260px;
    padding: 20px 0;
  }
  #formcontent h3 {
    font-size: 2rem;
    padding: 5px 20px;
  }
  #formcontent .download-button {
    padding: 14px 20px;
  }
}

.name-wrapper {
  height: 60px;
}
.name-wrapper .first-name, .name-wrapper .last-name {
  width: 47%;
}
.name-wrapper .first-name {
  float: left;
}
.name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  .name-wrapper {
    height: 50px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1,
#sorry1 {
  display: none;
  color: #000000;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
  height: 100px;
}

#jpform {
  height: auto;
}

/* infield label */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0 30px;
  }
}
input,
label,
a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem;
  color: #000000;
  font-family: "Helvetica Neue";
}
a.selectbox-link {
  width: 100%;
  height: 47px;
  margin: 5px 0 0px 0;
  background-color: #676654;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  text-transform: uppercase;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}

input {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid #676654;
  margin: 0px 0 15px 0px;
  padding: 0 0 0 0.75rem;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: #676654;
}
input:hover, input:focus {
  outline: none !important;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}

form p {
  position: relative;
  margin: 1px 0;
}

form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 6px;
  }
}

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: #676654;
}
label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}

.button-link {
  font-family: "TT Ramillas Italic";
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 4.5rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #6C3546;
}
@media screen and (max-width: 1024px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .button-link {
    margin: 18px auto 0 auto;
  }
}
.button-link {
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  transition: all 0.6s ease;
  color: white;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .button-link {
    height: 50px;
    margin: 10px 0 1rem 0;
  }
}

.button-link span.msg,
.button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .button-link span.msg,
  .button-link span#msg {
    font-size: 1.25rem;
    margin: 0 0;
  }
}

#loadingbtn,
#thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy,
p.privacy-policy,
a.policy-link,
a:hover.policy-link,
#privacy-policy,
#privacy-policy-2 {
  color: #676654;
  font-family: "Helvetica Neue LT Pro";
}

.privacy-policy {
  font-size: 0.75rem;
  color: #676654;
}

p.privacy-policy {
  font-size: 8px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  background-size: 8px;
  padding-left: 15px;
  color: #676654;
}

a.policy-link {
  text-decoration: underline;
  color: #676654;
}

a:hover.policy-link {
  text-decoration: none;
  color: #676654;
}

#privacy-policy,
#privacy-policy-2 {
  display: none;
  font-size: 9px;
}

/* Fancy drop down select styling :*/
input,
textarea,
select,
.uneditable-input {
  border-radius: 0px !important;
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  border: 0;
  border-bottom: 1px solid #676654;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0;
  background-color: white !important;
  position: relative;
  z-index: 100;
}

select {
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #676654;
  width: 100%;
  font-weight: 500;
  height: 47px;
  color: #676654;
  font-size: 1rem;
  text-transform: uppercase;
  background: #676654;
}

option {
  font-family: "Helvetica Neue LT Pro";
  font-weight: 500;
  color: #676654;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.select-selected {
  background-color: #676654;
  transition: all 0.6s ease;
  border-top: none !important;
  border-radius: 0;
  color: #676654;
  border-bottom: 1px solid #676654;
  font-family: "Helvetica Neue LT Pro";
  font-weight: 500;
  font-size: 0.75rem;
}
.select-selected:hover {
  border-bottom: 1px solid #676654;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 0px !important;
  border: 6px solid transparent;
  border-color: #676654 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #676654 transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #676654;
  padding: 12px 12px 12px 0.75rem;
  border: none;
  border-bottom: 1px solid #676654;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
}

.select-selected {
  border-top: none !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #676654;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  border-top: 0px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(103, 102, 84, 0.1);
}

a.selectbox-link {
  font-family: "Helvetica Neue LT Pro";
  width: 100%;
  float: left;
  height: 47px;
  background-image: none;
  border-radius: 0px !important;
  margin: 0px 0 5px 0px;
  position: relative;
  z-index: 100;
  border: none;
  border-bottom: 1px solid #676654;
}
a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #676654;
  box-shadow: none;
}

a.selectbox-link span.selectbox-link-icon span, span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 12px no-repeat;
  background: url(../images/dropdown.svg) 3px 12px no-repeat;
}

a.selectbox-link span.selectbox-link-text, span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 0px !important;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
  border-radius: 0px !important;
}

#Select_Something .validate[required] {
  border-radius: 0px;
}

#Select_Something {
  border-radius: 0px !important;
}

.selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid grey;
  list-style: none;
  color: black;
  font-size: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro";
}

.selectbox-container {
  padding: 0px;
  margin-top: 47px;
  border-radius: 0px !important;
}

.selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #676654;
  border-radius: 0px !important;
  font-family: "Helvetica Neue LT Pro";
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.custom-select select {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li:first-child {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li.selectbox-selected {
  background-color: #676654;
  color: #fff;
}

a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}
