@charset "UTF-8";
/*!
Theme Name: Engage Amanzoe
Theme URI: http://underscores.me/
Author: TPD Design House
Author URI: https://tpddesignhouse.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amanzoe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Engage Amanyara is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&amp;display=swap");
@font-face {
  font-family: "RoxboroughCF-Light";
  src: url("../eot/roxboroughcf-light-18.eot");
  /* IE9+ */
  src: url("../roxboroughcf-lightd41d-18.html#iefix") format("embedded-opentype"), url("../woff2/roxboroughcf-light-18.woff2") format("woff2"), url("../woff/roxboroughcf-light-18.woff") format("woff");
}
@font-face {
  font-family: "RoxboroughCF-MediumItalic";
  src: url("../eot/roxboroughcf-mediumitalic-18.eot");
  /* IE9+ */
  src: url("../roxboroughcf-mediumitalicd41d-18.html#iefix") format("embedded-opentype"), url("../woff2/roxboroughcf-mediumitalic-18.woff2") format("woff2"), url("../woff/roxboroughcf-mediumitalic-18.woff") format("woff");
}
.viz-hide {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

.label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
.label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .label {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .label {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

img {
  display: block;
  margin: 0;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

.h1-style, article h1, .h2-style, .h3-style, .h4-style, article h2 {
  font-family: "RoxboroughCF-Light", cursive;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.h1-style, article h1 {
  font-size: 40px;
}
@media screen and (min-width: 320px) {
  .h1-style, article h1 {
    font-size: calc(40px + 50 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .h1-style, article h1 {
    font-size: 90px;
  }
}

.h2-style {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .h2-style {
    font-size: calc(30px + 30 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .h2-style {
    font-size: 60px;
  }
}

.h3-style {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .h3-style {
    font-size: calc(24px + 24 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .h3-style {
    font-size: 48px;
  }
}

.h4-style, article h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .h4-style, article h2 {
    font-size: calc(20px + 16 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .h4-style, article h2 {
    font-size: 36px;
  }
}

body {
  font-weight: 400;
}

p {
  margin: 0 0 1.25em 0;
  line-height: 2em;
}
p {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  p {
    font-size: calc(13px + 5 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  p {
    font-size: 18px;
  }
}
p.subhead {
  line-height: 2em;
}
p.subhead {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  p.subhead {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  p.subhead {
    font-size: 32px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.caption {
  font-family: "RoxboroughCF-MediumItalic", cursive;
}
.caption {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .caption {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .caption {
    font-size: 16px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: rgba(0, 0, 0, 0.6);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  text-decoration: none;
  border: 1px solid;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.75em 2.25em 0.75em 1.75em;
  position: relative;
  color: #000;
  transition: color ease-in-out 0.5s;
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 14px;
  }
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 14px;
  }
}
.button span,
button span,
input[type=button] span,
input[type=reset] span,
input[type=submit] span {
  position: relative;
  z-index: 5;
  line-height: 1em;
}
.button:after,
button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  content: "";
  display: block;
  width: 75%;
  height: 9px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(226deg, #004254 0%, #7F9EA3 48%, #B6C8CA 100%);
  -webkit-animation: btnHoverOut 0.45s ease-in;
          animation: btnHoverOut 0.45s ease-in;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: white;
}
.button:hover:after,
button:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after,
input[type=submit]:hover:after {
  -webkit-animation: btnHoverIn 0.6s ease-out;
          animation: btnHoverIn 0.6s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.button.--light,
button.--light,
input[type=button].--light,
input[type=reset].--light,
input[type=submit].--light {
  color: white;
}
.button.--light:visited,
button.--light:visited,
input[type=button].--light:visited,
input[type=reset].--light:visited,
input[type=submit].--light:visited {
  color: white;
}

@-webkit-keyframes btnHoverIn {
  0% {
    width: 75%;
    height: 9px;
  }
  50% {
    width: 100%;
    height: 9px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes btnHoverIn {
  0% {
    width: 75%;
    height: 9px;
  }
  50% {
    width: 100%;
    height: 9px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes btnHoverOut {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 75%;
    height: 100%;
  }
  100% {
    width: 75%;
    height: 9px;
  }
}
@keyframes btnHoverOut {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 75%;
    height: 100%;
  }
  100% {
    width: 75%;
    height: 9px;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.home .site-header {
  position: absolute;
  top: calc(50vh - 35px);
}
body.home .site-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width : 768px) {
  body.home .site-header {
    top: calc(50vh - 50px);
  }
}
@media only screen and (min-width : 1440px) {
  body.home .site-header {
    top: calc(50vh - 70px);
  }
}
body.home #site-header__mark, body.home #site-header__menu {
  transition: all cubic-bezier(0.19, 1.05, 0.58, 1) 1.75s;
  transition-delay: 2.75s;
}
body.home #site-header__mark {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.home #site-header__menu {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
body.home .site-header.loaded #site-header__mark, body.home .site-header.loaded #site-header__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  overflow: hidden;
  pointer-events: none;
}

#site-header__mark, #site-header__menu {
  pointer-events: auto;
  width: 70px;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #F2E9DD;
}
@media only screen and (min-width : 768px) {
  #site-header__mark, #site-header__menu {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width : 1440px) {
  #site-header__mark, #site-header__menu {
    width: 140px;
    height: 140px;
  }
}

#site-header__mark {
  transition: all ease-out 0.4s;
}
#site-header__mark a {
  display: block;
  width: 32%;
}
#site-header__mark img {
  width: 100%;
}

#nav-toggle {
  padding: 0;
  cursor: pointer;
}
#nav-toggle:after {
  display: none;
}
#nav-toggle:focus {
  outline: none;
}
#nav-toggle .burger {
  display: block;
  width: 30px;
  height: 2px;
  background: #004254;
  margin: 5px 0;
  transition: all ease-out 0.4s;
}
@media only screen and (min-width : 1440px) {
  #nav-toggle .burger {
    width: 45px;
    height: 3px;
    margin: 9px 0;
  }
}
#nav-toggle .burger-top {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
#nav-toggle .burger-bot {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#site-navigation {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(40deg, #D9C8B2 0%, #F2E9DD 50%, #FAF7F3 100%);
  transition: all ease-in-out 0.6s;
  transtion-delay: 0.5s;
  pointer-events: none;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
#site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60vh;
  margin: 20vh 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  opacity: 0;
  transition: opacity ease-in-out 1s;
  transition-delay: 0.5s;
}
#site-navigation a {
  color: #004254;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  transition: color ease-in-out 0.3s;
  position: relative;
}
#site-navigation a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-navigation a {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-navigation a {
    font-size: 14px;
  }
}
#site-navigation a {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  #site-navigation a {
    font-size: calc(14px + 6 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-navigation a {
    font-size: 20px;
  }
}
#site-navigation a:after {
  content: "";
  display: block;
  opacity: 0;
  width: 60%;
  height: 6px;
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #B6C8CA;
  transition: width ease-in-out 0.6s, opacity ease-in-out 0.3s;
}
#site-navigation a:hover {
  color: #000;
  font-weight: 500;
}
#site-navigation a:hover:after {
  opacity: 1;
  width: 120%;
}

.site-main {
  transition: -webkit-filter ease-in-out 0.5s;
  transition: filter ease-in-out 0.5s;
  transition: filter ease-in-out 0.5s, -webkit-filter ease-in-out 0.5s;
}

body.nav-active {
  overflow: hidden;
}
body.nav-active #site-header__mark, body.nav-active #site-header__menu {
  background: transparent;
}
body.nav-active #nav-toggle .burger-top {
  -webkit-transform: rotate(45deg) translateY(-6px);
          transform: rotate(45deg) translateY(-6px);
}
body.nav-active #nav-toggle .burger-mid {
  opacity: 0;
}
body.nav-active #nav-toggle .burger-bot {
  -webkit-transform: rotate(-45deg) translateY(6px);
          transform: rotate(-45deg) translateY(6px);
}
body.nav-active .site-main {
  -webkit-filter: blur(9px);
          filter: blur(9px);
}
body.nav-active #site-navigation {
  opacity: 1;
  pointer-events: auto;
}
body.nav-active #site-navigation ul {
  opacity: 1;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
