@charset "UTF-8";
/* ==== Buttons and text links === */
/* ==== Down arrow transition === */
@keyframes goingDown {
  0% {
    bottom: 50px;
    opacity: 0%;
  }
  10% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  100% {
    bottom: 30px;
    opacity: 0%;
  }
}
/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

form {
  margin-bottom: 5%;
}
form input,
form textarea {
  width: 100%;
  display: block;
  color: #030000;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
}
form textarea {
  height: 140px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(16, 24, 32, 0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #030000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #030000;
}

.errors {
  padding: 10px;
  background-color: #D11E1E;
  margin-bottom: 10px;
  color: white;
  line-height: 22px;
}
.errors li {
  display: inline-block;
}

#fields-location-field .heading label {
  display: inline-block;
  line-height: 18px;
}
#fields-location-field select {
  border: solid 1px #F4F4F0;
  background-color: #F4F4F0;
  color: #030000;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
}
@media (min-width: 48em) {
  #fields-location-field select {
    font-size: 0.875rem;
  }
}

.c-form .field.c-gdpr-checkbox {
  margin-bottom: 5%;
  margin-top: 10px;
}
.c-form .field.c-gdpr-checkbox input {
  display: inline-block;
  width: 25px;
  vertical-align: top;
  margin: 0;
}
.c-form .field.c-gdpr-checkbox label {
  font-size: 0.875rem;
  line-height: 18px;
  width: calc(100% - 40px);
  vertical-align: top;
  display: inline-block;
  margin: 2px 0 10px 0;
  text-align: left;
}
.c-form.c-contact-form .field {
  position: relative;
}
.c-form.c-contact-form .field .heading label {
  display: none;
}

.c-contactblock form label {
  color: white;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.c-contactblock form input,
.c-contactblock form select,
.c-contactblock form textarea {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fui-i {
  --fui-alert-error-bg-color: #D11E1E;
  --fui-alert-error-color: white;
  --fui-alert-success-bg-color: #67B774;
  --fui-alert-success-color: white;
  --fui-alert-border-radius: 0;
}

.fui-form .fui-input,
.fui-form .fui-select,
.fui-form .fui-checkbox label:before {
  border-radius: 0;
}

.l-flex-grid {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}

.cssgrid .l-cssgrid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 48em) {
  .cssgrid .l-cssgrid-wrapper {
    grid-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.cssgrid .l-cssgrid-wrapper.align-center {
  align-items: center;
}

.grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
  display: block;
}
@media (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid__item {
    width: 100%;
    margin-bottom: 1em;
    list-style-type: none;
    position: relative;
    line-height: 0;
    display: flex;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) and (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 48em) {
  .grid__item:last-child {
    margin-right: 0;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    width: 49%;
  }
  .grid--columns-2 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    width: 48%;
  }
  .grid--columns-3 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
}
@media (min-width: 64em) {
  .grid--columns-3 .grid__item {
    width: 32%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-4 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4 .grid__item {
    width: 49%;
  }
  .grid--columns-4 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    width: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}

h1 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 44px;
  margin-bottom: 0;
  text-wrap: pretty;
}
@media (min-width: 64em) {
  h1 {
    font-size: 3.125rem;
    line-height: 62px;
    margin-bottom: 10px;
  }
}

h2 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  h2 {
    font-size: 2.5rem;
    line-height: 42px;
  }
}

h3 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 26px;
  margin-bottom: 1rem;
}

h4 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}

h1 span.c-text-reg,
h2 span.c-text-reg {
  font-weight: normal;
}

.h-pos-rel {
  position: relative;
}

.h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h-padtop-50 {
  padding-top: 50px;
  position: relative;
}

.h-absolute {
  position: relative;
}
@media (min-width: 64em) {
  .h-absolute {
    position: absolute;
  }
}

.h-desk {
  display: none;
}
@media (min-width: 64em) {
  .h-desk {
    display: block;
  }
}

.h-mob {
  display: block;
}
@media (min-width: 64em) {
  .h-mob {
    display: none;
  }
}

.h-padtopbtm-60 {
  padding: 20px 0;
}
@media (min-width: 64em) {
  .h-padtopbtm-60 {
    padding: 60px 0;
  }
}

.h-padtop-10 {
  padding-top: 10px;
}

.h-padtop-60 {
  padding-top: 20px;
}
@media (min-width: 64em) {
  .h-padtop-60 {
    padding-top: 60px;
  }
}

.h-padbtm-60 {
  padding-bottom: 20px;
}
@media (min-width: 64em) {
  .h-padbtm-60 {
    padding-bottom: 60px;
  }
}

.h-padleft-50 {
  padding-left: 0;
}
@media (min-width: 64em) {
  .h-padleft-50 {
    padding-left: 50px;
  }
}

.h-marbtm-15 {
  margin-bottom: 15px;
}

.h-marbtm-30 {
  margin-bottom: 10px;
}
@media (min-width: 64em) {
  .h-marbtm-30 {
    margin-bottom: 30px;
  }
}

