@charset "UTF-8";
/*!
Theme Name: Kate Northrup
Description: A WordPress theme developed by Alchemy + Aim.
Version: 5
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Container Widths */
/* Colors */
/* Fonts */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: border-box;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center;
}

.admin-bar {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar {
    top: 46px;
  }
}

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.aligncenter, figure.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

img.alignright, figure.alignright {
  display: inline-block;
  padding-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto;
}

img.alignleft, figure.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

hr {
  margin: 4.5% auto;
  border: 1px solid #f1f1f1;
}

#outer-wrapper {
  overflow: hidden;
}

.content-area {
  float: left;
  width: 70.72%;
  word-wrap: break-word;
  border-right: 2px solid #CC9F53;
}
@media (max-width: 991px) {
  .content-area {
    float: none;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #CC9F53;
  }
}

.search .content-area,
.archive .content-area {
  padding-top: 70px;
}

.aside {
  float: right;
  width: 29.28%;
  word-wrap: break-word;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .aside {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%;
  }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px;
  }
}
.container {
  max-width: 1840px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 100px;
}
@media (max-width: 1349px) {
  .container {
    padding: 0 40px;
  }
}

.no-sidebar .alignwide {
  margin: 25px calc(25% - 25vw);
}
@media (max-width: 991px) {
  .no-sidebar .alignwide {
    margin: 0 auto;
  }
}
.no-sidebar .alignfull {
  margin: 25px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

body {
  background-color: #fff;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #CC9F53;
  transition: color 0.3s ease-in;
  text-decoration: none;
}

a:not([class]) {
  color: #CC9F53;
  text-decoration: none;
  transition: color 0.3s ease-in;
  border-bottom: 1px solid transparent;
}
a:not([class]):hover {
  border-bottom: 1px solid #CC9F53;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  padding-left: 1.5em;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
}

li {
  margin-bottom: 1%;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table th,
table td, .wp-block-table th,
.wp-block-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

/* FORMS AND FIELDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 10px;
  background-color: #fff;
  border: 0;
  border-bottom: 1.5px solid #CC9F53;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #5E7875;
}

textarea {
  min-height: 100px;
}

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
select:not([multiple]):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:not([multiple]) option:not(:checked) {
  color: #000;
}

label,
legend {
  display: block;
  margin-bottom: 10px;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

::placeholder {
  opacity: 1;
}

:focus::placeholder {
  opacity: 0.15;
}

form br {
  display: none;
}

/* BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button], .wp-block-file__button, .wp-block-button__link {
  display: inline-block;
  padding: 13px 30px 9px;
  color: #CC9F53;
  background-color: transparent;
  border: 1.5px solid #CC9F53;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
}
.button:hover, .button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  color: #ffffff;
  border-color: #CC9F53;
  background-color: #CC9F53;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary, .wp-block-file__button, .wp-block-button__link {
  color: #fff;
  background-color: #D1C195;
  border-color: #D1C195;
}
.button.button-primary:hover, .button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input[type=submit].button-primary:hover,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=button].button-primary:hover,
input[type=button].button-primary:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  color: #fff;
  background-color: #CC9F53;
  border-color: #CC9F53;
}

.button.button-small,
button.button-small,
input[type=submit].button-small,
input[type=reset].button-small,
input[type=button].button-small, .wp-block-file__button, .wp-block-button__link {
  font-size: 15px;
  padding: 11px 30px 8px;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%;
}

pre,
dl,
table,
ul,
ol,
form {
  margin-bottom: 5%;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
code textarea, .wp-block-code textarea {
  background-color: transparent;
}

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre-wrap;
}

/* Default WP Image Gallery Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.blocks-gallery-grid.blocks-gallery-grid {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #5E7875;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1%;
}

h1 {
  font-family: "quincy-cf", serif;
  font-weight: normal;
  font-size: 75px;
  line-height: 1.0667;
  color: #9FCECA;
}
@media (max-width: 1649px) {
  h1 {
    font-size: 71px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-family: "quincy-cf", serif;
  font-weight: normal;
  font-size: 55px;
  line-height: 1.1818;
  color: #9FCECA;
}
@media (max-width: 1649px) {
  h2 {
    font-size: 51px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: "quincy-cf", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  color: #9FCECA;
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CC9F53;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
span.color-black {
  color: #000000;
}

span.color-white {
  color: #ffffff;
}

span.color-teal {
  color: #9FCECA;
}

span.color-gold {
  color: #CC9F53;
}

span.color-beige {
  color: #D1C195;
}

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline;
}

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

/* Other styles for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.link-underlined {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 4px;
  color: #CC9F53;
  border-bottom: 1px solid #CC9F53;
  text-decoration: none;
}
.link-underlined--small {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}

.text-large {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1649px) {
  .text-large {
    font-size: 22px;
  }
}

.text-intro {
  font-family: "quincy-cf", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
  color: #CC9F53;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  padding: 20px 0 15px;
  background-color: #fff;
  border-bottom: 2px solid #CC9F53;
  position: fixed;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner::after {
  display: none;
}

.logo img {
  display: block;
  height: 48px;
  width: 259px;
}

#content-wrapper {
  margin-top: 85px;
}

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar a {
  display: inline-block;
  border-bottom-width: 1.5px;
}
#linkbar nav {
  text-align: right;
}
@media (max-width: 1199px) {
  #linkbar nav {
    display: none;
  }
}
#linkbar ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}
#linkbar ul li {
  display: inline;
  padding: 0 33px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  #linkbar ul li {
    padding: 0 23px;
  }
}
#linkbar ul li:hover ul {
  display: block;
}
#linkbar ul li ul {
  display: none;
}
#linkbar ul li ul li {
  display: block;
  margin: 10px 0;
}
/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative;
}

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #CC9F53;
  transition: transform 0.2s ease;
}

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg);
}

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  transform: translateX(-50%);
  animation-fill-mode: forwards;
}

.nav-menu li.menu-item-has-children:hover > .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards;
}

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    z-index: 5;
    visibility: visible;
  }
  25% {
    opacity: 1;
  }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

/*   Mobile Nav
==========*/
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 150px;
  top: 0;
  right: -350px;
  min-height: 100vh;
  z-index: 10000;
  overflow: auto;
  background-color: #CC9F53;
}
#slideout-menu a {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#slideout-menu #nav-close {
  position: absolute;
  top: 3.5%;
  right: 30px;
  height: 20px;
  width: 20px;
}
#slideout-menu .close-lines1, #slideout-menu .close-lines2 {
  width: 20px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: relative;
  transition: transform 300ms ease;
  transition-delay: 400ms;
}
#slideout-menu .close-lines1 {
  top: 8px;
  transform: rotate(-180deg);
}
#slideout-menu .close-lines2 {
  top: 6px;
}
#slideout-menu .menu-item-has-children > a:after {
  position: relative;
}
#slideout-menu ul {
  text-align: right;
  list-style: none;
}
#slideout-menu ul li {
  margin-bottom: 1em;
  position: relative;
}
#slideout-menu ul li #submenu-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -18px;
  margin-top: -15px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: transparent;
  width: 25px;
  height: 25px;
  transition: transform 0.2s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
#slideout-menu ul.sub-menu {
  display: none;
  margin: 2em 0;
}
#slideout-menu .widget {
  border-bottom: 0;
  text-align: right;
}
#slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
  margin-left: 20px;
}

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg);
}
#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg);
}

a#slideout-trigger {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 35px;
  display: none;
}
@media (max-width: 1199px) {
  a#slideout-trigger {
    display: block;
  }
}
@media (max-width: 575px) {
  a#slideout-trigger {
    top: 35px;
    right: 20px;
  }
}