#site-footer {
  background: #7F9EA3;
}
#site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#site-footer a {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  #site-footer a {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer a {
    font-size: 12px;
  }
}
#site-footer a:hover {
  color: #FEDDC7;
}

/*
*
*
* MAIN
*
*
*/
#site-footer__main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding: 40px;
}
@media only screen and (min-width : 768px) {
  #site-footer__main {
    padding: 60px;
  }
}
@media only screen and (min-width : 1024px) {
  #site-footer__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media only screen and (min-width : 1280px) {
  #site-footer__main {
    padding: 80px 60px 80px 60px;
  }
}
#site-footer__main > div:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width : 1024px) {
  #site-footer__main > div:first-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 1024px) {
  #site-footer__main > div {
    width: 50%;
  }
}

#site-footer__logo {
  display: block;
  width: 45%;
  max-width: 180px;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1280px) {
  #site-footer__logo {
    max-width: 240px;
    margin-bottom: 40px;
  }
}

#site-footer__contact li {
  padding-bottom: 3px;
}
@media only screen and (min-width : 1280px) {
  #site-footer__contact li {
    padding-bottom: 10px;
  }
}
#site-footer__contact span:first-of-type {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#site-footer__contact span:first-of-type {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-footer__contact span:first-of-type {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer__contact span:first-of-type {
    font-size: 14px;
  }
}
#site-footer__contact span:last-of-type {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  #site-footer__contact span:last-of-type {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer__contact span:last-of-type {
    font-size: 16px;
  }
}

#site-footer__social {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#site-footer__social li:nth-of-type(n+2) {
  margin-left: 12px;
}
@media only screen and (min-width : 1280px) {
  #site-footer__social li:nth-of-type(n+2) {
    margin-left: 18px;
  }
}
#site-footer__social li a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-footer__social li a {
    font-size: calc(12px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer__social li a {
    font-size: 13px;
  }
}

#footer-menu {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
#footer-menu li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
#footer-menu a {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  padding: 0 0 12px 0;
}
#footer-menu a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #footer-menu a {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #footer-menu a {
    font-size: 14px;
  }
}

/*
*
*
* META
*
*
*/
#site-footer__meta {
  background: #004254;
}
#site-footer__meta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding: 20px 40px;
}
@media only screen and (min-width : 768px) {
  #site-footer__meta ul {
    padding: 20px 60px 12px 60px;
  }
}
@media only screen and (min-width : 1280px) {
  #site-footer__meta ul {
    padding: 26px 60px 16px 60px;
  }
}
#site-footer__meta ul li {
  margin-right: 20px;
}
#site-footer__meta ul li:first-of-type {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  #site-footer__meta ul li:first-of-type {
    width: auto;
    margin-right: 40px;
  }
}
@media only screen and (min-width : 768px) {
  #site-footer__meta ul li {
    margin-right: 40px;
  }
}
#site-footer__meta a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#site-footer__meta a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-footer__meta a {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer__meta a {
    font-size: 14px;
  }
}
#site-footer__meta a {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  #site-footer__meta a {
    font-size: calc(8px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #site-footer__meta a {
    font-size: 10px;
  }
}