.h-marbtm-40 {
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .h-marbtm-40 {
    margin-bottom: 40px;
  }
}

.h-marbtm-50 {
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .h-marbtm-50 {
    margin-bottom: 50px;
  }
}

.h-marbtm-170 {
  margin-bottom: 60px;
}
@media (min-width: 64em) {
  .h-marbtm-170 {
    margin-bottom: 170px;
  }
}

.h-textalign-right {
  text-align: right;
}

.h-lineheight-0 {
  line-height: 0;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em; /* [1] */
  line-height: 24px;
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
  color: #030000;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #030000;
  border-bottom: solid 4px transparent;
}
a:hover {
  color: #101820;
  border-bottom: solid 4px #918D68;
}

.l-header a {
  border-bottom: solid 0 transparent;
}
.l-header a:hover {
  border-bottom: solid 0 transparent;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style-type: none;
  list-style-image: url("../assets/bullet.svg");
  padding-left: 15px;
}

.test {
  display: inline-block;
}

.c-text-uppercase {
  text-transform: uppercase;
}

.c-text-bold {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c-text-dark {
  color: #030000;
}

.c-text-white {
  color: #ffffff;
}

.c-text-error {
  color: #D11E1E;
}

.c-text-success {
  color: #67B774;
}

.c-text-midgrey {
  color: #707070;
}

/*------------------------------------*\
  #ABOUT US PAGE
\*------------------------------------*/
.c-list.c-list-team li, .c-list.c-list-team-2 li {
  display: block;
  padding: 0 0 30px 0;
}
@media (min-width: 48em) {
  .c-list.c-list-team li img, .c-list.c-list-team-2 li img {
    padding: 0 150px 0 0;
  }
}
.c-list.c-list-team h3, .c-list.c-list-team-2 h3 {
  font-size: 1.875rem;
  line-height: 37px;
  margin-bottom: 6px;
}
@media (min-width: 83.375em) {
  .c-list.c-list-team h3, .c-list.c-list-team-2 h3 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.c-list.c-list-team h4, .c-list.c-list-team-2 h4 {
  font-size: 1.375rem;
  line-height: 32px;
  font-weight: normal;
}
@media (min-width: 83.375em) {
  .c-list.c-list-team h4, .c-list.c-list-team-2 h4 {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.c-list.c-list-team-2 {
  border-top: solid 1px #918D68;
  padding-top: 40px;
  margin-bottom: 60px;
}
.c-list.c-list-team-2 li {
  padding: 0 0 30px 0;
}

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.l-row-wrap.c-bkgd-yellow {
  background-color: #F4F4F0;
}

.l-row-restricted {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .l-row-restricted {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .l-row-restricted {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.c-12-col {
  width: 100%;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-12-col {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media (min-width: 83.375em) {
  .c-12-col {
    width: 100%;
    margin: 0;
  }
}

.c-10-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-10-col {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media (min-width: 83.375em) {
  .c-10-col {
    width: calc(100% - 256px);
    margin: 0 128px;
  }
}

.c-8-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-8-col {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media (min-width: 83.375em) {
  .c-8-col {
    width: calc(100% - 512px);
    margin: 0 256px;
  }
}

.c-6-col {
  width: calc(100% - 40px);
  margin: 0 20px;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-6-col {
    width: calc(100% - 160px);
    margin: 0 80px;
  }
}
@media (min-width: 83.375em) {
  .c-6-col {
    width: calc(100% - 768px);
    margin: 0 384px;
  }
}

.c-6633-block {
  display: block;
  width: 100%;
}
@media (min-width: 64em) {
  .c-6633-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-6633-block .c-6633-left {
  width: 100%;
}
@media (min-width: 48em) {
  .c-6633-block .c-6633-left {
    width: 66%;
  }
}
.c-6633-block .c-6633-right {
  width: 100%;
}
@media (min-width: 48em) {
  .c-6633-block .c-6633-right {
    width: 33%;
  }
}

.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-5050 .c-5050-left,
.c-5050 .c-5050-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left,
  .c-5050 .c-5050-right {
    flex: 0 1 48%;
  }
}
.c-5050 .c-5050-left .inside,
.c-5050 .c-5050-right .inside {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 83.375em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0;
  }
}
.c-5050 .c-5050-left {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-5050 .c-5050-left {
    margin-bottom: 0;
  }
}

.c-5050-block-imgtxt {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-wrap: wrap;
}
.c-5050-block-imgtxt .c-5050-left {
  width: 100%;
  list-style-type: none;
  position: relative;
  order: 2;
}
@media (min-width: 64em) {
  .c-5050-block-imgtxt .c-5050-left {
    margin: 0;
    width: 50%;
    max-width: 50%;
    order: 1;
  }
}
.c-5050-block-imgtxt .c-5050-right {
  width: 100%;
  list-style-type: none;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  order: 1;
}
@media (min-width: 64em) {
  .c-5050-block-imgtxt .c-5050-right {
    margin: 0;
    width: 50%;
    max-width: 50%;
    order: 2;
  }
}
.c-5050-block-imgtxt .c-5050-right .inside {
  max-width: 100%;
  padding-left: 0;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 64em) {
  .c-5050-block-imgtxt .c-5050-right .inside {
    max-width: 600px;
    padding-left: 120px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
  }
}

.c-5050-block-txtimg {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-wrap: wrap;
}
.c-5050-block-txtimg .c-5050-left {
  width: 100%;
  list-style-type: none;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .c-5050-block-txtimg .c-5050-left {
    margin: 0;
    width: 50%;
    max-width: 50%;
  }
}
.c-5050-block-txtimg .c-5050-left .inside {
  max-width: 100%;
  padding-left: 0;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 64em) {
  .c-5050-block-txtimg .c-5050-left .inside {
    max-width: 600px;
    padding-right: 70px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
  }
}
@media (min-width: 83.375em) {
  .c-5050-block-txtimg .c-5050-left .inside {
    padding-right: 120px;
  }
}
.c-5050-block-txtimg .c-5050-right {
  width: 100%;
  list-style-type: none;
  position: relative;
}
@media (min-width: 64em) {
  .c-5050-block-txtimg .c-5050-right {
    margin: 0;
    width: 50%;
    max-width: 50%;
  }
}

.c-instagram-item img {
  aspect-ratio: 3/4;
}

.c-instagram-title {
  display: block;
  width: 100%;
  padding: 80px 20px 40px;
  text-align: center;
}
.c-instagram-title .icon {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.c-instagram-title h5 {
  display: inline;
}

.c-404-header {
  height: 400px;
  background-color: #030000;
  position: relative;
  margin-bottom: 60px;
  padding-left: 40px;
}
.c-404-header .c-title-block {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c-partnership-list {
  padding: 0;
}
.c-partnership-list li {
  list-style-image: none;
  border-bottom: solid 1px #030000;
  padding: 60px 0;
}
@media (min-width: 48em) {
  .c-partnership-list li {
    display: flex;
    gap: 60px;
  }
}
.c-partnership-list li .c-pic {
  order: 1;
  width: 100%;
}
@media (min-width: 48em) {
  .c-partnership-list li .c-pic {
    width: 40%;
  }
}
.c-partnership-list li .c-info {
  order: 2;
  width: 100%;
}
@media (min-width: 48em) {
  .c-partnership-list li .c-info {
    width: 60%;
  }
}
.c-partnership-list li.odd .c-pic {
  order: 2;
}
.c-partnership-list li.odd .c-info {
  order: 1;
}

.c-list-availability .grid__item div {
  width: 100%;
}
.c-list-availability .grid__item a.title {
  border-bottom: solid 5px #030000;
}
.c-list-availability .c-sorry {
  display: block;
  margin-top: 20px;
}
.c-list-availability a .x-title {
  content: "";
  background-image: url("../assets/button-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  display: inline-block;
  width: 33px;
  height: 24px;
  position: relative;
  right: 0;
  top: 4px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-list-availability a:hover h2 {
  color: #918D68;
}
.c-list-availability a:hover .x-title {
  right: -15px;
}

/*------------------------------------*\
  #BURGER MENU
\*------------------------------------*/
.c-burger-bars {
  float: right;
  z-index: 999;
  position: relative;
}
.c-burger-bars .bar1,
.c-burger-bars .bar2,
.c-burger-bars .bar3 {
  width: 35px;
  height: 3px;
  background-color: black;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burger-bars.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: white;
}
.c-burger-bars.change .bar2 {
  opacity: 0;
}
.c-burger-bars.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: white;
}

.c-header-home .c-burger-bars .bar1,
.c-header-home .c-burger-bars .bar2,
.c-header-home .c-burger-bars .bar3 {
  background-color: white;
}

.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
}

.c-btn-primary {
  background-color: #918D68;
  color: white;
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-btn-primary:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #030000;
  cursor: pointer;
}

.c-btn-secondary {
  line-height: 20px;
  border: solid 0 transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #918D68;
  text-transform: uppercase;
}
.c-btn-secondary::after {
  content: "";
  background-image: url("../assets/button-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  width: 33px;
  height: 24px;
  right: -10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-btn-secondary:hover {
  border-bottom: solid 0 transparent;
}
.c-btn-secondary:hover::after {
  right: -15px;
}
.c-btn-secondary.white {
  color: white;
}
.c-btn-secondary.white::after {
  background-image: url("../assets/button-arrow-white.png");
}
.c-btn-secondary.ondark {
  color: #CAC38B;
}
.c-btn-secondary.ondark:hover {
  color: white;
}

.c-btn-herolink {
  text-transform: uppercase;
  padding: 20px 40px;
  border-top: solid 4px #707070;
  margin-top: 30px;
  border-bottom: solid 4px transparent;
  color: white;
}
.c-btn-herolink:hover {
  background-color: #CAC38B;
  border-top: solid 4px #CAC38B;
  border-bottom: solid 4px #CAC38B;
}

.c-btn button,
button.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  background-color: #918D68;
  color: white;
  padding: 14px 25px;
}
.c-btn button:hover,
button.c-btn:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #030000;
}

/*------------------------------------*\
  #CONTACT BLOCK
\*------------------------------------*/
.c-contactblock {
  background-color: #030000;
  background-image: url("../assets/contactform-bkgd.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 3rem 0;
}
.c-contactblock .c-5050 {
  align-items: center;
  margin-bottom: 0;
}

#elc-cookie-consent {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1.5em;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 18px;
  max-width: calc(100% - 6em);
  max-height: calc(100% - 6em);
  overflow: auto;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: solid 4px #918D68;
}
#elc-cookie-consent form {
  margin-bottom: 0;
}

.elc-small {
  width: 30em;
}

#elc-cookie-consent h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 6px 0;
}

#elc-cookie-consent h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.elc-fullwidth h4 {
  font-weight: bold;
  font-size: 1.4em;
}

#elc-cookie-consent .button-container {
  text-align: right;
  clear: both;
}

.elc-fullwidth {
  width: calc(100% - 6em) !important;
}

#elc-cookie-consent .elc-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #918D68;
  color: white;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-button-link:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #101820;
}

#elc-cookie-consent .elc-secondary-button-link,
#elc-cookie-consent .elc-text-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #fff;
  color: #536167;
  padding: 12px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-secondary-button-link:hover,
#elc-cookie-consent .elc-text-link:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #101820;
}

#elc-cookie-consent .elc-cookie-group {
  float: left;
  padding-right: 1em;
}

.elc-fullwidth .elc-cookie-group {
  width: 100%;
}

#elc-cookie-consent .elc-row {
  width: 100%;
  clear: both;
}

#elc-cookie-consent #elc-cookie-consent-settings {
  margin-bottom: 4em;
}

#elc-cookie-consent .elc-row .elc-cookie-name {
  float: left;
}

#elc-cookie-consent .elc-row .elc-cookie-checkbox {
  float: right;
  width: auto;
}

#elc-cookie-consent .elc-cookie-description {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.elc-fullwidth .elc-cookie-description {
  display: block !important;
}

