/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}

#addresscolorchange {
  color: #FFFFFF;
}

svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* ------------------------------------------------------------ *\
	Skip Links
\* ------------------------------------------------------------ */

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Bold.woff2") format("woff2"), url("../fonts/AcuminPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Light.woff2") format("woff2"), url("../fonts/AcuminPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Medium.woff2") format("woff2"), url("../fonts/AcuminPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Semibold.woff2") format("woff2"), url("../fonts/AcuminPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Utopia Std";
  src: url("../fonts/UtopiaStd-Bold.woff2") format("woff2"), url("../fonts/UtopiaStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Acumin Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.3;
  color: #242526;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.3em / 2);
}
.h1,
h1 {
  font: 700 6rem/1.1 "DM Serif Display", Georgia, serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 3.8rem;
    line-height: 1.16;
  }
}

.h2,
h2 {
  font: 600 4.8rem/1.13 "Acumin Pro", Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 3.6rem;
  }
}

#h2colorchange {
  color: #FFFFFF;
}

.h3,
h3 {
  font: 500 3.6rem/1.23 "Acumin Pro", Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 3rem;
  }
}

#h3colorchange {
  color: #FFFFFF;
}

#h5colorchange {
  color: #36454F;
}

#h5colorchange2 {
  color: #d3d3d3;
}

.h4,
h4 {
  font: 700 2.4rem/1.25 "Acumin Pro", Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font: 500 2rem/1.3 "Acumin Pro", Arial, sans-serif;
}
.h6,
h6 {
  font: 500 1.8rem/1.2 "Acumin Pro", Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6,
h6 {
    font-size: 1.7rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.3em;
}

#pcolorchange {
  color: #FFFFFF;
}

#extend-block {
  margin-bottom: 10rem;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.section-entry h3,