/* Callouts
--------------------------------------------- */
.callout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(300px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(300px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  .callout {
    padding-top: calc(300px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(300px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  .callout {
    padding-top: 300px;
    padding-right: 0px;
    padding-bottom: 300px;
    padding-left: 0px;
  }
}
@media only screen and (min-width : 768px) {
  .callout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
            align-items: center;
  }
}

.callout-img {
  width: 65%;
  margin: 40px 40px 0 0;
  position: relative;
}
.callout-img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 12.5%;
  left: 30px;
  width: 100%;
  height: 75%;
  background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
  background-size: 100% 10px;
}
@media only screen and (min-width : 1024px) {
  .callout-img:before {
    background-size: 100% 14px;
  }
}
.callout-img > div {
  width: calc(100% - 15px);
  position: relative;
}
.callout-img > div:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.callout-img > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  .callout-img {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    width: 45%;
    margin: 0;
  }
  .callout-img:before {
    left: 0;
  }
  .callout-img > div {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width : 1280px) {
  .callout-img > div {
    width: calc(100% - 80px);
    position: relative;
  }
  .callout-img > div:before {
    content: "";
    display: block;
    padding-top: 140%;
  }
  .callout-img > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.callout-text {
  padding: 40px;
}
.callout-text h2 {
  padding-bottom: 0.33em;
}
.callout-text p:last-of-type {
  margin-bottom: 30px;
}
.callout-text .button {
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .callout-text {
    width: 55%;
    padding: 0 8vw;
  }
}
@media only screen and (min-width : 1280px) {
  .callout-text p:last-of-type {
    margin-bottom: 75px;
  }
  .callout-text .button {
    margin: 0 0 0 45px;
  }
}
@media only screen and (min-width : 1440px) {
  .callout-text {
    padding: 0 120px;
  }
}

/* Slider
--------------------------------------------- */
.slider-controls {
  padding: 12px 12px 6px 12px;
  background: #7F9EA3;
}

.prev-btn, .next-btn {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
}
.prev-btn:after, .next-btn:after {
  display: none;
}

.prev-btn {
  background: url("../svg/prev-btn-2.svg") no-repeat;
  margin-right: 6px;
}
.prev-btn:hover {
  cursor: pointer;
  background: url("../svg/prev-btn__hover-2.svg") no-repeat;
}
.prev-btn.--dark {
  background: url("../svg/prev-btn__dark-2.svg") no-repeat;
}
.prev-btn.--dark:hover {
  background: url("../svg/prev-btn__dark__hover-2.svg") no-repeat;
}

.next-btn {
  background: url("../svg/next-btn-2.svg") no-repeat;
}
.next-btn:hover {
  cursor: pointer;
  background: url("../svg/next-btn__hover-2.svg") no-repeat;
}
.next-btn.--dark {
  background: url("../svg/next-btn__dark-2.svg") no-repeat;
}
.next-btn.--dark:hover {
  background: url("../svg/next-btn__dark__hover-2.svg") no-repeat;
}

/* Banner
--------------------------------------------- */
.banner {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Intro
--------------------------------------------- */
.intro-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(150px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(150px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  .intro-text {
    padding-top: calc(150px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(150px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  .intro-text {
    padding-top: 150px;
    padding-right: 100px;
    padding-bottom: 150px;
    padding-left: 100px;
  }
}
.intro-text.no-text {
  padding-top: calc(150px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(60px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  .intro-text.no-text {
    padding-top: calc(150px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(60px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  .intro-text.no-text {
    padding-top: 150px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
  }
}
.intro-text.no-text h1 {
  padding-bottom: 0;
}

.intro-text__content h1 {
  padding-bottom: 0.4em;
}
@media only screen and (min-width : 768px) {
  .intro-text__content {
    padding-right: 40%;
  }
}

/* Checkerboard
--------------------------------------------- */
/*
*
*
* CHECKERBOARD
*
*
*/
.checkerboard-row:nth-of-type(odd) .text {
  background: #D9C8B2;
}
.checkerboard-row:nth-of-type(even) .text {
  background: #F2E9DD;
}
@media only screen and (min-width : 640px) {
  .checkerboard-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .checkerboard-row:nth-of-type(odd) .text {
    -webkit-order: 1;
            order: 1;
  }
  .checkerboard-row:nth-of-type(odd) .img {
    -webkit-order: 2;
            order: 2;
  }
}
.checkerboard-row .img {
  position: relative;
}
.checkerboard-row .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.checkerboard-row .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 640px) {
  .checkerboard-row .img {
    width: 45%;
  }
}
@media only screen and (min-width : 1024px) {
  .checkerboard-row .img {
    width: 50%;
  }
}
.checkerboard-row .text {
  padding-top: calc(100px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(100px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  .checkerboard-row .text {
    padding-top: calc(100px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(100px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  .checkerboard-row .text {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
  }
}
.checkerboard-row .text h2 {
  padding-bottom: 0.4em;
}
@media only screen and (min-width : 640px) {
  .checkerboard-row .text {
    width: 55%;
  }
}
@media only screen and (min-width : 1024px) {
  .checkerboard-row .text {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

/* Question Grid
--------------------------------------------- */
@media only screen and (min-width : 1024px) {
  .faq-grid {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

.faq-row {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 40px;
}
.faq-row h2 {
  padding-bottom: 0.4em;
}

/* Word List
--------------------------------------------- */
.word-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.word-list ul li {
  margin-bottom: 0.15em;
  font-family: "RoxboroughCF-Light", cursive;
  letter-spacing: 0.02em;
}
.word-list ul li {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .word-list ul li {
    font-size: calc(24px + 48 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .word-list ul li {
    font-size: 72px;
  }
}
.word-list ul li:not(:last-of-type) {
  padding-right: 1em;
  position: relative;
}
.word-list ul li:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  background: #000;
  width: 12px;
  height: 9px;
  border-radius: 50%;
}

/* Animated Image
--------------------------------------------- */
.anim-img {
  overflow: hidden;
  background-image: linear-gradient(226deg, #004254 0%, #7F9EA3 48%, #B6C8CA 100%);
  /*
  img{
  	opacity:0;
  	transform:scale(1.05);
  	transition: all ease-in-out 1.25s;
  	transition-delay:0.5s;
  }
  &.active{
  	img{
  		opacity:1;
  		transform:scale(1);	
  	}
  }
  */
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Plugins
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/* PAGES
--------------------------------------------- */
/*
*
*
* HOME - COVER
*
*
*/
#home-cover {
  width: 100%;
  height: 66vh;
  max-height: 1200px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (min-width : 768px) and (orientation: portrait) {
  #home-cover {
    height: 66vh;
  }
}
@media only screen and (min-width : 768px) and (orientation: landscape) {
  #home-cover {
    height: 100vh;
  }
}

#home-cover__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(226deg, #004254 0%, #7F9EA3 48%, #B6C8CA 100%);
}
#home-cover__bg img {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 2s;
  transition-delay: 0.5s;
}
#home-cover__bg.loaded img {
  opacity: 1;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  -webkit-transform: scale3d(1.025, 1.025, 1.025);
          transform: scale3d(1.025, 1.025, 1.025);
}

#home-cover__logo {
  opacity: 0;
  width: 65%;
  max-width: 750px;
  -webkit-transform: scale3d(0.975, 0.975, 0.975);
          transform: scale3d(0.975, 0.975, 0.975);
  transition: all ease-in-out 2.25s;
  transition-delay: 0.75s;
}
#home-cover__logo.loaded {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

#home-cover__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
}
@media only screen and (min-width : 768px) {
  #home-cover__scroll {
    bottom: 60px;
  }
}

/*
*
*
* HOME - INTRO
*
*
*/
#home-intro {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(240px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(150px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #home-intro {
    padding-top: calc(240px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(150px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #home-intro {
    padding-top: 240px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
  }
}
#home-intro:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width : 1024px) {
  #home-intro {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#home-intro__text {
  padding: 0 20px 0 20px;
}
#home-intro__text .label {
  display: block;
  color: #000;
}
#home-intro__text h2 {
  padding: 0 0 0.35em 0;
}
@media only screen and (min-width : 768px) {
  #home-intro__text {
    padding: 0 60px;
  }
  #home-intro__text .label, #home-intro__text .subhead {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@media only screen and (min-width : 1024px) {
  #home-intro__text {
    width: 65%;
    padding: 0 80px 0 90px;
  }
  #home-intro__text .label, #home-intro__text .subhead {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #home-intro__text p {
    padding-left: 40px;
  }
}
@media only screen and (min-width : 1280px) {
  #home-intro__text {
    padding: 0 90px 0 150px;
  }
  #home-intro__text p {
    padding-left: 60px;
  }
}

#home-intro__img {
  width: 35%;
  margin: 40px 20px 0 0;
  float: left;
  position: relative;
}
#home-intro__img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
  background-size: 100% 10px;
}
@media only screen and (min-width : 1024px) {
  #home-intro__img:before {
    background-size: 100% 14px;
  }
}
#home-intro__img #letter {
  position: absolute;
  z-index: 10;
  top: -80px;
  right: 0px;
  width: 120px;
}
#home-intro__img #lrg-img, #home-intro__img #sml-img {
  width: calc(100% - 15px);
}
#home-intro__img #lrg-img > div {
  position: relative;
}
#home-intro__img #lrg-img > div:before {
  content: "";
  display: block;
  padding-top: 175%;
}
#home-intro__img #lrg-img > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-intro__img #sml-img {
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
}
#home-intro__img #sml-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#home-intro__img #sml-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  #home-intro__img {
    margin: 40px 80px 0 0;
  }
  #home-intro__img:before {
    display: none;
  }
  #home-intro__img #letter {
    width: 160px;
    top: -120px;
  }
  #home-intro__img #lrg-img {
    position: relative;
  }
  #home-intro__img #lrg-img:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    -webkit-transform: translateX(15px) translateY(15px);
            transform: translateX(15px) translateY(15px);
    background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
    background-size: 100% 10px;
  }
}
@media only screen and (min-width : 768px) and (min-width : 1024px) {
  #home-intro__img #lrg-img:after {
    background-size: 100% 14px;
  }
}
@media only screen and (min-width : 768px) {
  #home-intro__img #sml-img {
    width: 180px;
    margin-top: -90px;
    margin-left: auto;
  }
}
@media only screen and (min-width : 1024px) {
  #home-intro__img {
    float: none;
    margin: 120px 0 0 0;
  }
  #home-intro__img #letter {
    width: 240px;
    top: -190px;
    right: -20px;
  }
  #home-intro__img #lrg-img > div {
    position: relative;
  }
  #home-intro__img #lrg-img > div:before {
    content: "";
    display: block;
    padding-top: 150%;
  }
  #home-intro__img #lrg-img > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-intro__img #lrg-img:after {
    -webkit-transform: translateX(30px) translateY(30px);
            transform: translateX(30px) translateY(30px);
  }
  #home-intro__img #sml-img {
    width: 240px;
    margin-top: -120px;
    margin-right: -40px;
  }
}
@media only screen and (min-width : 1280px) {
  #home-intro__img #lrg-img > div {
    position: relative;
  }
  #home-intro__img #lrg-img > div:before {
    content: "";
    display: block;
    padding-top: 150%;
  }
  #home-intro__img #lrg-img > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-intro__img #lrg-img:after {
    -webkit-transform: translateX(45px) translateY(45px);
            transform: translateX(45px) translateY(45px);
  }
  #home-intro__img #sml-img {
    width: 300px;
    margin-top: -150px;
    margin-right: -80px;
  }
}

