@charset "UTF-8";
/* Responsive Font size */
/* Responsive Padding */
/* Responsive Padding */
html {
  height: 100%;
  background-color: #FDFAF4;
}

main {
  overflow: hidden;
}

* {
  outline: none !important;
}

a {
  color: unset;
  text-decoration: unset;
}

.b-lazy:not(.b-loaded) {
  background-image: url(/assets/img/bg/placeholder.svg);
}

.center-background {
  background-size: cover;
  background-position: center;
}

body {
  font-family: "Lato-Regular";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

.top-zig-zag {
  background-image: url(/assets/img/icons/Zig-zag.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 14px;
}

body, .nav {
  max-width: 2500px;
  margin: 0 auto !important;
}

main {
  margin-top: 75px;
}

.umb-overlay.umb-overlay-target {
  width: 600px;
}

.matryoshka-tabs-list,
.umb-editor-sub-header {
  z-index: 7000;
}

/*------------------------------------|
|	Fonts                               |
|------------------------------------*/
/* DMSerifDisplay-400 - regular */
@font-face {
  font-family: "DMSerifDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("DMSerifDisplay-Regular"), local("DMSerifDisplay-Regular"), url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: 300;
  src: local("Lato-Light"), local("Lato-Light"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
}
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Lato-Regular"), local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 600;
  src: local("Lato-Bold"), local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "DMSerifDisplay-Regular";
  margin-top: 0px;
}

.font-regular {
  font-family: "Lato-Regular";
}

.font-heading {
  font-family: "DMSerifDisplay-Regular";
}

p {
  line-height: 1.33;
  margin-top: 0px;
}

h1,
.heading-1 {
  font-size: 50px;
  margin-bottom: 16px;
  padding-bottom: 0px;
  line-height: 1.23;
  font-weight: 400;
}
@media (max-width: 1023px) {
  h1,
.heading-1 {
    font-size: 30px;
  }
}

.heading-1-1 {
  font-size: 60px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 1.23;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .heading-1-1 {
    font-size: 32px;
  }
}

h2,
.heading-2 {
  font-size: 32px;
  line-height: 1.23;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h2,
.heading-2 {
    font-size: 26px;
  }
}

h3,
.heading-3 {
  font-size: 27px;
  line-height: 1.23;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h3,
.heading-3 {
    font-size: 22px;
  }
}

h4,
.heading-4 {
  font-size: 21px;
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h4,
.heading-4 {
    font-size: 20px;
  }
}

h5,
.heading-5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h5,
.heading-5 {
    font-size: 18px;
  }
}

h6,
.heading-6 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  h6,
.heading-6 {
    font-size: 16px;
  }
}

.heading-7 {
  font-size: 14px;
  font-weight: 500;
}

.light {
  font-family: "Lato-Light";
}

.bold {
  font-family: "Lato-Bold";
}

img[data-src] {
  opacity: 0;
}