#elc-cookie-consent .elc-cookie {
  margin-bottom: 1em;
}

#elc-cookie-consent .elc-cookie-field {
  display: none;
}

.elc-fullwidth .elc-cookie-field {
  display: block !important;
}

.elc-fullwidth #elc-detail-link {
  display: none;
}

.elc-fullwidth #elc-accept-link {
  display: none;
}

.elc-small #elc-hide-detail-link {
  display: none;
}

.elc-small #elc-save-link {
  display: none;
}

.elc-small .elc-hide-when-small {
  display: none;
}

.elc-hidden {
  display: none;
}

#elc-cookie-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.2em 1em;
  background-color: #0e3a5e;
  font-size: 0.8em;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#elc-cookie-tab a {
  color: #ffffff;
}

#elc-cookie-consent input[type=checkbox i] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

#elc-cookie-consent input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  margin: 3px 3px 3px 0.6em;
  padding: initial;
  border: initial;
}

.c-footer-logo {
  display: inline-block;
  margin-bottom: 30px;
  width: 100px;
}

footer {
  background-color: #536167;
  color: white;
  display: inline-block;
  width: 100%;
  position: relative;
}
footer .l-row-restricted {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  footer .l-row-restricted {
    margin-bottom: 20px;
  }
}
@media (min-width: 83.375em) {
  footer .l-row-restricted {
    margin-bottom: 40px;
  }
}
footer .l-row-wrap {
  margin-bottom: 0;
}
footer a {
  color: white;
}
footer a:hover {
  color: black;
}
footer a:hover .c-cube-footerlogo {
  fill: black;
}