#slideout-bar {
  width: 25px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #CC9F53;
}
#slideout-bar:before, #slideout-bar:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background-color: #CC9F53;
}
#slideout-bar:before {
  bottom: 8px;
}
#slideout-bar:after {
  top: 6px;
}

/*-----------------------------------------------------------------------------------*/
/*  CONTENT
/*-----------------------------------------------------------------------------------*/
.page .entry-single {
  padding: 70px 140px 140px;
}
@media (max-width: 1199px) {
  .page .entry-single {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .page .entry-single {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
  border-bottom: 20px solid #B3DFD7;
}
.site-footer > div p:last-child {
  margin-bottom: 0;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #CC9F53;
  padding: 65px 0 100px;
}
.site-footer__cta {
  width: 23%;
}
.site-footer__cta h3 {
  line-height: 44px;
}
.site-footer__cta h3, .site-footer__cta h4 {
  margin: 0 0 10px;
}
.site-footer__cta .button {
  width: 100%;
}
.site-footer__credits {
  width: 32%;
}
.site-footer__credits img.aligncenter {
  margin-bottom: 50px;
}
.site-footer__widgets {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
.site-footer__widgets .widget {
  margin-right: 60px;
  padding: 0;
}
@media (max-width: 1600px) {
  .site-footer__widgets .widget {
    margin-right: 30px;
  }
}
.site-footer__widgets .widget-title {
  font-size: 20px;
  color: #CC9F53;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.site-footer__widgets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__widgets li {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .site-footer .site-footer__inner {
    padding-bottom: 0;
  }
  .site-footer .site-footer__inner > div {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-footer .site-footer__cta {
    order: 2;
    text-align: center;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-footer__cta h3 {
    margin-bottom: 30px;
  }
  .site-footer .site-footer__cta .button {
    width: auto;
  }
  .site-footer .site-footer__credits {
    order: 3;
  }
  .site-footer .site-footer__widgets {
    order: 1;
    margin-top: 0;
    justify-content: center;
  }
  .site-footer .site-footer__widgets .widget {
    text-align: center;
    margin-right: 60px;
  }
  .site-footer .site-footer__widgets .widget:last-child {
    margin-right: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.featured {
  padding: 70px 210px 70px 0;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .featured {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .featured {
    padding-right: 0;
  }
}
.featured__heading {
  margin: 0 0 20px;
  padding-right: 150px;
  background: url(_static/images/decor-moon-phases.svg) 100% 50% no-repeat;
}
@media (max-width: 575px) {
  .featured__heading {
    padding-right: 0;
    background: none;
  }
}
.featured__post {
  position: relative;
}
.featured__post__meta {
  background-color: #fff;
  width: 50%;
  position: absolute;
  bottom: 0;
  padding: 20px 30px 0;
}
@media (max-width: 991px) {
  .featured__post__meta {
    position: static;
    width: 100%;
  }
}
.featured__post__meta h3 {
  margin-bottom: 10px;
}
.featured__post__meta h3 a {
  color: #9FCECA;
}
.featured__post__meta h3 a:hover {
  color: #CC9F53;
  border: 0;
}

.post-grid {
  padding-right: 70px;
  margin-bottom: 200px;
}
@media (max-width: 1199px) {
  .post-grid {
    padding-right: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .post-grid {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.post-grid__heading {
  margin-bottom: 30px;
}
.post-grid__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-grid__inner .entry {
  width: calc((100% - 20px) / 2);
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-grid__inner .entry a:not([class]), .post-grid__inner .entry a:not([class]):hover {
  border: 0;
}
.post-grid__inner .entry img {
  margin-bottom: 10px;
}
.post-grid__inner .entry img:hover {
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
.post-grid__inner .entry .entry-read-more {
  margin-top: auto;
}
.post-grid h3 {
  margin-bottom: 15px;
}
.post-grid h3 a {
  color: #9FCECA;
}
.post-grid h3 a:hover {
  color: #CC9F53;
  border: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.entry-single {
  padding: 70px 70px 140px 140px;
}
@media (max-width: 1199px) {
  .entry-single {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .entry-single {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.entry-image {
  width: calc(100% + 15px);
  transform: translateX(-15px);
  margin-bottom: 35px;
}

.entry-header {
  position: relative;
}
.entry-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65px;
  width: 1.3px;
  background-color: #CC9F53;
}
@media (max-width: 1199px) {
  .entry-header::before {
    left: -45px;
  }
}
@media (max-width: 575px) {
  .entry-header::before {
    left: -20px;
  }
}
.entry-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 28px;
  bottom: -35px;
  left: -79.5px;
  background: url("_static/images/decor-star.svg") 50% 50% no-repeat;
}
@media (max-width: 1199px) {
  .entry-header::after {
    left: -59.5px;
  }
}
@media (max-width: 575px) {
  .entry-header::after {
    left: -34.5px;
  }
}

.entry-header,
.entry-content {
  padding: 0 0 0 15px;
}

.entry-title {
  margin-bottom: 25px;
}

.entry-footer {
  margin-top: 60px;
}

.entry-cta {
  padding: 0 15px;
  margin-top: 100px;
  max-width: 670px;
}
@media (max-width: 767px) {
  .entry-cta {
    max-width: 100%;
  }
}
.entry-cta h4 {
  margin-bottom: 0;
}
.entry-cta h2 {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  ARCHIVE & SEARCH
/*-----------------------------------------------------------------------------------*/
.archive-title {
  margin-top: 70px;
}

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar {
  padding-top: 35px;
}

.widget-title {
  color: #D1C195;
  font-weight: bold;
}

.widget {
  padding-right: 10px;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .widget {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .widget {
    padding-left: 0;
  }
}
.widget h3 {
  margin-bottom: 20px;
}
.widget h3 a {
  color: #9FCECA;
  border: 0;
}
.widget h3 a:hover {
  color: #CC9F53;
  border: 0;
}
.widget .button {
  width: 100%;
}

#search_form {
  margin-bottom: 40px;
}
#search_form #searchsubmit {
  display: none;
}
#search_form .search_input {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #5E7875;
  width: 100%;
  padding: 13px 5px 3px;
  border: 0;
  border-bottom: 1.5px solid #CC9F53;
  background: url(_static/images/icon-search.svg) 100% calc(100% - 10px) no-repeat;
}

.error404 #search_form .search_input {
  max-width: 100%;
  width: 500px;
}

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related-posts {
  margin-top: 80px;
  padding-bottom: 140px;
}
#related-posts h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
#related-posts h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 2px;
  background-color: #CC9F53;
}
#related-posts .related-back {
  text-align: center;
}
#related-posts .related-back .button {
  width: 536px;
  max-width: 100%;
}
#related-posts .related-posts__inner {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  #related-posts .related-posts__inner {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  #related-posts .related-posts__inner {
    padding-right: 0;
  }
}
#related-posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#related-posts ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  #related-posts ul li {
    width: 100%;
  }
}
#related-posts ul li h3 {
  margin-bottom: 10px;
}
#related-posts ul li h3 a {
  color: #9FCECA;
}
#related-posts ul li h3 a:hover {
  color: #CC9F53;
}
#related-posts .related-thumb {
  display: block;
  margin-bottom: 10px;
}
#related-posts .related-thumb:hover {
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
#related-posts .related-more {
  justify-content: flex-end;
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments .comment-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
#comments .comment-section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 2px;
  background-color: #CC9F53;
}

/*-----------------------------------------------------------------------------------*/
/*  COMMENTS
/*-----------------------------------------------------------------------------------*/
.comments-area {
  margin-top: 80px;
}

.comments-title {
  display: none;
}

#comment-block {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  #comment-block {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  #comment-block {
    padding-right: 0;
  }
}

