/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
  }
  [data-sal|=fade] {
    opacity: 1;
  }
  [data-sal|=slide], [data-sal|=zoom] {
    opacity: 1;
    transform: none;
  }
  [data-sal|=flip] {
    transform: none;
  }
}
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
}

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

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li li {
  list-style-type: circle;
}
ul li li li {
  list-style-type: square;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}
ol li li {
  list-style-type: lower-alpha;
}
ol li li li {
  list-style-type: lower-roman;
}

li ul, li ol {
  margin-bottom: 0;
  margin-top: 0.5em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 1s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  transform: none;
}


/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
* {
  scroll-margin-top: 150px;
}

html, body {
  scroll-behavior: smooth;
}

body {
  background: #FFF;
  color: #000;
  font: 400 20px/150% "Nunito Sans", sans-serif;
  text-align: center;
}

.overlay {
  background: transparent;
  bottom: 0;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: background 0.3s ease-in-out;
  z-index: 4;
}
.overlay.open {
  background: rgba(0, 0, 0, 0.2);
}

h1 {
  font: 300 86px/120% "Nunito", sans-serif;
  letter-spacing: -2%;
  margin-bottom: 80px;
}
h1 a {
  text-decoration: none;
}

h2 {
  font: 300 48px/120% "Nunito", sans-serif;
  margin: 60px 0;
}
h2 a {
  text-decoration: none;
}

h3, .h3 {
  font: 300 34px/130% "Nunito", sans-serif;
}
h3 a, .h3 a {
  text-decoration: none;
}

h4 {
  font: 300 24px/130% "Nunito", sans-serif;
}
h4 a {
  text-decoration: none;
}

h1.smallCaps, h2.smallCaps, h3.smallCaps, h4.smallCaps, div.smallCaps, strong.smallCaps {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2.half, h3.half, h4.half {
  width: 49.3548387097%;
}

.status {
  font: 300 34px/150% "Nunito", sans-serif;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #00744b;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  position: relative;
  text-align: left;
}

.wrapper-inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 100px;
  text-align: left;
}

figure {
  margin: 0 auto;
  max-width: 800px;
}
figure img {
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}
figure.svg img {
  border-radius: 0;
}
figure figcaption {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 10px 0 0;
  text-align: right;
  text-transform: uppercase;
}
figure figcaption p {
  margin: 0;
}