#home-intro__video {
  width: 100%;
  padding-top: calc(240px * 0.3333333333);
  padding-right: calc(150px * 0.3333333333);
  padding-bottom: calc(180px * 0.3333333333);
  padding-left: calc(150px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #home-intro__video {
    padding-top: calc(240px * 0.6666666667);
    padding-right: calc(150px * 0.6666666667);
    padding-bottom: calc(180px * 0.6666666667);
    padding-left: calc(150px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #home-intro__video {
    padding-top: 240px;
    padding-right: 150px;
    padding-bottom: 180px;
    padding-left: 150px;
  }
}

/*
*
*
* HOME - AMANYARA
*
*
*/
#home-amanyara {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
}

#home-amanyara__top {
  position: relative;
  padding-top: calc(180px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #home-amanyara__top {
    padding-top: calc(180px * 0.5);
    padding-right: calc(0px * 0.5);
    padding-bottom: calc(0px * 0.5);
    padding-left: calc(0px * 0.5);
  }
}
@media only screen and (min-width : 1024px) {
  #home-amanyara__top {
    padding-top: 180px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width : 768px) {
  #home-amanyara__top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 12.5%;
    width: 37.5%;
    height: 100%;
    background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
    background-size: 100% 10px;
  }
}
@media only screen and (min-width : 768px) and (min-width : 1024px) {
  #home-amanyara__top:before {
    background-size: 100% 14px;
  }
}

#home-amanyara__slider .slick-slide {
  position: relative;
}
#home-amanyara__slider .slick-slide:before {
  content: "";
  display: block;
  padding-top: 60%;
}
#home-amanyara__slider .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__slider {
    width: 75%;
  }
  #home-amanyara__slider .slick-slide {
    position: relative;
  }
  #home-amanyara__slider .slick-slide:before {
    content: "";
    display: block;
    padding-top: 55%;
  }
  #home-amanyara__slider .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#home-amanyara__slider__controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__slider__controls {
    right: 25%;
  }
}