img.loaded {
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.lazy {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.loaded {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: right;
  right: 50%;
  transform: translateX(50%);
}
.slick-dots {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1920px) {
  .slick-dots {
    padding-top: calc(
                20px +
                30 *
                (100vw - 360px) /
                1560
        );
    padding-bottom: calc(
                20px +
                30 *
                (100vw - 360px) /
                1560
        );
  }
}
@media (min-width: 1920px) {
  .slick-dots {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border: 2px solid #fff;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  transition: background-color 0.3s cubic-bezier(0.18, 0.83, 0.64, 0.97);
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

/*------------------------------------|
|	Content Wrap                        |
|------------------------------------*/
/*---- Limits width of content, adds side padding, & allows background colours to extend to screen edge ----*/
.section-container {
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1920px) {
  .section-container {
    padding-left: calc(
                15px +
                39 *
                (100vw - 360px) /
                1560
        );
    padding-right: calc(
                15px +
                39 *
                (100vw - 360px) /
                1560
        );
  }
}
@media (min-width: 1920px) {
  .section-container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
.section-container.fluid {
  max-width: 1680px;
}
@media (max-width: 767px) {
  .section-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .section-container.mobile-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-container.center {
  text-align: center;
}
.section-container.half {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1920px) {
  .section-container.half {
    padding-left: calc(
                15px +
                10 *
                (100vw - 360px) /
                1560
        );
    padding-right: calc(
                15px +
                10 *
                (100vw - 360px) /
                1560
        );
  }
}
@media (min-width: 1920px) {
  .section-container.half {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-container.maxWidth--1240 {
  max-width: 1240px;
}
.footer__wrapper {
  background-color: #000000;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 40px 0px;
}

.footer__title {
  margin-bottom: 30px;
}
.footer__title p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .footer__title p {
    font-size: 18px;
  }
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__links__ul {
  margin-top: 40px;
  display: flex;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1279px) {
  .footer__links__ul {
    flex-direction: column;
    text-align: center;
  }
}

.footer__links__li {
  padding: 0px 20px;
  position: relative;
}
@media (max-width: 1279px) {
  .footer__links__li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .footer__links__li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #C0C0C0;
  }
}
.footer__links__li a {
  text-decoration: none;
  color: #C0C0C0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  .footer__links__li a {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .footer__links__li a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
  }
  .footer__links__li a:hover {
    opacity: 0.8;
  }
  .footer__links__li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.footer__links__li:last-child::after {
  content: "";
  width: 0px;
}

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

.ra-button {
  display: inline-block;
  text-decoration: none;
  padding: 20px 50px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
.ra-button:focus {
  outline: none;
}

.ra-button--return {
  background-color: transparent;
  border: 2px solid #679b9b;
  color: #679b9b;
  background-image: url(/assets/img/icons/left-chevron.svg);
  background-repeat: no-repeat;
  background-position: 8px 22px;
  background-size: 14px;
}
@media (min-width: 1280px) {
  .ra-button--return:hover {
    background-color: #4a7171;
  }
}

.ra-button--pink {
  background-color: #E6C0BC;
  color: white;
}
@media (min-width: 1280px) {
  .ra-button--pink:hover {
    background-color: #d38f88;
  }
}

.ra-button--green {
  background-color: #679b9b;
  color: white;
}
@media (min-width: 1280px) {
  .ra-button--green:hover {
    background-color: #4a7171;
  }
}

.ra-button--white {
  background-color: #FFFFFF;
  color: #000000;
}
@media (min-width: 1280px) {
  .ra-button--white:hover {
    background-color: #dbdbdb;
  }
}

.group-nav {
  display: flex;
  flex-direction: column;
}
.group-nav img {
  display: block;
}

.group-nav__logo {
  cursor: pointer;
  background-color: #333333;
  padding: 10px;
  height: 55px;
}

.nav__expand {
  position: fixed;
  z-index: 7000;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
}

.nav__sidebar {
  width: 75px;
  background-color: #333333;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.4s ease-out;
  transform-origin: top;
}

.nav__sidebar.active {
  transform: scaleY(1);
}

.nav__main {
  position: relative;
  background-color: #000000;
  width: 0px;
  padding: 40px 0px 60px 0px;
  transition: all 0.4s ease-out;
  transform-origin: left;
}

.nav__main.active {
  width: 400px;
  padding: 40px 40px 40px 60px;
}
@media (max-width: 599px) {
  .nav__main.active {
    padding: 40px 40px 40px 20px;
  }
}

.nav__main__ul {
  padding-left: 0px;
  list-style: none;
}

.nav__title {
  color: #FFFFFF;
  padding-bottom: 30px;
  margin-bottom: 0px;
  font-size: 20px;
}
@media (max-width: 599px) {
  .nav__title {
    font-size: 16px;
  }
}

.nav__main__ul {
  margin: 0px;
}

.nav__main__li {
  margin-bottom: 22px;
}
.nav__main__li a {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  transition: 0.5s;
}
@media (max-width: 599px) {
  .nav__main__li a {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .nav__main__li a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
  }
  .nav__main__li a:hover {
    opacity: 0.8;
  }
  .nav__main__li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.nav__main__content {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.nav__main__content.active {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}

.header__inner {
  position: relative;
}

.section-container--header {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.header__content {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  height: 75px;
}
@media (max-width: 1279px) {
  .header__content {
    justify-content: space-between;
  }
}

@media (max-width: 1279px) {
  .secondary-menu {
    display: none;
  }
}

.secondary-menu__ul {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  list-style: none;
}

.secondary-menu__li a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  color: #000000;
}

.dropdown a {
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  margin-left: 33px;
  padding: 29px 0px;
}

.top-nav-item:hover {
  background: url(/assets/img/icons/Zig-zag-black.svg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  background-position: bottom;
}

.div-to-center-image {
  display: none;
}
@media (max-width: 1279px) {
  .div-to-center-image {
    display: block;
    width: 40px;
  }
}

.secondary-logo {
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .secondary-logo {
    position: unset;
    left: unset;
    transform: unset;
  }
}
@media (max-width: 599px) {
  .secondary-logo img {
    width: 150px;
  }
}

.secondary-menu ul {
  height: 75px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.secondary-menu li {
  display: block;
  float: left;
  height: 75px;
  padding: 0px 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.secondary-menu .dropdown li {
  background: white;
  min-width: 120px;
  padding: 0px;
  height: 52px;
  padding-right: 52px;
}
.secondary-menu .dropdown li:hover {
  background: #FDFAF4;
  cursor: pointer;
}
.secondary-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 150px;
  left: 0;
  display: none;
}
.secondary-menu ul li:hover > ul,
.secondary-menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.secondary-menu ul li ul li {
  clear: both;
  width: 100%;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  text-align: center;
  color: black;
}
.content h1 {
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 300;
}
.content h2 {
  font-size: 42px;
  font-weight: 100;
}

.menu-container {
  z-index: 6000;
  position: fixed;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
}
.menu ul {
  list-style: none;
  padding-left: 0px;
}
.menu ul li {
  font-size: 30px;
  color: white;
  min-height: 45px;
  padding: 15px;
  text-align: center;
}
.menu ul li a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
}
.menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}
.menu-sliders:nth-child(odd) {
  background: #333333;
}

.plus-btn-pos {
  display: none;
}
@media (max-width: 1279px) {
  .plus-btn-pos {
    display: block;
  }
}

.plus-btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #333333;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.plus-btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  transition: transform 0.3s;
  transition-delay: 0.5s;
}
.plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.plus-btn:hover {
  background: #333333;
}
.plus-btn:hover div {
  background: white;
}
.plus-btn:active {
  box-shadow: none;
}

body.menu-open .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}
body.menu-open .menu {
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
body.menu-open .plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.menu-open .plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

.menu-allergen-disclaimer {
  font-size: 9px;
  color: gainsboro;
  margin-top: 43px;
  padding: 0px 8px;
}

.menu-scroller-item {
  margin: 0px 5px;
}
.menu-scroller-item .ethical-flag {
  display: flex;
}
.menu-scroller-item h3 {
  font-size: 20px;
  margin: 11px 0px;
  text-transform: uppercase;
  color: #679b9b;
  font-family: "Lato-Regular";
}
.menu-scroller-item h4 p {
  font-size: 15px;
  font-family: "Lato-Regular";
}
.menu-scroller-item .image-section {
  height: 250px;
  background-position: center;
  background-size: cover;
}

.menus-header {
  height: 23vh;
  display: flex;
}
.menus-header .left-section {
  width: 50%;
  display: flex;
  align-items: center;
  background: #679b9b;
  display: flex;
}
.menus-header .left-section h1 {
  color: white;
  margin-left: 20%;
  font-size: 50px;
  color: white;
  margin-left: 20%;
  font-size: 53px;
  padding-bottom: 30px;
  background-image: url(/assets/img/icons/Zig-zag-white.svg);
  background-repeat: no-repeat;
  background-position: 0 85%;
  padding-top: 14px;
}
.menus-header .right-section {
  width: 50%;
}
@media (max-width: 1279px) {
  .menus-header .left-section {
    width: 100%;
  }
  .menus-header .left-section h1 {
    font-size: 35px;
    margin-left: 5%;
  }
  .menus-header .right-section {
    width: 0px;
  }
}

.ethical-section {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.3019607843);
}
.ethical-section img {
  margin-right: 5px;
}
.ethical-section p {
  margin: 0px;
  margin-right: 5px;
  line-height: 1;
}

.five-day {
  display: flex;
  align-items: center;
}

.see-all-title {
  color: #679b9b;
  font-size: 49px;
}
@media (max-width: 1279px) {
  .see-all-title {
    font-size: 27px;
  }
}

.group-title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 80%;
  padding: 50px 0px;
}
@media (max-width: 1279px) {
  .group-title-section {
    flex-direction: column;
  }
}
.group-title-section .see-all-button {
  text-transform: uppercase;
  cursor: pointer;
}

.group-title-title {
  font-size: 43px;
  margin: 0px;
  color: #679b9b;
}
@media (max-width: 1279px) {
  .group-title-title {
    margin-bottom: 16px;
  }
}

.see-all-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: white;
}
.see-all-modal .top-section {
  height: 15vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-scroller {
  margin-bottom: 60px;
}

.see-all-menu-container {
  height: 85vh;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 0px 128px;
}
.see-all-menu-container .menu-scroller-item {
  width: calc(33% - 12px);
  margin: 7px;
}
@media (max-width: 1279px) {
  .see-all-menu-container {
    padding: 0px;
  }
  .see-all-menu-container .menu-scroller-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }
}

.also-like-header {
  color: #679b9b;
  text-align: center;
  font-size: 39px;
  margin: 44px 0px;
}

.menu-main-content {
  display: flex;
}
@media (max-width: 1279px) {
  .menu-main-content {
    flex-direction: column-reverse;
  }
}
.menu-main-content .text-section {
  width: 50%;
  min-height: 92vh;
}
.menu-main-content .text-section .text-content {
  margin: 33px 109px;
}
.menu-main-content .text-section .text-content .ethical-section {
  margin-bottom: 22px;
}
.menu-main-content .text-section .text-content h1 {
  margin-top: 13%;
  color: #679b9b;
  font-size: 53px;
  margin-bottom: 18px;
}
.menu-main-content .text-section .text-content p {
  font-family: "Lato-Regular";
}
@media (max-width: 1279px) {
  .menu-main-content .text-section {
    width: 100%;
    min-height: unset;
  }
  .menu-main-content .text-section .text-content {
    margin: 10px;
  }
}
.menu-main-content .image-section {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1279px) {
  .menu-main-content .image-section {
    width: 100%;
    height: 200px;
  }
}

.ethical-flag {
  display: flex;
  align-items: center;
}

.energy-box {
  height: 53px;
  margin-top: 14px;
  width: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.energy-box div {
  text-align: center;
  margin-bottom: 6px;
}

.nutritional-box {
  display: flex;
  height: 53px;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  width: 65px;
  color: #FDFAF4;
}

.nutritional-item {
  margin-right: 10px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  background: white;
  padding-top: 19px;
}
.nutritional-item .nutritional-percentage {
  text-align: center;
  margin: 12px 0px;
}

.nutritional-items-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.nutritional-items-label {
  text-align: center;
  max-width: 365px;
  font-size: 13px;
  margin-top: 9px;
}

.nutritional-box.green {
  background-color: #71B77E;
}

.nutritional-box.yellow {
  background-color: #FFCE60;
}

.nutritional-box.orange {
  background-color: #FFCE60;
}

.nutritional-box.red {
  background-color: #DE826C;
}

.menus-banner-image {
  height: 300px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .menus-banner-image {
    height: 200px;
  }
}

.menu-groups-header {
  display: flex;
  background: white;
  width: 80%;
  font-size: 20px;
  text-transform: uppercase;
  margin: auto;
  height: 93px;
  margin-top: -45px;
  align-items: center;
  justify-content: space-around;
  overflow-x: auto;
}
@media (max-width: 1279px) {
  .menu-groups-header {
    width: 100%;
    justify-content: end;
  }
  .menu-groups-header .menu-group-header-title {
    margin: 10px;
  }
}

.menu-scroller-padded-left .slick-list {
  padding-left: 10%;
}
@media (max-width: 1279px) {
  .menu-scroller-padded-left .slick-list {
    padding-left: 0px;
  }
}

.background__lines {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.true-lines-background {
  background: url(/assets/img/bg/lines-pattern.svg);
  background-position: center;
  background-size: cover;
}

.background__lines--regular {
  width: 50%;
  position: relative;
}
.background__lines--regular::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #C0C0C0;
  z-index: 1000;
  opacity: 0.5;
}

.background__lines--thick {
  width: 50%;
  position: relative;
}
.background__lines--thick::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background-color: #FFFFFF;
  z-index: 1000;
  height: 90px;
  opacity: 0.5;
}

.background__lines--thick-left::before {
  top: 0;
}

.background__lines--thick-right::before {
  bottom: 0;
}

.standard-row {
  position: relative;
  display: flex;
}
@media (max-width: 1123px) {
  .standard-row {
    flex-wrap: wrap;
  }
}

.standard-row__box {
  width: 50%;
  position: relative;
  z-index: 2000;
}
@media (max-width: 1123px) {
  .standard-row__box {
    width: 100%;
  }
}

.standard-row__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1123px) {
  .standard-row__image {
    height: 400px;
    order: 0;
  }
}
@media (max-width: 839px) {
  .standard-row__image {
    height: 250px;
  }
}

@media (max-width: 1123px) {
  .standard-row__content {
    order: 2;
  }
}
@media (max-width: 767px) {
  .standard-row__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.standard-row__copy {
  margin-bottom: 40px;
}

.standard-row__content__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 80px;
}
@media (max-width: 1123px) {
  .standard-row__content__inner {
    padding: 50px 20px;
  }
}
@media (max-width: 839px) {
  .standard-row__content__inner {
    padding: 25px 0px;
  }
}

.standard-row__wrapper.revert .standard-row__image {
  order: 0;
}
.standard-row__wrapper.revert .standard-row__content {
  order: 2;
}

.spacing-block {
  position: relative;
}

.padding--10 {
  height: 10px;
}
@media (max-width: 1023px) {
  .padding--10.mobile {
    height: 5px;
  }
}

.padding--20 {
  height: 20px;
}
@media (max-width: 1023px) {
  .padding--20.mobile {
    height: 10px;
  }
}

.padding--30 {
  height: 30px;
}
@media (max-width: 1023px) {
  .padding--30.mobile {
    height: 15px;
  }
}

.padding--40 {
  height: 40px;
}
@media (max-width: 1023px) {
  .padding--40.mobile {
    height: 20px;
  }
}

.padding--50 {
  height: 50px;
}
@media (max-width: 1023px) {
  .padding--50.mobile {
    height: 25px;
  }
}

.padding--60 {
  height: 60px;
}
@media (max-width: 1023px) {
  .padding--60.mobile {
    height: 30px;
  }
}

.padding--70 {
  height: 70px;
}
@media (max-width: 1023px) {
  .padding--70.mobile {
    height: 35px;
  }
}

.padding--80 {
  height: 80px;
}
@media (max-width: 1023px) {
  .padding--80.mobile {
    height: 40px;
  }
}

.padding--90 {
  height: 90px;
}
@media (max-width: 1023px) {
  .padding--90.mobile {
    height: 45px;
  }
}

.padding--100 {
  height: 100px;
}
@media (max-width: 1023px) {
  .padding--100.mobile {
    height: 50px;
  }
}

.padding--110 {
  height: 110px;
}
@media (max-width: 1023px) {
  .padding--110.mobile {
    height: 55px;
  }
}

.padding--120 {
  height: 120px;
}
@media (max-width: 1023px) {
  .padding--120.mobile {
    height: 60px;
  }
}

.textarea {
  position: relative;
  padding: 140px 0px;
}
@media (max-width: 839px) {
  .textarea {
    padding: 120px 0px;
  }
}

.white-text {
  color: white;
}

.textarea--wide {
  position: relative;
  padding: 60px 0px;
}
@media (max-width: 839px) {
  .textarea--wide {
    padding: 50px 0px;
  }
}
@media (max-width: 599px) {
  .textarea--wide {
    padding: 30px 0px;
  }
}

.textarea__content {
  max-width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1123px) {
  .textarea__content {
    max-width: 80%;
  }
}
@media (max-width: 839px) {
  .textarea__content {
    max-width: 100%;
  }
}

.textarea__content__heading {
  margin-bottom: 30px;
}

.textarea__content--wide {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1123px) {
  .textarea__content--wide {
    max-width: 80%;
  }
}
@media (max-width: 839px) {
  .textarea__content--wide {
    max-width: 100%;
  }
}

.double {
  position: relative;
  display: flex;
}
@media (max-width: 1123px) {
  .double {
    flex-wrap: wrap;
    padding-top: 60px;
  }
}

.double__row {
  width: 50%;
  position: relative;
  z-index: 2000;
}
@media (max-width: 1123px) {
  .double__row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.double__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 80px;
}
@media (max-width: 1123px) {
  .double__inner {
    order: 2;
  }
}
@media (max-width: 839px) {
  .double__inner {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .double__inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 599px) {
  .double__inner {
    padding: 50px 0px;
  }
}

.double__image--left {
  position: relative;
}
.double__image--left::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 80px;
  background-color: #E6C0BC;
}

.double__image--right {
  position: relative;
  text-align: right;
}
.double__image--right::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 80px;
  background-color: #E6C0BC;
}

.double__image img {
  width: 98%;
}
@media (max-width: 1123px) {
  .double__image img {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .double__image img {
    width: 100%;
  }
}
@media (max-width: 1123px) {
  .double__image {
    text-align: center;
    order: 0;
  }
}

.billboard-image {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1123px) {
  .billboard-image {
    height: 250px;
  }
}
@media (max-width: 599px) {
  .billboard-image {
    height: 200px;
  }
}

.billboard-text__wrapper {
  position: relative;
}

.billboard-text__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1000;
}
@media (max-width: 599px) {
  .billboard-text__bg {
    height: 85%;
  }
}

.billboard-text__image {
  position: relative;
  z-index: 2000;
}
.billboard-text__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.billboard-text__copy {
  color: #FFFFFF;
  position: relative;
  z-index: 2000;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 599px) {
  .billboard-text__copy {
    width: 100%;
  }
}

.billboard-text__title {
  text-align: center;
}

.billboard-text__text {
  text-align: center;
}

.scroll-images {
  position: relative;
  max-width: 100%;
  height: 500px;
  margin: auto;
}

.scroll-images .scroll-images--move {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  z-index: 2000;
}

.scroll-images__inner {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.scroll-images__inner img {
  display: block;
}

.scroll-images__wrapper {
  overflow: hidden;
}

.scroll-images__box:nth-child(5) .scroll-images__wrapper:nth-child(2) {
  margin-left: auto;
}

.scroll-images__lines-container {
  height: 100%;
}

.scroll-images__lines {
  position: relative;
  height: 100%;
}

.scroll-images__copy {
  position: relative;
}

.scroll-images__copy__bg {
  position: absolute;
  top: -120px;
  height: calc(100% + 120px);
  width: 100%;
  z-index: 1000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-images__copy__content {
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2000;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0px;
}

.carousel-row {
  display: flex;
  position: relative;
  padding: 80px 0px;
}
@media (max-width: 1023px) {
  .carousel-row {
    flex-wrap: wrap;
    padding: 40px 0px;
  }
}

.carousel__box {
  width: 50%;
  position: relative;
  z-index: 2000;
}
@media (max-width: 1023px) {
  .carousel__box {
    width: 100%;
  }
}

.carousel__copy {
  position: relative;
  display: flex;
  z-index: 2000;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .carousel__copy {
    order: 2;
  }
}

@media (max-width: 1023px) {
  .carousel-basic {
    order: 0;
    max-width: 610px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.carousel-basic__img img {
  width: 100%;
}

.carousel__box .slick-arrow {
  position: absolute;
  z-index: 3000;
  top: auto;
  bottom: 20px;
  background-color: white;
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .carousel__box .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.carousel__box .slick-prev {
  left: calc(50% - 30px);
  transform: translateX(-50%);
}
.carousel__box .slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("data:image/svg+xml,%3Csvg width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52'%3E%3Cpath d='M143.492 221.863L336.226 29.129c6.663-6.664 6.663-17.468 0-24.132-6.665-6.662-17.468-6.662-24.132 0l-204.8 204.8c-6.662 6.664-6.662 17.468 0 24.132l204.8 204.8c6.78 6.548 17.584 6.36 24.132-.42 6.387-6.614 6.387-17.099 0-23.712L143.492 221.863z'/%3E%3C/svg%3E");
}
.carousel__box .slick-next {
  right: calc(50% - 30px);
  transform: translateX(50%);
}
.carousel__box .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("data:image/svg+xml,%3Csvg width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E");
}

.billboard-carousel__wrapper {
  position: relative;
}

.billboard-carousel__wrapper__bg {
  position: absolute;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.billboard-carousel {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.billboard-carousel__slick {
  position: relative;
  width: 75%;
}

.billboard-carousel__slick__item {
  height: 500px;
}
.billboard-carousel__slick__item:not(:first-child) {
  display: none;
}

.billboard-carousel__slick__wrapper {
  position: relative;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.billboard-carousel__copy {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 4000;
}
@media (max-width: 599px) {
  .billboard-carousel__copy {
    width: 100%;
  }
}

.billboard-carousel__subheading {
  margin-bottom: 10px;
}
.billboard-carousel__subheading p {
  padding: 14px 0px;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
  display: inline;
  line-height: 1.8;
  background-color: #FFFFFF;
}

.billboard-carousel__heading {
  margin-bottom: 90px;
}
.billboard-carousel__heading h1 {
  display: inline;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
  background-color: #FFFFFF;
}

.billboard-carousel__slick img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.billboard-carousel .slick-active img {
  transform: scale(1);
}

.billboard-carousel .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.billboard-carousel .slick-track::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FDFAF4;
}
.billboard-carousel .slick-dots {
  top: unset;
  bottom: -80px;
  left: calc(50% + 20px);
  transform: translate(0, -50%);
  padding: 0px;
  display: flex;
}
.billboard-carousel .slick-dots li {
  display: flex;
  align-items: center;
}
.billboard-carousel .slick-dots button {
  height: 1px;
  border: 1px solid #FFFFFF;
  width: 15px;
}
.billboard-carousel .slick-dots button::before {
  content: "";
  height: 0px;
}
.billboard-carousel .slick-dots .slick-active button {
  height: 1px;
  border: 1px solid #000000;
}
.billboard-carousel .slick-arrow {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.billboard-carousel .pagingInfo {
  position: absolute;
  bottom: -63px;
  left: calc(50% - 10px);
  transform: translate(0, -50%);
}
.billboard-carousel .slick-prev {
  top: unset;
  bottom: -80px;
  left: calc(50% - 100px);
}
.billboard-carousel .slick-prev::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52'%3E%3Cpath d='M143.492 221.863L336.226 29.129c6.663-6.664 6.663-17.468 0-24.132-6.665-6.662-17.468-6.662-24.132 0l-204.8 204.8c-6.662 6.664-6.662 17.468 0 24.132l204.8 204.8c6.78 6.548 17.584 6.36 24.132-.42 6.387-6.614 6.387-17.099 0-23.712L143.492 221.863z'/%3E%3C/svg%3E");
  width: 12px;
}
.billboard-carousel .slick-next {
  top: unset;
  bottom: -80px;
  left: calc(50% - 63px);
}
.billboard-carousel .slick-next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443.52 443.52'%3E%3Cpath d='M336.226 209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132.42-6.388 6.614-6.388 17.099 0 23.712l192.734 192.734-192.734 192.734c-6.663 6.664-6.663 17.468 0 24.132 6.665 6.663 17.468 6.663 24.132 0l204.8-204.8c6.663-6.665 6.663-17.468 0-24.132z'/%3E%3C/svg%3E");
  width: 12px;
}

.billboard-menu__wrapper {
  position: relative;
  background-color: #679B9B;
}

.billboard-menu {
  width: 50%;
}
@media (max-width: 1123px) {
  .billboard-menu {
    width: 100%;
  }
}

.billboard-menu__title {
  padding: 100px 0px;
}
@media (max-width: 1123px) {
  .billboard-menu__title {
    padding: 70px 0px;
  }
}
.billboard-menu__title h1 {
  color: #FFFFFF;
  margin: 0px;
}

.billboard-menu__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1123px) {
  .billboard-menu__bg {
    display: none;
  }
}

.card {
  padding: 80px 0px;
  position: relative;
}

.card__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .card__content {
    flex-wrap: wrap;
  }
}

.card__content__row {
  width: 33.33%;
}
@media (max-width: 1279px) {
  .card__content__row {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 979px) {
  .card__content__row {
    width: 100%;
  }
}

.card__content__box {
  padding-right: 30px;
  max-width: 340px;
  margin-bottom: 35px;
}

.card__title {
  color: #679B9B;
  margin-bottom: 50px;
}

.card__content__title {
  color: #679B9B;
}
.card__content__title h3 {
  margin-bottom: 12px;
}

.card-image {
  display: flex;
  position: relative;
}
@media (max-width: 979px) {
  .card-image {
    flex-wrap: wrap;
    padding-bottom: 250px;
  }
}

.card-image__copy__wrapper {
  width: 40%;
}
@media (max-width: 1279px) {
  .card-image__copy__wrapper {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .card-image__copy__wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-image__copy__wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.card-image__copy {
  padding-right: 30px;
  max-width: 410px;
  margin-bottom: 35px;
}

.card-image__box {
  margin-bottom: 40px;
}

.card-image__img {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .card-image__img {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .card-image__img {
    width: 100%;
    height: 250px;
    top: unset;
    bottom: 0;
  }
}

.card-image__main-title {
  color: #679B9B;
  margin-bottom: 50px;
}

.card-image__title {
  color: #679B9B;
}
.card-image__title h3 {
  margin-bottom: 12px;
}

.billboard-primary__wrapper {
  position: relative;
}

.billboard-primary__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.billboard-primary {
  padding: 95px 0px;
}

.billboard-primary__heading {
  position: relative;
  z-index: 3000;
  background-color: #FFFFFF;
  padding: 10px 5px 5px 15px;
  max-width: 450px;
}
.billboard-primary__heading h1 {
  margin: 0px;
}

.billboard-primary__text {
  background-color: #FFFFFF;
  padding: 5px 15px 20px 15px;
  max-width: 390px;
  position: relative;
  z-index: 3000;
}
.billboard-primary__text p {
  margin-bottom: 0px;
}

/* Generic stuff here ...move along
/* ---------------*/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* Breakpoints
/* ---------------*/
/* Tab mixin - just give it a breakpoint
/* ---------------*/
/* Tab mixin
/* ---------------*/
.tabs {
  position: relative;
}

@media (max-width: 600px) {
  .tabs--sm .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--sm .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }
  .tabs--sm .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--sm .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--sm .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--sm .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--sm .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: center;
  }
  .tabs--sm .tabs__item--active > .tabs__link {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
  }
  .tabs--sm .tabs__item--active > .tabs__link:hover {
    color: #000000;
  }
  .tabs--sm .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000000;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 840px) {
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: center;
  }
  .tabs--md .tabs__item--active > .tabs__link {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: #000000;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000000;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 1024px) {
  .tabs--lg .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--lg .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }
  .tabs--lg .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--lg .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--lg .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--lg .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--lg .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: center;
  }
  .tabs--lg .tabs__item--active > .tabs__link {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
  }
  .tabs--lg .tabs__item--active > .tabs__link:hover {
    color: #000000;
  }
  .tabs--lg .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000000;
    float: right;
    margin-top: 0.75em;
  }
}

@media (max-width: 1280px) {
  .tabs--xl .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--xl .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }
  .tabs--xl .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--xl .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--xl .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--xl .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--xl .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: center;
  }
  .tabs--xl .tabs__item--active > .tabs__link {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
  }
  .tabs--xl .tabs__item--active > .tabs__link:hover {
    color: #000000;
  }
  .tabs--xl .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #000000;
    float: right;
    margin-top: 0.75em;
  }
}

.tabs__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 24px 0px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2000;
}

.tabs__item {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.tabs__item--active > .tabs__link {
  background: white;
  text-decoration: underline;
  font-weight: 600;
  position: relative;
  z-index: 3;
  color: #333333;
}
.tabs__item--active > .tabs__link:hover {
  color: #262626;
}

.tabs__link {
  font-weight: 500;
  color: #333333;
  padding: 0em 1em;
  margin-bottom: 0px;
  line-height: 2;
  display: block;
  text-decoration: none;
}
.tabs__link:hover {
  text-decoration: underline;
}

.tabs__area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
  height: 0;
}

.tabs__area--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear;
  height: auto;
}