.btn, .form .fui-btn, .nav-contact a {
  background: #00744b;
  border: 0;
  border-radius: 60px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font: 400 18px/20px "Nunito Sans", sans-serif;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.btn:hover, .btn:active, .form .fui-btn:hover, .form .fui-btn:active, .nav-contact a:hover, .nav-contact a:active {
  background: #00262e;
}
.btn.btn-disabled, .form .fui-btn.btn-disabled, .nav-contact a.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.btn-disabled:hover, .form .fui-btn.btn-disabled:hover, .nav-contact a.btn-disabled:hover {
  background: #00744b;
}
.btn svg, .form .fui-btn svg, .nav-contact a svg {
  color: #FFF;
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg, .form .fui-btn.icon-left svg, .nav-contact a.icon-left svg {
  margin-left: 0;
  margin-right: 10px;
}
.btn.btn-alt, .form .fui-btn.btn-alt, .nav-contact a.btn-alt {
  background: #FFF;
  border: 1px solid #00744b;
  color: #00262e;
}
.btn.btn-alt:hover, .form .fui-btn.btn-alt:hover, .nav-contact a.btn-alt:hover {
  background: #00262e;
  border-color: #00262e;
  color: #FFF;
}
.btn.btn-alt.active, .form .fui-btn.btn-alt.active, .nav-contact a.btn-alt.active {
  background: #00262e;
  border-color: #00262e;
  color: #FFF;
}
.btn.btn-large, .form .fui-btn.btn-large, .nav-contact a.btn-large {
  border-radius: 60px;
  font: 300 34px/150% "Nunito Sans", sans-serif;
  padding: 12px 30px;
}
.btn.floating-exit, .form .fui-btn.floating-exit, .nav-contact a.floating-exit {
  background: #f0d954;
  border: 1px solid #f0d954;
  bottom: 40px;
  color: #00262e;
  opacity: 0;
  position: fixed;
  right: -200px;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}
.btn.floating-exit:hover, .form .fui-btn.floating-exit:hover, .nav-contact a.floating-exit:hover {
  background: #FFF;
  border: 1px solid #000;
}
.btn.floating-exit.visible, .form .fui-btn.floating-exit.visible, .nav-contact a.floating-exit.visible {
  opacity: 1;
  right: 40px;
}
.btn.eyebrow-exit, .form .fui-btn.eyebrow-exit, .nav-contact a.eyebrow-exit {
  border: 0;
}
.btn.eyebrow-exit:hover, .form .fui-btn.eyebrow-exit:hover, .nav-contact a.eyebrow-exit:hover {
  background: #f0d954;
  color: #00262e;
}

/**
 * Header	
*/
.eyebrow {
  background: #00262e;
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  padding: 15px 0;
}
.eyebrow .wrapper {
  align-items: center;
  display: flex;
}
.eyebrow p {
  flex-grow: 1;
  margin: 0;
  text-align: center;
}
.eyebrow a {
  color: #FFF;
}
.eyebrow .btn {
  margin-left: 40px;
}

header {
  background: #f7f5f2;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
header .wrapper {
  align-items: flex-end;
  display: flex;
}
header .header-logo {
  width: 324px;
}
header nav {
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  padding-bottom: 5px;
}
header nav ul {
  align-items: center;
  display: flex;
  margin: 0;
}
header nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  position: relative;
}
header nav li:has(ul) a {
  padding-right: 30px;
}
header nav svg {
  bottom: 8px;
  position: absolute;
  right: 0;
}
header nav ul ul {
  background: #f7f5f2;
  border-radius: 0 0 30px 30px;
  display: none;
  left: -30px;
  padding: 30px 30px 20px;
  position: absolute;
  width: 300px;
  z-index: 2;
}
header nav ul ul li {
  margin: 0 0 10px;
}
header nav ul ul li:last-child {
  margin: 0;
}
header nav ul ul a:hover {
  color: #00744b;
  text-decoration: underline;
}
header nav a {
  color: #00262e;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  margin-left: auto;
}

.nav-close {
  display: none;
}

/**
 * Feature	
*/
.feature {
  background: #00262e;
  color: #FFF;
  padding: 80px 0;
}
.feature figure {
  background: #FFF;
  border-radius: 30px;
  overflow: hidden;
}
.feature .lockup {
  margin: 0;
}
.feature .content:last-child {
  margin-bottom: 0;
}
.feature .btn:hover {
  background: #FFF;
  color: #00262e;
}

/**
 * Body	
*/
main {
  background: linear-gradient(180deg, #ebe3d1 0, rgba(235, 227, 209, 0) 700px);
  padding: 180px 0 80px;
}

.content {
  margin-left: auto;
  width: 49.3548387097%;
}
.content h2, .content h3, .content h4, .content .content {
  width: auto;
}

.text, .heading-list, .button, .buttons, .collapsible, .ajax-wrapper, .logo-swiper, .embed, .form, .lockup, figure {
  margin-bottom: 60px;
}

.buttons .btn {
  margin: 0 10px 15px 0;
}
.buttons .btn.btn-large {
  margin: 0 20px 20px 0;
}

.text {
  border-top: 1px solid #00744b;
  padding-top: 30px;
}
.text > :last-child {
  margin-bottom: 0;
}
.text.large {
  border-top: none;
  font-size: 34px;
  font-weight: 300;
  line-height: 150%;
  padding-top: 0;
}

.collapsible {
  border-bottom: 1px solid #00744b;
  border-top: 1px solid #00744b;
}
.collapsible > h3 {
  cursor: pointer;
  display: flex;
  padding: 30px 0;
}
.collapsible > h3:hover svg {
  color: #00744b;
}
.collapsible > h3 svg {
  margin-left: auto;
  margin-top: 5px;
  padding-left: 20px;
}
.collapsible.smaller h3 {
  font-size: 24px;
  line-height: 130%;
}
.collapsible .content {
  margin-left: 0;
  width: auto;
}
.collapsible .content.text {
  border-top: 0;
  padding-top: 0;
}
.collapsible .content:last-child {
  margin: 0;
}

.collapsible + .collapsible {
  border-top: 0;
  margin-top: -60px;
}

.collapsible-content {
  padding-bottom: 30px;
}

.heading-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #00744b;
  font-size: 34px;
  font-weight: 300;
  line-height: 130%;
  padding: 30px 0;
}

.contact-card {
  background: #f7f5f2;
  border-radius: 30px;
  margin: 80px -60px;
  padding: 60px;
}
.contact-card h2 {
  margin-top: 0;
}

.contact-card-content {
  align-items: flex-start;
  display: flex;
}

.contact-card-col {
  margin-right: 5%;
  width: 30%;
}
.contact-card-col:last-child {
  margin-right: 0;
}
.contact-card-col h3 {
  margin-bottom: 20px;
}
.contact-card-col p:last-child {
  margin: 0;
}

.contact-card-large {
  font-size: 34px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 20px;
}
.contact-card-large a {
  color: #00262e;
}

.instagram {
  background: #f7f5f2;
  border-radius: 30px;
  margin: 80px -60px;
  padding: 60px;
  position: relative;
}
.instagram h2 {
  margin-top: 0;
}
.instagram .swiper {
  margin: 0 -60px 40px;
  padding: 0 60px;
}
.instagram .swiper-nav {
  font-size: 60px;
  position: absolute;
  right: 60px;
  top: 60px;
}
.instagram .swiper-nav a {
  color: #00262e;
}
.instagram .swiper-nav a:hover {
  color: #00744b;
}
.instagram .swiper-nav .swiper-nav-left {
  margin-right: 40px;
}
.instagram .swiper-nav .swiper-button-disabled {
  opacity: 0.2;
}
.instagram .swiper-slide {
  padding-top: 40px;
  position: relative;
}
.instagram .swiper-slide .slide-metadata {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
}
.instagram .swiper-slide .slide-metadata span:last-child {
  margin-left: auto;
}
.instagram .swiper-slide figure {
  aspect-ratio: 3/4;
  border: 1px solid #00262e;
  border-radius: 30px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.instagram .swiper-slide img {
  border-right: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.instagram .swiper-slide:hover .slide-metadata {
  visibility: visible;
}
.instagram .swiper-slide:hover figure {
  border-color: #00744b;
}

.logo-swiper img {
  padding: 30px;
}
.logo-swiper .swiper-wrapper {
  align-content: center;
  align-items: center;
  transition-timing-function: linear !important;
}

.lockup {
  align-items: flex-start;
  display: flex;
}
.lockup > figure, .lockup > .embed {
  margin: 0;
  width: 44.7580645161%;
  /* &.svg {
  	padding-right: 60px;
  } */
}

.lockup-content {
  margin-left: auto;
  width: 49.3548387097%;
}
.lockup-content .content {
  margin-left: 0;
  width: auto;
}

.pullquote {
  font: 300 48px/120% "Nunito", sans-serif;
  margin: 80px auto;
  max-width: 780px;
}
.pullquote p {
  margin: 0;
}
.pullquote cite {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
}

/**
 * Listings	
*/
.grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.grid-item {
  border-radius: 30px;
  margin-bottom: 60px;
  margin-right: 11.1111111111%;
  padding: 20px;
  transition: background 0.5s ease-in-out;
  width: 25.7936507937%;
}
.grid-item:nth-child(3n+0) {
  margin-right: 0;
}
.grid-item .grid-thumbnail {
  display: block;
}
.grid-item img {
  border-radius: 30px;
  display: block;
}
.grid-item h2 {
  font-size: 34px;
  line-height: 140%;
  margin: 20px 0 10px;
}
.grid-item:hover {
  background: #f7f5f2;
}

.bio {
  background: #f7f5f2;
  border-radius: 30px 0 0 30px;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 5;
  transition: all 0.6s ease-in-out;
}
.bio.open {
  left: 20%;
}
.bio .bio-close {
  color: #00262e;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.bio .bio-close:hover {
  color: #00744b;
}

.bio-header {
  align-items: flex-start;
  display: flex;
}
.bio-header img {
  border-radius: 30px;
  width: 30.9523809524%;
}
.bio-header .bio-header-content {
  margin-left: auto;
  width: 61.9047619048%;
}
.bio-header h1 {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 30px;
}

.bio-text {
  border-top: 1px solid #00744b;
  height: calc(100% - 320px);
  margin-left: auto;
  overflow: scroll;
  padding-top: 30px;
  width: 61.9047619048%;
}
.bio-text h2 {
  margin-top: 0;
}

.job {
  background: #f7f5f2;
  margin-bottom: 60px;
  padding: 40px 0;
}
.job.even {
  background: #FFF;
}
.job + .job {
  margin-top: -60px;
}
.job h2 {
  margin: 0;
}
.job .wrapper-inner {
  display: flex;
}
.job .job-title {
  width: 44.7580645161%;
}
.job .job-content {
  margin-left: auto;
  width: 49.3548387097%;
}
.job .text {
  margin: 0;
}

.program {
  margin-bottom: 60px;
  padding: 60px 0;
}
.program.even {
  background: #f7f5f2;
}
.program .lockup, .program .collapsible:last-child {
  margin-bottom: 0;
}
.program + .program {
  margin-top: -60px;
}
.program img {
  border-radius: 30px;
}

.program-header {
  align-items: flex-start;
  display: flex;
  margin-bottom: 60px;
}
.program-header .smallCaps {
  margin-bottom: 20px;
}
.program-header p {
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  margin: 0;
}

.program-header-title {
  flex-shrink: 0;
  margin-right: 6.0483870968%;
  width: 44.7580645161%;
}
.program-header-title h2 {
  margin: 0;
}

.program-header-timeline {
  flex-shrink: 0;
  margin-right: 3.2258064516%;
  width: 16.1290322581%;
}

.program-header-dates {
  flex-shrink: 0;
  width: 29.8387096774%;
}

.ajax-wrapper, .calendar, .calendar-event-listing-container {
  transition: all 0.3s ease-in-out;
}
.ajax-wrapper.loading, .calendar.loading, .calendar-event-listing-container.loading {
  opacity: 0.5;
}

.publications .row {
  align-items: center;
  border-top: 1px solid #00744b;
  display: flex;
  padding: 30px 0;
}
.publications .row a {
  margin-left: auto;
}
.publications .row:last-child {
  border-bottom: 1px solid #00744b;
}

.card {
  background: #f7f5f2;
  border: 1px solid #f7f5f2;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px 30px;
  padding: 40px 60px;
  transition: border-color 0.3s ease-in-out;
}
.card h2 {
  margin: 0 0 30px;
  width: 100%;
}
.card:hover {
  border-color: #00744b;
}

.resource-phone, .resource-tags {
  width: 44.7580645161%;
}

.resource-details, .resource-link {
  margin-left: auto;
  width: 49.3548387097%;
}

.resource-details {
  margin-bottom: 60px;
}
.resource-details p:last-child {
  margin: 0;
}

.resource-phone .contact-card-large {
  font-size: 28px;
}

.media-card-left {
  width: 44.7580645161%;
}
.media-card-left img {
  border-radius: 30px;
  display: block;
  margin-top: 40px;
  max-width: 230px;
}

.media-card-right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 49.3548387097%;
}
.media-card-right .media-tags {
  margin-top: auto;
}

.pagination {
  align-items: center;
  display: flex;
  margin: 60px 0 80px;
}
.pagination .pagination-right {
  margin-left: auto;
}
.pagination .pagination-links {
  flex-grow: 1;
  text-align: center;
}
.pagination .pagination-links a, .pagination .pagination-links strong {
  display: inline-block;
  padding: 0 10px;
}

/**
 * Footer	
*/
footer {
  background: #00262e;
  color: #FFF;
  font-size: 18px;
  line-height: 150%;
  padding: 80px 0;
}
footer a {
  color: #FFF;
}
footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  line-height: 200%;
}

.footer-upper {
  display: flex;
  flex-wrap: wrap;
}
.footer-upper nav, .footer-upper .footer-address {
  margin-right: 2.9411764706%;
  width: 22.0588235294%;
}
.footer-upper .footer-acknowledgement {
  margin-left: auto;
  width: 49.2647058824%;
}
.footer-upper nav {
  margin-top: 36px;
}

.footer-lower {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.footer-lower img {
  margin-left: auto;
  order: 2;
  width: 49.2647058824%;
}
.footer-lower p {
  margin: 0;
  width: 49.2647058824%;
}

/**
 * Calendar	
*/
.calendar-section {
  background: #f7f5f2;
  padding: 60px 0;
}
.calendar-section h2 {
  margin-top: 0;
}

.calendar-section-inner {
  align-items: flex-start;
  display: flex;
}

.calendar-section-left {
  width: 40%;
}
.calendar-section-left .smallCaps {
  margin-bottom: 20px;
}

.calendar-section-right {
  margin-left: auto;
  width: 53.6%;
}
.calendar-section-right .event-list-heading {
  margin: 0 0 40px 60px;
}

#calendar {
  margin-bottom: 60px;
  width: 100%;
}
#calendar thead th {
  font: 500 18px/24px "Nunito Sans", sans-serif;
  padding: 12px 0;
}
#calendar thead th:nth-child(1n) {
  text-align: left;
}
#calendar thead th:nth-child(2n) {
  text-align: center;
}
#calendar thead th:nth-child(3n) {
  text-align: right;
}
#calendar .calendar-days th, #calendar td {
  color: rgba(0, 38, 46, 0.5);
  font: 500 16px/24px "Nunito Sans", sans-serif;
  height: 55px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  width: 14.2857142857%;
}
#calendar .calendar-days th.day, #calendar td.day {
  padding-top: 16px;
}
#calendar .calendar-days th span, #calendar td span {
  color: #00744b;
  font-size: 21px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#calendar .calendar-days th a, #calendar td a {
  text-decoration: none;
  transition: color 0.3s linear;
}
#calendar .calendar-days th a:hover, #calendar td a:hover {
  color: #00262e;
}
#calendar td.in-month, #calendar .calendar-days th {
  color: #00262e;
}
#calendar td a, #calendar td div {
  border-radius: 50%;
  display: block;
  height: 28px;
  margin: 0 auto;
  padding: 2px;
  width: 28px;
}
#calendar a.today + span, #calendar a.active + span {
  display: none;
}
#calendar a.today {
  background: #ebe3d1;
  color: #00262e;
}
#calendar a.today:hover {
  color: #00744b;
}
#calendar a.active {
  background: #000;
  color: #FFF;
}
#calendar a.active:hover {
  color: #FFF;
}
#calendar tbody {
  background: #FFF;
}
#calendar .calendar-prev, #calendar .calendar-next {
  background: #FFF;
  border: 1px solid #00744b;
  border-radius: 8px;
  color: #00262e;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 4px 8px;
  width: 32px;
}