.comment-block,
.comment-block .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-block .user,
.comment-block .children .user {
  display: none;
}
.comment-block .message,
.comment-block .children .message {
  margin-bottom: 60px;
}
.comment-block .comment-author,
.comment-block .children .comment-author {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CC9F53;
}
.comment-block .comment-meta,
.comment-block .children .comment-meta {
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  color: #c9c9c9;
  margin: 0 0 15px;
}
.comment-block .comment-meta a,
.comment-block .children .comment-meta a {
  color: #c9c9c9;
}
.comment-block .reply-link,
.comment-block .children .reply-link {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 4px;
  color: #CC9F53;
  border-bottom: 1px solid #CC9F53;
  text-decoration: none;
}
.comment-block .bypostauthor,
.comment-block .children .bypostauthor {
  margin-top: 0;
  margin-bottom: 60px;
  background-color: rgba(159, 206, 202, 0.08);
  padding: 30px 30px 1px;
}

.comment-block .children {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .comment-block .children {
    margin-left: 30px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  RESPOND BOX
/*-----------------------------------------------------------------------------------*/
#respond {
  margin-top: 120px;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  #respond {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  #respond {
    padding-right: 0;
  }
}
#respond #submit {
  min-width: 536px;
}
@media (max-width: 767px) {
  #respond #submit {
    min-width: auto;
    width: 100%;
  }
}

.comments-headers {
  margin-bottom: 30px;
}

.comment-respond {
  position: relative;
  padding: 20px 40px 1px;
  background-color: rgba(201, 201, 201, 0.3);
  margin-top: 40px;
}
.comment-respond label {
  display: none;
}
.comment-respond .comment-reply-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  text-transform: uppercase;
  color: #CC9F53;
  margin-bottom: 0;
}
.comment-respond .comment-notes {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .comment-respond .comment-notes {
    font-size: 16px;
    line-height: 21px;
  }
}
.comment-respond #cancel-comment-reply-link {
  display: inline-block;
  font-size: 18px;
  color: #c9c9c9;
  margin-left: 20px;
}
.comment-respond input:not([type=submit]):not([type=checkbox]),
.comment-respond textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0;
}
.comment-respond input:not([type=submit]):not([type=checkbox])::placeholder,
.comment-respond textarea::placeholder {
  color: #5E7875;
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  margin-bottom: 20px;
}
.comment-respond .comment-form-cookies-consent input[type=checkbox] {
  margin-bottom: 0;
  transform: translateY(10px);
}
.comment-respond .comment-form-cookies-consent label {
  display: inline;
  font-size: 18px;
  margin-left: 10px;
  flex: 1;
}
@media (max-width: 991px) {
  .comment-respond .comment-form-cookies-consent input[type=checkbox] {
    transform: translateY(5px);
  }
  .comment-respond .comment-form-cookies-consent label {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .comment-respond form p {
    margin-bottom: 15px;
  }
}

@keyframes twinkle {
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  FRONT PAGE - HERO
/*-----------------------------------------------------------------------------------*/
.hero {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #CC9F53;
}
.hero__photo {
  min-height: 870px;
  width: calc((100% - 75px) * 0.6);
  border-right: 2px solid #CC9F53;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 1699px) {
  .hero__photo {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero__photo {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #CC9F53;
    min-height: 500px;
  }
}
.hero__content {
  width: calc((100% - 75px) * 0.4);
  padding: 200px 130px 45px;
  border-right: 2px solid #CC9F53;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 34px;
  font-family: "quincy-cf", serif;
  line-height: 44px;
  color: #9FCECA;
}
@media (max-width: 1699px) {
  .hero__content {
    width: calc(50% - 75px);
    padding: 120px 60px 45px;
  }
}
@media (max-width: 991px) {
  .hero__content {
    width: 100%;
    border: 0;
    padding: 40px;
  }
}
.hero__content h4 {
  text-align: center;
  font-size: 18px;
  color: #D1C195;
  background: url(_static/images/decor-moon-left.svg), url(_static/images/decor-moon-right.svg);
  background-position: 0 6px, 100% 6px;
  background-repeat: no-repeat;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .hero__content h4 {
    background: none;
  }
}
@media (max-width: 575px) {
  .hero__content h4 {
    background: none;
    text-align: left;
  }
}
.hero__content .push {
  margin-top: auto;
  max-width: 400px;
}
.hero__content .push .button {
  width: 100%;
}
@media (max-width: 991px) {
  .hero__content .push {
    margin-top: 60px;
    max-width: 100%;
  }
}
.hero__side {
  width: 75px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #9FCECA;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .hero__side {
    width: 100%;
    padding: 20px 0 16px;
    border-top: 2px solid #CC9F53;
  }
}
.hero__side span {
  display: block;
  min-width: 870px;
  position: absolute;
  top: 0;
  left: 43px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  text-align: center;
}
@media (max-width: 991px) {
  .hero__side span {
    position: static;
    min-width: 100%;
    top: auto;
    left: auto;
    transform: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  FRONT PAGE - COLUMNS
/*-----------------------------------------------------------------------------------*/
.columns {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #CC9F53;
}
.columns > .container {
  display: flex;
  flex-wrap: wrap;
}
.columns__one, .columns__two {
  position: relative;
  width: 50%;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1649px) {
  .columns__one, .columns__two {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .columns__one, .columns__two {
    width: 100%;
  }
}
.columns__one {
  padding-top: 110px;
  padding-right: 145px;
  padding-bottom: 180px;
  border-right: 2px solid #CC9F53;
}
@media (max-width: 1199px) {
  .columns__one {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .columns__one {
    border: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.columns__one::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(_static/images/circle-full.svg) 50% 50% no-repeat;
  position: absolute;
  top: -6.5px;
  right: -7.5px;
}
@media (max-width: 991px) {
  .columns__one::before {
    display: none;
  }
}
.columns__one::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(_static/images/circle-half-full.svg) 50% 50% no-repeat;
  position: absolute;
  top: 33%;
  right: -7.5px;
}
@media (max-width: 991px) {
  .columns__one::after {
    display: none;
  }
}
.columns__one img {
  display: block;
  margin-top: 80px;
  max-width: 540px;
}
@media (max-width: 1199px) {
  .columns__one img {
    float: none;
    max-width: 100%;
    margin-top: 40px;
  }
}
.columns__two {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 145px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .columns__two {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .columns__two {
    padding-left: 0;
  }
}
.columns__two::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(_static/images/circle-empty.svg) 50% 50% no-repeat;
  position: absolute;
  top: 66%;
  left: -7.5px;
}
@media (max-width: 991px) {
  .columns__two::before {
    display: none;
  }
}
.columns__two::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(_static/images/circle-half-empty.svg) 50% 50% no-repeat;
  position: absolute;
  bottom: -7.5px;
  left: -7.5px;
}
@media (max-width: 991px) {
  .columns__two::after {
    display: none;
  }
}
.columns #stars-right {
  position: absolute;
  right: 0;
  top: 130px;
}
.columns #stars-left {
  position: absolute;
  left: -85px;
  bottom: 100px;
}
.columns svg #Path_6635 {
  animation: twinkle 4s ease-in infinite;
  animation-delay: 2s;
}
.columns svg #Path_6632 {
  animation: twinkle 12s ease-in infinite;
  animation-delay: 4s;
}
.columns svg #Ellipse_288,
.columns svg #Ellipse_291,
.columns svg #Ellipse_283 {
  animation: twinkle 4s ease-in infinite;
  animation-delay: 1s;
}
.columns svg #Ellipse_290,
.columns svg #Ellipse_277,
.columns svg #Ellipse_289 {
  animation: twinkle 7s ease-in infinite;
  animation-delay: 2.5s;
}
.columns svg #Ellipse_295,
.columns svg #Ellipse_294 {
  animation: twinkle 2s ease-in infinite;
  animation-delay: 1s;
}