.section-entry h2,
.section-team h2,
.article h2,
.section h2,
.section-credits h2,
.list-contacts {
  position: relative;
}
.section-entry h3:after,
.section-entry h2:after,
.section-team h2:after,
.article h2:after,
.section h2:after,
.section-credits h2:after,
.list-contacts:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -5.2rem;
  height: 3.4rem;
  width: 0.6rem;
  background-color: #EB5E28;
}
@media (max-width: 1023px) {
  .section-entry h3:after,
.section-entry h2:after,
.section-team h2:after,
.article h2:after,
.section h2:after,
.section-credits h2:after,
.list-contacts:after {
    left: -1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry h3:after,
.section-entry h2:after,
.section-team h2:after,
.article h2:after,
.section h2:after,
.section-credits h2:after,
.list-contacts:after {
    top: 0.3rem;
    left: -1.9rem;
    width: 0.4rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small h2:after {
    top: 0.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-team h2:after {
    top: 1rem;
    left: -2rem;
  }
}
.list-contacts:after {
  left: -5.6rem;
  top: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts:after {
    height: 3.4rem;
    left: -1.9rem;
    width: 0.4rem;
  }
}
.list-contacts--large:after {
  top: 0.9rem;
  left: -5.2rem;
}
.article h2:after {
  top: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h2:after {
    left: -3rem;
  }
}
.section-entry h5,
.section-about h5,
.section h5,
.section-credits h5,
.history h5,
.section-team .section__head h5,
.section-credits h5 {
  color: #7C838A;
  text-transform: uppercase;
  padding-left: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry h5,
.section-about h5,
.section h5,
.section-credits h5,
.history h5,
.section-team .section__head h5,
.section-credits h5 {
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  color: #242526;
}
@media (max-width: 1023px) {
  .article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: -1.2rem;
    background-color: #F8F9F8;
  }
}
.article .article__content {
  background-color: #F8F9F8;
  padding: 9.3rem 41rem 15rem 16.7rem;
  max-width: 81%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81%;
          flex: 0 0 81%;
}
@media (max-width: 1399px) {
  .article .article__content {
    max-width: 50%;
    padding: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1199px) {
  .article .article__content {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .article .article__content {
    padding: 2rem;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10.1rem 4.3rem 15.1rem;
  }
}
.article .article__image {
  max-width: 19%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  padding-top: 14.3rem;
}
@media (max-width: 1399px) {
  .article .article__image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .article .article__image {
    padding: 0;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.article figure {
  position: relative;
  padding-bottom: 251%;
  margin: 0 0 -33.5rem -34.5rem;
}
@media (max-width: 1399px) {
  .article figure {
    margin: 0 0 -33.5rem -4rem;
    padding-bottom: 100%;
  }
}
@media (max-width: 1199px) {
  .article figure {
    margin: 0 0 -33.5rem -2rem;
  }
}
@media (max-width: 1023px) {
  .article figure {
    margin: 0 -5rem 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article figure {
    margin: 0 -10.5rem -30rem 10.5rem;
    padding-bottom: 115.4%;
  }
}
.article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.article h5 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h5 {
    margin-bottom: 1.2rem;
  }
}
.article h2 {
  margin-bottom: 3.9rem;
  color: #253D5B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h2 {
    margin-bottom: 2.5rem;
    line-height: 1.25;
  }
}
.article p {
  margin-bottom: 2.6rem;
}
.article p:last-of-type {
  margin-bottom: 8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article p:last-of-type {
    margin-bottom: 9.5rem;
  }
}
.article p:last-child {
  margin-bottom: 0;
}
/* article--small */
@media (max-width: 1023px) {
  .article--small {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small {
    background-color: transparent;
  }
}
.article--small .article__content {
  background-color: transparent;
  padding: 0rem 8rem 0 8.6rem;
  max-width: 67.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67.5%;
          flex: 0 0 67.5%;
}
@media (max-width: 1399px) {
  .article--small .article__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .article--small .article__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small .article__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.article--small .article__image {
  padding-top: 5.2rem;
  max-width: 25.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.8%;
          flex: 0 0 25.8%;
}
@media (max-width: 1399px) {
  .article--small .article__image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .article--small .article__image {
    padding-top: 0;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small .article__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.article--small figure {
  padding-bottom: 286%;
  margin: 0 -30.5rem -33.5rem 0;
}
@media (max-width: 1399px) {
  .article--small figure {
    margin: 0 -5.5rem -10.5rem 0;
    padding-bottom: 150%;
  }
}
@media (max-width: 1199px) {
  .article--small figure {
    margin: 0 -3.5rem -10.5rem 0;
  }
}
@media (max-width: 1023px) {
  .article--small figure {
    margin: 0 0 -5rem;
    padding-bottom: 115%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small figure {
    margin: 0 -10.5rem -30rem 10.5rem;
  }
}
.article--small h5 {
  margin-bottom: 1.3rem;
}
.article--small p {
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--small p:last-of-type {
    margin-bottom: 3.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: 700 2rem/1.3 "Acumin Pro", Arial, sans-serif;
  padding: 1.7rem 1.5rem;
  min-width: 22.6rem;
  min-height: 6rem;
  color: #FFFCF2;
  background-color: #253D5B;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 0.5rem;
}
.btn:hover {
  background-color: #862633;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/*.btn-accessible {
  margin-left: 195px;
  margin-bottom: 100px;
  margin-top: -200px; CHANGES TO BE MADE! /*
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  color: #FFFCF2;
}
.card .card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.1rem 5.2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding: 4rem 4rem 0;
  }
}
.card .card__image {
  position: relative;
  padding-bottom: 106.6%;
  background-color: #253D5B;
  overflow: hidden;
}
.card h3 {
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -15.5rem;
}
@media (max-width: 1023px) {
  .cards {
    margin: 0 0 -7rem;
  }
}
.cards .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
  padding: 0 0 15.5rem;
}
@media (max-width: 1023px) {
  .cards .card {
    padding: 0 0 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font: 300 1.6rem/1.25 "Acumin Pro", Arial, sans-serif;
  max-width: 34.7rem;
  color: #CCC5B9;
}
@media (max-width: 1199px) {
  .copyright {
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .copyright {
    max-width: 35%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    max-width: 33.5rem;
  }
}
@media (max-width: 374px) {
  .copyright {
    max-width: 80%;
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  color: #242526;
  font-weight: 300;
}
.feature h3 {
  font-weight: 600;
  margin-bottom: 2.7rem;
  color: #253D5B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature h3 {
    margin-bottom: 3.2rem;
  }
}
.feature p {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature p {
    margin-bottom: 4.2rem;
  }
}
.feature .feature__actions {
  margin-top: auto;
  letter-spacing: 0.01em;
}
.feature .feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 12rem;
  border-bottom: 0.2rem solid #CBC5BA;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content {
    padding-bottom: 10rem;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -4.65rem;
}
@media (max-width: 1399px) {
  .features {
    margin: 0 -2rem;
  }
}
@media (max-width: 1023px) {
  .features {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features {
    margin: 0 0 -9.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features .feature {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% /3);
      flex-basis: calc(100% /3);
  max-width: calc(100% /3);
  padding: 0 4.65rem;
}
@media (max-width: 1399px) {
  .features .feature {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  .features .feature {
    padding: 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 3.1rem 9.3rem;
  }
}
/* features large */
.features--large {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 137rem;
  margin: 0 0 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--large {
    margin: 0 0 -10.1rem;
  }
}
.features--large .feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.9%;
          flex: 0 0 46.9%;
  max-width: 46.9%;
  padding: 0 1rem;
}
@media (max-width: 1399px) {
  .features--large .feature {
    padding: 0 0.5rem;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--large .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 10.1rem;
  }
}
.features--large .feature h3 {
  font-weight: 600;
  letter-spacing: 0;
}
.features--large .feature p {
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .features--large .feature p {
    margin-bottom: 1.5rem;
  }
}
.features--large .feature p:last-of-type {
  margin-bottom: 6.3rem;
}
@media (max-width: 1023px) {
  .features--large .feature p:last-of-type {
    margin-bottom: 4rem;
  }
}
.features--large .feature .feature__content {
  padding: 0 11.1rem 11.9rem 4.4rem;
}
@media (max-width: 1023px) {
  .features--large .feature .feature__content {
    padding: 0 1rem 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features--large .feature .feature__content {
    padding-bottom: 9.5rem;
  }
}
.features--large .feature .feature__actions {
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .features--large .feature .feature__actions .link-more {
    font-size: 1.6rem;
    letter-spacing: -0.1em;
  }
}
@media (max-width: 374px) {
  .features--large .feature .feature__actions .link-more {
    font-size: 1.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 13.5rem 0 6.9rem;
  background-color: #253D5B;
  color: #FFFCF2;
  /* footer col 1 of 5 */
  /* footer col 4 of 5 */
}
@media (max-width: 1023px) {
  .footer {
    padding: 7rem 0 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 14.5rem 0 14.3rem;
  }
}
.footer .footer__content {
  max-width: 124rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 12.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    margin-bottom: 13.4rem;
  }
}
.footer .footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 3.1rem;
  }
}
.footer .footer__col--1of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1399px) {
  .footer .footer__col--1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__col--1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col--1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__col--4of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 1399px) {
  .footer .footer__col--4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__col--4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col--4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 14.5rem;
  }
}
.footer .footer__nav {
  padding-left: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    padding-left: 0;
  }
}
.footer .footer__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__nav li + li {
  margin-left: 6.7rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav li + li {
    margin-left: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li + li {
    margin: 4.2rem 0 0;
  }
}
.footer .footer__nav a {
  text-decoration: none;
}
.footer .footer__nav a:hover {
  text-decoration: underline;
}
.footer .copyright {
  position: relative;
  margin-left: auto;
}
.footer .copyright:before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 100%;
  margin-right: 4.4rem;
  height: 24.8rem;
  width: 100vw;
  background-image: url("../images/temp/skyline-2.svg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 184.9rem 24.8rem;
}
@media (max-width: 1023px) {
  .footer .copyright:before {
    background-position: 100% 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .copyright:before {
    height: 0.2rem;
    right: 100%;
    top: auto;
    bottom: 0.6rem;
    margin-right: 1.9rem;
    background-image: none;
    background-color: #CBC5BA;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  color: #253D5B;
  padding: 2.7rem 0 1.2rem;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 2.5rem 0;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
}
@media (max-width: 1399px) {
  .header .header__inner {
    padding-left: 0;
  }
}
.header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
@media (max-width: 1399px) {
  .header .header__content {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #F8F9F8;
    padding: 0 4.3rem 7.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
  }
  .header .header__content.is-active {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
.header .nav {
  margin-right: 8.2rem;
}
@media (max-width: 1399px) {
  .header .nav {
    margin-right: 3rem;
  }
}
@media (max-width: 1023px) {
  .header .nav {
    margin: 0 0 21.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .nav {
    margin-bottom: 10rem;
  }
}
@media (max-width: 374px) {
  .header .nav {
    margin-bottom: 6rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 24.2rem 0 43.3rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1023px) {
  .hero {
    padding: 17rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding: 24.7rem 0 22.8rem;
  }
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero h1 {
  color: #253D5B;
  background-color: #F2F1ED;
  display: inline-block;
  padding: 2.3rem 8.6rem 2.5rem 5.2rem;
  position: relative;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .hero h1 {
    padding: 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 {
    padding: 1.5rem 3.1rem 1.6rem;
    min-width: auto;
    max-width: 33.5rem;
  }
}
/* hero small */
.hero--small {
  padding: 16.7rem 0 35.7rem;
}
@media (max-width: 1023px) {
  .hero--small {
    padding: 14rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small {
    padding: 24.7rem 0 27.2rem;
  }
}
.hero--small h1 {
  min-width: 41.8rem;
  padding-left: 5.3rem;
  padding-right: 8.2rem;
}
@media (max-width: 1023px) {
  .hero--small h1 {
    padding: 1rem 2rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small h1 {
    min-width: auto;
    display: inline-block;
    padding: 1.5rem 5.3rem 1.6rem 3.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Histories
\* ------------------------------------------------------------ */
.histories {
  padding-bottom: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F8F9F8;
}
@media (max-width: 1399px) {
  .histories {
    background-color: transparent;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .histories {
    padding-bottom: 12.9rem;
  }
}
.histories .history {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .histories .history {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .histories .history {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.histories .history:first-of-type .history__image {
  padding-top: 4.4rem;
}
@media (max-width: 1023px) {
  .histories .history:first-of-type .history__image {
    padding-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .histories .history:nth-of-type(even) {
    padding-bottom: 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .histories .history:nth-of-type(even) h3 {
    margin-bottom: 3.5rem;
  }
}
.histories .history:nth-of-type(even) figure {
  margin: 0 -24.4rem 0 12rem;
}
@media (max-width: 1399px) {
  .histories .history:nth-of-type(even) figure {
    margin: 0 -20rem 0 12rem;
  }
}
@media (max-width: 1199px) {
  .histories .history:nth-of-type(even) figure {
    margin: 0 -15rem 0 12rem;
  }
}
@media (max-width: 1023px) {
  .histories .history:nth-of-type(even) figure {
    margin: 0 -10rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .histories .history:nth-of-type(even) figure {
    margin: 0 -18.9rem 0 6.2rem;
    padding-bottom: 148%;
  }
}
/* ------------------------------------------------------------ *\
	History
\* ------------------------------------------------------------ */
.history {
  padding: 9.3rem 11.2rem 13.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F9F8;
}
@media (max-width: 1199px) {
  .history {
    padding: 7rem 7rem 4.3rem;
  }
}
@media (max-width: 1023px) {
  .history {
    padding: 5rem 4rem 4.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history {
    padding: 10.1rem 3.5rem 14rem;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin: 0 -1.2rem;
  }
}
.history .history__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.8rem;
}
@media (max-width: 1023px) {
  .history .history__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history .history__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.history .history__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 4.8rem 0.8rem 0;
}
@media (max-width: 1023px) {
  .history .history__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history .history__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.history figure {
  margin: 0 12rem 0 -24.4rem;
  padding-bottom: 132%;
  position: relative;
}
@media (max-width: 1399px) {
  .history figure {
    margin: 0 12rem 0 -20rem;
  }
}
@media (max-width: 1199px) {
  .history figure {
    margin: 0 12rem 0 -15rem;
  }
}
@media (max-width: 1023px) {
  .history figure {
    margin: 0 0 0 -10rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history figure {
    margin: -4.4rem 6.2rem 0 -18.9rem;
    padding-bottom: 148%;
  }
}
.history img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.history h5 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history h5 {
    margin-bottom: 1.2rem;
  }
}
.history h3 {
  color: #253D5B;
  margin-bottom: 2.8rem;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history h3 {
    margin-bottom: 3rem;
    line-height: 1.45;
  }
}
.history p {
  margin-bottom: 2.6rem;
}
@media (max-width: 1023px) {
  .history p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .history p {
    margin-bottom: 2.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */
.link-more {
  display: inline-block;
  color: #862633;
  font: 700 2rem/1.54 "Acumin Pro", Arial, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.link-more:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.6rem;
  width: 4.9rem;
  height: 1.5rem;
  background-image: url("../images/temp/arrow-right.svg");
  background-size: 3.3rem 1.4rem;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
@media (max-width: 1023px) {
  .link-more:after {
    height: 100%;
  }
}
.link-more:hover {
  text-decoration: underline;
}
.link-more:hover:after {
  width: 6.5rem;
  padding-left: 3.2rem;
}
/* link more white */
.link-more--white {
  color: #FFFCF2;
}
.link-more--white:after {
  width: 4.8rem;
  background-image: url("../images/temp/arrow-right-white.svg");
}
/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
  list-style: none;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
.list-contacts li + li {
  margin-top: 2rem;
}
.list-contacts address {
  font-weight: 300;
}
.list-contacts li + li span {
  display: block;
  font-weight: 300;
}

#spancolorchange {
  color: #FFFFFF;
}

.list-contacts li + li a {
  font-weight: 600;
  text-decoration: none;
}
.list-contacts li + li a:hover {
  text-decoration: underline;
}
/* list contacts large */
.list-contacts--large {
  padding-top: 0;
  color: #253D5B;
}
.list-contacts--large address {
  font: 500 3.6rem/1.22 "Acumin Pro", Arial, sans-serif;
  letter-spacing: -0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts--large address {
    font-size: 3rem;
  }
}
.list-contacts--large li + li {
  margin-top: 4.5rem;
}
.list-contacts--large li + li span {
  display: block;
  font: 300 3.6rem/1.22 "Acumin Pro", Arial, sans-serif;
  word-spacing: -0.05em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts--large li + li span {
    font-size: 3rem;
  }
}
.list-contacts--large li + li a {
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.list-contacts--large li + li a:hover {
  text-decoration: underline;
}

.directory-section {
  display: flex;
  flex-flow: column;
  margin-left: 200px;
  margin-right: 200px;
  padding-bottom: 10.9rem;
}

.column {
 float: left;
 width: 50%;
 padding: 10px;
}

.row:after {
 content: "";
 display: table;
 clear: both;

  padding: 10px;
}

.header-directory {
  text-decoration: underline solid 1.5px;
  padding: 5rem 1rem;
}

#staff-name {
  margin-bottom: 5px;
}

#staff-position {
  font-size: 26px;
}


/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  list-style: none;
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .list-links {
    font-size: 1.4rem;
  }
}
.list-links li {
  display: inline-block;
}
.list-links li + li {
  padding-left: 0.9rem;
  margin-left: 0.2rem;
  position: relative;
}
.list-links li + li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 0.1rem;
  height: 1.9rem;
  background-color: #CBC5BA;
}
@media (max-width: 575px) {
  .list-links li + li {
    padding-left: 0.5rem;
    margin-left: 0;
  }
}
.list-links a {
  text-decoration: none;
}
.list-links li:hover a {
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  list-style: none;
  margin: 0 -12rem -9rem;
}
@media (max-width: 1199px) {
  .list-partners {
    margin: 0 -7rem -9rem;
  }
}
@media (max-width: 1023px) {
  .list-partners {
    margin: 0 0 -9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-partners {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.list-partners li {
  padding: 0 0 8.4rem;
  display: inline-block;
  line-height: 6.3rem;
  font-size: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-partners li {
    padding: 0 0 7.9rem;
  }
}

.list-partners img {
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.list-partners li:hover img {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	List Property Info
\* ------------------------------------------------------------ */
.list-property-info {
  list-style: none;
  padding: 1.5rem 0;
  font-weight: 300;
  border-top: 1px solid #CBC5BA;
  color: #242526;
}
@media (max-width: 1023px) {
  .list-property-info {
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-property-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: 0;
  }
}
.list-property-info li {
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-property-info li {
    display: inline;
  }
}
.list-property-info li + li {
  margin-left: 0.2rem;
  padding-left: 0.7rem;
  position: relative;
}
.list-property-info li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.1rem;
  height: 1.7rem;
  background-color: #242526;
}
@media (max-width: 1023px) {
  .list-property-info li + li:before {
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-property-info li + li:before {
    height: 2.3rem;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 1399px) {
  .logo {
    max-width: 35rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 18rem;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map {
    padding-bottom: 100%;
    position: relative;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */
.member {
  -webkit-filter: drop-shadow(0 0.6rem 1.2rem rgba(204, 197, 185, 0.32));
          filter: drop-shadow(0 0.6rem 1.2rem rgba(204, 197, 185, 0.32));
}
.member .member__content {
  background-color: #fff;
  padding: 4.9rem 5.4rem 8.2rem;
}
@media (max-width: 1023px) {
  .member .member__content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member .member__content {
    padding: 2.2rem 3.2rem 5.4rem;
  }
}
.member .member__image a {
  display: block;
  position: relative;
  padding-bottom: 91.7%;
}
.member img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.member h4 {
  line-height: 1;
  margin-bottom: 0;
  color: #253D5B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member h4 {
    margin-bottom: 0.6rem;
  }
}
.member h5 {
  margin-bottom: 2.3rem;
  color: #253D5B;
  font: 300 2rem/1.2 "Acumin Pro", Arial, sans-serif;
  text-transform: capitalize;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member h5 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.member .member__content a {
  display: inline-block;
  text-decoration: none;
  color: #862633;
  font: 600 2rem/1.2 "Acumin Pro", Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member .member__content a {
    font-size: 1.7rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 374px) {
  .member .member__content a {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */
.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10rem -14.2rem;
}
@media (max-width: 1023px) {
  .members {
    margin: 0 -3rem -7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .members {
    margin-bottom: -10rem;
  }
}
.members .member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10rem 14.2rem;
}
@media (max-width: 1023px) {
  .members .member {
    padding: 0 3rem 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .members .member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86%;
            flex: 0 0 86%;
    max-width: 86%;
    padding-bottom: 10rem;
  }
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 4.8rem;
  height: 4.2rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
    width: 2.4rem;
    height: 2.1rem;
  }
}
.nav-trigger:before, .nav-trigger:after,
.nav-trigger span {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6rem;
  left: 0;
  background-color: #253D5B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger:before, .nav-trigger:after,
.nav-trigger span {
    height: 0.3rem;
  }
}
.nav-trigger:before {
  top: 0;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  -o-transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.nav-trigger:after {
  bottom: 0;
  -webkit-transition: bottom 0.4s, -webkit-transform 0.4s;
  transition: bottom 0.4s, -webkit-transform 0.4s;
  -o-transition: bottom 0.4s, transform 0.4s;
  transition: bottom 0.4s, transform 0.4s;
  transition: bottom 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.nav-trigger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nav-trigger.is-active span {
  opacity: 0;
}
.nav-trigger.is-active:before {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.nav-trigger.is-active:after {
  bottom: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, 50%);
      -ms-transform: rotate(-45deg) translate(-50%, 50%);
          transform: rotate(-45deg) translate(-50%, 50%);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .nav {
    width: 100%;
    text-align: center;
  }
}
.nav li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
@media (max-width: 1399px) {
  .nav li {
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  .nav li {
    display: block;
    vertical-align: middle;
    border-bottom: 2px solid #CBC5BA;
  }
}
.nav li + li {
  margin-left: 6.1rem;
}
@media (max-width: 1399px) {
  .nav li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 1199px) {
  .nav li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .nav li + li {
    margin-left: 0;
  }
}
.nav a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .nav a {
    padding: 3.6rem 0 3.8rem;
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav a {
    font-weight: 500;
  }
}
.nav a:before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.3rem;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  background-color: #EB5E28;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 1023px) {
  .nav a:before {
    bottom: 0;
  }
}
.nav li:hover a:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.nav li.is-current a:before {
  font-weight: 700;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* ------------------------------------------------------------ *\
	Properties
\* ------------------------------------------------------------ */
.properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.7rem -15.4rem;
  /* property featured */
  /* property no image */
}
@media (max-width: 1199px) {
  .properties {
    margin: 0 -3rem -8rem;
  }
}
@media (max-width: 1023px) {
  .properties {
    margin: 0 -2rem -6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties {
    margin: 0 0 -10rem;
  }
}
.properties .property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7.7rem 15.4rem;
}
@media (max-width: 1199px) {
  .properties .property {
    padding: 0 3rem 8rem;
  }
}
@media (max-width: 1023px) {
  .properties .property {
    padding: 0 2rem 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties .property {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83%;
            flex: 0 0 83%;
    max-width: 83%;
    padding: 0 0 10rem;
  }
}
.properties .properties__group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7.7rem 15.2rem;
}
@media (max-width: 1199px) {
  .properties .properties__group {
    padding: 0 3rem 8rem;
  }
}
@media (max-width: 1023px) {
  .properties .properties__group {
    padding: 0 2rem 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties .properties__group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83%;
            flex: 0 0 83%;
    max-width: 83%;
    padding: 0 0 10rem;
  }
}
.properties .properties__group .property {
  max-width: 100%;
  padding: 0;
}
.properties .properties__group .property .property__content {
  min-height: 25.5rem;
  padding: 3.2rem 5.3rem 2rem;
}
@media (max-width: 1023px) {
  .properties .properties__group .property .property__content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties .properties__group .property .property__content {
    padding: 2.7rem 3rem 0.1rem;
  }
}
.properties .properties__group .property .list-property-info {
  padding: 1.5rem 0 2.2rem;
}
.properties .properties__group .property + .property {
  margin-top: 2.2rem;
}
.properties .property--featured {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 7.9rem 12rem;
}
@media (max-width: 1023px) {
  .properties .property--featured {
    padding: 0 8rem 4rem;
  }
}
@media (max-width: 575px) {
  .properties .property--featured {
    padding: 0 10.2rem 8rem 4rem;
  }
}
@media (max-width: 575px) {
  .properties .property--featured {
    padding: 0 4.2rem 8rem 4rem;
  }
}
.properties .property--featured.alignleft {
  padding: 0 30.2rem 24.4rem 7.9rem;
}
@media (max-width: 1023px) {
  .properties .property--featured.alignleft {
    padding: 0 10.2rem 8rem 4rem;
  }
}
@media (max-width: 575px) {
  .properties .property--featured.alignleft {
    padding: 0 10.2rem 8rem 4rem;
  }
}
@media (max-width: 575px) {
  .properties .property--featured.alignleft {
    padding: 0 4.2rem 8rem 4rem;
  }
}
.properties .property--featured.alignright {
  padding: 0 7.7rem 22.4rem 30.4rem;
}
@media (max-width: 1023px) {
  .properties .property--featured.alignright {
    padding: 0 4rem 8rem 10.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties .property--featured.alignright {
    padding: 0 4rem 8rem 10.4rem;
  }
}
@media (max-width: 575px) {
  .properties .property--featured.alignright {
    padding: 0 4rem 8rem 4.4rem;
  }
}
.properties .property--image-none {
  padding-bottom: 14rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1023px) {
  .properties .property--image-none {
    padding-bottom: 6rem;
  }
}
/* ------------------------------------------------------------ *\
	Property
\* ------------------------------------------------------------ */
.property {
  font-size: 1.6rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #242526;
}
.property img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.property h4 {
  margin-bottom: 2rem;
  color: #253D5B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property h4 {
    margin-bottom: 2.1rem;
  }
}
.property a {
  text-decoration: none;
}
.property a:hover {
  text-decoration: underline;
}
.property p {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .property p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property p {
    margin-bottom: 5.8rem;
  }
}
.property ul {
  margin-top: auto;
}
.property .property__image {
  position: relative;
  padding-bottom: 46.4%;
}
.property .property__content {
  padding: 4.2rem 5.3rem 2.9rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 0 2rem 0.5rem rgba(204, 197, 185, 0.32);
          box-shadow: 0 0 2rem 0.5rem rgba(204, 197, 185, 0.32);
}
@media (max-width: 1199px) {
  .property .property__content {
    padding: 3rem 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .property .property__content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property .property__content {
    padding: 2rem 3rem 1rem;
  }
}
/* property no image */
.property--image-none .property__content {
  min-height: 25.5rem;
  padding: 4.8rem 5.3rem 2.8rem;
}
@media (max-width: 1023px) {
  .property--image-none .property__content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property--image-none .property__content {
    padding: 2.7rem 3rem 0.1rem;
  }
}
.property--image-none p {
  margin-bottom: 3.4rem;
}
/* property featured */
.property--featured {
  position: relative;
}
.property--featured:before {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 75.8rem;
  background-color: rgba(204, 197, 185, 0.25);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .property--featured:before {
    height: 75%;
  }
}
@media (max-width: 1023px) {
  .property--featured:before {
    height: 80%;
  }
}
.property--featured .property__image {
  margin-top: -1rem;
  padding-bottom: 49.6%;
}
.property--featured h4 {
  margin-bottom: 2rem;
}
.property--featured p {
  margin-bottom: 4.9rem;
}
.property--featured .property__content {
  padding: 4rem 0 3.1rem;
  max-width: 46.7rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property--featured .property__content {
    padding: 2.7rem 0 0.1rem;
  }
}
/* property featured alignright */
.property--featured.alignright:before {
  left: 5.4%;
  width: 100vw;
}
@media (max-width: 1199px) {
  .property--featured.alignright:before {
    height: 75%;
  }
}
@media (max-width: 1023px) {
  .property--featured.alignright:before {
    height: 80%;
  }
}
/* property featured alignleft */
.property--featured.alignleft:before {
  right: 5.4%;
  left: auto;
  width: 100vw;
}
@media (max-width: 1199px) {
  .property--featured.alignleft:before {
    height: 75%;
  }
}
@media (max-width: 1023px) {
  .property--featured.alignleft:before {
    height: 80%;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about {
  padding: 0 0 22.7rem;
}
@media (max-width: 1399px) {
  .section-about {
    padding: 8rem 0 18rem;
  }
}
@media (max-width: 1023px) {
  .section-about {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about {
    padding: 0 0 30rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
  padding-bottom: 15.9rem;
  position: relative;
}
@media (max-width: 1023px) {
  .section-cards {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards {
    padding-bottom: 15.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Credits
\* ------------------------------------------------------------ */
.section-credits {
  padding: 9.3rem 0 9.2rem;
}
@media (max-width: 1023px) {
  .section-credits {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-credits {
    padding: 10rem 0 6rem;
  }
}
.section-credits .section__head {
  margin: 0 -0.2rem 13.4rem;
}
@media (max-width: 1199px) {
  .section-credits .section__head {
    padding: 0 5.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-credits .section__head {
    padding: 0 3.2rem;
    margin-bottom: 8.9rem;
  }
}
.section-credits h5 {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-credits h5 {
    margin-bottom: 1.2rem;
  }
}
.section-credits h2 {
  color: #253D5B;
  line-height: 1.25;
}
/* ------------------------------------------------------------ *\
	Section Entry
\* ------------------------------------------------------------ */
.section-entry {
  margin: -15.1rem 0 14.2rem;
  padding: 10.2rem 0 21.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-entry {
    padding: 5rem 0;
    margin-top: -6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry {
    padding: 10.1rem 0 29.3rem;
    margin: 0 0 15rem; <!-- Change to 10rem? Double check. -->
  }
}
.section-entry:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25.2%;
  width: 100vw;
  height: 100%;
  background-color: #253D5B;
}
@media (max-width: 1023px) {
  .section-entry:before {
    right: 15%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry:before {
    right: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #CBC5BA;
  }
}
.section-entry:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/temp/skyline.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 33.76rem;
  opacity: 0.4;
}
@media (max-width: 1023px) {
  .section-entry:after {
    background-size: 100% auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry:after {
    display: none;
  }
}
.section-entry .section__content {
  position: relative;
  z-index: 2;
  max-width: 64%;
  padding-left: 12.1rem;
}
@media (max-width: 1023px) {
  .section-entry .section__content {
    max-width: 85%;
    padding-left: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry h5 {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry h5 {
    margin-bottom: 1.5rem;
  }
}
.section-entry h3 {
  color: #253D5B;
  letter-spacing: -0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry h3 {
    font-size: 2.4rem;
    line-height: 1.35;
  }
}
.section-entry h2 {
  color: #253D5B;
  margin-bottom: 3.2rem;
}
/* section entry small */
.section-entry--small {
  padding: 10.1rem 0 13.1rem;
}
@media (max-width: 1023px) {
  .section-entry--small {
    padding: 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small {
    padding: 10rem 0 14.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small:before {
    right: 0;
    height: 100%;
    border-bottom: 0;
  }
}
.section-entry--small .section__content {
  max-width: 58%;
}
@media (max-width: 1023px) {
  .section-entry--small .section__content {
    max-width: 80%;
    padding-left: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry--small h5 {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small h5 {
    margin-bottom: 1.6rem;
  }
}
.section-entry--small h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--small h2 {
    margin-bottom: 4.1rem;
  }
}
/* section entry extra extra large */
.section-entry--xxl {
  padding: 10rem 0 49.2rem;
  margin-bottom: -47.5rem;
}
@media (max-width: 1199px) {
  .section-entry--xxl {
    padding: 7.5rem 0 30rem;
    margin-bottom: -30rem;
  }
}
@media (max-width: 1023px) {
  .section-entry--xxl {
    padding: 5rem 0 15rem;
    margin-bottom: -15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--xxl {
    padding: 7.8rem 0 19.5rem;
    margin: 0 0 -18rem;
  }
}
.section-entry--xxl .section__content {
  padding-left: 12.1rem;
  max-width: 71rem;
}
@media (max-width: 1023px) {
  .section-entry--xxl .section__content {
    max-width: 80%;
    padding-left: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--xxl .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry--xxl h5 {
  margin-bottom: 1.3rem;
}
.section-entry--xxl p {
  letter-spacing: -0.015em;
}
/* section entry extra large */
.section-entry--xl {
  padding: 10rem 0 47.4rem;
  margin-bottom: -30.5rem;
}
@media (max-width: 1199px) {
  .section-entry--xl {
    margin-bottom: -20.4rem;
    padding: 7.5rem 0 30rem;
  }
}
@media (max-width: 1023px) {
  .section-entry--xl {
    padding: 5rem 0 15rem;
    margin-bottom: -10.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--xl {
    padding: 7.8rem 0 28.5rem;
    margin: 0 0 -20rem;
  }
}
.section-entry--xl .section__content {
  padding-left: 12.1rem;
  max-width: 71rem;
}
@media (max-width: 1023px) {
  .section-entry--xl .section__content {
    max-width: 80%;
    padding-left: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--xl .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry--xl h5 {
  margin-bottom: 1.3rem;
}
.section-entry--xl h2 {
  margin-bottom: 3.9rem;
}
/* section entry extra large */
.section-entry--x-large {
  padding: 10.2rem 0 45.2rem;
  margin-bottom: -30.8rem;
}
@media (max-width: 1199px) {
  .section-entry--x-large {
    padding: 7.5rem 0 30rem;
    margin-bottom: -25.5rem;
  }
}
@media (max-width: 1023px) {
  .section-entry--x-large {
    padding: 5rem 0 15rem;
    margin-bottom: -10.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--x-large {
    padding: 7.8rem 0 28.5rem;
    margin-top: 0;
  }
}
.section-entry--x-large .section__content {
  padding-left: 12.1rem;
  max-width: 71rem;
}
@media (max-width: 1023px) {
  .section-entry--x-large .section__content {
    max-width: 80%;
    padding-left: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--x-large .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry--x-large h5 {
  margin-bottom: 1.3rem;
}
.section-entry--x-large p {
  letter-spacing: -0.015em;
}
/* section entry large */
.section-entry--large {
  padding: 10rem 0 30rem;
  margin-bottom: 5rem;
}
@media (max-width: 1399px) {
  .section-entry--large {
    padding-bottom: 15rem;
  }
}
@media (max-width: 1199px) {
  .section-entry--large {
    padding: 10rem 0 12rem;
  }
}
@media (max-width: 1023px) {
  .section-entry--large {
    padding: 6rem 0 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--large {
    padding: 10.8rem 0 31rem;
  }
}
.section-entry--large:before {
  height: 84.6%;
}
@media (max-width: 1199px) {
  .section-entry--large:before {
    height: 93%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--large:before {
    right: 0;
    height: 92.1%;
    border-bottom: 0;
  }
}
.section-entry--large .section__content {
  padding-left: 3.5rem;
  max-width: 113rem;
}
@media (max-width: 1199px) {
  .section-entry--large .section__content {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry--large .section__content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.section-entry--large h2 {
  margin-bottom: 4rem;
}
/* section entry background none */
.section-entry--background-none {
  overflow: visible;
}
.section-entry--background-none:after {
  display: none;
}
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
  padding: 6.4rem 0 7rem;
}
@media (max-width: 1023px) {
  .section-features {
    padding: 7.5rem 0 10rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-features {
    padding: 14.2rem 0 12.1rem;
  }
}
/* section features large */
.section-features--large {
  padding: 2.3rem 0 15rem;
}
@media (max-width: 1399px) {
  .section-features--large {
    padding: 3rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-features--large {
    padding: 9rem 0 10rem;
  }
}
/* ------------------------------------------------------------ *\
	Section History
\* ------------------------------------------------------------ */
/* section history reversed  */
.section-history--reversed .history {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-history--reversed .history figure {
  margin: 0 -24.4rem 0 12rem;
}
@media (max-width: 1399px) {
  .section-history--reversed .history figure {
    margin: 0 -20rem 0 12rem;
  }
}
@media (max-width: 1199px) {
  .section-history--reversed .history figure {
    margin: 0 -15rem 0 12rem;
  }
}
@media (max-width: 1023px) {
  .section-history--reversed .history figure {
    margin: 0 -10rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-history--reversed .history figure {
    margin: 0 -18.9rem 0 6.2rem;
  }
}
.section-history + .section-history .history__image {
  padding-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-history + .section-history .history__image {
    padding-top: 0.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-history + .section-history .history__content h3 {
    margin-bottom: 2.8rem;
  }
}
.section-history + .section-history .history {
  padding: 0 1.5rem 13.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-history + .section-history .history {
    padding: 0 3.5rem 14.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Map
\* ------------------------------------------------------------ */
.section-location {
  padding-bottom: 10rem;
  position: relative;
}
@media (max-width: 1199px) {
  .section-location.iframe {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) {
  .section-location.iframe {
      margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-location.iframe {
      margin-bottom: 4rem;
  }
}
.section-location .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-location .shell {
  }
}
.section-location .section__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
}
@media (max-width: 1023px) {
  .section-location .section__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-location .section__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-location .section__image {
  position: relative;
  padding-bottom: 107%;
}
.section-location .section__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
/* ------------------------------------------------------------ *\
	Section Properties
\* ------------------------------------------------------------ */
.section-properties {
  position: relative;
  overflow: hidden;
  padding-bottom: 14.3rem;
}
@media (max-width: 1023px) {
  .section-properties {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-properties {
    padding-bottom: 15rem;
  }
}
.section-properties .section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-start;
  margin-bottom: 5.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-properties .section__nav {
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */
.section-team {
  padding: 9.9rem 0 14.2rem;
  margin-bottom: 14.3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-team {
    margin-bottom: 7rem;
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-team {
    margin-bottom: 14.9rem;
    padding: 10.1rem 0 14.8rem;
  }
}
.section-team:before {
  content: "";
  position: absolute;
  top: 17.1%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 197, 185, 0.25);
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-team:before {
    top: 14.2%;
  }
}
.section-team .section__head {
  margin: 0 0 4.5rem;
  width: 100%;
  padding: 0 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-team .section__head {
    padding: 0 3.1rem;
    margin: 0 0 4.7rem;
  }
}
.section-team .section__body {
  max-width: 124.5rem;
}
.section-team .section__head h5 {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-team .section__head h5 {
    margin-bottom: 1.6rem;
  }
}
.section-team .section__head h2 {
  color: #253D5B;
}
/* ------------------------------------------------------------ *\
	Section Testimonial
\* ------------------------------------------------------------ */
.section-testimonials {
  padding: 0 0 14rem;
}
@media (max-width: 1023px) {
  .section-testimonials {
    padding: 0 0 7rem;
  }
}
/* section testimonial padding large */
.section-testimonials--padding-large {
  padding: 0 0 14.7rem;
}
@media (max-width: 1023px) {
  .section-testimonials--padding-large {
    padding: 0 0 7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 2.7rem 0 12.3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 2.1rem 0 10.1rem;
  }
}
.section:before {
  content: "";
  position: absolute;
  top: 18.7%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 197, 185, 0.25);
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section:before {
    top: 10%;
  }
}
.section .section__head {
  margin: 0 0 4.5rem;
  padding: 0 5.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin: 0 0 3.2rem;
    padding: 0 3rem;
  }
}
.section .section__head h5 {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head h5 {
    display: none;
  }
}
.section .section__head h2 {
  color: #253D5B;
}
.section .section__body {
  margin-bottom: 5.9rem;
}
@media (max-width: 1023px) {
  .section .section__body {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body {
    margin-bottom: 4.3rem;
  }
}
.section .section__actions {
  padding: 0 5.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions {
    padding: 0 3.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 143.6rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* shell large */
.shell--large {
  max-width: calc( 153rem + 1.5rem * 2 );
}
/* shell small */
.shell--small {
  max-width: calc( 136.7rem + 1.5rem * 2 );
}
/* shell xs */
.shell--xs {
  max-width: calc( 130rem + 1.5rem * 2 );
}
/* shell xxs */
.shell--xxs {
  max-width: calc( 119rem + 1.5rem * 2 );
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  max-width: 137.5rem;
  margin-left: auto;
  padding-left: 0.5rem;
}
.slider .slider__slide {
  padding: 0.5rem 0.5rem 14rem 0.5rem;
  margin-left: -0.1rem;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  font: 400 4.8rem/1.13 "DM Serif Display", Georgia, serif;
  max-width: 124.6rem;
  background-color: #fff;
  -webkit-box-shadow: 1.3rem 1rem 3rem 0rem rgba(204, 197, 185, 0.32);
          box-shadow: 1.3rem 1rem 3rem 0rem rgba(204, 197, 185, 0.32);
  position: relative;
}
@media (max-width: 1399px) {
  .testimonial {
    max-width: 85%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    font-size: 3.8rem;
  }
}
@media (max-width: 575px) {
  .testimonial {
    max-width: 90%;
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .testimonial {
    font-size: 2.1rem;
  }
}
.testimonial:before {
  content: "";
  position: absolute;
  width: 119.4rem;
  height: 65.4rem;
  top: 20%;
  left: 13.8%;
  background-color: #F2F1ED;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial:before {
    left: 10%;
    top: 15%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial:before {
    height: 100%;
    width: 100%;
    left: 19%;
  }
}
@media (max-width: 575px) {
  .testimonial:before {
    width: 100%;
  }
}
.testimonial blockquote {
  position: relative;
  margin-bottom: 0;
  padding: 11.6rem 16rem 15.5rem 17.3rem;
  color: #253D5B;
}
@media (max-width: 1399px) {
  .testimonial blockquote {
    padding: 8rem 13rem 12rem 14rem;
  }
}
@media (max-width: 1199px) {
  .testimonial blockquote {
    padding: 6rem 9rem 6rem 12rem;
  }
}
@media (max-width: 1023px) {
  .testimonial blockquote {
    padding: 4rem 2rem 4rem 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    padding: 4rem 1.5rem 4rem 6rem;
  }
}
.testimonial blockquote:before {
  content: "";
  position: absolute;
  background-image: url("../images/temp/testimonial-quote.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 9rem;
  left: 5.2rem;
  width: 5.3rem;
  height: 3.9rem;
}
@media (max-width: 1399px) {
  .testimonial blockquote:before {
    top: 6rem;
  }
}
@media (max-width: 1199px) {
  .testimonial blockquote:before {
    top: 3rem;
  }
}
@media (max-width: 1023px) {
  .testimonial blockquote:before {
    left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote:before {
    left: 1rem;
    width: 3.53rem;
    height: 2.6rem;
  }
}
.testimonial blockquote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32%;
  height: 0.2rem;
  background-color: #CBC5BA;
}
.testimonial h5 {
  color: #253D5B;
  font-weight: 600;
  line-height: 1.2;
  padding: 3.5rem 16rem 0 17.2rem;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonial h5 {
    padding: 4rem 13rem 0 14rem;
  }
}
@media (max-width: 1199px) {
  .testimonial h5 {
    padding: 4rem 9rem 0 12rem;
  }
}
@media (max-width: 1023px) {
  .testimonial h5 {
    padding: 3rem 9rem 0 12rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h5 {
    padding: 3rem 1.5rem 0 6rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .testimonial h5 {
    font-size: 1.5rem;
  }
}
.testimonial p {
  font: 300 2rem/1.3 "Acumin Pro", Arial, sans-serif;
  color: #253D5B;
  padding: 0 16rem 4rem 17.2rem;
  min-height: 14.8rem;
}
@media (max-width: 1399px) {
  .testimonial p {
    padding: 0 13rem 3.5rem 14rem;
  }
}
@media (max-width: 1199px) {
  .testimonial p {
    padding: 0 9rem 4rem 12rem;
    min-height: 10rem;
  }
}
@media (max-width: 1023px) {
  .testimonial p {
    padding: 0 9rem 2rem 12rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial p {
    padding: 0 1.5rem 2rem 6rem;
    min-height: 6rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .testimonial p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slick Arrow
\* ------------------------------------------------------------ */
.slick-arrow {
  display: none !important;
}


#staff-directory {
    padding-bottom: 0rem;
}

#staff-target {
    padding-bottom: 0rem;
}

.section-location.staff {
    padding-bottom: 7rem;
}
@media (max-width: 767px) {
    .section-location.staff {
        padding-bottom: 0;
    }
    #staff-target{
        padding-bottom: 4rem;
    }
}