.calendar-filters {
  margin-bottom: 0;
}

.no-events {
  font-style: italic;
  margin: 60px 0;
}

.event-card {
  background: #FFF;
  border-radius: 30px;
  padding: 40px 60px;
}
.event-card h3 {
  font-size: 24px;
  line-height: 140%;
  margin: 20px 0 30px;
}
.event-card .event-card-categories {
  margin: 30px 0 0;
}

.event-details {
  border-top: 1px solid #00744b;
  margin: 0;
  padding-top: 30px;
}
.event-details li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
}
.event-details strong {
  flex-shrink: 0;
  margin-top: 5px;
  width: 30%;
}
.event-details h2 {
  font-size: 24px;
  line-height: 140%;
  margin: 0;
}

.calendar-links {
  margin-top: 60px;
}

/**
 * Filters	
*/
.filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  text-align: left;
}
.filters p.clear-filters {
  margin-bottom: 1em;
  width: 100%;
}
.filters p.clear-filters svg {
  margin-right: 10px;
}
.filters p.clear-filters a {
  color: #00262e;
}

.filter {
  font-size: 18px;
  margin-right: 1.6129032258%;
  position: relative;
  width: 23.7903225806%;
}
.filter:nth-of-type(4n+0) {
  margin-right: 0;
}
.filter a {
  color: #00262e;
}
.filter .filter-title {
  align-items: center;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 30px;
  color: #00262e;
  display: flex;
  padding: 15px;
  text-decoration: none;
  transition: none;
}
.filter .filter-title svg {
  color: #00262e;
  margin-left: auto;
}
.filter .filter-title.open {
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}
.filter .filter-clear {
  display: none;
}
.filter .filter-clear a {
  border-bottom: 1px solid #000;
  display: block;
  padding: 5px 18px;
}
.filter .filter-clear svg {
  margin-right: 10px;
}
.filter .filter-options {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0 0 20px 20px;
  display: none;
  max-height: 300px;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.filter .filter-options ul {
  margin: 0;
  padding: 0 0 18px;
}
.filter .filter-options li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.filter .filter-options li:first-child label {
  padding-top: 6px;
}
.filter .filter-options label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  padding: 5px 15px;
  width: 100%;
}
.filter .filter-options label:hover, .filter .filter-options label:has(input:checked) {
  background: #f7f5f2;
}
.filter .filter-options label input {
  margin-right: 10px;
  margin-top: 6px;
}