#home-amanyara__content {
  position: relative;
}
#home-amanyara__content > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#home-amanyara__overview, #home-amanyara__details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
#home-amanyara__overview .text, #home-amanyara__details .text {
  width: 100%;
  padding: 45px;
}
#home-amanyara__overview .text p:last-of-type, #home-amanyara__details .text p:last-of-type {
  margin-bottom: 0;
}
#home-amanyara__overview .text h2, #home-amanyara__details .text h2 {
  padding-bottom: 0.4em;
}
#home-amanyara__overview .text p, #home-amanyara__details .text p {
  line-height: 2em;
}
#home-amanyara__overview .text ul, #home-amanyara__details .text ul {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#home-amanyara__overview .text ul, #home-amanyara__details .text ul {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #home-amanyara__overview .text ul, #home-amanyara__details .text ul {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #home-amanyara__overview .text ul, #home-amanyara__details .text ul {
    font-size: 14px;
  }
}
#home-amanyara__overview .text ul, #home-amanyara__details .text ul {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  #home-amanyara__overview .text ul, #home-amanyara__details .text ul {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #home-amanyara__overview .text ul, #home-amanyara__details .text ul {
    font-size: 14px;
  }
}
#home-amanyara__overview .text ul li, #home-amanyara__details .text ul li {
  line-height: 1.75em;
}
#home-amanyara__overview .text ul li:nth-of-type(n+2), #home-amanyara__details .text ul li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
#home-amanyara__overview .left-img, #home-amanyara__overview .right-img, #home-amanyara__details .left-img, #home-amanyara__details .right-img {
  position: relative;
  width: 50%;
}
#home-amanyara__overview .left-img:before, #home-amanyara__overview .right-img:before, #home-amanyara__details .left-img:before, #home-amanyara__details .right-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#home-amanyara__overview .left-img img, #home-amanyara__overview .right-img img, #home-amanyara__details .left-img img, #home-amanyara__details .right-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-amanyara__overview .right-img, #home-amanyara__details .right-img {
  margin-left: 50%;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__overview .text, #home-amanyara__details .text {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  #home-amanyara__overview .left-img, #home-amanyara__overview .right-img, #home-amanyara__details .left-img, #home-amanyara__details .right-img {
    width: 100%;
  }
}
@media only screen and (min-width : 1024px) {
  #home-amanyara__overview .text, #home-amanyara__details .text {
    padding: 60px 15%;
  }
}
@media only screen and (min-width : 1440px) {
  #home-amanyara__overview .text, #home-amanyara__details .text {
    padding: 60px 17.5%;
  }
}

#home-amanyara__overview .text {
  background: #D9C8B2;
}
#home-amanyara__overview .text h2 span {
  display: block;
  letter-spacing: normal;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__overview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". top text text" "bot . text text";
  }
  #home-amanyara__overview .text {
    grid-area: text;
  }
  #home-amanyara__overview .left-img {
    grid-area: bot;
  }
  #home-amanyara__overview .right-img {
    grid-area: top;
    margin: 0;
  }
}

#home-amanyara__details .text {
  background: #FAF7F3;
}
#home-amanyara__details .text .button {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin-top: 1.5em;
  margin-left: auto;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "text text . top" "text text bot .";
  }
  #home-amanyara__details .text {
    grid-area: text;
  }
  #home-amanyara__details .left-img {
    grid-area: bot;
  }
  #home-amanyara__details .right-img {
    grid-area: top;
    margin: 0;
  }
}

#home-amanyara__bottom > div {
  position: relative;
}
#home-amanyara__bottom > div:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#home-amanyara__bottom > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  #home-amanyara__bottom {
    position: relative;
  }
  #home-amanyara__bottom > div {
    width: 50%;
    margin-left: 50%;
  }
}

/*
*
*
* HOME - FACILITATORS
*
*
*/
#home-facilitators {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  position: relative;
}
#home-facilitators:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 12.5%;
  width: 37.5%;
  height: 100%;
  background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
  background-size: 100% 10px;
}
@media only screen and (min-width : 1024px) {
  #home-facilitators:before {
    background-size: 100% 14px;
  }
}

#home-facilitators__content {
  padding-top: calc(320px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(240px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #home-facilitators__content {
    padding-top: calc(320px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(240px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #home-facilitators__content {
    padding-top: 320px;
    padding-right: 0px;
    padding-bottom: 240px;
    padding-left: 0px;
  }
}
@media only screen and (min-width : 768px) {
  #home-facilitators__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
            align-items: center;
  }
}

#home-facilitators__img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
#home-facilitators__img > div {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: 50%;
  position: relative;
}
#home-facilitators__img > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#home-facilitators__img > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-facilitators__img > div:first-of-type {
  margin-top: -20px;
}
@media only screen and (min-width : 768px) {
  #home-facilitators__img {
    width: 25%;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0;
  }
  #home-facilitators__img > div {
    width: 100%;
  }
  #home-facilitators__img > div:first-of-type {
    margin: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

#home-facilitators__text {
  background: white;
  padding: 60px 40px;
}
#home-facilitators__text h2 {
  padding-bottom: 0.4em;
}
#home-facilitators__text .button {
  display: table;
  margin-top: 1.5em;
  margin-left: auto;
}
@media only screen and (min-width : 768px) {
  #home-facilitators__text {
    width: 75%;
    padding: 12.5% 12.5% 12.5% 18.75%;
  }
}
@media only screen and (min-width : 1024px) {
  #home-facilitators__text {
    width: 75%;
    padding: 15% 12.5% 18.75% 25%;
  }
  #home-facilitators__text h2 {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}

/*
*
*
* HOME - PROGRAM
*
*
*/
#home-program {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(400px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
  position: relative;
}
@media only screen and (min-width : 768px) {
  #home-program {
    padding-top: calc(400px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #home-program {
    padding-top: 400px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
#home-program:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 12.5%;
  width: 37.5%;
  height: 100%;
  background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
  background-size: 100% 10px;
}
@media only screen and (min-width : 1024px) {
  #home-program:before {
    background-size: 100% 14px;
  }
}

#home-program__content {
  position: relative;
}
#home-program__content > img {
  position: absolute;
  z-index: -1;
  top: 50vw;
  left: 0;
  width: 100%;
  height: calc(100% - 50vw);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (min-width : 768px) {
  #home-program__content img {
    height: 100%;
    top: 0;
    width: 75%;
    left: 25%;
  }
}