/*-----------------------------------------------------------------------------------*/
/*  FRONT PAGE - PRESS
/*-----------------------------------------------------------------------------------*/
.press {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 40px 138px;
}
@media (max-width: 1199px) {
  .press {
    padding-left: 0;
  }
}
.press__content {
  width: 50%;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1649px) {
  .press__content {
    font-size: 22px;
  }
}
.press__content_inner {
  max-width: 400px;
}
.press__content_inner .button {
  width: 100%;
}
@media (max-width: 991px) {
  .press__content {
    width: 100%;
  }
  .press__content_inner {
    max-width: 100%;
  }
}
.press__download {
  width: 50%;
  padding-left: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .press__download {
    width: 100%;
    padding-left: 0;
  }
}
.press__download_link {
  color: #CC9F53;
  font-size: 22px;
  font-weight: normal;
  line-height: 27px;
  text-transform: uppercase;
}
.press__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  FRONT PAGE - BANNER
/*-----------------------------------------------------------------------------------*/
.banner {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(34, 39, 32, 0.3);
  z-index: -1;
}
.banner .container {
  padding-top: 135px;
  padding-bottom: 160px;
}
.banner__content {
  max-width: 855px;
  padding-left: 138px;
}
.banner__content h2 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .banner__content {
    max-width: 715px;
    padding-left: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  FRONT PAGE - FEATURED
/*-----------------------------------------------------------------------------------*/
.home-featured {
  margin: 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-featured {
    margin: 60px 0;
  }
}
.home-featured__post {
  width: 58%;
  position: relative;
}
.home-featured__post__meta {
  background-color: #fff;
  width: 58%;
  position: absolute;
  bottom: 28px;
  padding: 20px 30px 0;
}
@media (max-width: 1199px) {
  .home-featured__post__meta {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .home-featured__post__meta {
    position: static;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-featured__post {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-featured__post__meta {
    bottom: 0;
  }
}
.home-featured__heading {
  margin: 0 0 20px;
  padding-right: 150px;
  background: url(_static/images/decor-moon-phases.svg) 100% 50% no-repeat;
}
.home-featured__related {
  width: calc(42% - 150px);
}
@media (max-width: 1199px) {
  .home-featured__related {
    width: calc(42% - 70px);
  }
}
@media (max-width: 991px) {
  .home-featured__related {
    width: 100%;
  }
}
.home-featured__related .button {
  width: 100%;
  margin-top: 40px;
}
.home-featured__related h4 {
  font-weight: bold;
  color: #D1C195;
  position: relative;
  margin-bottom: 40px;
}
.home-featured__related h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100vw;
  height: 2px;
  background-color: #CC9F53;
}
.home-featured__post__meta p, .home-featured__related__meta p {
  margin-bottom: 15px;
}
.home-featured__post__meta h3, .home-featured__related__meta h3 {
  margin-bottom: 10px;
}
.home-featured__post__meta h3 a, .home-featured__related__meta h3 a {
  display: block;
  color: #9FCECA;
  border: 0 !important;
}
.home-featured__post__meta h3 a:hover, .home-featured__related__meta h3 a:hover {
  color: #CC9F53;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.connect {
  padding-top: 60px;
  border-top: 2px solid #CC9F53;
}
.connect__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.connect__inner::after {
  display: none;
}
.connect__cta {
  width: 50%;
  padding-bottom: 250px;
}
.connect__cta h1 {
  font-size: 66px;
  margin: 0 0 30px;
}
.connect__cta h4 {
  margin: 0 0 10px;
}
.connect__cta .button {
  width: 536px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .connect__cta {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .connect__cta {
    width: 100%;
  }
}
.connect__contact {
  width: 41%;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .connect__contact {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .connect__contact {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.connect__social {
  position: absolute;
  right: -85px;
  top: 50%;
  transform: translateY(-68%);
}
.connect__social .social-link:not(:last-child) {
  display: block;
  margin-bottom: 30px;
}
.connect__social .social-link:hover {
  transition: opacity 0.3s ease-in;
  opacity: 0.5;
}
@media (max-width: 1899px) {
  .connect__social {
    top: auto;
    right: 0;
    bottom: 7px;
    margin-top: 30px;
  }
  .connect__social .widget {
    padding: 0;
  }
  .connect__social .social-link {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-right: 30px !important;
  }
  .connect__social .social-link:last-child {
    margin-right: 0 !important;
  }
}
.connect__social svg.fa-instagram {
  width: 30px;
  height: 30px;
}
.connect__social svg.fa-twitter {
  width: 27px;
  height: 27px;
}
.connect__social svg.fa-facebook-f {
  width: 27px;
  height: 27px;
}

/*-----------------------------------------------------------------------------------*/
/*  WIDGETS
/*-----------------------------------------------------------------------------------*/
#wpp-2 {
  padding-top: 35px;
  position: relative;
}
#wpp-2 h4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #wpp-2 h4 {
    margin-bottom: 1%;
  }
}
#wpp-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 2px;
  background-color: #CC9F53;
}
@media (max-width: 991px) {
  #wpp-2::before {
    display: none;
  }
}

.error404 .content {
  padding-top: 70px;
  padding-bottom: 200px;
}

#about {
  scroll-margin-top: 160px;
  scroll-snap-margin-top: 160px;
}

/*-----------------------------------------------------------------------------------*/
/*  MIGRATED PAGES
/*-----------------------------------------------------------------------------------*/
.page-id-3740 .moonray-form form {
  max-width: 60%;
  margin: 60px auto 0;
}
@media (max-width: 991px) {
  .page-id-3740 .moonray-form form {
    max-width: 100%;
  }
}
.page-id-3740 .moonray-form label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CC9F53;
}
.page-id-3740 .moonray-form input[type=text],
.page-id-3740 .moonray-form input[type=email] {
  width: 100%;
  padding: 5px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  NEW HOME PAGE - March 2023
/*-----------------------------------------------------------------------------------*/
.page-template-template_flex_layout_page #connect {
  display: none;
}

/* - - - - - HEADER - - - - - */
#header-wrapper {
  border-bottom: 1px solid #CC9F53;
  padding-top: 0;
}
#header-wrapper .header-inner {
  padding-top: 20px;
  position: relative;
}

.attention-bar {
  color: #CC9F53;
  text-align: center;
  font-family: "quincy-cf", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(179, 224, 216, 0.4);
  padding: 7px 20px;
}
@media (min-width: 991px) {
  .attention-bar {
    font-size: 30px;
    line-height: 38px;
  }
}

/* - - - - - FOOTER - - - - - */
@media (min-width: 1199px) {
  .site-footer .site-footer__inner {
    padding-left: 66px;
    padding-right: 66px;
  }
}
.site-footer .social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1199px) {
  .site-footer .social-links {
    justify-content: flex-start;
  }
}
.site-footer .social-links a {
  width: auto;
  max-width: 50px;
  margin: 0 15px !important;
}
@media (min-width: 1199px) {
  .site-footer .social-links a {
    margin: 0 20px 0 0 !important;
  }
}
@media (min-width: 1450px) {
  .site-footer .social-links a {
    margin: 0 30px 0 0 !important;
  }
}