/* 
	Forms
*/
.newsletter label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.form .fui-legend, .form .fui-label {
  font: 700 20px/150% "Nunito Sans", sans-serif;
}
.form .fui-radio-label, .form .fui-checkbox-label {
  font: 400 20px/150% "Nunito Sans", sans-serif;
  text-transform: none;
}
.form .fui-row:not(.fui-row-empty):not(:last-child) {
  margin-bottom: 40px;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=url], .form textarea {
  border-radius: 30px;
  border: 1px solid #00262e;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  padding: 10px;
}

.field {
  margin-bottom: 40px;
}
.field input {
  border: 0;
  border-bottom: 1px solid #00744b;
}

.field-group {
  display: flex;
}
.field-group .field {
  width: 48%;
}
.field-group .field:nth-child(even) {
  margin-left: auto;
}

@media screen and (max-width: 1360px) {
  header .wrapper {
    align-items: center;
  }
  .eyebrow-exit {
    display: none;
  }
  .nav-toggle, .nav-close {
    display: inline-block !important;
  }
  header nav {
    background: #00262e;
    bottom: 0;
    font-size: 24px;
    font-weight: 300;
    left: 0;
    line-height: 130%;
    padding-bottom: 0;
    padding-top: 100px;
    position: fixed;
    right: 0;
    top: 0;
  }
  header nav .btn.nav-close {
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  header nav .btn.nav-close:hover {
    background: #f0d954;
    color: #00262e;
  }
  header nav ul {
    display: block;
  }
  header nav li {
    margin-left: 0;
  }
  header nav ul ul {
    background: transparent;
    border-radius: 0;
    left: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
  header nav ul ul li {
    margin: 0;
  }
  header nav ul ul a:hover {
    color: #FFF;
  }
  header nav a {
    color: #FFF;
    display: block;
    padding: 10px 20px;
  }
  header nav li.nav-contact {
    margin: 20px 0 0 20px;
  }
  header nav li.nav-contact a:hover {
    background: #FFF;
    color: #00262e;
  }
  .btn.floating-exit {
    opacity: 1;
    right: 40px;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  h1 a {
    text-decoration: none;
  }
  h2 {
    font-size: 34px;
    line-height: 130%;
    margin: 30px 0;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 130%;
  }
  h4 {
    font: 300 24px/130% "Nunito", sans-serif;
  }
  h4 a {
    text-decoration: none;
  }
  h1.smallCaps, h2.smallCaps, h3.smallCaps, h4.smallCaps, div.smallCaps, strong.smallCaps {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  h2.half, h3.half, h4.half {
    width: auto;
  }
  .wrapper, .wrapper-inner {
    padding: 0 20px;
  }
  main {
    padding: 60px 0 20px;
  }
  .status {
    font: 300 24px/150% "Nunito", sans-serif;
  }
  header {
    padding: 15px 0;
  }
  header .header-logo {
    width: 220px;
  }
  .eyebrow {
    font-size: 14px;
  }
  .content {
    margin-left: 0;
    width: auto;
  }
  .text, .heading-list, .button, .buttons, .lockup, .collapsible, .ajax-wrapper, .logo-swiper, .embed, .form, figure {
    margin-bottom: 40px;
  }
  .contact-card {
    margin: 40px 0;
    padding: 40px 20px;
  }
  .contact-card-content {
    display: block;
  }
  .contact-card-col {
    margin-right: 0;
    width: auto;
  }
  .contact-card-col:last-child {
    margin-top: 30px;
  }
  .contact-card-large {
    font-size: 28px;
    line-height: 150%;
  }
  .lockup {
    display: block;
  }
  .lockup > figure, .lockup > .embed {
    margin-bottom: 30px;
    width: auto;
  }
  .lockup > figure.svg, .lockup > .embed.svg {
    padding: 0 40px;
  }
  .lockup-content {
    width: auto;
  }
  .collapsible > h3 {
    padding: 20px 0;
  }
  .collapsible + .collapsible {
    margin-top: -40px;
  }
  .heading-list li {
    font-size: 28px;
    line-height: 130%;
    padding: 20px 0;
  }
  .pullquote {
    font-size: 28px;
    line-height: 130%;
    margin: 60px 40px;
    max-width: none;
  }
  .btn.floating-exit {
    bottom: 20px;
    right: 20px;
  }
  .btn.floating-exit.visible {
    right: 20px;
  }
  .btn.btn-large {
    font-size: 28px;
  }
  .instagram {
    margin: 40px 0;
    padding: 20px;
  }
  .instagram .swiper {
    margin: 0 -20px 20px;
    padding: 0 20px;
  }
  .instagram .swiper-nav {
    display: flex;
    margin-bottom: 20px;
    position: static;
  }
  .instagram .swiper-nav .swiper-nav-left {
    margin: 0;
  }
  .instagram .swiper-nav .swiper-nav-right {
    margin-left: auto;
  }
  .instagram .swiper-slide {
    padding-top: 40px;
    position: relative;
  }
  .instagram .swiper-slide .slide-metadata {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    visibility: hidden;
  }
  .instagram .swiper-slide .slide-metadata span:last-child {
    margin-left: auto;
  }
  .instagram .swiper-slide figure {
    aspect-ratio: 3/4;
    border: 1px solid #00262e;
    border-radius: 30px;
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .instagram .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .instagram .swiper-slide:hover .slide-metadata {
    visibility: visible;
  }
  .instagram .swiper-slide:hover figure {
    border-color: #00744b;
  }
  .field-group {
    display: block;
  }
  .field-group .field {
    width: auto;
  }
  .field-group .field:nth-child(even) {
    margin-top: 10px;
  }
  .grid-item {
    margin-bottom: 40px;
    margin-right: 4%;
    width: 48%;
  }
  .grid-item:nth-child(3n+0) {
    margin-right: 4%;
  }
  .grid-item:nth-child(even) {
    margin-right: 0;
  }
  .grid-item h2 {
    font-size: 28px;
    line-height: 140%;
  }
  .bio {
    border-radius: 0;
    overflow: scroll;
    padding: 40px;
    width: 100%;
  }
  .bio.open {
    left: 0;
  }
  .bio .bio-close {
    right: 20px;
    top: 20px;
  }
  .bio-header {
    display: block;
  }
  .bio-header img {
    border-radius: 0px;
    width: 260px;
  }
  .bio-header .bio-header-content {
    width: 100%;
  }
  .bio-header h1 {
    margin-top: 30px;
  }
  .bio-text {
    height: auto;
    padding-top: 30px;
    width: 100%;
  }
  .program {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .program + .program {
    margin-top: -40px;
  }
  .program-header {
    display: block;
    margin-bottom: 30px;
  }
  .program-header p {
    font-size: 28px;
    line-height: 120%;
  }
  .program-header-title, .program-header-timeline, .program-header-dates {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .calendar-section {
    padding: 40px 0;
  }
  .calendar-section-inner {
    display: block;
  }
  .calendar-section-left {
    margin-bottom: 40px;
    width: 100%;
  }
  .calendar-section-right {
    width: 100%;
  }
  .calendar-section-right .event-list-heading {
    margin: 0 0 40px;
  }
  #calendar {
    margin-bottom: 40px;
  }
  .event-card {
    padding: 40px 20px;
  }
  .calendar-links {
    margin-top: 40px;
  }
  .pagination {
    margin: 40px 0 60px;
  }
  .filters {
    display: block;
    margin-bottom: 40px;
  }
  .filter {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .card {
    display: block;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 40px 20px;
  }
  .resource-phone, .resource-tags, .resource-details, .resource-link {
    margin-bottom: 30px;
    width: 100%;
  }
  .resource-link {
    margin-bottom: 0;
  }
  .media-card-left {
    margin-bottom: 30px;
    width: 100%;
  }
  .media-card-right {
    display: block;
    width: 100%;
  }
  .media-card-right .media-tags {
    margin-top: 30px;
  }
  .job {
    margin-bottom: 40px;
  }
  .job + .job {
    margin-top: -40px;
  }
  .job .wrapper-inner {
    display: block;
  }
  .job .job-title {
    margin-bottom: 30px;
  }
  .job .job-title, .job .job-content {
    width: 100%;
  }
  footer {
    padding: 40px 0;
  }
  footer ul {
    margin: 0;
  }
  .footer-upper nav, .footer-upper .footer-address {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  .footer-upper .footer-acknowledgement {
    margin-left: auto;
    width: 100%;
  }
  .footer-upper .smallCaps {
    margin-top: 40px;
  }
  .footer-lower {
    padding-top: 40px;
  }
  .footer-lower img {
    margin: 0 0 40px;
    order: 1;
    width: 320px;
  }
  .footer-lower p {
    font-size: 14px;
    line-height: 130%;
    order: 2;
    width: 100%;
  }
}