#home-program__overview, #home-program__details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
#home-program__overview .text, #home-program__details .text {
  width: 100%;
  padding: 45px;
}
#home-program__overview .text p:last-of-type, #home-program__details .text p:last-of-type {
  margin-bottom: 0;
}
#home-program__overview .text h2, #home-program__details .text h2 {
  padding-bottom: 0.4em;
}
#home-program__overview .text p, #home-program__details .text p {
  line-height: 2em;
}
#home-program__overview .text ul, #home-program__details .text ul {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#home-program__overview .text ul, #home-program__details .text ul {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #home-program__overview .text ul, #home-program__details .text ul {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #home-program__overview .text ul, #home-program__details .text ul {
    font-size: 14px;
  }
}
#home-program__overview .text ul, #home-program__details .text ul {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  #home-program__overview .text ul, #home-program__details .text ul {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #home-program__overview .text ul, #home-program__details .text ul {
    font-size: 14px;
  }
}
#home-program__overview .text ul li, #home-program__details .text ul li {
  line-height: 1.75em;
}
#home-program__overview .text ul li:nth-of-type(n+2), #home-program__details .text ul li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
#home-program__overview .left-img, #home-program__overview .right-img, #home-program__details .left-img, #home-program__details .right-img {
  position: relative;
  width: 50%;
}
#home-program__overview .left-img:before, #home-program__overview .right-img:before, #home-program__details .left-img:before, #home-program__details .right-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#home-program__overview .left-img img, #home-program__overview .right-img img, #home-program__details .left-img img, #home-program__details .right-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-program__overview .right-img, #home-program__details .right-img {
  margin-left: 50%;
}
@media only screen and (min-width : 768px) {
  #home-program__overview .text, #home-program__details .text {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: center;
            justify-content: center;
  }
  #home-program__overview .left-img, #home-program__overview .right-img, #home-program__details .left-img, #home-program__details .right-img {
    width: 100%;
  }
}
@media only screen and (min-width : 1024px) {
  #home-program__overview .text, #home-program__details .text {
    padding: 60px 15%;
  }
}
@media only screen and (min-width : 1440px) {
  #home-program__overview .text, #home-program__details .text {
    padding: 60px 17.5%;
  }
}

#home-program__overview .text {
  background: #F2E9DD;
}
#home-program__overview .text h2 span {
  display: block;
  font-size: 0.35em;
  padding-top: 0.35em;
  letter-spacing: 0.125em;
}
#home-program__overview .text .button {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin-top: 1.5em;
  margin-left: auto;
}
@media only screen and (min-width : 768px) {
  #home-program__overview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". top text text" "bot . text text";
  }
  #home-program__overview .text {
    grid-area: text;
  }
  #home-program__overview .left-img {
    grid-area: bot;
  }
  #home-program__overview .right-img {
    grid-area: top;
    margin: 0;
  }
}

#home-program__details .text {
  background: #D9C8B2;
}
@media only screen and (min-width : 768px) {
  #home-program__details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "text text . top" "text text bot .";
  }
  #home-program__details .text {
    grid-area: text;
  }
  #home-program__details .left-img {
    grid-area: bot;
  }
  #home-program__details .right-img {
    grid-area: top;
    margin: 0;
  }
}

#home-program__bottom > div {
  position: relative;
}
#home-program__bottom > div:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#home-program__bottom > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 768px) {
  #home-program__bottom {
    position: relative;
  }
  #home-program__bottom > div {
    width: 50%;
    margin-left: 50%;
  }
}

body.page-template-page-location #page {
  overflow: hidden;
}

/*
*
*
* LOCATION - BANNER
*
*
*/
#location-banner {
  height: 66vh;
  max-height: 1200px;
}
@media only screen and (min-width : 768px) and (orientation: portrait) {
  #location-banner {
    height: 66vh;
  }
}
@media only screen and (min-width : 768px) and (orientation: landscape) {
  #location-banner {
    height: 100vh;
  }
}
#location-banner > img {
  z-index: -1;
}

#location-banner__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 36px;
}
@media only screen and (min-width : 768px) {
  #location-banner__scroll {
    bottom: 60px;
  }
}

/*
*
*
* LOCATION - INTRO
*
*
*/
#location-intro {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(180px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(180px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-intro {
    padding-top: calc(180px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(180px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-intro {
    padding-top: 180px;
    padding-right: 100px;
    padding-bottom: 180px;
    padding-left: 100px;
  }
}
@media only screen and (min-width : 1024px) {
  #location-intro {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

#location-intro__text h1 {
  padding-bottom: 0.4em;
}
@media only screen and (min-width : 1024px) {
  #location-intro__text {
    -webkit-order: 2;
            order: 2;
    width: 50%;
  }
}

#location-intro__highlights ul {
  background: #F7F0E6;
  margin: 0;
  padding: 30px 60px;
  list-style: none;
}
#location-intro__highlights ul li {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#location-intro__highlights ul li:before {
  content: "■";
  display: block;
  width: 1em;
  color: #7C4B6F;
  position: absolute;
  top: 0.02em;
  left: calc(-15px - 0.5em);
}
#location-intro__highlights ul li {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #location-intro__highlights ul li {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #location-intro__highlights ul li {
    font-size: 14px;
  }
}
#location-intro__highlights ul li:nth-of-type(n+2) {
  margin-top: 1em;
}
@media only screen and (min-width : 1024px) {
  #location-intro__highlights {
    -webkit-order: 1;
            order: 1;
    width: 42.5%;
  }
}
@media only screen and (min-width : 1280px) {
  #location-intro__highlights {
    width: 40%;
  }
  #location-intro__highlights ul {
    padding: 60px 75px;
  }
  #location-intro__highlights ul li:nth-of-type(n+2) {
    margin-top: 1.25em;
  }
}

/*
*
*
* LOCATION - SLIDER
*
*
*/
#location-accomm {
  padding-top: calc(90px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-accomm {
    padding-top: calc(90px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm {
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}
#location-accomm h2 {
  padding-bottom: 0.4em;
}
@media only screen and (min-width : 1024px) {
  #location-accomm {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #location-accomm h2 {
    width: 100%;
  }
}
@media only screen and (min-width : 1700px) {
  #location-accomm {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
    margin-left: -850px;
  }
}