@media (min-width: 1199px) {
  .site-footer__widgets {
    position: relative;
    top: 23px;
  }
}
@media (min-width: 1199px) {
  .site-footer__widgets {
    width: 22%;
  }
}
@media (min-width: 575px) {
  .site-footer__widgets .widget_nav_menu#nav_menu-3 {
    min-width: 200px !important;
  }
}
@media (min-width: 1199px) {
  .site-footer__widgets .widget_nav_menu#nav_menu-3 {
    min-width: 300px !important;
    margin: 0 0 0 auto !important;
  }
}
@media (min-width: 575px) {
  .site-footer__widgets .menu-footer-sitemap-container ul {
    columns: 2;
  }
}

@media (min-width: 1199px) {
  .site-footer__cta {
    width: 22%;
  }
}
.site-footer__cta p {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 15px;
  margin-bottom: 26px !important;
}
.site-footer__cta .social {
  padding: 0;
  margin-top: 20px;
}
.site-footer__cta .social .social-link {
  margin-right: 30px;
  display: inline-block;
  width: auto;
  height: 28px;
  transition: opacity 0.3s ease-in;
}
.site-footer__cta .social .social-link svg {
  width: 100%;
  height: 100%;
}
.site-footer__cta .social .social-link:hover {
  opacity: 0.5;
}