.tabs__content {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  clear: both;
}

.tabs__box__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}

.tabs__box {
  width: 33.33%;
  margin-bottom: 10px;
  position: relative;
  z-index: 2000;
}
@media (max-width: 1023px) {
  .tabs__box {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .tabs__box {
    width: 100%;
  }
}

.tabs__box__inner {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabs__image {
  margin-bottom: 20px;
}
.tabs__image img {
  width: 100%;
}

.tabs__copy {
  text-align: center;
}

.tabs__subheading h2 {
  color: #F0C8D2;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}

.tabs__title h3 {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.experts {
  position: relative;
}

.experts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.experts__box {
  width: 25%;
  position: relative;
  z-index: 2000;
  margin-bottom: 20px;
}
@media (max-width: 1123px) {
  .experts__box {
    width: 33.33%;
  }
}
@media (max-width: 839px) {
  .experts__box {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .experts__box {
    width: 100%;
  }
}

.experts__content {
  padding: 10px;
  cursor: pointer;
}

.experts__image {
  margin-bottom: 20px;
}
.experts__image img {
  width: 100%;
}

.experts__name p {
  margin-bottom: 16px;
}

.experts__job p {
  color: #679B9B;
}

.experts__copy {
  text-align: center;
}

.experts__social {
  list-style: none;
  display: flex;
  padding-left: 0px;
  justify-content: center;
}

.experts__social__li {
  padding: 0px 10px;
}

.experts-modal-social-container {
  display: flex;
}
.experts-modal-social-container img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.experts-modal-underlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  z-index: 100000;
  top: 0px;
  left: 0px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.experts-modal-underlay .experts-modal {
  background: white;
  width: 75%;
  padding: 30px;
  padding-top: 0px;
  max-height: 90vh;
  overflow: auto;
}
.experts-modal-underlay .experts-modal .experts-modal-job-position {
  color: #679B9B;
}
.experts-modal-underlay .experts-modal .experts-modal-bio {
  margin-bottom: 36px;
}
.experts-modal-underlay .experts-modal .experts-modal-name {
  margin-bottom: 5px;
}
.experts-modal-underlay .experts-modal .experts-modal-content {
  display: flex;
}
@media (max-width: 599px) {
  .experts-modal-underlay .experts-modal .experts-modal-content {
    flex-direction: column;
  }
}
.experts-modal-underlay .experts-modal .experts-modal-close {
  width: 12px;
  cursor: pointer;
  height: 12px;
  margin-top: 17px;
}
.experts-modal-underlay .experts-modal .modal-header {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .experts-modal-underlay .experts-modal .modal-header {
    margin-bottom: 10px;
  }
}
.experts-modal-underlay .experts-modal .experts-modal-text-content {
  margin-left: 50px;
}
@media (max-width: 599px) {
  .experts-modal-underlay .experts-modal .experts-modal-text-content {
    margin-left: 0px;
  }
}
.experts-modal-underlay .experts-modal .experts-modal-image {
  min-width: 300px;
  height: 300px;
}
@media (max-width: 599px) {
  .experts-modal-underlay .experts-modal .experts-modal-image {
    width: 100%;
  }
}

.billboard-page__wrapper {
  position: relative;
}

.billboard-page {
  position: relative;
  padding: 100px 0px;
}

.billboard-page__bg__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.billboard-page__bg__right {
  position: absolute;
  z-index: 2000;
  background-color: #E6C0BC;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.billboard-page__image {
  width: 80%;
}
.billboard-page__image img {
  width: 100%;
  position: relative;
  z-index: 3000;
}

.billboard-page__copy {
  position: absolute;
  max-width: 415px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4000;
}

.billboard-page__heading {
  margin-bottom: 0px;
}
.billboard-page__heading h1 {
  display: inline;
  background-color: #FFFFFF;
  padding: 0px 15px;
}

.cillboard-page__text p {
  background-color: #FFFFFF;
  padding: 15px;
}

.articles-also-like-header {
  text-align: center;
}
.articles-also-like-header h1 {
  color: black;
  font-size: 60px;
}
@media (max-width: 1023px) {
  .articles-also-like-header h1 {
    font-size: 38px;
  }
}

.article-category-small-title {
  padding: 15px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .article-category-small-title {
    background-color: white;
    width: 50%;
  }
}

.single-article-content {
  background: white;
  padding: 55px;
}
.single-article-content img {
  width: 100%;
  height: auto;
  margin: 50px 0px;
}
@media (max-width: 1023px) {
  .single-article-content {
    padding: 18px;
  }
}

.months-container {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0px;
}
.months-container .month-item {
  width: 33%;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .months-container .month-item {
    width: 100%;
    padding: 11px;
  }
}
.months-container .month-item .event-short-description {
  font-size: 13px;
  margin-bottom: 19px;
}
.months-container .month-item h2 {
  color: #F0C8D2;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}
.months-container .month-item h3 {
  margin-bottom: 10px !important;
}
.months-container .month-item h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 1000;
  margin-bottom: 4px;
}
.months-container .month-item .month-item-content {
  background: white;
  width: 100%;
  margin: 7px;
}
.months-container .month-item .month-item-content .month-item-text-content {
  margin: 18px;
  min-height: 137px;
}
.months-container .month-item .month-image {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.mailchimp-row {
  background: #679B9B;
  color: white;
}
.mailchimp-row h1 {
  text-align: center;
  font-size: 50px;
  margin-right: 3%;
  margin-bottom: 19px;
}
.mailchimp-row form {
  margin: 0px 19% !important;
}
@media (max-width: 1279px) {
  .mailchimp-row form {
    margin: 0px 3% !important;
  }
}
.mailchimp-row p {
  text-align: center;
  width: 96%;
  margin-bottom: 40px;
}
.mailchimp-row .half-field-group {
  display: flex;
  width: 96%;
}
.mailchimp-row .half-field-group .left-field-group {
  padding-right: 5px;
}
.mailchimp-row .half-field-group .right-field-group {
  padding-left: 5px;
}
.mailchimp-row #mc-embed-signup {
  background: unset !important;
}
.mailchimp-row .mc-field-group {
  padding-bottom: 10px !important;
}
.mailchimp-row .mc-field-group input {
  border: 0px;
  border-radius: 0px !important;
}
.mailchimp-row .mc-field-group label {
  margin-bottom: 9px !important;
}
.mailchimp-row .submit-container {
  width: 96%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px 0px;
}
.mailchimp-row .submit-container .ra-button {
  color: #679b9b;
  text-transform: uppercase;
  background: white;
  margin: 0px !important;
  margin-bottom: 37px;
  border-radius: 0px !important;
  margin-right: 3% !important;
}

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