#location-accomm__text {
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-accomm__text {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__text {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__text {
    width: 40%;
  }
}
@media only screen and (min-width : 1440px) {
  #location-accomm__text {
    width: 480px;
  }
}

#location-accomm__images {
  margin-top: 45px;
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(90px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
  position: relative;
}
@media only screen and (min-width : 768px) {
  #location-accomm__images {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(90px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__images {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
  }
}
#location-accomm__images:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0px;
  width: 75%;
  height: 100%;
  background: linear-gradient(to bottom, #F2E9DD, #F2E9DD 50%, transparent 50%, transparent);
  background-size: 100% 10px;
}
@media only screen and (min-width : 1024px) {
  #location-accomm__images:before {
    background-size: 100% 14px;
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__images {
    margin: 0;
    -webkit-align-self: flex-start;
            align-self: flex-start;
    width: 60%;
  }
}
@media only screen and (min-width : 1440px) {
  #location-accomm__images {
    width: calc(100% - 480px);
  }
}

#location-accomm__slider__controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  padding-top: calc(30px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(30px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-accomm__slider__controls {
    padding-top: calc(30px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(30px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__slider__controls {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}

#location-controls__count {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  margin-left: 20px;
  color: #7F9EA3;
}
#location-controls__count {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #location-controls__count {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #location-controls__count {
    font-size: 14px;
  }
}

#location-accomm__images .slick-slide {
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(60px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
  max-width: 80vw;
}
@media only screen and (min-width : 768px) {
  #location-accomm__images .slick-slide {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(60px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__images .slick-slide {
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
#location-accomm__images .slick-slide img {
  max-height: 300px;
}
@media only screen and (min-width : 768px) {
  #location-accomm__images .slick-slide img {
    max-height: 400px;
  }
}
@media only screen and (min-width : 1024px) {
  #location-accomm__images .slick-slide img {
    max-height: 480px;
  }
}
@media only screen and (min-width : 1700px) {
  #location-accomm__images .slick-slide img {
    max-height: 600px;
  }
}

/*
*
*
* LOCATION - AMENITIES
*
*
*/
#location-amenities {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(180px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(180px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-amenities {
    padding-top: calc(180px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(180px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-amenities {
    padding-top: 180px;
    padding-right: 100px;
    padding-bottom: 180px;
    padding-left: 100px;
  }
}

/*
*
*
* LOCATION - DINING
*
*
*/
#location-dining {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media only screen and (min-width : 1024px) {
  #location-dining {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

#location-dining__img {
  -webkit-order: 1;
          order: 1;
}
@media only screen and (min-width : 1024px) {
  #location-dining__img {
    -webkit-order: 2;
            order: 2;
    width: 62.5%;
    position: relative;
  }
  #location-dining__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#location-dining__text {
  -webkit-order: 2;
          order: 2;
  background: #D9C8B2;
  padding: 40px;
}
#location-dining__text p:last-of-type {
  margin-bottom: 0;
}
#location-dining__text h2 {
  padding-bottom: 0.3em;
}
@media only screen and (min-width : 768px) {
  #location-dining__text {
    padding: 90px 60px;
  }
}
@media only screen and (min-width : 1024px) {
  #location-dining__text {
    -webkit-order: 1;
            order: 1;
    width: 37.5%;
    min-height: 700px;
    padding: 120px 60px;
  }
}
@media only screen and (min-width : 1440px) {
  #location-dining__text {
    padding: 120px 90px;
  }
}

/*
*
*
* LOCATION - ACTIVITIES
*
*
*/
#location-activities {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(180px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #location-activities {
    padding-top: calc(180px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #location-activities {
    padding-top: 180px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}

/*
*
*
* FACILITATORS - LIST
*
*
*/
#facilitators-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #facilitators-list {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #facilitators-list {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}

.facilitator {
  margin-bottom: 60px;
}
@media only screen and (min-width : 1024px) {
  .facilitator {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media only screen and (min-width : 1280px) {
  .facilitator {
    margin-bottom: 80px;
  }
}

.facilitator-img {
  float: left;
  width: 50%;
  margin: 0 20px 0px 0;
  position: relative;
}
.facilitator-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.facilitator-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width : 640px) {
  .facilitator-img {
    width: 40%;
    margin: 0 40px 30px 0;
  }
}
@media only screen and (min-width : 1024px) {
  .facilitator-img {
    width: 360px;
    margin: 0;
    float: none;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
}
@media only screen and (min-width : 1280px) {
  .facilitator-img {
    width: 540px;
  }
}
@media only screen and (min-width : 1440px) {
  .facilitator-img {
    width: 600px;
  }
}

.facilitator-text h2 {
  display: inline;
}
@media only screen and (min-width : 1024px) {
  .facilitator-text {
    padding-left: 40px;
    width: calc(100% - 360px);
  }
  .facilitator-text h2 {
    display: block;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width : 1280px) {
  .facilitator-text {
    padding-left: 60px;
  }
  .facilitator-text h2 {
    padding-bottom: 24px;
  }
}

.facilitator-text__scroll {
  padding-top: 15px;
}
@media only screen and (min-width : 1024px) {
  .facilitator-text__scroll {
    padding: 0;
    height: 310px;
    overflow: scroll;
    padding-right: 20px;
  }
}
@media only screen and (min-width : 1280px) {
  .facilitator-text__scroll {
    height: 300px;
    padding-right: 30px;
  }
}
@media only screen and (min-width : 1440px) {
  .facilitator-text__scroll {
    height: 355px;
  }
}

/*
*
*
* INVESTMENT
*
*
*/
#investment-highlights {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
}

/*
*
*
* DETAILS
*
*
*/
#details-faq {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #details-faq {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #details-faq {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}

/*
*
*
* INVESTMENT
*
*
*/
#program-highlights {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
}

body.page-template-page-gallery .intro-text {
  max-width: 100%;
}

/*
*
*
* GALLERY - CONTROLS
*
*
*/
#gallery-controls {
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(30px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (min-width : 768px) {
  #gallery-controls {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(30px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #gallery-controls {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-left: 100px;
  }
}

/*
*
*
* GALLERY - SLIDER
*
*
*/
#gallery {
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(180px * 0.3333333333);
  padding-left: calc(0px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #gallery {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(180px * 0.6666666667);
    padding-left: calc(0px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #gallery {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 180px;
    padding-left: 0px;
  }
}

#gallery-controls__count {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  margin-left: 20px;
}
#gallery-controls__count {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gallery-controls__count {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #gallery-controls__count {
    font-size: 14px;
  }
}

