/*!
 * Theme Name: Amaya
 * Theme URI: https://amayahonoringlife.com/
 * Description: Custom theme built with underscores
 * Version: 1.0
 * Author: Oblique
 * Author URI: https://obliquedesign.com
 * Tags: underscores, HTML5, CSS3
 * 
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/* 400, 700 */
/**
 * Colors
 */
/**
 * layout
 */
/**
 * modules/mixins
 * ---
 */
@font-face {
  font-family: "Fugi";
  src: url("css/fonts/fugi.eot");
  src: url("css/fonts/fugi.eot?#iefix") format("embedded-opentype"), url("css/fonts/fugi.woff2") format("woff2"), url("css/fonts/fugi.woff") format("woff"), url("css/fonts/fugi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("css/fonts/TT_Norms_Pro_Regular.eot");
  src: url("css/fonts/TT_Norms_Pro_Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/TT_Norms_Pro_Regular.woff2") format("woff2"), url("css/fonts/TT_Norms_Pro_Regular.woff") format("woff"), url("css/fonts/TT_Norms_Pro_Regular.ttf") format("truetype"), url("css/fonts/TT_Norms_Pro_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Md";
  src: url("css/fonts/tt-norms-pro-medium.eot");
  src: url("css/fonts/tt-norms-pro-medium.eot?#iefix") format("embedded-opentype"), url("css/fonts/tt-norms-pro-medium.woff2") format("woff2"), url("css/fonts/tt-norms-pro-medium.woff") format("woff"), url("css/fonts/tt-norms-pro-medium.ttf") format("truetype"), url("css/fonts/tt-norms-pro-medium.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Bd";
  src: url("css/fonts/tt-norms-pro-bold.eot");
  src: url("css/fonts/tt-norms-pro-bold.eot?#iefix") format("embedded-opentype"), url("css/fonts/tt-norms-pro-bold.woff2") format("woff2"), url("css/fonts/tt-norms-pro-bold.woff") format("woff"), url("css/fonts/tt-norms-pro-bold.ttf") format("truetype"), url("css/fonts/tt-norms-pro-bold.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
.about h2 {
  font-family: "Fugi";
  color: #044655;
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-bottom: 27px;
  margin: 40px 0 40px 0;
}
.about h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #044655;
}
.about__our-vision {
  background-color: #F1F2F2;
  padding-top: 33px;
}
.about__our-vision .inner {
  display: flex;
  justify-content: flex-start;
}
.about__our-vision h2 {
  margin: 93px 0 40px 0;
}
.about__our-vision__image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0%;
  overflow: hidden;
}
.about__our-vision__image img {
  display: block;
  visibility: hidden;
  width: 100%;
  margin-bottom: -14.25%;
}
.about__our-vision__content {
  margin-left: 11.16%;
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 16px;
  line-height: 2.1875;
}
.about__our-vision__content__inner {
  max-width: 450px;
}
.about__our-values {
  padding-bottom: 104px;
}
.about__our-values h2 {
  margin: 40px 0 29px 0;
}
.about__our-values__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about__our-values__list__item {
  flex: 1 1 50%;
  max-width: 403px;
  margin: 46px 5% 0 5%;
  padding-top: 75px;
  background-image: url(img/icons/amaya-blue-small.svg);
  background-repeat: no-repeat;
  background-size: 46px auto;
  background-position: 50% 0%;
  text-align: center;
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 16px;
  line-height: 35px;
}
.about__our-values__list__item h3 {
  margin: 0;
  color: #044655;
  text-align: center;
  font-family: "TTNormsPro-Md";
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 3px;
}
.about__our-values__list__item p {
  margin-bottom: 0 !important;
}
.about__our-culture {
  padding: 180px 0 133px 0;
  background-color: #F1F2F2;
}
.about__our-culture h2 {
  margin-top: -24px;
}
.about__our-culture .inner {
  display: flex;
  justify-content: space-between;
}
.about__our-culture__left {
  flex: 1 1 38%;
  max-width: 38%;
}
.about__our-culture__right {
  flex: 1 1 50.63%;
  max-width: 50.63%;
  display: flex;
  justify-content: space-between;
}
.about__our-culture__right__imgcol1 {
  flex: 1 1 34.8%;
  max-width: 34.8%;
}
.about__our-culture__right__imgcol2 {
  flex: 1 1 61.8%;
  max-width: 61.8%;
}
.about__our-culture__right img {
  display: block;
  margin-bottom: 19px;
}
.about__our-culture__content {
  max-width: 450px;
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 16px;
  line-height: 2.1875;
}
.about__our-name {
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 97px;
}
.about__our-name .inner {
  display: flex;
  justify-content: center;
}
.about__our-name h2 {
  margin: 82px 0 40px 0;
}
.about__our-name__image {
  flex: 1 1 32.97%;
  max-width: 32.97%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__our-name__image img {
  display: block;
}
.about__our-name__content {
  margin-left: 16.4%;
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 16px;
  line-height: 2.1875;
  flex: 1 1 50.63%;
  max-width: 50.63%;
}
.about__our-name__content__inner {
  max-width: 733px;
}

.careers__list {
  max-width: 1104px;
  margin: 0 auto;
}
.careers__list-item {
  padding-left: 57px;
  background-image: url(img/icons/amaya-blue-small.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 4px 0px;
  color: #044655;
  line-height: 26px;
  padding-bottom: 40px;
}
.careers__list-item strong {
  font-family: "TTNormsPro-Bd";
  font-weight: normal;
  text-transform: uppercase;
}
.careers__list-item__hr {
  height: 1px;
  background-color: #044655;
  margin: 40px 0;
}
.careers__list-item__title {
  color: #00A79A;
  font-family: "TTNormsPro-Bd";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 2px 0 22px 0;
}
.careers__list-item__details {
  padding-bottom: 30px;
}
.careers__list-item__details a {
  color: #0776E5;
}
.careers__list-item__row {
  display: flex;
  padding: 4px 0;
}
.careers__list-item__row div:first-child {
  flex: 1 1 150px;
  max-width: 150px;
}
.careers__list-item__row div:nth-child(2) {
  flex: 1 1 calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.careers__list-item__about-us {
  padding: 0 0 6px 0;
}
.careers__list-item__read-more {
  font-family: "TTNormsPro-Bd";
  transition: all 0.4s ease-in-out;
}
.careers__list-item__read-more:hover {
  cursor: pointer;
  opacity: 0.8;
}
.careers__list-item__read-more__content {
  max-height: 1px;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: scale(1, 0);
  transform-origin: top;
}
.careers__list-item__read-more__content.active {
  max-height: none;
  visibility: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: scale(1, 1);
  margin-top: 14px;
}
.careers__list-item__apply-now a {
  color: #044655;
  font-family: "TTNormsPro-Bd";
  padding: 11px 30px 11px 16px;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  border: 1px solid #044655;
  background: rgba(4, 46, 55, 0.05);
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}
.careers__list-item__apply-now a:hover {
  cursor: pointer;
  background: rgba(4, 46, 55, 0.15);
}
.careers__list-item__apply-now a:after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 11px;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}
.careers__list-item__back-button {
  font-family: "TTNormsPro-Bd";
  transition: all 0.4s ease-in-out;
  margin-top: 24px;
}
.careers__list-item__back-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.faq-sections {
  margin-bottom: 152px;
}
.faq-sections .inner {
  max-width: 1019px !important;
}
.faq-sections__section {
  padding: 0 44px 0 72px;
  background-image: url(img/icons/amaya-blue-small.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 25px 44px;
}
.faq-sections__section__header {
  color: #044655;
  font-family: "TTNormsPro-Bd";
  line-height: 1.625;
  text-transform: uppercase;
  padding: 44px 0;
  cursor: pointer;
  position: relative;
}
.faq-sections__section__header:hover {
  opacity: 0.8;
}
.faq-sections__section__header:before {
  content: "";
  position: absolute;
  top: 55px;
  right: 0;
  width: 14px;
  height: 3px;
  background-color: #044655;
}
.faq-sections__section__header:after {
  content: "";
  position: absolute;
  top: 55px;
  right: 0;
  width: 14px;
  height: 3px;
  background-color: #044655;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}
.faq-sections__section__faqs {
  border-bottom: 1px solid #044655;
}
.faq-sections__section__faq {
  transition: all 0.4s ease-in-out;
  transform: scale(1, 0);
  transform-origin: top;
  height: 0;
}
.faq-sections__section__faq__question {
  color: #00A79A;
  font-family: "TTNormsPro-Bd";
  line-height: 1.625;
}
.faq-sections__section__faq__answer {
  color: #044655;
  line-height: 1.625;
}
.faq-sections__section.active .faq-sections__section__faqs {
  margin-top: -16px;
}
.faq-sections__section.active .faq-sections__section__faq {
  transform: scale(1, 1);
  height: auto;
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.faq-sections__section.active .faq-sections__section__header:after {
  transform: rotate(0deg);
}

.burger-container {
  position: fixed;
  width: 40px;
  height: 42px;
  top: 20px;
  right: 5%;
  display: none;
  z-index: 20000002;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger-container {
    top: 20px;
    right: 5%;
  }
}
@media (max-width: 1023px) {
  .burger-container {
    display: block;
  }
}

.hamburger,
.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  height: 3px;
  width: 36px;
  background-color: #fff;
  border-radius: 0px;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    background-color: #fff;
  }
}

.light .hamburger,
.light .hamburger:after,
.light .hamburger:before {
  background-color: #fff;
}

.hamburger {
  top: 20px;
  transform-origin: center;
  transition: all 0.3s;
}

.hamburger:after,
.hamburger:before {
  content: "";
  transition: transform all 0.3s;
}

.hamburger:before {
  top: -9px;
}

.hamburger:after {
  top: 9px;
}

.toggled .hamburger:after,
.toggled .hamburger:before {
  top: 0;
  transition: all 0.3s;
}

.toggled .hamburger {
  background-color: transparent;
  transition: all 0.3s;
}

.toggled .hamburger:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .toggled .hamburger:before {
    background-color: #fff;
  }
}

.toggled .hamburger:after {
  transform: rotate(-45deg);
  width: 100%;
}
@media (max-width: 767px) {
  .toggled .hamburger:after {
    background-color: #fff;
  }
}

.hero {
  position: relative;
  padding-top: 368px;
  overflow: hidden;
}
.hero--our-team {
  padding-top: 562px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hero__content {
  color: #FFF;
  font-family: "TTNormsPro-Md";
  font-size: 18px;
  font-style: normal;
  line-height: 35px; /* 194.444% */
  margin-bottom: 50px;
  max-width: 421px;
}
.hero__content h1 {
  color: #FFF;
  font-family: "Fugi";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 200% */
  position: relative;
  margin-top: 0;
}
.hero__content h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.home-faqs {
  position: relative;
  z-index: 100;
  background-color: #f1f2f2;
  padding: 45px 0 62px 0;
  color: #044655;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .home-faqs {
    padding: 90px 0 124px 0;
  }
}
.home-faqs .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home-faqs .inner {
    flex-wrap: nowrap;
  }
}
.home-faqs__heading {
  flex: 1 1 100%;
  font-family: "Fugi";
  font-size: 3.75rem;
  line-height: 1.41667;
  padding-left: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .home-faqs__heading {
    padding-top: 217px;
    flex: 1 1 38%;
    max-width: 575px;
    padding-left: 5.44%;
  }
}
.home-faqs__list {
  flex: 1 1 62%;
  max-width: 911px;
}
.home-faqs__item {
  border-bottom: 1px solid #044655;
  margin-bottom: 35px;
}
.home-faqs__question {
  font-family: "TTNormsPro-Bd";
  text-transform: uppercase;
  padding-bottom: 53px;
  padding-right: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.home-faqs__question:hover {
  opacity: 0.8;
}
.home-faqs__question:before {
  content: "";
  position: absolute;
  top: 26%;
  right: 0;
  width: 14px;
  height: 3px;
  background-color: #044655;
}
.home-faqs__question:after {
  content: "";
  position: absolute;
  top: 26%;
  right: 0;
  width: 14px;
  height: 3px;
  background-color: #044655;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}
.home-faqs__question.active:after {
  transform: rotate(0deg);
}
.home-faqs__answer {
  transition: all 0.4s ease-in-out;
  transform: scale(1, 0);
  transform-origin: top;
  height: 0;
}
.home-faqs__answer.active {
  padding-bottom: 40px;
  transform: scale(1, 1);
  height: auto;
}
.home-faqs__more {
  text-align: right;
  margin-top: 58px;
  padding-right: 20px;
}
.home-faqs__more span {
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-family: "TTNormsPro-Md";
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.home-faqs__more span:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -17px;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}
.home-faqs__more span:hover {
  opacity: 0.8;
}

.home-hero {
  position: relative;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  padding-top: 368px;
  overflow: hidden;
}
.home-hero__options {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1023px) {
  .home-hero__options {
    flex-direction: row;
  }
}
.home-hero__option {
  text-align: center;
}
.home-hero__option a {
  display: inline-block;
  font-family: "Fugi";
  color: #fff;
  font-size: 1.75rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 11px 29px;
  text-decoration: none;
  margin: 10px 11px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1150px) {
  .home-hero__option a {
    font-size: 2.25rem;
  }
}
.home-hero__option a:hover {
  opacity: 0.8;
}
.home-hero__down {
  padding: 70px 0 60px 0;
}
.home-hero__down__arrow {
  background-image: url(img/icons/chevron.svg);
  background-repeat: no-repeat;
  width: 67px;
  height: 29px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.home-hero__down__arrow:hover {
  opacity: 0.8;
}

.home-our-offerings {
  position: relative;
  z-index: 100;
  background-color: #f1f2f2;
  padding: 68px 0 84px 0;
}
@media (min-width: 1023px) {
  .home-our-offerings {
    padding: 136px 0 84px 0;
  }
}
.home-our-offerings .inner {
  max-width: 1329px !important;
}
.home-our-offerings__title {
  color: #044655;
  font-family: "Fugi";
  font-size: 3.75rem;
  line-height: 1.41667;
}
.home-our-offerings__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home-our-offerings__list {
    flex-wrap: nowrap;
    margin: 52px -20px 0 -20px;
  }
}
@media (min-width: 1444px) {
  .home-our-offerings__list {
    margin: 52px 0 0 0;
  }
}
.home-our-offerings__item {
  flex: 1 1 100%;
  position: relative;
}
@media (min-width: 768px) {
  .home-our-offerings__item {
    flex: 1 1 28.89%;
    max-width: 384px;
    padding: 0 20px;
  }
}
@media (min-width: 1444px) {
  .home-our-offerings__item {
    padding: 0;
  }
}
.home-our-offerings__heading {
  color: #044655;
  font-family: "Fugi";
  font-size: 1.375rem;
  line-height: 1.26667;
  padding-bottom: 68px;
  position: relative;
}
@media (min-width: 1444px) {
  .home-our-offerings__heading {
    font-size: 1.875rem;
  }
}
.home-our-offerings__heading:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #044655;
}
.home-our-offerings__description {
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 1rem;
  line-height: 1.625;
  padding-bottom: 50px;
}
.home-our-offerings__cta {
  position: absolute;
  bottom: 0;
  right: 17px;
}
.home-our-offerings__cta a {
  color: #044655;
  font-family: "TTNormsPro-Bd";
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.home-our-offerings__cta a:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -17px;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}
.home-our-offerings__cta a:hover {
  opacity: 0.8;
}

.home-schedule-a-consult {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 92px 0 87px 0;
}
@media (min-width: 768px) {
  .home-schedule-a-consult {
    padding: 184px 0 173px 0;
  }
}
.home-schedule-a-consult a {
  color: #044655;
  text-align: center;
  font-family: "Fugi";
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 14px 16px;
  transition: all 0.4s ease-in-out;
}
.home-schedule-a-consult a:hover {
  opacity: 0.8;
}

.home-testimonials {
  position: relative;
  z-index: 100;
  background-color: #fffdf9;
  color: #044655;
  padding: 64px 0 2px 0;
}
@media (min-width: 1023px) {
  .home-testimonials {
    padding: 128px 0 2px 0;
  }
}
.home-testimonials__heading {
  font-family: "Fugi";
  font-size: 3.75rem;
  line-height: 1.41667;
  text-align: center;
  margin: 0 0 48px 0;
}
.home-testimonials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1430px;
  margin: 0 auto;
}
.home-testimonials__item {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .home-testimonials__item {
    flex: 1 1 48.47%;
    max-width: 340px;
    margin-bottom: 70px;
    padding: 0 20px;
  }
}
@media (min-width: 1023px) {
  .home-testimonials__item {
    flex: 1 1 28.47%;
    max-width: 380px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1444px) {
  .home-testimonials__item {
    padding: 0;
  }
}
.home-testimonials__title {
  font-family: "TTNormsPro-Bd";
  text-transform: uppercase;
  margin-bottom: 18px;
}
.home-testimonials__text {
  margin-bottom: 18px;
}
.home-testimonials__author {
  padding-bottom: 30px;
}
.home-testimonials__position {
  font-family: "TTNormsPro-Md";
}

.home-what-we-do, .intentional-living__main {
  position: relative;
  z-index: 100;
  opacity: 0;
  background-color: #f1f2f2;
  transition: all 0.4s ease-in-out;
  padding: 86px 0 53px 0;
}
@media (min-width: 1023px) {
  .home-what-we-do, .intentional-living__main {
    padding: 172px 0 106px 0;
  }
}
.home-what-we-do .inner, .intentional-living__main .inner {
  max-width: 1308px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home-what-we-do .inner, .intentional-living__main .inner {
    flex-wrap: nowrap;
  }
}
.home-what-we-do__column1, .intentional-living__main__column1 {
  flex: 1 1 100%;
  order: 1;
}
@media (min-width: 768px) {
  .home-what-we-do__column1, .intentional-living__main__column1 {
    padding-right: 17px;
    flex: 1 1 27.37%;
    max-width: 402px;
  }
}
@media (min-width: 1444px) {
  .home-what-we-do__column1, .intentional-living__main__column1 {
    padding-right: 0;
  }
}
.home-what-we-do__column1 img, .intentional-living__main__column1 img {
  display: none;
}
@media (min-width: 768px) {
  .home-what-we-do__column1 img, .intentional-living__main__column1 img {
    display: block;
  }
}
.home-what-we-do__column1 h1, .intentional-living__main__column1 h1 {
  font-family: "Fugi";
  color: #044655;
  font-size: 2.0625rem;
  font-weight: normal;
  line-height: 1.138;
  margin: 46px 0 46px;
}
@media (min-width: 768px) {
  .home-what-we-do__column1 h1, .intentional-living__main__column1 h1 {
    font-size: 3rem;
    margin: 93px 0 103px;
  }
}
@media (min-width: 1444px) {
  .home-what-we-do__column1 h1, .intentional-living__main__column1 h1 {
    font-size: 4.0625rem;
  }
}
.home-what-we-do__column2, .intentional-living__main__column2 {
  order: 3;
}
@media (min-width: 768px) {
  .home-what-we-do__column2, .intentional-living__main__column2 {
    flex: 1 1 31.32%;
    max-width: 460px;
    padding-right: 17px;
    order: 2;
  }
}
@media (min-width: 1444px) {
  .home-what-we-do__column2, .intentional-living__main__column2 {
    padding-right: 0;
  }
}
.home-what-we-do__column3, .intentional-living__main__column3 {
  color: #044655;
  font-family: "TTNormsPro-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  order: 2;
}
@media (min-width: 768px) {
  .home-what-we-do__column3, .intentional-living__main__column3 {
    flex: 1 1 27.16%;
    max-width: 399px;
    order: 3;
  }
}
.home-what-we-do__column3 img, .intentional-living__main__column3 img {
  display: block;
  margin-bottom: 33px;
}
.home-what-we-do__cta, .intentional-living__main__cta {
  text-align: right;
  margin-top: 23px;
  padding-right: 17px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .home-what-we-do__cta, .intentional-living__main__cta {
    margin-top: 63px;
    margin-bottom: 0;
  }
}
.home-what-we-do__cta a, .intentional-living__main__cta a {
  color: #044655;
  font-family: "TTNormsPro-Bd";
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.home-what-we-do__cta a:after, .intentional-living__main__cta a:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -17px;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}
.home-what-we-do__cta a:hover, .intentional-living__main__cta a:hover {
  opacity: 0.8;
}
.home-what-we-do img, .intentional-living__main img {
  border-radius: 15px;
}

.home-who-is-amaya {
  position: relative;
  z-index: 100;
  background-color: #044655;
  padding: 81px 0 94px 0;
  color: #fff;
}
@media (min-width: 1023px) {
  .home-who-is-amaya {
    padding: 162px 0 188px 0;
  }
}
.home-who-is-amaya .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .home-who-is-amaya .inner {
    flex-wrap: nowrap;
  }
}
.home-who-is-amaya__left {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Fugi";
  font-size: 3.75rem;
  line-height: 1.41667;
  background-image: url("img/amaya-symbol-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 1023px) {
  .home-who-is-amaya__left {
    flex: 1 1 53.64%;
    max-width: 788px;
    margin-left: -24px;
    aspect-ratio: 1/1;
  }
}
.home-who-is-amaya__left span {
  display: block;
  margin-bottom: 35px;
}
.home-who-is-amaya__right {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "TTNormsPro-Md";
  font-size: 1rem;
  line-height: 1.625;
}
@media (min-width: 1023px) {
  .home-who-is-amaya__right {
    flex: 1 1 380px;
    max-width: 380px;
  }
}
.home-who-is-amaya__right img {
  display: none;
}
@media (min-width: 1023px) {
  .home-who-is-amaya__right img {
    margin-top: 26px;
    display: block;
  }
}
.home-who-is-amaya__right hr {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 26px 0;
  border: none;
}

.intentional-living {
  padding: 350px 0 0 0;
}
.intentional-living__main {
  /* for most __main styles see .home-what-we-do */
}
.intentional-living__main .inner {
  max-width: 1448px !important;
}
.intentional-living__main__column1 {
  max-width: 457px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.intentional-living__main__column1 h1 {
  margin: 66px 0 82px 0;
}
.intentional-living__main__column2 {
  max-width: 413px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.intentional-living__main__column3 {
  padding-left: 36px;
  padding-right: 45px;
  padding-top: 77px;
  max-width: 531px;
}
@media (min-width: 1023px) {
  .intentional-living {
    padding: 264px 0 0 0;
  }
}
.intentional-living__info-boxes {
  padding: 0 0 155px 0;
  background-color: #f1f2f2;
}
.intentional-living__info-boxes .inner {
  max-width: 1448px !important;
  display: flex;
  justify-content: space-between;
}
.intentional-living__info-boxes__box {
  flex: 1 1 32.32%;
  max-width: 32.32%;
  padding: 196px 55px 105px 55px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-position: center center;
}
.intentional-living__info-boxes__box:after {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 10;
  background-image: url("img/amaya-symbol.svg");
  background-repeat: no-repeat;
  background-size: 58px auto;
  background-position: bottom center;
}
.intentional-living__info-boxes__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.intentional-living__info-boxes__box:first-child:before {
  background: rgba(4, 70, 85, 0.9);
}
.intentional-living__info-boxes__box:first-child:hover:before {
  background: rgb(4, 70, 85);
}
.intentional-living__info-boxes__box:nth-child(2):before {
  background: rgba(9, 131, 122, 0.9);
}
.intentional-living__info-boxes__box:nth-child(2):hover:before {
  background: rgb(9, 131, 122);
}
.intentional-living__info-boxes__box:nth-child(3):before {
  background: rgba(0, 121, 148, 0.9);
}
.intentional-living__info-boxes__box:nth-child(3):hover:before {
  background: rgb(0, 121, 148);
}
.intentional-living__info-boxes__box:hover {
  transition: padding 0.4s ease-in-out;
  padding: 65px 55px;
}
.intentional-living__info-boxes__box:hover:after {
  display: none;
}
.intentional-living__info-boxes__box:hover .intentional-living__info-boxes__box__title {
  font-size: 30px;
  padding: 0 0 60px 0;
}
.intentional-living__info-boxes__box:hover .intentional-living__info-boxes__box__content {
  max-height: none;
  opacity: 1;
}
.intentional-living__info-boxes__box__title {
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: "Fugi";
  font-size: 2.125rem;
  line-height: 1.4;
  text-align: center;
  padding: 26px 0 100px 0;
}
.intentional-living__info-boxes__box__content {
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: "TTNormsPro-Regular";
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  max-height: 1px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.intentional-living__info-boxes__box__learn-more {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.intentional-living__info-boxes__box__learn-more a {
  color: #fff;
  font-family: "TTNormsPro-Bd";
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.intentional-living__info-boxes__box__learn-more a:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -17px;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal.svg) no-repeat center center;
}
.intentional-living__info-boxes__box__learn-more a:hover {
  opacity: 0.8;
}
.intentional-living__cta {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 124px 0 98px 0;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .intentional-living__cta {
    padding: 184px 0 173px 0;
  }
}
.intentional-living__cta a {
  color: #fff;
  text-align: center;
  font-family: "Fugi";
  font-size: 1.5625rem;
  line-height: 1;
  display: block;
  text-decoration: none;
  background: #044655;
  border-radius: 10px;
  border: 1px solid #044655;
  padding: 14px 16px;
  transition: all 0.4s ease-in-out;
}
.intentional-living__cta a:hover {
  opacity: 0.8;
}

.page-template-page-intentional-living {
  background-color: #f1f2f2;
}

.main-navigation {
  padding: 30px 0;
}
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transform: scale(1, 0);
  transform-origin: top;
}
@media (min-width: 1023px) {
  .main-navigation ul {
    transform: scale(1);
  }
}
.main-navigation ul li {
  min-width: 150px;
}
.main-navigation ul li a {
  display: block;
  padding: 20px 22px;
  font-family: "TTNormsPro-Bd";
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1150px) {
  .main-navigation ul li a {
    padding: 20px 42px;
  }
}
.main-navigation ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  opacity: 0.8;
}
.main-navigation ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.main-navigation ul li.menu-item-has-children {
  position: relative;
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  transform: scale(1, 1);
  z-index: 999999;
}
.main-navigation ul li.menu-item-has-children span {
  display: inline-block;
}
.main-navigation ul li.menu-item-has-children span:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url(img/icons/chevron-sub-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.main-navigation.toggled ul {
  transform: scale(1, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 70, 85, 0.85);
  z-index: 1000;
  padding-top: 100px;
  flex-direction: column;
}
.main-navigation.toggled ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.main-navigation.toggled ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #044655;
}
.main-navigation.toggled .site-header__schedule-consult--mobile {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 70px;
}
@media (min-width: 570px) {
  .main-navigation.toggled .site-header__schedule-consult--mobile {
    display: none;
  }
}
@media (max-height: 440px) {
  .main-navigation.toggled .site-header__schedule-consult--mobile {
    display: none;
  }
}
.main-navigation.toggled .focus {
  position: relative;
}
.main-navigation.toggled .focus ul.sub-menu {
  position: absolute;
  transform: scale(1, 1);
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  top: auto;
  left: auto;
  z-index: 1;
  padding-top: 0;
}
.main-navigation.toggled .focus ul.sub-menu li a {
  color: #fff;
  padding: 10px 0 10px 20px;
}
.main-navigation ul.sub-menu {
  position: absolute;
  display: block;
  transition: all 0.3s ease-in-out;
  transform: scale(0, 0);
  transform-origin: top;
  top: calc(100% - 14px);
  left: 42px;
  z-index: -1;
  border-radius: 7px;
  background: rgba(255, 253, 249, 0.9);
}
.main-navigation ul.sub-menu li {
  display: flex;
  position: relative;
}
.main-navigation ul.sub-menu li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.main-navigation ul.sub-menu li a {
  font-size: 14px;
  color: #044655;
  font-family: "TTNormsPro-Md";
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  flex: 1 1 100%;
  max-width: 100%;
}
.main-navigation ul.sub-menu li a span:after {
  display: none;
}
.main-navigation ul.sub-menu li a:hover {
  background-color: #ddd;
  opacity: 1;
}
.main-navigation ul.sub-menu li.current-menu-item a {
  font-family: "TTNormsPro-Bd";
}

.our-team__heading .inner {
  display: flex;
  max-width: 1369px !important;
}
.our-team__heading h1 {
  color: #044655;
  text-align: right;
  font-family: "Fugi";
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
  padding-right: 55px;
  position: relative;
  margin-top: 101px;
  margin-bottom: 110px;
  flex: 1 1 452px;
  max-width: 452px;
}
.our-team__heading h1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 65px;
  background-color: #044655;
}
.our-team__heading p {
  flex: 1 1 825px;
  max-width: 825px;
  margin: 113px 0 110px 72px !important;
  color: #044655;
  font-family: "TTNormsPro-Md";
  font-size: 18px;
  line-height: 1.94444;
}
.our-team__members {
  padding: 50px 0 0 0;
}
.our-team__members .inner {
  max-width: 1321px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 37px;
}
.our-team__member {
  flex: 1 1 calc(33.33% - 46px);
  max-width: calc(33.33% - 46px);
  margin-bottom: 150px;
}
.our-team__member-info {
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
}
.our-team__member-info__bio-link {
  margin-top: 3px;
}
.our-team__member-info__bio-link a {
  color: #044655;
  font-family: "TTNormsPro-Bd";
  font-size: 15px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #044655;
  transition: all 0.3s ease;
  line-height: 1.1;
}
.our-team__member-info__bio-link a span {
  display: block;
  position: relative;
  padding-right: 16px;
}
.our-team__member-info__bio-link a span:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 11px;
  height: 11px;
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}
.our-team__member-info__bio-link a:hover {
  opacity: 0.8;
}
.our-team__member-name {
  color: #044655;
  font-family: "Fugi";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18182;
  margin: 0 0 6px 0;
}
.our-team__member-title {
  color: #00A79A;
  text-align: right;
  line-height: 1.625;
}

.page-template-page-splash {
  margin: 0;
  background-color: #000;
}
.page-template-page-splash * {
  box-sizing: border-box;
}
.page-template-page-splash .site-header, .page-template-page-splash .site-footer {
  display: none;
}
.page-template-page-splash .carousel-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
}
.page-template-page-splash .carousel-container .slick-list {
  min-height: 100%;
  overflow: hidden;
}
.page-template-page-splash .carousel-container .slick-track {
  height: 100%;
}
.page-template-page-splash .carousel-container .slick-slide div {
  height: 100%;
}
.page-template-page-splash .carousel-container .carousel-slide {
  background-size: cover;
  background-position: 50% 50%;
}
.page-template-page-splash .carousel-container .carousel-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
  visibility: hidden;
}
.page-template-page-splash .carousel-container .carousel-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.5);
  mix-blend-mode: multiply;
  z-index: 50;
}
.page-template-page-splash .carousel-container .carousel-slide.no-overlay:after {
  display: none;
}
.page-template-page-splash .carousel-container .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  z-index: 1000;
  padding: 0;
  margin: 0;
}
.page-template-page-splash .carousel-container .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  opacity: 0.4;
}
.page-template-page-splash .carousel-container .slick-dots li.slick-active {
  opacity: 1;
}
.page-template-page-splash .carousel-container .slick-dots li:hover {
  opacity: 1;
}
.page-template-page-splash .carousel-container .slick-dots li button {
  width: 15px;
  max-width: 15px;
  padding: 0;
  margin: 0;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
.page-template-page-splash .splash-page-content {
  position: relative;
  z-index: 100;
  color: #fff;
}
.page-template-page-splash .splash-page-content__logo {
  text-align: center;
  padding: 100px 0 50px;
  max-width: 1118px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.page-template-page-splash .splash-page-content__intro {
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 55px 0 10px 0;
  max-width: 916px;
  width: 90%;
  margin: 0 auto;
}
.page-template-page-splash .splash-page-content__intro h1 {
  font-family: "Fugi";
  font-weight: normal;
  font-size: 55px;
  line-height: 1.5454;
  margin: 0;
}
.page-template-page-splash .splash-page-content__contact {
  text-align: center;
  padding: 0 0 0;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.page-template-page-splash .splash-page-content__contact h2 {
  margin: 0;
  font-family: "TTNormsPro-Bd";
  font-weight: normal;
  font-size: 26px;
}
.page-template-page-splash .splash-page-content__form {
  text-align: left;
  padding: 85px 0 0;
  max-width: 475px;
  width: 90%;
  margin: 0 auto 100px auto;
  font-size: 14px;
}
.page-template-page-splash .splash-page-content__form label {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
  display: block;
  margin-bottom: 20px;
}
.page-template-page-splash .splash-page-content__form label input {
  width: 200px;
  margin-left: 20px;
  border: none;
  background: none;
  color: #fff;
}
@media (min-width: 570px) {
  .page-template-page-splash .splash-page-content__form label input {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .page-template-page-splash .splash-page-content__form label input {
    width: 390px;
    margin-left: 20px;
  }
}
.page-template-page-splash .splash-page-content__form input[type=submit] {
  background: none;
  border: none;
  color: #fff;
  float: right;
  cursor: pointer;
}
.page-template-page-splash .splash-page-content__form input[type=submit]:hover {
  opacity: 0.8;
}

:root {
  --reveal-duration: 3.5s;
  --reveal-ease: cubic-bezier(.19, 1, .22, 1);
  --reveal-translate: 200px; /* how far it moves in (for slide effects) */
  --reveal-scale: 1; /* e.g., 0.98 for a slight zoom-in */
  --reveal-delay: 0s; /* delay before starting animation */
}

/* Start hidden; animate to visible */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, var(--reveal-translate), 0) scale(var(--reveal-scale));
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease);
  will-change: opacity, transform;
  transition-delay: var(--reveal-delay, 0s);
}

/* Visible state (added by JS) */
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* Optional directions (only affect the "not visible yet" state) */
.reveal-on-scroll:not(.is-visible)[data-reveal-from=up] {
  transform: translate3d(0, calc(-1 * var(--reveal-translate)), 0) scale(var(--reveal-scale));
}

.reveal-on-scroll:not(.is-visible)[data-reveal-from=left] {
  transform: translate3d(calc(-1 * var(--reveal-translate)), 0, 0) scale(var(--reveal-scale));
}

.reveal-on-scroll:not(.is-visible)[data-reveal-from=right] {
  transform: translate3d(var(--reveal-translate), 0, 0) scale(var(--reveal-scale));
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.single-team-member #content {
  margin-top: 200px;
}
.single-team-member .profile {
  display: flex;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-top: 37px;
  padding-bottom: 94px;
}
.single-team-member .profile__left {
  flex: 1 1 30%;
  max-width: 382px;
}
.single-team-member .profile__right {
  flex: 1 1 70%;
  max-width: 641px;
  padding-left: 58px;
}
.single-team-member .profile__right h1 {
  color: #044655;
  font-family: "Fugi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 43px;
  padding-bottom: 43px;
  position: relative;
}
.single-team-member .profile__right h1:after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #044655;
}
.single-team-member .profile__info {
  display: flex;
  padding: 16px 0;
}
.single-team-member .profile__photo img {
  display: block;
}
.single-team-member .profile__name-and-title {
  flex: 1 1 calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.single-team-member .profile__name {
  color: #044655;
  font-family: "Fugi";
  font-size: 22px;
  line-height: 1.18182;
  margin-top: 2px;
}
.single-team-member .profile__title {
  color: #044655;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 5px;
}
.single-team-member .profile__linkedin {
  flex: 1 1 40px;
  max-width: 40px;
}
.single-team-member .profile__linkedin a {
  display: block;
  padding-left: 16px;
  transition: all 0.4s ease-in-out;
}
.single-team-member .profile__linkedin a:hover {
  opacity: 0.8;
}
.single-team-member .profile__quote {
  padding: 39px 0;
  color: #00A79A;
  font-size: 30px;
  line-height: 1.333333;
  max-width: 277px;
}
.single-team-member .profile__bio {
  color: #044655;
  line-height: 1.5;
}
.single-team-member__navigation {
  padding-bottom: 97px;
}
.single-team-member__navigation a {
  color: #044655;
  font-family: "TTNormsPro-Md";
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 18px;
}
.single-team-member__navigation a:hover {
  text-decoration: underline;
}

.site {
  font-family: "TTNormsPro-Regular";
  line-height: 1.33;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.site .site-content {
  margin: 0;
}
.site .inner {
  width: 90%;
  max-width: 1469px;
  margin: 0 auto;
}
.site p {
  margin: 0 0 1.5em 0;
}
.site .home-video {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}
.site .home-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site .home-video__pause-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 31px;
  background-image: url(img/icons/pause.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.site .home-video__pause-button:hover {
  opacity: 0.8;
}
.site .home-video__pause-button.paused {
  background-image: url(img/icons/play.svg);
}
.site img {
  max-width: 100%;
  height: auto;
}
.site * {
  box-sizing: border-box;
}

.site-content {
  min-height: 300px;
}
.site-content__heading .inner {
  display: flex;
  max-width: 1369px !important;
}
.site-content__heading h1 {
  color: #044655;
  text-align: right;
  font-family: "Fugi";
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
  padding-right: 55px;
  position: relative;
  margin-top: 101px;
  margin-bottom: 110px;
  flex: 1 1 452px;
  max-width: 452px;
}
.site-content__heading h1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 65px;
  background-color: #044655;
}
.site-content__heading p {
  flex: 1 1 825px;
  max-width: 825px;
  margin: 113px 0 110px 72px !important;
  color: #044655;
  font-family: "TTNormsPro-Md";
  font-size: 18px;
  line-height: 1.94444;
}

.site-footer {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #044655;
  color: #fff;
  display: flex;
}
.site-footer__heading {
  font-family: "Fugi";
  font-size: 3.75rem;
  line-height: 1.41667;
  padding: 0 0 32px 0;
}
.site-footer__row {
  padding-bottom: 44px;
}
@media (min-width: 1444px) {
  .site-footer__row {
    display: flex;
    justify-content: flex-start;
  }
}
.site-footer__phone {
  color: #FFF;
  font-family: "TTNormsPro-Bd";
  line-height: 1.625;
  padding-right: 13%;
  padding-bottom: 20px;
}
@media (min-width: 1444px) {
  .site-footer__phone {
    padding-right: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 1700px) {
  .site-footer__phone {
    padding-right: 13%;
  }
}
.site-footer__phone a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0.3em;
  padding-left: 46px;
  background-image: url(img/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 27px;
  height: 27px;
}
.site-footer__location {
  padding-left: 40px;
  background-image: url(img/icons/location.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 23px;
  height: 27px;
  font-family: "TTNormsPro-Bd";
  font-size: 0.875rem;
  line-height: 27px;
}
.site-footer input {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 0.875rem;
  margin-bottom: 14px;
}
.site-footer input::-moz-placeholder {
  color: #fff;
}
.site-footer input::placeholder {
  color: #fff;
}
.site-footer input[type=submit] {
  text-transform: uppercase;
  display: inline-block;
  width: 60px;
  margin-left: 50%;
  position: relative;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-family: "TTNormsPro-Bd";
}
.site-footer input[type=submit]:hover {
  opacity: 0.8;
}
.site-footer__left {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 42px 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .site-footer__left {
    padding: 42px 0 42px 40px;
  }
}
@media (min-width: 1700px) {
  .site-footer__left {
    padding: 42px 0;
  }
}
.site-footer__left__inner {
  max-width: 775px;
  flex: 1 1 90%;
  padding-right: 10%;
}
.site-footer__right {
  flex: 1 1 50%;
  max-width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.site-footer__right img {
  display: none;
}
.site-footer__social {
  background-image: url(img/amaya-symbol.svg);
  background-repeat: no-repeat;
  background-size: 68px auto;
  background-position: 0% 50%;
  display: flex;
  justify-content: flex-end;
}
.site-footer__social__item {
  width: 35px;
  height: 35px;
}
.site-footer__social__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px;
  transition: all 0.4s ease-in-out;
}
.site-footer__social__item a:hover {
  opacity: 0.8;
}
.site-footer__social__inner {
  max-width: 147px;
  flex: 1 1 147px;
}
.site-footer__social__heading {
  font-family: "TTNormsPro-Bd";
  font-size: 0.875rem;
  padding-left: 5px;
  margin-bottom: 16px;
}
.site-footer__social__list {
  display: flex;
}
.site-footer__copyright {
  font-size: 0.875rem;
  line-height: 1.625;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1444px) {
  .site-footer__copyright {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer__copyright a {
  color: #fff;
  text-decoration: none;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 570px) {
  .site-header {
    padding: 40px 0;
  }
}
.site-header__top-level {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 570px) {
  .site-header__top-level {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) {
  .site-header__top-level {
    border-bottom: none;
  }
}
.site-header__logo {
  flex: 1 1 35%;
  max-width: 150px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 570px) {
  .site-header__logo {
    margin-top: 58px;
    flex: 1 1 45%;
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .site-header__logo {
    max-width: 232px;
  }
}
.site-header__logo img {
  width: 100%;
}
.site-header__schedule-consult {
  flex: 1 1 156px;
  max-width: 156px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  display: none;
}
@media (min-width: 570px) {
  .site-header__schedule-consult {
    margin-top: 58px;
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header__schedule-consult {
    flex: 1 1 182px;
    max-width: 182px;
  }
}
@media (min-width: 1023px) {
  .site-header__schedule-consult {
    margin-top: 0;
  }
}
.site-header__schedule-consult--mobile {
  display: none;
}
.site-header__schedule-consult a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #fff;
  font-family: "TTNormsPro-Bd";
  padding: 12px 32px 12px 16px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-size: 0.8rem;
}
.site-header__schedule-consult a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: url(img/icons/arrow-diagonal.svg) no-repeat center center;
}
.site-header__schedule-consult a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
@media (min-width: 1023px) {
  .site-header__schedule-consult a {
    padding: 12px 32px 12px 16px;
    border-radius: 10px;
    font-size: 1rem;
  }
}
.site-header__symbol {
  flex: 1 1 15%;
  max-width: 40px;
  display: flex;
  align-items: center;
  margin-right: 25%;
  margin-top: -5px;
}
@media (min-width: 570px) {
  .site-header__symbol {
    flex: 1 1 15%;
    max-width: 50px;
    margin-top: 52px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-header__symbol {
    max-width: 77px;
  }
}
.site-header.fixed, .site-header.truncated {
  padding: 16px 0 5px 0;
  background: rgba(4, 70, 85, 0.6);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.site-header.fixed .burger-container, .site-header.truncated .burger-container {
  top: 10px;
}
.site-header.fixed .site-header__top-level, .site-header.truncated .site-header__top-level {
  padding-bottom: 16px;
}
.site-header.fixed .site-header__logo, .site-header.truncated .site-header__logo {
  margin-top: 2px;
}
.site-header.fixed .site-header__logo img, .site-header.truncated .site-header__logo img {
  width: 109px;
}
.site-header.fixed .site-header__symbol, .site-header.truncated .site-header__symbol {
  margin-top: 0;
}
.site-header.fixed .site-header__symbol img, .site-header.truncated .site-header__symbol img {
  width: 35px;
}
@media (max-width: 569px) {
  .site-header.fixed .site-header__symbol, .site-header.truncated .site-header__symbol {
    display: none;
  }
}
.site-header.fixed .site-header__schedule-consult, .site-header.truncated .site-header__schedule-consult {
  margin-top: 0;
  margin-right: 70px;
}
@media (min-width: 1023px) {
  .site-header.fixed .site-header__schedule-consult, .site-header.truncated .site-header__schedule-consult {
    margin-right: 0;
  }
}
@media (max-width: 569px) {
  .site-header.fixed .site-header__schedule-consult, .site-header.truncated .site-header__schedule-consult {
    display: none;
  }
}
.site-header.fixed .main-navigation, .site-header.truncated .main-navigation {
  padding: 0;
  height: 20px;
}
@media (max-width: 1023px) {
  .site-header.fixed .main-navigation, .site-header.truncated .main-navigation {
    height: 0;
  }
}
@media (min-width: 1023px) {
  .site-header.fixed .main-navigation, .site-header.truncated .main-navigation {
    height: auto;
  }
}
.site-header.fixed .main-navigation ul li a, .site-header.truncated .main-navigation ul li a {
  padding: 14px 22px;
  text-align: center;
}
@media (min-width: 1150px) {
  .site-header.fixed .main-navigation ul li a, .site-header.truncated .main-navigation ul li a {
    padding: 14px 42px;
  }
}
@media (max-width: 569px) {
  .site-header.fixed .main-navigation.toggled .site-header__schedule-consult--mobile, .site-header.truncated .main-navigation.toggled .site-header__schedule-consult--mobile {
    display: block;
  }
}

.page-template-page-intentional-living .site-header {
  background-color: #f1f2f2;
}
.page-template-page-intentional-living .site-header .main-navigation ul li a {
  color: #044655;
}
.page-template-page-intentional-living .site-header .site-header__top-level {
  border-color: #044655;
}
.page-template-page-intentional-living .site-header__schedule-consult a {
  background: rgba(255, 255, 255, 0.5);
  color: #044655;
  border-color: #044655;
}
.page-template-page-intentional-living .site-header__schedule-consult a:hover {
  background: rgb(255, 255, 255);
  color: #044655;
}
.page-template-page-intentional-living .site-header__schedule-consult a:after {
  background: url(img/icons/arrow-diagonal-blue.svg) no-repeat center center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: none;
  display: inline-block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}