.c-cube-footerlogo {
  fill: white;
  display: inline-block;
}

.c-copyright {
  padding-top: 50px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-copyright .c-5050-right a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.c-copyright .c-5050-right {
  order: 2;
}

.c-footer {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 37.5em) {
  .c-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.c-footer .c-item {
  position: relative;
  width: 100%;
}

.c-footer-list {
  padding: 0;
  margin: 0;
}
.c-footer-list li {
  display: inline-block;
  list-style-image: none;
  padding-left: 0;
  padding-right: 20px;
}

.l-header {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1012;
  transition: all 0.3s ease-in-out;
}
.l-header.scrolling {
  position: fixed;
}
.l-header .c-header--block {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.l-header .c-header--block .c-enquire {
  position: absolute;
  right: 60px;
  top: 20px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: white;
  padding: 13px 25px;
  letter-spacing: 1px;
  line-height: normal;
  z-index: 1002;
}
@media (min-width: 48em) {
  .l-header .c-header--block .c-enquire {
    top: 30px;
    right: 80px;
  }
}
@media screen and (min-width: 1460px) {
  .l-header .c-header--block .c-enquire {
    right: 70px;
  }
}
.l-header .c-header--block .c-enquire:hover {
  background-color: #030000;
}
.l-header .c-header--block .c-branding {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1002;
}
@media (min-width: 48em) {
  .l-header .c-header--block .c-branding {
    top: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 1460px) {
  .l-header .c-header--block .c-branding {
    left: 0;
  }
}
.l-header .c-header--block.menuopen .c-enquire {
  background-color: #918D68;
}
.l-header .c-header--block.menuopen .burgermenu {
  background-color: white;
}
@media screen and (min-width: 1460px) {
  .l-header .c-header--block.menuopen .burgermenu {
    top: 20px;
  }
}
@media (min-width: 83.375em) {
  .l-header .c-header--block.menuopen .burgermenu {
    top: 30px;
  }
}
.l-header .c-header--block.menuopen .burgermenu .bar1,
.l-header .c-header--block.menuopen .burgermenu .bar3 {
  background-color: #030000;
}

.l-header.scrolling .c-header--block.menuopen .c-logo-light {
  display: block;
}
.l-header.scrolling .c-header--block.menuopen .c-logo-dark {
  display: none;
}
.l-header.scrolling .c-header--block.menuopen .burgermenu {
  top: 20px;
}

.c-header-logo {
  width: 100px;
}

.c-logo-light {
  display: block;
}

.c-logo-dark {
  display: none;
}

.burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1010;
  background-color: transparent;
  height: 47px;
  width: 50px;
  padding: 6px 10px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .burgermenu {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 83.375em) {
  .burgermenu {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1460px) {
  .burgermenu {
    right: 20px;
  }
}
.burgermenu:hover .bar2 {
  width: 26px;
  margin-left: 0;
}
.burgermenu .bar1,
.burgermenu .bar2,
.burgermenu .bar3 {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.burgermenu .bar2 {
  width: 16px;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  margin-top: 10px;
}
.burgermenu.change .bar2 {
  opacity: 0;
}
.burgermenu.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.overlay_nav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  overflow: auto;
  transition: 0.5s;
}

.l-header.scrolling .burgermenu {
  background-color: white;
}
@media (min-width: 48em) {
  .l-header.scrolling .burgermenu {
    top: 20px;
  }
}
.l-header.scrolling .burgermenu .bar1,
.l-header.scrolling .burgermenu .bar2,
.l-header.scrolling .burgermenu .bar3 {
  background-color: #030000;
}
.l-header.scrolling .burgermenu.change .bar1,
.l-header.scrolling .burgermenu.change .bar3 {
  background-color: #030000;
}
.l-header.scrolling .c-branding {
  top: 0;
}
.l-header.scrolling .c-logo-light {
  display: none;
}
.l-header.scrolling .c-logo-dark {
  display: block;
}
.l-header.scrolling .c-enquire {
  background-color: #918D68;
  top: 20px;
}

/*------------------------------------*\
  #HERO
\*------------------------------------*/
.c-hero {
  position: relative;
}
.c-hero.c-hero-home {
  width: 100%;
  line-height: 0;
  position: relative;
  background-color: black;
  height: 500px;
}
@media (min-width: 48em) {
  .c-hero.c-hero-home {
    width: 100%;
    height: auto;
  }
}
.c-hero.c-hero-home img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 500px;
}
@media (min-width: 48em) {
  .c-hero.c-hero-home img {
    height: auto;
    width: 100vw;
    max-height: 1080px;
  }
}
.c-hero .c-hero-img {
  line-height: 0;
  max-height: 629px;
  overflow: hidden;
}
.c-hero .c-hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  height: 50%;
  position: absolute;
  width: 100%;
  background-size: cover;
  z-index: 200;
}
.c-hero .c-title-position {
  position: absolute;
  bottom: 10px;
  z-index: 200;
  margin: 0 10px;
  border: solid 1px #918D68;
  width: calc(100% - 20px);
  padding: 10px;
}
@media (min-width: 48em) {
  .c-hero .c-title-position {
    position: absolute;
    top: 50%;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 0 transparent;
    text-align: center;
    width: 100%;
  }
}
.c-hero .c-title-position h1 {
  color: white;
}
.c-hero .c-title-position .c-subtext {
  color: white;
  line-height: initial;
}

.c-offset-block {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-wrap: wrap;
  background-color: red;
}
.c-offset-block.c-row-color {
  background-color: #F4F4F0;
}
@media (min-width: 64em) {
  .c-offset-block.c-row-odd.c-row-last .inside {
    position: absolute;
    bottom: 0;
  }
}
.c-offset-block .inside {
  max-width: 100%;
  position: relative;
  text-align: top;
  padding: 0 20px 40px 20px;
}
@media (min-width: 64em) {
  .c-offset-block .inside {
    max-width: 600px;
    text-align: left;
    padding: 0 60px 40px 60px;
  }
}
@media (min-width: 83.375em) {
  .c-offset-block .inside {
    padding-left: 120px;
  }
}
.c-offset-block.c-row-even {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .c-offset-block.c-row-even {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 64em) {
  .c-offset-block.c-row-even .c-offset-left .inside {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.c-offset-block .c-offset-left {
  width: 100%;
  list-style-type: none;
  position: relative;
}
@media (min-width: 64em) {
  .c-offset-block .c-offset-left {
    margin: 0 30px 0 0;
    width: calc(50% - 30px);
    max-width: 50%;
  }
}
.c-offset-block .c-offset-right {
  width: 100%;
  list-style-type: none;
  position: relative;
}
@media (min-width: 64em) {
  .c-offset-block .c-offset-right {
    margin: 0 0 0 30px;
    width: calc(50% - 30px);
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .c-offset-block .c-special-padbtm {
    padding-bottom: 100px;
  }
}
@media (min-width: 83.375em) {
  .c-offset-block .c-special-padbtm {
    padding-bottom: 180px;
  }
}

.c-5050-homeSpecial {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 650px;
}
@media (min-width: 64em) {
  .c-5050-homeSpecial {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    height: 650px;
    width: 100%;
    overflow: hidden;
  }
}
.c-5050-homeSpecial .c-5050-left,
.c-5050-homeSpecial .c-5050-right {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: pink;
}
@media (min-width: 64em) {
  .c-5050-homeSpecial .c-5050-left,
  .c-5050-homeSpecial .c-5050-right {
    width: 50%;
  }
}
.c-5050-homeSpecial .c-5050-left {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .c-5050-homeSpecial .c-5050-left {
    margin-bottom: 0;
  }
}

.c-tenantstory-homepage {
  background-color: #F4F4F0;
  color: white;
}
.c-tenantstory-homepage h2 {
  color: white;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-tenantstory-homepage h2 {
    margin-bottom: 4rem;
  }
}
.c-tenantstory-homepage .c-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 70%;
}
.c-tenantstory-homepage .img-fill:before {
  background-color: rgba(32, 34, 48, 0.6);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
}
.c-tenantstory-homepage .img-fill img {
  overflow: hidden;
  height: 649px;
  width: auto;
}

.c-blog-homepage {
  background-color: #918D68;
  color: white;
  padding-top: 40px;
}

@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 {
    grid-template-rows: auto;
  }
}
@media (min-width: 64em) {
  .cssgrid .c-offset-grid-3 {
    grid-template-rows: minmax(500px, 600px) 60px 1fr auto;
  }
}
@media (min-width: 83.375em) {
  .cssgrid .c-offset-grid-3 {
    grid-template-rows: minmax(500px, 600px) 160px 1fr 100px;
  }
}
.cssgrid .c-offset-grid-3 .image {
  grid-column: 1/2;
  z-index: 9;
  order: 2;
}
@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 .image {
    grid-column: 1/7;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 9;
    order: 1;
  }
}
@media (min-width: 64em) {
  .cssgrid .c-offset-grid-3 .image {
    grid-row-end: 3;
  }
}
@media (min-width: 83.375em) {
  .cssgrid .c-offset-grid-3 .image img {
    max-height: 660px;
    width: auto;
  }
}
.cssgrid .c-offset-grid-3 .text {
  grid-column: 1/2;
  align-self: center;
  padding: 0 20px 50px 20px;
  order: 1;
}
@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 .text {
    grid-column: 8/12;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0 0 50px 0;
    order: 2;
  }
}
.cssgrid .c-offset-grid-3 .bkgd-color {
  grid-column: 1/2;
  background-color: #F4F4F0;
}
@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 .bkgd-color {
    grid-column: 1/13;
    grid-row-start: 2;
    grid-row-end: 6;
  }
}
@media (min-width: 64em) {
  .cssgrid .c-offset-grid-3 .bkgd-color {
    grid-column: 1/13;
    grid-row-start: 2;
    grid-row-end: 6;
    background-color: #F4F4F0;
  }
}
.cssgrid .c-offset-grid-3 .image2 {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 .image2 {
    grid-column: 7/13;
    grid-row: 4/6;
  }
}
.cssgrid .c-offset-grid-3 .text2 {
  grid-column: 1/2;
  align-self: start;
  padding: 0 20px 50px 20px;
}
@media (min-width: 48em) {
  .cssgrid .c-offset-grid-3 .text2 {
    grid-column: 2/6;
    grid-row-start: 4;
    grid-row-end: 5;
    padding: 0 0 50px 0;
  }
}

.c-process-list {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-process-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.c-process-list .c-item {
  text-align: center;
  position: relative;
  width: 100%;
}
@media (min-width: 37.5em) {
  .c-process-list .c-item {
    flex: 0 1 48%;
  }
}
@media (min-width: 64em) {
  .c-process-list .c-item {
    flex: 0 1 23%;
  }
}
.c-process-list .c-item .c-icon {
  padding-bottom: 50px;
}
.c-process-list .c-item .c-icon img {
  max-width: 80px;
  max-height: 80px;
}

/*------------------------------------*\
  #LIST STYLING
\*------------------------------------*/
.c-list {
  padding-left: 0;
  margin-bottom: 0;
}
.c-list li {
  padding-left: 0;
}

.c-list-locations img,
.c-list-blogs img,
.c-list-stories img,
.c-list-available img {
  margin-bottom: 10px;
}
.c-list-locations h3,
.c-list-blogs h3,
.c-list-stories h3,
.c-list-available h3 {
  margin-bottom: 0;
}
.c-list-locations a,
.c-list-blogs a,
.c-list-stories a,
.c-list-available a {
  display: block;
}
.c-list-locations .c-preview,
.c-list-blogs .c-preview,
.c-list-stories .c-preview,
.c-list-available .c-preview {
  background-color: #918D68;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 240px;
  line-height: normal;
  text-align: center;
  font-size: 0.875rem;
}
.c-list-locations .c-preview .c-preview-vert,
.c-list-blogs .c-preview .c-preview-vert,
.c-list-stories .c-preview .c-preview-vert,
.c-list-available .c-preview .c-preview-vert {
  width: 100%;
}
.c-list-locations .c-preview .c-preview-available span,
.c-list-blogs .c-preview .c-preview-available span,
.c-list-stories .c-preview .c-preview-available span,
.c-list-available .c-preview .c-preview-available span {
  background-color: black;
  color: white;
}
.c-list-locations .c-preview .c-preview-title,
.c-list-blogs .c-preview .c-preview-title,
.c-list-stories .c-preview .c-preview-title,
.c-list-available .c-preview .c-preview-title {
  font-size: 1.875rem;
  margin: 20px auto 5px;
  border-bottom: solid 2px black;
  width: 50%;
  padding-bottom: 10px;
}
.c-list-locations .c-preview .c-preview-title span,
.c-list-blogs .c-preview .c-preview-title span,
.c-list-stories .c-preview .c-preview-title span,
.c-list-available .c-preview .c-preview-title span {
  background-color: black;
  color: white;
}
.c-list-locations .c-preview .c-preview-subtitle,
.c-list-blogs .c-preview .c-preview-subtitle,
.c-list-stories .c-preview .c-preview-subtitle,
.c-list-available .c-preview .c-preview-subtitle {
  font-size: 1.25rem;
  margin: 20px auto 5px;
  border-bottom: solid 2px black;
  width: 50%;
  padding-bottom: 4px;
}

.c-list-units li {
  border-bottom: solid 1px #030000;
  list-style-image: none;
}

ul.c-horz-list {
  margin-bottom: 0;
  padding-left: 0;
}
ul.c-horz-list li {
  border-bottom: none;
  display: inline-block;
  margin-right: 40px;
}

.c-list-availability li {
  list-style-image: none;
  padding-top: 100px;
}

.c-list-available li.grid__item {
  line-height: initial;
  padding-top: 20px;
}

/*------------------------------------*\
  #LOCATION PAGE SPECIFIC STYLING
\*------------------------------------*/
.c-brochure img {
  max-width: 303px;
  display: inline-block;
}
@media (min-width: 37.5em) {
  .c-brochure img {
    margin-bottom: 30px;
  }
}
@media (min-width: 64em) {
  .c-brochure img {
    margin-bottom: 0;
    clear: both;
    float: right;
  }
}
.c-brochure button {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .c-brochure button {
    float: right;
    clear: both;
  }
}
@media (min-width: 64em) {
  .c-brochure button {
    margin-top: 30px;
  }
}

.c-available-list {
  margin-left: 0;
  border-top: solid 1px #030000;
  padding-inline-start: 0;
}
.c-available-list li {
  border-bottom: solid 1px #030000;
  padding: 10px 0;
  list-style-type: none;
}

.c-newloc {
  text-transform: uppercase;
  background-color: rgba(112, 112, 112, 0.7);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
  height: 35px;
}
.c-newloc span {
  position: relative;
  top: 17px;
  left: 10px;
  color: white;
}

.c-list-available .c-newloc span {
  top: 6px;
}

.c-closeby-list {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-closeby-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.c-closeby-list .c-item {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .c-closeby-list .c-item {
    padding-bottom: 0;
  }
}
@media (min-width: 37.5em) {
  .c-closeby-list .c-item {
    flex: 0 1 48%;
  }
}
@media (min-width: 64em) {
  .c-closeby-list .c-item {
    flex: 0 1 23%;
  }
}
@media (min-width: 48em) {
  .c-closeby-list .c-item .c-icon {
    padding-bottom: 50px;
  }
}
.c-closeby-list .c-item .c-icon img {
  max-width: 80px;
  max-height: 80px;
}

.c-closeBy {
  align-items: center;
}
.c-closeBy .c-5050-right {
  padding-left: 0;
}
@media (min-width: 48em) {
  .c-closeBy .c-5050-right {
    padding-left: 60px;
  }
}

.c-tenant-story {
  background-color: #F4F4F0;
}
.c-tenant-story .c-6-col {
  padding: 20px 0 30px;
}
@media (min-width: 48em) {
  .c-tenant-story .c-6-col {
    padding: 80px 0;
  }
}

.c-list-spec ul {
  column-count: 1;
}
@media (min-width: 64em) {
  .c-list-spec ul {
    column-count: 2;
  }
}

.c-location-stats {
  display: flex;
  justify-content: space-between;
}
.c-location-stats .c-33 {
  flex-grow: 1;
}

.c-nav--menu {
  transition: transform 0.5s ease-in-out;
  transform: translateY(-100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(16, 24, 32, 0.95);
  text-align: left;
  color: white;
}
.c-nav--menu.open {
  transform: translateY(0%);
  top: 0;
  overflow: auto;
}
.c-nav--menu .c-nav-branding {
  padding-top: 20px;
  padding-left: 20px;
}
.c-nav--menu .c-nav-content {
  display: block;
  width: 100%;
  position: relative;
  margin: auto 0;
  height: 100%;
  overflow-y: auto;
}
.c-nav--menu .l-menu-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
  padding: 20px;
}
@media (min-width: 48em) {
  .c-nav--menu .l-menu-wrap {
    padding: 0;
  }
}
.c-nav--menu .l-menu-wrap .l-row-restricted {
  padding: 0;
}
@media (min-width: 48em) {
  .c-nav--menu .l-menu-wrap .l-row-restricted {
    padding: 0 40px;
  }
}
.c-nav--menu ul.navigation_main {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 64em) {
  .c-nav--menu ul.navigation_main {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-nav--menu li {
  font-size: 2.125rem;
  line-height: 26px;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 0;
  position: relative;
  margin-bottom: 15px;
  color: white;
  list-style-image: none;
  transition: all 0.2s linear;
  text-align: center;
}
@media (min-width: 64em) {
  .c-nav--menu li {
    font-size: 3.9375rem;
    line-height: 78px;
    margin-bottom: 15px;
    text-align: left;
  }
}
.c-nav--menu li a {
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #918D68, #918D68 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
.c-nav--menu li a:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #918D68;
  transition: all 0.5s ease-in-out;
}
.c-nav--menu li a:hover {
  background-position: 0%;
}
.c-nav--menu li a:hover:before {
  width: 100%;
}
.c-nav--menu.open {
  transform: translateY(0%);
}
.c-nav--menu.open .c-nav-logo {
  position: relative;
  display: inline-block;
}

body.menuopen .l-content {
  overflow: hidden;
  height: 100vh;
}
body.menuopen .l-header {
  position: fixed;
}

.c-slider .c-slider-item {
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .c-slider .c-slider-item {
    width: 94vw;
  }
}
.c-slider .c-slider-item img {
  position: relative;
  max-width: none;
}
@media (min-width: 48em) {
  .c-slider .c-slider-item img {
    width: auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 104px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 300;
}

.slick-prev {
  left: 20px;
  background-image: url("../assets/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px 18px;
}
@media (min-width: 48em) {
  .slick-prev {
    left: 20px;
  }
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 20px;
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30px 18px;
}
@media (min-width: 48em) {
  .slick-next {
    right: 20px;
  }
}
.slick-next.slick-disabled {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (min-width: 48em) {
  .slick-dots li {
    margin: 0 15px 0 0;
  }
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url("../assets/dot-white.png") no-repeat 0;
  border: solid 0 transparent;
  border-radius: 50%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: transparent url("../assets/dot-white-active.png") no-repeat 0;
  border: solid 0 transparent;
}

.c-slider-homeinfo .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px 0 20px;
}
.c-slider-homeinfo .slick-dots li {
  width: 100%;
  margin: 0;
}
.c-slider-homeinfo .slick-dots button {
  display: block;
  width: 100%;
  height: 2px;
  padding: 0;
  border-radius: 0;
  background-color: #707070;
  background-image: none;
  text-indent: -9999px;
  border: solid 0 transparent;
}
.c-slider-homeinfo .slick-dots button:hover {
  background-color: #707070;
}
.c-slider-homeinfo .slick-dots li.slick-active button {
  display: block;
  width: 100%;
  height: 6px;
  padding: 0;
  border-radius: 0;
  background-color: #707070;
  background-image: none;
  text-indent: -9999px;
  border: solid 0 transparent;
}
.c-slider-homeinfo .slick-dots li.slick-active button:hover {
  background-color: #707070;
}

.c-slider-gallery .c-slider-item {
  margin-right: 20px;
  margin-top: 20px;
}

.c-slider-text {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: #918D68;
  padding: 3px 10px;
  z-index: 200;
}
@media (min-width: 48em) {
  .c-slider-text {
    padding: 10px 20px;
  }
}

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