#gallery-slider .slick-slide {
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(0px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
  max-width: 80vw;
}
@media only screen and (min-width : 768px) {
  #gallery-slider .slick-slide {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(0px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #gallery-slider .slick-slide {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}
#gallery-slider .slick-slide img {
  max-height: 300px;
}
@media only screen and (min-width : 768px) {
  #gallery-slider .slick-slide img {
    max-height: 400px;
  }
}
@media only screen and (min-width : 1024px) {
  #gallery-slider .slick-slide img {
    max-height: 480px;
  }
}
@media only screen and (min-width : 1700px) {
  #gallery-slider .slick-slide img {
    max-height: 600px;
  }
}

/*
*
*
* CONTACT
*
*
*/
#contact {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  padding-top: calc(0px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(0px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #contact {
    padding-top: calc(0px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(0px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #contact {
    padding-top: 0px;
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
}
@media only screen and (min-width : 1024px) {
  #contact {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

#contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact-info ul li {
  padding-bottom: 5px;
}
#contact-info ul li {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  #contact-info ul li {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #contact-info ul li {
    font-size: 12px;
  }
}
@media only screen and (min-width : 1280px) {
  #contact-info ul li {
    padding-bottom: 10px;
  }
}
#contact-info ul li a {
  text-decoration: none;
}
#contact-info ul li span:first-of-type {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#contact-info ul li span:first-of-type {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #contact-info ul li span:first-of-type {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #contact-info ul li span:first-of-type {
    font-size: 14px;
  }
}
#contact-info ul li span:last-of-type {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  #contact-info ul li span:last-of-type {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #contact-info ul li span:last-of-type {
    font-size: 16px;
  }
}
#contact-info ul#contact-info__social {
  padding-top: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#contact-info ul#contact-info__social li:nth-of-type(n+2) {
  margin-left: 12px;
}
@media only screen and (min-width : 1280px) {
  #contact-info ul#contact-info__social li:nth-of-type(n+2) {
    margin-left: 18px;
  }
}
#contact-info ul#contact-info__social li a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #contact-info ul#contact-info__social li a {
    font-size: calc(12px + 1 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #contact-info ul#contact-info__social li a {
    font-size: 13px;
  }
}
@media only screen and (min-width : 1024px) {
  #contact-info {
    width: 35%;
    padding-top: 20px;
  }
}

@media only screen and (min-width : 1024px) {
  #contact-form {
    width: 65%;
  }
}

#gform_wrapper_1 {
  margin: 0 !important;
}
#gform_wrapper_1 .gfield {
  margin: 0 0 15px 0;
}
#gform_wrapper_1 .gfield_label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
}
#gform_wrapper_1 .gfield_label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .gfield_label {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #gform_wrapper_1 .gfield_label {
    font-size: 14px;
  }
}
#gform_wrapper_1 .top_label div.ginput_container, #gform_wrapper_1 .top_label .ginput_complex {
  margin-top: 5px !important;
}
#gform_wrapper_1 .ginput_container input {
  border-radius: 0px;
}
#gform_wrapper_1 .ginput_complex.ginput_container label {
  text-transform: lowercase;
  font-style: italic;
}
#gform_wrapper_1 .gform_footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
#gform_wrapper_1 .validation_error {
  margin-bottom: 0;
  background: #F2E9DD;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  border: none;
}
#gform_wrapper_1 .validation_error {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #gform_wrapper_1 .validation_error {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  #gform_wrapper_1 .validation_error {
    font-size: 14px;
  }
}
#gform_wrapper_1 li.gfield.gfield_error {
  border: none;
  background-color: white;
}
#gform_wrapper_1 li.gfield.gfield_error .validation_message {
  padding-top: 5px;
  color: #82837F;
}
#gform_wrapper_1 li.gfield.gfield_error .gfield_label, #gform_wrapper_1 li.gfield.gfield_error div.ginput_complex.ginput_container label {
  color: #82837F;
}
#gform_wrapper_1 li.gfield.gfield_error div.ginput_complex.ginput_container label {
  margin-bottom: 0;
}
#gform_wrapper_1 li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_1 li.gfield.gfield_error .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ccc;
  outline: 5px solid #C3E0E0;
}

/*
*
* SITEMAP
*
*/
#sitemap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(300px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(300px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #sitemap {
    padding-top: calc(300px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(300px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #sitemap {
    padding-top: 300px;
    padding-right: 100px;
    padding-bottom: 300px;
    padding-left: 100px;
  }
}
#sitemap h1 {
  padding-bottom: 0.4em;
}
#sitemap ul {
  margin: 0;
}

/*
*
* 404
*
*/
#error-404 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding-top: calc(300px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(300px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  #error-404 {
    padding-top: calc(300px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(300px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  #error-404 {
    padding-top: 300px;
    padding-right: 100px;
    padding-bottom: 300px;
    padding-left: 100px;
  }
}

article {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: calc(300px * 0.3333333333);
  padding-right: calc(100px * 0.3333333333);
  padding-bottom: calc(300px * 0.3333333333);
  padding-left: calc(100px * 0.3333333333);
}
@media only screen and (min-width : 768px) {
  article {
    padding-top: calc(300px * 0.6666666667);
    padding-right: calc(100px * 0.6666666667);
    padding-bottom: calc(300px * 0.6666666667);
    padding-left: calc(100px * 0.6666666667);
  }
}
@media only screen and (min-width : 1024px) {
  article {
    padding-top: 300px;
    padding-right: 100px;
    padding-bottom: 300px;
    padding-left: 100px;
  }
}
article h1 {
  padding-bottom: 0.4em;
}
article h2 {
  padding-bottom: 0.4em;
}
article h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Overpass", sans-serif;
  padding-bottom: 0.4em;
}
article h3 {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  article h3 {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  article h3 {
    font-size: 14px;
  }
}

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