/* - - - - - HOME PAGE (flex sections - main styles in theme.scss) - - - - - */
.flex-sections .hero {
  border-bottom: 0;
}
@media (min-width: 991px) {
  .flex-sections .hero__photo {
    border-right: 1px solid #CC9F53;
    width: 56.6%;
  }
}
@media (min-width: 1400px) {
  .flex-sections .hero__photo {
    min-height: 42vw;
  }
}
.flex-sections .hero__content {
  color: inherit;
  font-family: inherit;
  font-size: 20px;
  line-height: 29px;
  border-right: 0;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 575px) {
  .flex-sections .hero__content {
    padding: 40px;
  }
}
@media (min-width: 991px) {
  .flex-sections .hero__content {
    width: 43%;
    padding: 0 51px;
  }
}
@media (min-width: 1400px) {
  .flex-sections .hero__content {
    position: relative;
    top: 33px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .hero__content p {
    width: 87%;
  }
}
.flex-sections .hero__content h1, .flex-sections .hero__content h1 span {
  color: #BCDED8;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .flex-sections .hero__content h1, .flex-sections .hero__content h1 span {
    font-size: 55px !important;
    line-height: 42px;
  }
}
.flex-sections .cta-block {
  background-color: rgba(179, 224, 216, 0.4);
}
.flex-sections .cta-block .container {
  padding: 40px 20px;
}
@media (min-width: 575px) {
  .flex-sections .cta-block .container {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .flex-sections .cta-block .container {
    padding: 20px 49px 9px 28px;
  }
}
.flex-sections .cta-block .cta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .flex-sections .cta-block .cta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 991px) {
  .flex-sections .cta-block .cta {
    justify-content: flex-start;
  }
}
.flex-sections .cta-block .cta__image {
  margin: 0 auto;
  max-width: 150px;
}
@media (min-width: 767px) {
  .flex-sections .cta-block .cta__image {
    width: 20%;
    margin: 0;
  }
}
.flex-sections .cta-block .cta__content {
  text-align: center;
}
@media (max-width: 767px) {
  .flex-sections .cta-block .cta__content {
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) {
  .flex-sections .cta-block .cta__content {
    text-align: left;
    width: auto;
  }
}
@media (min-width: 991px) {
  .flex-sections .cta-block .cta__content {
    flex-grow: 1;
    margin-right: 37px;
    width: 30%;
    max-width: 300px;
  }
}
.flex-sections .cta-block .cta__content .heading {
  color: #CC9F53;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.flex-sections .cta-block .cta__content .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.025em;
  color: #5E7875;
}
@media (max-width: 767px) {
  .flex-sections .cta-block .cta__content .description {
    margin: 0 auto;
    max-width: 300px;
  }
}
.flex-sections .cta-block .cta__content .description p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.flex-sections .cta-block .cta__content .description p:last-child {
  margin-bottom: 0 !important;
}
.flex-sections .cta-block .cta__code {
  width: 100%;
}
@media (min-width: 991px) {
  .flex-sections .cta-block .cta__code {
    margin-top: -2px;
    width: calc(50% - 37px);
    flex-grow: 1;
  }
}
.flex-sections .cta-block .cta__code form {
  margin-bottom: 0;
}
.flex-sections .cta-block .cta__code form .gform_footer {
  padding: 0;
  margin: 0;
}
.flex-sections .cta-block .cta__code form .gform_fields {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.flex-sections .cta-block .cta__code form .gform_fields .gfield {
  text-align: center;
  width: 100%;
}
@media (min-width: 641px) {
  .flex-sections .cta-block .cta__code form .gform_fields .gfield {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .flex-sections .cta-block .cta__code form .gform_fields .gfield span {
    margin-bottom: 4px;
  }
}
.flex-sections .cta-block .cta__code form .gform_fields .gfield span.name_last {
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-name {
    width: 47.5%;
  }
}
.flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-email {
  flex-grow: 1;
}
@media (min-width: 1300px) {
  .flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-email {
    width: 28.5%;
  }
}
.flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-submit {
  width: 100%;
}
@media (min-width: 1350px) {
  .flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-submit {
    width: 22%;
  }
}
.flex-sections .cta-block .cta__code form .gform_fields .gfield.gfield--type-submit input {
  width: 100%;
}
.flex-sections .cta-block .cta__code form .gform_fields .name_last {
  padding-left: 0 !important;
}
.flex-sections .cta-block .cta__code form .gform_fields input {
  font-family: "quincy-cf", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px !important;
  border: 1px solid #A9CDCA;
  padding: 24px 21px 20px 18px;
  min-height: auto !important;
}
.flex-sections .cta-block .cta__code form .gform_fields input[type=submit] {
  color: #ffffff;
  font-weight: 700;
  background-color: #CC9F53;
  border-color: #CC9F53;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .flex-sections .cta-block .cta__code form .gform_fields input[type=submit] {
    height: 100%;
  }
}
.flex-sections .cta-block .cta__code form .gform_fields input[type=submit]:hover {
  background-color: #D1C195;
  border-color: #D1C195;
}
.flex-sections .cta-block .cta__code form .gform_fields :focus::placeholder {
  opacity: 0.15 !important;
  color: inherit !important;
}
@media (max-width: 991px) {
  .flex-sections .cta-block .cta__code .gform_confirmation_message {
    text-align: center;
  }
}
.flex-sections .text-image {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 991px) {
  .flex-sections .text-image {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image__image {
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image__image {
    width: 45%;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image__content {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
    flex-grow: 1;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image__content {
    width: 55%;
    padding-top: 41px;
    padding-bottom: 77px;
  }
}
.flex-sections .text-image__content .heading {
  margin-bottom: 14px;
}
@media (min-width: 991px) {
  .flex-sections .text-image__content .heading {
    margin-bottom: 28px;
  }
}
.flex-sections .text-image__content p {
  font-size: 18px !important;
  line-height: 26px;
}
.flex-sections .text-image__content p:last-child {
  margin-bottom: 0;
}
.flex-sections .text-image.overlap .content {
  background-color: #ffffff;
}
@media (min-width: 991px) {
  .flex-sections .text-image.overlap .content {
    width: 56%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1350px) {
  .flex-sections .text-image.overlap .content {
    width: 56%;
  }
}
.flex-sections .text-image.overlap .content .text-content {
  position: relative;
}
.flex-sections .text-image.overlap .content .text-content .line {
  background-color: #CC9F53;
  display: inline-block;
  height: 38%;
  width: 2px;
  position: absolute;
  top: 4px;
  z-index: 10;
}
@media (max-width: 991px) {
  .flex-sections .text-image.overlap .content .text-content .line {
    display: none;
  }
}
.flex-sections .text-image.overlap .content .text-content .line:after {
  content: "";
  display: inline-block;
  height: 37px;
  width: 37px;
  background-image: url(_static/images/decor-star-large.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
}
.flex-sections .text-image.image-right .image {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-right .image {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-right .content {
    padding-right: 38px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-right .content {
    padding-right: 78px;
  }
}
.flex-sections .text-image.image-right.overlap .image {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-right.overlap .content {
    padding-left: 40px;
    left: 40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-right.overlap .content {
    padding-left: 72px;
  }
}
@media (min-width: 1350px) {
  .flex-sections .text-image.image-right.overlap .content {
    left: 100px;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-right.overlap .content .text-content .line {
    left: -40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-right.overlap .content .text-content .line {
    left: -57px;
  }
}
.flex-sections .text-image.image-left .image {
  margin-bottom: 30px;
  order: -1;
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-left .image {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-left .content {
    padding-left: 38px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-left .content {
    padding-left: 78px;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-left.overlap .content {
    padding-right: 40px;
    right: 40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-left.overlap .content {
    padding-right: 72px;
  }
}
@media (min-width: 1350px) {
  .flex-sections .text-image.image-left.overlap .content {
    right: 100px;
  }
}
@media (min-width: 991px) {
  .flex-sections .text-image.image-left.overlap .content .text-content .line {
    right: -40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .text-image.image-left.overlap .content .text-content .line {
    right: -57px;
  }
}
.flex-sections .logo-stack {
  background-color: rgba(179, 224, 216, 0.4);
  padding-top: 30px;
  padding-bottom: 23px;
  max-width: 100%;
}
.flex-sections .logo-stack__heading {
  color: rgba(94, 120, 117, 0.8);
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 18px;
  text-align: center;
}
.flex-sections .logo-stack__logos {
  display: flex;
  max-width: 1080px !important;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-sections .logo-stack__logos--logo {
  width: auto;
  margin: 13px 23px;
  max-height: 40px;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
@media (min-width: 767px) {
  .flex-sections .logo-stack__logos--logo {
    width: calc(16.666% - 24px);
  }
}
@media (min-width: 991px) {
  .flex-sections .logo-stack__logos--logo {
    width: calc(16.666% - 46px);
  }
}
.flex-sections .products {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 42px;
}
@media (min-width: 991px) {
  .flex-sections .products {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}
.flex-sections .products__heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .flex-sections .products__heading {
    margin-bottom: 65px;
  }
}
.flex-sections .products__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 991px) {
  .flex-sections .products__products {
    margin: 0 58px;
  }
}
.flex-sections .products__products--product {
  max-width: 272px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 575px) {
  .flex-sections .products__products--product {
    margin: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(50% - 15px);
    max-width: 50%;
  }
  .flex-sections .products__products--product:nth-child(2n), .flex-sections .products__products--product:last-child {
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .flex-sections .products__products--product {
    margin-right: 30px;
    width: calc(33.333% - 20px);
    max-width: 272px;
  }
  .flex-sections .products__products--product:nth-child(2n) {
    margin-right: 30px;
  }
  .flex-sections .products__products--product:nth-child(3n) .flex-sections .products__products--product:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1199px) {
  .flex-sections .products__products--product {
    margin-right: 146px;
    width: calc(33.333% - 98px);
  }
  .flex-sections .products__products--product:nth-child(2n) {
    margin-right: 146px;
  }
  .flex-sections .products__products--product:nth-child(3n), .flex-sections .products__products--product:last-child {
    margin-right: 0;
  }
}
.flex-sections .products__products--product .image-wrapper .image {
  border: 1px solid #c9c9c9;
}
.flex-sections .products__products--product .button {
  border-color: #CC9F53;
  background-color: #CC9F53;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 16px 30px 9px 30px;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .flex-sections .products__products--product .button {
    margin-top: 70px;
    min-width: 200px;
  }
}
.flex-sections .products__products--product .button:hover {
  background-color: #D1C195;
  border-color: #D1C195;
}
.flex-sections .programs {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 991px) {
  .flex-sections .programs {
    padding-top: 85px;
    padding-bottom: 84px;
  }
}
.flex-sections .programs__heading {
  color: #CC9F53;
  font-family: "quincy-cf", serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.flex-sections .programs__programs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-sections .programs__programs--program {
  background-color: rgba(179, 224, 216, 0.2);
  border-bottom: 1px solid #CC9F53;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-sections .programs__programs--program:last-child {
  border-bottom: 0;
}
@media (min-width: 991px) {
  .flex-sections .programs__programs--program {
    border-right: 1px solid #CC9F53;
    border-bottom: 0;
    width: 50%;
  }
  .flex-sections .programs__programs--program:nth-child(2n) {
    border-right: 0;
  }
}
.flex-sections .programs__programs--program:first-child {
  position: relative;
}
.flex-sections .programs__programs--program:first-child:before, .flex-sections .programs__programs--program:first-child:after {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 89px;
  width: 23px;
  position: absolute;
  top: calc(100% - 44px);
  transform: translateX(-50%) rotate(-90deg);
  z-index: 2;
}
@media (min-width: 991px) {
  .flex-sections .programs__programs--program:first-child:before, .flex-sections .programs__programs--program:first-child:after {
    top: auto;
    transform: translateX(-50%);
  }
}
.flex-sections .programs__programs--program:first-child:before {
  background-image: url(_static/images/moon-top.svg);
  left: 35px;
}
@media (min-width: 991px) {
  .flex-sections .programs__programs--program:first-child:before {
    top: -10px;
    left: 100%;
  }
}
.flex-sections .programs__programs--program:first-child:after {
  background-image: url(_static/images/moon-bottom.svg);
  right: 10px;
}
@media (min-width: 991px) {
  .flex-sections .programs__programs--program:first-child:after {
    bottom: -11px;
    right: auto;
    left: 100%;
  }
}
.flex-sections .programs__programs--program .image {
  background-color: #B3E0D8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40.65%;
  width: 100%;
  transition: ease 0.3s;
}
.flex-sections .programs__programs--program .image:hover {
  opacity: 0.8;
}
.flex-sections .programs__programs--program .content {
  padding: 45px 20px 33px 20px;
}
.flex-sections .programs__programs--program .content .title {
  color: #5E7775;
  font-size: 32px;
  font-weight: 400;
  line-height: 33px;
}
.flex-sections .programs__programs--program .content .title h3 {
  color: #5E7775;
  transition: ease 0.3s;
  margin-bottom: 22px;
}
@media (min-width: 991px) {
  .flex-sections .programs__programs--program .content .title h3 {
    margin-bottom: 33px;
  }
}
.flex-sections .programs__programs--program .content .title h3:hover {
  opacity: 0.8;
}
.flex-sections .programs__programs--program .content .description {
  color: #5E7775;
  font-family: "quincy-cf", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 400px;
}
.flex-sections .programs__programs--program .content .button {
  border-color: #CC9F53;
  background-color: #CC9F53;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 16px 30px 9px 30px;
  margin-top: 21px;
}
.flex-sections .programs__programs--program .content .button:hover {
  background-color: #D1C195;
  border-color: #D1C195;
}
.flex-sections .latest-post__post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 72px;
  border-top: 2px solid #CC9F53;
  border-bottom: 2px solid #CC9F53;
}
@media (min-width: 991px) {
  .flex-sections .latest-post__post {
    padding-top: 131px;
    padding-bottom: 117px;
  }
}
.flex-sections .latest-post__post--content {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .flex-sections .latest-post__post--content {
    margin-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .flex-sections .latest-post__post--content {
    position: relative;
    top: -20px;
  }
}
.flex-sections .latest-post__post--content .heading {
  color: #CC9F53;
  font-family: "quincy-cf", serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.flex-sections .latest-post__post--content .post-title {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  font-size: 50px;
}
.flex-sections .latest-post__post--content .post-title h2 {
  margin-bottom: 10px;
  transition: ease 0.3s;
}
@media (min-width: 575px) {
  .flex-sections .latest-post__post--content .post-title h2 {
    line-height: 63px;
  }
}
.flex-sections .latest-post__post--content .post-title:hover h2 {
  opacity: 0.8;
}
.flex-sections .latest-post__post--content .post-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.flex-sections .latest-post__post--content .button {
  border-color: #CC9F53;
  background-color: #CC9F53;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 16px 30px 9px 30px;
  margin-top: 30px;
}
.flex-sections .latest-post__post--content .button:hover {
  background-color: #D1C195;
  border-color: #D1C195;
}
.flex-sections .latest-post__post--image {
  background-color: rgba(179, 224, 216, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108.75%;
  width: 100%;
  transition: ease 0.3s;
}
@media (min-width: 991px) {
  .flex-sections .latest-post__post--image {
    padding-top: 46.75%;
    width: 43%;
  }
}
.flex-sections .latest-post__post--image:hover {
  opacity: 0.8;
}
.flex-sections .testimonials {
  padding-top: 72px;
  padding-bottom: 112px;
}
@media (min-width: 991px) {
  .flex-sections .testimonials {
    padding-top: 191px;
    padding-bottom: 131px;
    position: relative;
  }
}
.flex-sections .testimonials__heading {
  color: #CC9F53;
  font-family: "quincy-cf", serif;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .flex-sections .testimonials__heading {
    margin-bottom: 0;
    position: absolute;
    top: calc(50% + 76px);
    z-index: 2;
  }
}
@media (min-width: 991px) {
  .flex-sections .testimonials__heading.left {
    left: -40px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (min-width: 1199px) {
  .flex-sections .testimonials__heading.left {
    left: -20px;
  }
}
@media (min-width: 1350px) {
  .flex-sections .testimonials__heading.left {
    left: 30px;
  }
}
.flex-sections .testimonials__heading.right {
  display: none;
}
@media (min-width: 991px) {
  .flex-sections .testimonials__heading.right {
    display: block;
    right: -40px;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 1199px) {
  .flex-sections .testimonials__heading.right {
    right: -20px;
  }
}
@media (min-width: 1350px) {
  .flex-sections .testimonials__heading.right {
    right: 50px;
  }
}
@media (min-width: 991px) {
  .flex-sections .testimonials .slick-track {
    display: flex;
  }
  .flex-sections .testimonials .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
}
.flex-sections .testimonials .slick-dots {
  text-align: left;
  margin: 0;
  bottom: -40px;
}
@media (min-width: 767px) {
  .flex-sections .testimonials .slick-dots {
    bottom: -30px;
  }
}
.flex-sections .testimonials .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 11px 0 0;
  opacity: 0.6;
}
.flex-sections .testimonials .slick-dots li button {
  content: "";
  background-color: #5E7875;
  border-radius: 100%;
  padding: 0;
  height: 100%;
  width: 100%;
}
.flex-sections .testimonials .slick-dots li button:before {
  display: none;
}
.flex-sections .testimonials .slick-dots li.slick-active {
  opacity: 1;
}
.flex-sections .testimonials__testimonials {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .flex-sections .testimonials__testimonials {
    margin-top: 100px;
  }
}
@media (min-width: 991px) {
  .flex-sections .testimonials__testimonials {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .testimonials__testimonials {
    padding-left: 90px;
    padding-right: 100px;
  }
}
.flex-sections .testimonials__testimonials:before {
  content: "";
  display: inline-block;
  background-image: url(_static/images/quote-marks.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 66px;
  position: absolute;
  top: -35px;
  left: 5px;
  z-index: 2;
}
@media (min-width: 767px) {
  .flex-sections .testimonials__testimonials:before {
    top: -80px;
  }
}
@media (min-width: 991px) {
  .flex-sections .testimonials__testimonials:before {
    height: 60px;
    width: 76px;
    top: -74px;
    left: 50px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .testimonials__testimonials:before {
    top: -86px;
    left: 90px;
  }
}
.flex-sections .testimonials__testimonials--testimonial {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.flex-sections .testimonials__testimonials--testimonial .image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160%;
  margin-bottom: 20px;
  width: 100%;
  order: -1;
}
@media (min-width: 767px) {
  .flex-sections .testimonials__testimonials--testimonial .image-wrapper {
    padding-top: 54.6%;
    margin-bottom: 0;
    width: 44.1%;
    order: 2;
  }
}
@media (min-width: 767px) {
  .flex-sections .testimonials__testimonials--testimonial .content {
    padding-right: 28px;
    width: 50%;
    flex-grow: 1;
  }
}
@media (min-width: 991px) {
  .flex-sections .testimonials__testimonials--testimonial .content {
    padding-right: 56px;
  }
}
.flex-sections .testimonials__testimonials--testimonial .content .text-content {
  color: #5E7875;
  font-family: "quincy-cf", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
}
@media (min-width: 991px) {
  .flex-sections .testimonials__testimonials--testimonial .content .text-content {
    font-size: 28px;
    line-height: 41px;
  }
}
.flex-sections .testimonials__testimonials--testimonial .content .name {
  color: #CC9F53;
  font-family: "quincy-cf", serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .flex-sections .testimonials__testimonials--testimonial .content .name {
    font-size: 28px;
    line-height: 35px;
    margin-top: 31px;
  }
}
.flex-sections .testimonials__testimonials--testimonial .content .title {
  color: #CC9F53;
  font-family: "quincy-cf", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}
.flex-sections .opt-in {
  background-image: url(_static/images/star-bg.svg);
  background-repeat: no-repeat;
  background-position: top 25vw right;
  background-size: auto 100vw;
  position: relative;
}
@media (min-width: 767px) {
  .flex-sections .opt-in {
    background-position: top 20vw right 40px;
    background-size: 78%;
  }
}
@media (min-width: 991px) {
  .flex-sections .opt-in {
    background-position: top 20px right 40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in {
    background-position: top 60px right 60px;
  }
}
.flex-sections .opt-in:after {
  content: "";
  background-color: rgba(179, 224, 216, 0.4);
  display: inline-block;
  height: 40vw;
  position: absolute;
  bottom: 17.5%;
  z-index: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  right: 50%;
  width: 100vw;
}
@media (min-width: 991px) {
  .flex-sections .opt-in:after {
    bottom: 8%;
    height: 28.1vw;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in:after {
    bottom: 17.5%;
  }
}
.flex-sections .opt-in .wrapper {
  border-top: 2px solid #CC9F53;
  border-bottom: 2px solid #CC9F53;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 991px) {
  .flex-sections .opt-in .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in .wrapper {
    padding-top: 211px;
    padding-bottom: 132px;
  }
}
.flex-sections .opt-in__image {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .flex-sections .opt-in__image {
    margin-top: 0;
    width: 50%;
    order: -1;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in__image {
    width: 57%;
  }
}
.flex-sections .opt-in__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .flex-sections .opt-in__content {
    background: #ffffff;
    padding: 60px;
    width: 55%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in__content {
    padding: 85px 58px 64px 61px;
    width: 50.6%;
    right: 34px;
    margin-top: -9px;
  }
}
.flex-sections .opt-in__content .subheading {
  color: #CC9F53;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 23px;
  margin-bottom: 2px;
}
.flex-sections .opt-in__content .heading {
  color: #5E7875;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 35px;
  margin-bottom: 15px;
}
.flex-sections .opt-in__content .description p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.flex-sections .opt-in__content .code form {
  margin-bottom: 0;
}
.flex-sections .opt-in__content .code form .gform_fields {
  grid-row-gap: 0;
}
@media (min-width: 641px) {
  .flex-sections .opt-in__content .code form .gform_fields {
    grid-row-gap: 12px;
  }
}
@media (min-width: 1199px) {
  .flex-sections .opt-in__content .code form .gform_fields {
    grid-row-gap: 24px;
  }
}
.flex-sections .opt-in__content .code form .gform_fields .name_first {
  padding-right: 1px !important;
}
.flex-sections .opt-in__content .code form .gform_fields .name_last {
  padding-left: 1px !important;
}
.flex-sections .opt-in__content .code form input {
  color: rgba(129, 141, 139, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 18px !important;
  border: 3px solid rgba(158, 173, 229, 0.5);
  padding: 17px 16px 13px 16px !important;
  min-height: auto !important;
}
.flex-sections .opt-in__content .code form input:focus::placeholder {
  opacity: 0.15 !important;
  color: inherit !important;
}
.flex-sections .opt-in__content .code form .button {
  color: #ffffff;
  border: 1px solid #CC9F53;
  background-color: #CC9F53;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 19px 30px 15px 30px !important;
  margin-top: 1px;
  margin-bottom: 0;
  box-shadow: none;
}
.flex-sections .opt-in__content .code form .button:hover {
  background-color: #D1C195;
  border: 1px solid #D1C195;
}
@media (max-width: 767px) {
  .flex-sections .opt-in__content .code form .button {
    width: 100%;
  }
}
.flex-sections .opt-in__content .code .gform_footer {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
}
.wp-block-cover p {
  color: #fff;
  line-height: 1.2;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
  font-family: inherit;
  font-size: 40px;
  font-weight: 400;
}
.wp-block-cover.has-text-align-center {
  justify-content: flex-start;
}
.wp-block-cover.has-text-align-center p {
  text-align: center;
  max-width: 100%;
}
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover.has-left-content p {
  text-align: left;
}
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover.has-right-content p {
  text-align: right;
}

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0;
}
.wp-block-image figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: inherit;
  font-size: 16px;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc((100% - 32px) / 3);
  width: 30%;
}
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}
.wp-block-gallery .blocks-gallery-item figure img {
  height: 100%;
  flex: 1;
  object-fit: cover;
  width: 100%;
}

.wp-block-file .wp-block-file__button {
  margin-left: 25px;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  width: 100%;
  max-width: 100%;
}
.wp-block-video figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: inherit;
  font-size: 16px;
}

.wp-block-button {
  margin-bottom: 25px;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
  height: 100% !important;
}
.wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text .wp-block-media-text__media img {
  height: auto;
  max-width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  object-fit: cover;
  width: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important;
}

.wp-block-latest-comments {
  list-style: none;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  border-bottom: 1px solid #AE8231;
  padding: 15px 0px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment img {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  border-radius: 50%;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
  font-size: 18px;
  letter-spacing: 0.1px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  display: block;
  letter-spacing: 0.1px;
  font-size: 14px;
  text-transform: uppercase;
  color: inherit;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  position: relative;
  overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment footer {
  background: transparent;
  margin: 0 0 0.75em;
  padding: 0;
}

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.wp-block-embed:before {
  content: "";
  display: block;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.wp-block-embed figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
/* Flex Grid Gutter Space */
.grid,
.grid-mobile, .wp-block-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid .cell,
.grid-mobile .cell, .wp-block-column {
  flex: 1;
}

@media (min-width: 768px) {
  .grid, .wp-block-columns {
    display: flex;
  }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 18.334px );
  }
  .grid.grid-12-col .cell.span-1 {
    flex: 0 0 calc( 10% - 18px );
  }
  .grid.grid-12-col .cell.span-2 {
    flex: 0 0 calc( 16.6% - 16.68px );
  }
  .grid.grid-12-col .cell.span-3 {
    flex: 0 0 calc( 25% - 15px );
  }
  .grid.grid-12-col .cell.span-4 {
    flex: 0 0 calc( 33.3% - 13.34px );
  }
  .grid.grid-12-col .cell.span-5 {
    flex: 0 0 calc( 41.6% - 11.68px );
  }
  .grid.grid-12-col .cell.span-6 {
    flex: 0 0 calc( 50% - 10px );
  }
  .grid.grid-12-col .cell.span-7 {
    flex: 0 0 calc( 58.3% - 8.34px );
  }
  .grid.grid-12-col .cell.span-8 {
    flex: 0 0 calc( 66.6% - 6.68px );
  }
  .grid.grid-12-col .cell.span-9 {
    flex: 0 0 calc( 75% - 5px );
  }
  .grid.grid-12-col .cell.span-10 {
    flex: 0 0 calc( 83.3% - 3.34px );
  }
  .grid.grid-12-col .cell.span-11 {
    flex: 0 0 calc( 90% - 2px );
  }
  .grid.grid-12-col .cell.span-12 {
    flex: 0 0 100%;
  }
  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px );
  }
  .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
    flex: 0 0 100%;
  }
  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px );
  }
  .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 66.66% - 6.668px );
  }
  .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
    flex: 0 0 100%;
  }
  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px );
  }
  .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 50% - 10px );
  }
  .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 75% - 5px );
  }
  .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
    flex: 0 0 100%;
  }
  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px );
  }
  .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 40% - 12px );
  }
  .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 60% - 8px );
  }
  .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
    flex: 0 0 calc( 80% - 4px );
  }
  .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
    flex: 0 0 100%;
  }
  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px );
  }
  .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 40% - 12px );
  }
  .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 60% - 8px );
  }
  .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
    flex: 0 0 calc( 80% - 4px );
  }
  .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
    flex: 0 0 calc( 100% - 0px );
  }
  .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .grid-mobile {
    display: flex;
  }
  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px );
  }
  .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px );
  }
  .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 66.66% - 6.668px );
  }
  .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px );
  }
  .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 50% - 10px );
  }
  .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 75% - 5px );
  }
  .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px );
  }
  .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 40% - 12px );
  }
  .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 60% - 8px );
  }
  .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
    flex: 0 0 calc( 80% - 4px );
  }
  .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px );
  }
  .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
    flex: 0 0 calc( 40% - 12px );
  }
  .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
    flex: 0 0 calc( 60% - 8px );
  }
  .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
    flex: 0 0 calc( 80% - 4px );
  }
  .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
    flex: 0 0 calc( 100% - 0px );
  }
  .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
    flex: 0 0 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Flex Layout Padding */
/* Flex Layout Container Width */
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center;
}

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff;
}

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px;
}

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .layout-section.padding-medium .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .layout-section.padding-large .cls-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layout-section.padding-large .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px;
}

.layout-section.container-full .container {
  max-width: 100%;
}

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important;
  }
}
@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important;
  }
}
/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 2em;
  }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important;
  }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  AJAX LOAD MORE
/*-----------------------------------------------------------------------------------*/
.alm-reveal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.alm-item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alm-item a:not([class]), .alm-item a:not([class]):hover {
  border: 0;
}
@media (max-width: 575px) {
  .alm-item {
    width: 100%;
  }
}
.alm-item img {
  margin-bottom: 10px;
}
.alm-item img:hover {
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
.alm-item .alm-read-more {
  margin-top: auto;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-load-more-btn {
  width: 536px;
  max-width: 100%;
  color: #fff;
  background-color: #D1C195;
  border-color: #D1C195;
}
.alm-load-more-btn:hover, .alm-load-more-btn:focus {
  color: #fff;
  background-color: #CC9F53;
  border-color: #CC9F53;
}
.alm-load-more-btn.done {
  display: none;
}