@charset "UTF-8";
/********************************************************************************************* 

x. Variables

*********************************************************************************************/
/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/aep0ygl.css");
@import '../fontawesome/css/fontawesome.css';
@import '../fontawesome/css/brands.css';
@import url("https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css");
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@import 'https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css';
@import '../webfontskit/MyWebfontsKit.css';
@import 'https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,400;0,500;1,400;1,500&display=swap';
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 80px;
  width: 60px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #154553;
  font-size: 2em;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-direction-nav a:hover {
  background: #154553;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
.MabryBold {
  font-family: MabryBold;
}

.MabryItalic {
  font-family: MabryItalic;
}

.MabryBoldItalic {
  font-family: MabryBoldItalic;
}

.MabryRegular {
  font-family: MabryRegular;
}

/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
::selection {
  background: #154553;
  color: #fff;
}

::-moz-selection {
  background: #154553;
  color: #fff;
}

html, body {
  font-size: 18px;
  font-family: "MabryRegular", sans-serif;
  font-weight: 300;
  color: #154553;
  width: auto;
  height: auto;
}

div, p, ul, section, header, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #154553;
  text-decoration: none;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

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

.clearboth {
  clear: both;
  overflow: auto;
  zoom: 1;
}

.animate-content, .year {
  opacity: 0;
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

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

h1 {
  font-size: 3.4em;
  font-weight: 500;
  font-family: MabryBold;
  text-transform: uppercase;
}

h2 {
  font-size: 2.5em;
  line-height: normal;
  text-transform: uppercase;
  font-family: MabryBold;
}

h3 {
  font-size: 1.36em;
  font-family: MabryBold;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  letter-spacing: -0.44px;
  font-family: MabryBold;
  text-transform: uppercase;
}

strong {
  font-family: MabryBold;
}

.image img {
  width: 100%;
  height: auto;
}

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

.error-not-found {
  margin-top: 100px;
  margin-bottom: 100px;
}

.animate {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animate .slide-left {
  position: relative;
  left: -50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animate .slide-right {
  position: relative;
  right: -50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animate.in-view {
  opacity: 1;
}
.animate.in-view .slide-left {
  left: 0;
}
.animate.in-view .slide-right {
  right: 0;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
.cover img {
  display: none !important;
}

#nav > li.donate > a {
  font-size: 16px;
  letter-spacing: 0.26px;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  background: transparent;
  border: 1px solid #E25750;
  color: #E25750;
  position: relative;
}
#nav > li.donate > a span {
  z-index: 1;
  position: relative;
  display: inline-block;
}
#nav > li.donate > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E25750;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 0;
}
#nav > li.donate > a:hover {
  color: #fff !important;
  border-color: #E25750;
}
#nav > li.donate > a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(50);
}
.btn, section .nf-form-content button, section .nf-form-content input[type=button], section .nf-form-content input[type=submit], input[type=submit]#mc-embedded-subscribe {
  font-size: 16px;
  letter-spacing: 0.26px;
  padding: 8px 40px;
  justify-content: center;
  align-items: center;
  color: #FFFDF0;
  background: #8ED19D;
  border-radius: 40px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  background: #E25750;
  position: relative;
  overflow: hidden;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  border: none;
}
.btn.btn-border, section .nf-form-content button.btn-border, section .nf-form-content input[type=button].btn-border, section .nf-form-content input[type=submit].btn-border, input[type=submit]#mc-embedded-subscribe.btn-border {
  background: transparent;
  border: 1px solid #E25750;
  color: #E25750;
}
.btn.btn-border:after, section .nf-form-content button.btn-border:after, section .nf-form-content input[type=button].btn-border:after, section .nf-form-content input[type=submit].btn-border:after, input[type=submit]#mc-embedded-subscribe.btn-border:after {
  background: #E25750;
}
.btn span, section .nf-form-content button span, section .nf-form-content input[type=button] span, section .nf-form-content input[type=submit] span, input[type=submit]#mc-embedded-subscribe span {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.btn:after, section .nf-form-content button:after, section .nf-form-content input[type=button]:after, section .nf-form-content input[type=submit]:after, input[type=submit]#mc-embedded-subscribe:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #992019;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 0;
}
.btn:hover, section .nf-form-content button:hover, section .nf-form-content input[type=button]:hover, section .nf-form-content input[type=submit]:hover, input[type=submit]#mc-embedded-subscribe:hover {
  color: #fff !important;
  border-color: #992019;
}
.btn:hover:after, section .nf-form-content button:hover:after, section .nf-form-content input[type=button]:hover:after, section .nf-form-content input[type=submit]:hover:after, input[type=submit]#mc-embedded-subscribe:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(50);
}
section .nf-field-label .nf-label-span, section .nf-field-label label {
  font-weight: 300;
}

section .nf-form-content button, section .nf-form-content input[type=button], section .nf-form-content input[type=submit] {
  font-size: 14px;
  height: auto;
  line-height: 27px;
}

section .nf-form-content .list-select-wrap .nf-field-element > div, section .nf-form-content input:not([type=submit]), section .nf-form-content textarea {
  border: 1px solid rgba(21, 69, 83, 0.25);
  background: #E9FAFF;
  margin-bottom: 30px !important;
  background: #fff;
}

section .nf-form-content .list-select-wrap .nf-field-element > div:focus, section .nf-form-content input:not([type=button]):focus, section .nf-form-content textarea:focus {
  border: 1px solid rgba(21, 69, 83, 0.25);
}

.nf-form-content label {
  font-family: MabryBold;
  margin-bottom: 10px;
}

.nf-form-cont {
  padding: 30px;
  background: #E9FAFF;
}

.nf-form-fields-required {
  margin-bottom: 10px;
  padding: 5px;
}

p.topper {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #E25750;
  margin-top: 10px;
  padding-bottom: 7px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-style: normal;
  text-transform: uppercase;
  font-family: "monotype-grotesque-display-c", sans-serif;
  font-weight: 700;
}
p.topper:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #154553;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

section .nf-form-content button, section .nf-form-content input[type=button], section .nf-form-content input[type=submit] {
  margin-top: 30px;
}

.content form ul li:before {
  display: none;
}

a.link {
  font-size: 16px;
  letter-spacing: 0.26px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  position: relative;
  position: relative;
  padding-left: 24px;
  color: #E25750;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  line-height: 20px !important;
}
a.link:before {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 14px;
  height: 14px;
  background: #E25750;
  margin-right: 12px;
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 1;
  transform-origin: center center;
}
a.link:after {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 14px;
  height: 14px;
  background: #154553;
  margin-right: 12px;
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
  transform: scale(0.1);
  transform-origin: center center;
}
a.link.link-file {
  padding-left: 30px;
}
a.link.link-file:before {
  top: -2px;
  left: -2px;
  background: transparent;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M11.25 10.125V1.5H4.3125C4.16332 1.5 4.02024 1.55926 3.91475 1.66475C3.80926 1.77024 3.75 1.91332 3.75 2.0625V21.9375C3.75 22.0867 3.80926 22.2298 3.91475 22.3352C4.02024 22.4407 4.16332 22.5 4.3125 22.5H19.6875C19.8367 22.5 19.9798 22.4407 20.0852 22.3352C20.1907 22.2298 20.25 22.0867 20.25 21.9375V10.5H11.625C11.5255 10.5 11.4302 10.4605 11.3598 10.3902C11.2895 10.3198 11.25 10.2245 11.25 10.125Z" fill="%23154553"/><path id="Vector_2" d="M12.75 1.95418V8.81246C12.75 8.86219 12.7698 8.90988 12.8049 8.94504C12.8401 8.9802 12.8878 8.99996 12.9375 8.99996H19.7958C19.8143 8.99997 19.8324 8.9945 19.8478 8.98423C19.8633 8.97396 19.8753 8.95935 19.8824 8.94225C19.8895 8.92515 19.8914 8.90632 19.8878 8.88814C19.8843 8.86996 19.8754 8.85325 19.8623 8.84011L12.9098 1.88761C12.8967 1.87455 12.88 1.86568 12.8618 1.86211C12.8436 1.85854 12.8248 1.86043 12.8077 1.86756C12.7906 1.87468 12.776 1.8867 12.7657 1.90212C12.7555 1.91754 12.75 1.93565 12.75 1.95418Z" fill="%23154553"/></svg>');
}
a.link.link-link {
  padding-left: 32px;
}
a.link.link-link:before {
  top: -6px;
  left: -6px;
  background: transparent;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="raphael:view"><path id="Vector" d="M16 8.78613C8.454 8.78613 2.5 16.5001 2.5 16.5001C2.5 16.5001 8.454 24.2151 16 24.2151C21.77 24.2151 29.5 16.5001 29.5 16.5001C29.5 16.5001 21.77 8.78613 16 8.78613ZM16 21.3061C13.35 21.3061 11.193 19.1501 11.193 16.5001C11.193 13.8501 13.35 11.6931 16 11.6931C18.65 11.6931 20.807 13.8501 20.807 16.5001C20.807 19.1501 18.65 21.3061 16 21.3061ZM16 13.6941C15.6271 13.6871 15.2566 13.7545 14.91 13.8923C14.5635 14.0301 14.2479 14.2356 13.9817 14.4969C13.7155 14.7581 13.5041 15.0697 13.3597 15.4136C13.2154 15.7575 13.141 16.1267 13.141 16.4996C13.141 16.8726 13.2154 17.2418 13.3597 17.5857C13.5041 17.9295 13.7155 18.2412 13.9817 18.5024C14.2479 18.7636 14.5635 18.9692 14.91 19.107C15.2566 19.2448 15.6271 19.3122 16 19.3051C16.7349 19.2913 17.435 18.9896 17.9498 18.465C18.4646 17.9403 18.753 17.2347 18.753 16.4996C18.753 15.7646 18.4646 15.0589 17.9498 14.5343C17.435 14.0097 16.7349 13.708 16 13.6941Z" fill="%23154553"/></g></svg>');
}
a.link:hover:before {
  transform: scale(0.1);
  opacity: 0;
}
a.link:hover:after {
  opacity: 1;
  transform: scale(1);
}

.mono {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
}

.dash {
  position: relative;
}
.dash span {
  content: "";
  background: #E25750;
  height: 2px;
  border-radius: 1px;
  width: 50px;
  display: inline-block;
  margin-right: 24px;
  position: relative;
  top: -3px;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  display: block;
}

.st0-icon {
  fill: #154553;
}

.bg-seagreen {
  background: #8ED19D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-seagreen .content h1, .bg-seagreen .content h2, .bg-seagreen .content h3, .bg-seagreen .content h4, .bg-seagreen .content p, .bg-seagreen .content ul, .bg-seagreen .content ol, .bg-seagreen .content li {
  color: #fff;
}
.bg-seagreen a {
  color: #fff;
}
.bg-seagreen a.link:before {
  background: #fff;
}
.bg-seagreen a.btn {
  background: #154553;
}
.bg-seagreen a.btn:hover {
  background: #fff;
  color: #8ED19D !important;
}

.bg-navy {
  background: #154553;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-navy .content h1, .bg-navy .content h2, .bg-navy .content h3, .bg-navy .content h4, .bg-navy .content p, .bg-navy .content ul, .bg-navy .content ol, .bg-navy .content li {
  color: #FFFDF0;
}
.bg-navy a {
  color: #FFFDF0;
}
.bg-navy a.link:before {
  background: #FFFDF0;
}
.bg-navy a:hover {
  color: #8ED19D;
}
.bg-navy p.subhead {
  color: #8ED19D;
}
.bg-navy .accordion {
  border-color: rgba(255, 255, 255, 0.25);
}
.bg-navy .accordion .mono {
  margin-left: 12px;
  display: inline-block;
}
.bg-navy .accordion h4 a:hover {
  color: #8ED19D;
}
.bg-navy .accordion .plus-container p {
  color: #8ED19D;
}
.bg-navy .accordion .plus {
  border-color: #8ED19D;
}
.bg-navy .accordion .plus:before, .bg-navy .accordion .plus:after {
  background: #fff;
}
.bg-navy .accordion .plus:hover {
  background: #8ED19D;
}

.bg-cream {
  background: #FFFDF0;
}

.bg-lightblue {
  background: #E9FAFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.spacer {
  height: 220px;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.container.container-80 {
  max-width: 1360px;
}
.container.container-120 {
  max-width: 1400px;
}
.container.small-container {
  max-width: 900px;
}
.container.full {
  width: 100%;
  max-width: 2000px;
  padding-left: 80px;
  padding-right: 80px;
}
.container.ti-container .has-bg {
  padding-left: 80px;
  padding-right: 80px;
}
.container.padding-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.full-container {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.column.left {
  float: left;
}

.column.right {
  float: right;
}

.column.first .inside {
  padding-left: 0;
}

.column.last .inside {
  padding-right: 0;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/********************************************************************************************* 

x. Header

*********************************************************************************************/
.notification-bar {
  background: #8ED19D;
  padding: 1rem 30px;
  position: relative;
  text-align: center;
  display: none;
}
.notification-bar .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.notification-bar.visible {
  display: block;
}
.notification-bar p, .notification-bar a {
  color: #154553;
}
.notification-bar a:hover {
  color: #fff;
}
.notification-bar .content.small {
  margin-bottom: 0 !important;
}
.notification-bar .nb-close {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
}
.notification-bar .nb-close:hover svg {
  stroke: #154553;
}
.notification-bar .nb-close svg {
  stroke: #154553;
  width: 1rem;
  height: auto;
}

header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .inner {
  width: 100%;
  padding: 30px 0;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .inner #navs {
  max-height: 100px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #nav {
  position: relative;
  z-index: 2;
}

#logo {
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(0px);
  opacity: 1;
  width: 220px;
  transform-origin: center center;
}
#logo svg {
  width: 100%;
}

#logo-svg path.navy {
  fill: #154553;
}
#logo-svg path.red {
  fill: #E25750;
}

#mark {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  transform: translateY(60px);
  position: absolute;
}
#mark svg {
  width: 38px;
  height: 38px;
}

#nav, #top-nav {
  list-style-type: none;
  float: right;
  display: block;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#nav > li, #top-nav > li {
  text-align: center;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  box-sizing: border-box;
}
#nav > li.current-menu-ancestor > a, #top-nav > li.current-menu-ancestor > a {
  font-family: "MabryBold";
}
#nav > li.current-page-ancestor > a, #top-nav > li.current-page-ancestor > a {
  color: #154553;
}
#nav > li > a, #top-nav > li > a {
  font-size: 18px;
  position: relative;
  padding: 20px;
  letter-spacing: 0.36px;
  color: #154553;
  z-index: 3;
  padding-bottom: 44px;
}
#nav > li > a:hover, #top-nav > li > a:hover {
  color: #154553;
}
#nav > li.current-menu-item > a, #top-nav > li.current-menu-item > a {
  color: #154553;
}
#nav > li:hover > a, #top-nav > li:hover > a {
  color: #E25750;
}
#nav > li:hover ul.sub-menu, #top-nav > li:hover ul.sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
#nav > li ul.sub-menu, #top-nav > li ul.sub-menu {
  position: absolute;
  background: #154553;
  top: 90%;
  opacity: 0;
  width: 240px;
  padding: 16px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom-right-radius: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  pointer-events: none;
  margin-top: 22px;
}
#nav > li ul.sub-menu li, #top-nav > li ul.sub-menu li {
  text-align: left;
}
#nav > li ul.sub-menu li a, #top-nav > li ul.sub-menu li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.36px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
}
#nav > li ul.sub-menu li a:after, #top-nav > li ul.sub-menu li a:after {
  display: none;
}
#nav > li ul.sub-menu li a:before, #top-nav > li ul.sub-menu li a:before {
  content: "";
  height: 1px;
  width: 0px;
  background: #E25750;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 0px;
}
#nav > li ul.sub-menu li a:hover, #top-nav > li ul.sub-menu li a:hover {
  padding-right: 0;
  color: #fff;
}
#nav > li ul.sub-menu li a:hover:before, #top-nav > li ul.sub-menu li a:hover:before {
  width: 20px;
  margin-right: 5px;
}
#nav > li.active ul.sub-menu, #top-nav > li.active ul.sub-menu {
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
}

#navs {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

div.search-btn {
  position: absolute;
  right: 70px;
  top: 68px;
  display: none;
}
div.search-btn a {
  display: block;
}
div.search-btn a svg {
  display: block;
  width: 24px;
}
div.search-btn a svg path {
  stroke: #154553;
}
div.search-btn a svg:last-child {
  display: none;
}

#top-nav {
  justify-content: flex-end;
  z-index: 9;
}
#top-nav > li {
  padding: 10px 0;
}
#top-nav > li ul.sub-menu {
  margin-top: 0;
}
#top-nav > li > a {
  font-size: 14px;
  font-weight: 300;
  font-family: "MabryBold";
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#top-nav > li.search {
  width: 21px;
  top: -2px;
}
#top-nav > li.search a svg {
  display: block;
}
#top-nav > li.search a svg path {
  stroke: #154553;
}
#top-nav > li.search a svg:last-child {
  display: none;
}

header .area {
  display: none;
  padding-bottom: 60px;
}
header .area.search {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .area.search form {
  padding: 0 0 1rem 0;
  position: relative;
}
header .area.search form input[type=text] {
  font-family: MabryBold;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFDF0;
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  letter-spacing: normal;
}
header .area.search form input[type=text]::placeholder, header .area.search form input[type=text]::-webkit-input-placeholder, header .area.search form input[type=text]:-moz-placeholder {
  color: #FFFDF0;
  opacity: 1;
}
header .area.search form .inside {
  padding: 0 0 0 2.2rem;
  position: relative;
}
header .area.search form label {
  pointer-events: none;
  color: #FFFDF0;
  text-transform: uppercase;
  font-size: 2rem;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 2.2rem;
  letter-spacing: normal;
  margin-top: 3px;
  font-family: MabryBold;
  text-transform: uppercase;
  font-weight: 600;
}
header .area.search form label.hidden {
  display: none;
}
header .area.search form label div {
  opacity: 0;
}
header .area.search form .line {
  width: 0;
  height: 2px;
  background: #FFFDF0;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .area.search form .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
header .area.search form .icon svg {
  stroke: #FFFDF0;
  width: 1.2rem;
  height: auto;
}
header .area .spacer {
  width: 100%;
  height: 3.75rem;
}

body.scrolled header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-200%);
}
body.upscroll header {
  transform: translateY(0%) !important;
}

header.search-is-open {
  background: #154553 !important;
}
header.search-is-open #logo-svg path.navy {
  fill: #ffffff;
}
header.search-is-open #top-nav li {
  opacity: 0;
  pointer-events: none;
}
header.search-is-open #top-nav li.search {
  opacity: 1;
  pointer-events: all;
}
header.search-is-open #top-nav li.search a svg:first-child {
  display: none;
}
header.search-is-open #top-nav li.search a svg:last-child {
  display: block;
}
header.search-is-open #top-nav li.search a svg path {
  stroke: #fff;
}
header.search-is-open header .area.search form {
  width: 100%;
}
header.search-is-open .search-btn {
  opacity: 1;
  pointer-events: all;
}
header.search-is-open .search-btn a svg:first-child {
  display: none;
}
header.search-is-open .search-btn a svg:last-child {
  display: block;
}
header.search-is-open .search-btn a svg path {
  stroke: #fff;
}
header.search-is-open #nav {
  opacity: 0;
  pointer-events: none;
}

/********************************************************************************************* 

x. Banner

*********************************************************************************************/
section#banner {
  height: 700px;
  position: relative;
  background: #154553;
}
section#banner .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
}
section#banner .cover img {
  display: none;
}
section#banner .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
section#banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orb-container {
  position: relative;
  overflow: hidden;
}
.orb-container .orb {
  width: 1000px;
  height: 1000px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #E9FAFF;
  background: radial-gradient(circle, rgb(172, 234, 215) 25%, #e9faff 100%);
  filter: blur(100px);
  z-index: 0;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.orb-container.bg-lightblue .orb {
  opacity: 1;
}

section#home-banner, section#page-banner {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
section#home-banner .content, section#page-banner .content {
  position: relative;
  z-index: 2;
}
section#home-banner .content h1, section#page-banner .content h1 {
  max-width: 800px;
}
section#home-banner .content p, section#page-banner .content p {
  max-width: 600px;
}
section#home-banner > .container, section#page-banner > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single section#page-banner.has-image {
  margin-bottom: 40px;
}

body.notified section#page-banner {
  padding-top: 220px;
}
body.notified section#page-banner .banner-image .cover {
  top: 220px;
}
body.notified .contact-card {
  top: 230px;
}
section#page-banner {
  padding-top: 140px;
  height: auto;
  overflow: visible;
  z-index: 2;
  padding-bottom: 80px;
}
section#page-banner .orb {
  display: none;
}
section#page-banner.has-image {
  margin-bottom: 40px;
}
section#page-banner.no-image .content {
  max-width: none;
}
section#page-banner .content {
  width: 100%;
  padding-top: 80px;
}
section#page-banner .banner-text {
  max-width: 600px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
section#page-banner .banner-text .text-dash {
  width: 180px;
  height: 1px;
  background: #E25750;
  display: block;
}
section#page-banner .banner-text .text-inner {
  padding-left: 40px;
}
section#page-banner .banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30%;
}
section#page-banner .banner-image .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  top: 150px;
}
section#page-banner .banner-image .cover img {
  display: none;
}
section#page-banner .pin {
  position: relative;
  top: 4px;
}

body.home section#page-banner {
  overflow: hidden;
  background: #E9FAFF;
}
body.home section#page-banner .orb {
  display: block !important;
}
body.home section#page-banner .text-dash {
  display: none;
}
body.home section#page-banner .text-inner {
  padding-left: 0;
}

/********************************************************************************************* 

x. Quote

*********************************************************************************************/
section.quote-section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.quote-section .quote h2 {
  display: inline-block;
  position: relative;
  padding: 80px;
  padding-bottom: 30px;
}
section.quote-section .quote h2:before {
  content: "“";
  font-size: 200px;
  color: #8ED19D;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -20px;
  margin-bottom: 40px;
}
section.quote-section .quote h2:after {
  content: "”";
  font-size: 200px;
  color: #8ED19D;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: -40px;
  margin-right: -20px;
}
section.quote-section .quote-thumb {
  margin: 30px 0;
  max-width: 160px;
}
section.quote-section .quote-thumb img {
  width: 100%;
}

/********************************************************************************************* 

x. video

*********************************************************************************************/
section.video-section a.image {
  position: relative;
  background: #154553;
}
section.video-section a.image img {
  opacity: 0.5;
}
section.video-section a.image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.video-section a.image:hover img {
  opacity: 0.8;
}

/********************************************************************************************* 

x. Resource Grid

*********************************************************************************************/
section.resource-grid .resources {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
section.resource-grid .resources ul {
  width: 100%;
}
section.resource-grid .resources:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #fff;
}
section.resource-grid .resources .resource {
  margin: 40px 0;
  padding: 0 40px;
  border-right: 1px solid rgba(21, 69, 83, 0.25);
  position: relative;
}
section.resource-grid .resources .resource:nth-of-type(3n) {
  border-right: none;
}
section.resource-grid .resources .resource:nth-of-type(3n + 1):after {
  content: "";
  height: 1px;
  left: 40px;
  width: calc(300% - 80px);
  position: absolute;
  bottom: -40px;
  background: rgba(21, 69, 83, 0.25);
}

.margin-20 {
  margin-bottom: 20px;
}

/********************************************************************************************* 

x. resources workshops

*********************************************************************************************/
section.resources-workshops .lists {
  display: flex;
}
section.resources-workshops p.date {
  font-size: 14px;
  padding: 10px 20px 7px 20px;
  background: #154553;
  color: #fff;
  margin: 0;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.item-list .item {
  display: flex;
  padding: 30px 40px;
}
.item-list .item .item-thumb {
  width: 50%;
  padding-right: 24px;
}
.item-list .item .content {
  width: 100%;
}
.item-list .dash {
  margin-left: 40px;
}

/********************************************************************************************* 

x. map

*********************************************************************************************/
section.pois .everett-map img {
  display: block;
  width: 100%;
}

.poi-content {
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.poi-content .content {
  max-width: 480px;
}

.poi-map {
  display: flex;
}

a.map-marker {
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: #8ED19D;
  padding: 10px 20px;
  color: #fff;
  max-width: 160px;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform-origin: top left;
  z-index: 1;
}
a.map-marker.everett-marker {
  top: 50%;
  left: 50%;
  background: #fff;
  color: #E25750;
  z-index: 2;
}
a.map-marker.everett-marker p.mt-title {
  font-size: 24px;
}
a.map-marker.everett-marker .plus:before, a.map-marker.everett-marker .plus:after {
  background: #8ED19D;
}
a.map-marker.everett-marker.active p {
  color: #fff;
}
a.map-marker.everett-marker.active .plus:before, a.map-marker.everett-marker.active .plus:after {
  background: #fff;
}
a.map-marker.everett-marker:hover .plus:before, a.map-marker.everett-marker:hover .plus:after {
  background: #fff;
}
a.map-marker p.mt-title {
  font-size: 14px;
  margin-bottom: 5px;
}
a.map-marker p.mt-description {
  margin-bottom: 8px;
  font-size: 10px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a.map-marker.active {
  transform: scale(1.2) translate(-50%, -50%) !important;
  background: #154553;
  z-index: 9;
}
a.map-marker.active p.mt-description {
  opacity: 1;
  height: auto;
}
a.map-marker.active .plus:after {
  opacity: 0;
}
a.map-marker .plus {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  transform-origin: center center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a.map-marker .plus:before {
  content: "";
  height: 2px;
  width: 100%;
  top: 5px;
  left: 0;
  background: #fff;
  display: block;
  position: absolute;
}
a.map-marker .plus:after {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: "";
  width: 2px;
  height: 100%;
  left: 5px;
  top: 0;
  background: #fff;
  display: block;
  position: absolute;
  opacity: 1;
}
a.map-marker:hover {
  color: #fff;
  background: #154553;
  transform: scale(1.1) translate(-50%, -50%);
  z-index: 99;
}
a.map-marker:hover .plus {
  transform: scale(1.2);
}

/********************************************************************************************* 

x. gallery

*********************************************************************************************/
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.gallery .gallery-item {
  padding: 20px;
  max-width: 500px;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content {
  position: relative;
  z-index: 1;
}
.content *:last-child {
  margin-bottom: 0 !important;
}
.content a {
  color: #E25750;
}
.content a.btn {
  color: #FFFDF0;
}
.content a.btn.btn-border {
  color: #E25750;
}
.content table {
  width: 100%;
}
.content table td {
  padding: 5px;
}
.content table tr:nth-of-type(odd) td {
  background: rgba(21, 69, 83, 0.1);
}
.content h1, .content h2 {
  margin: 0 0 36px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  margin-bottom: 24px;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  text-decoration: none !important;
}
.content p {
  line-height: 150%;
}
.content a.btn {
  margin-right: 20px;
}
.content a {
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.content a:hover {
  color: #154553;
}
.content.small {
  margin-bottom: 10px !important;
}
.content.small p {
  font-size: 18px;
}
.content ul {
  padding-left: 20px;
  padding: 12px 0 12px 48px;
  list-style-type: none;
}
.content ul li {
  padding: 12px 0;
  position: relative;
}
.content ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  background: #E25750;
  display: block;
  margin-top: 2px;
}
.content ol {
  padding-left: 20px;
  padding: 12px 0 12px 48px;
}

p.subhead {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
  color: #E25750;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

p.upper {
  font-size: 14px;
  letter-spacing: -0.28px;
  position: relative;
  text-transform: uppercase;
  font-family: MabryBold;
}

p.small {
  font-size: 14px;
  letter-spacing: 0.28px;
  position: relative;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.two-col {
  column-gap: 80px;
  columns: 2;
}

.color-red {
  color: #E25750 !important;
}

.color-mint {
  color: #8ED19D !important;
}

/********************************************************************************************* 

x. grid

*********************************************************************************************/
.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.grid-sizer {
  width: 50%;
}

.grid {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .item {
  width: 45%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.grid .item.map-only {
  display: none;
}
.grid .item img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.grid .item .item-caption {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #154553;
}
.grid .item .item-caption h3 {
  margin-bottom: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.grid .item .item-caption p {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.grid .item .item-img {
  background: #154553;
  margin-bottom: 30px;
}
.grid .item:hover {
  color: #154553;
}
.grid .item:hover .item-caption {
  color: #154553;
}
.grid .item:hover img {
  opacity: 0.4;
}
.grid .item:hover .item-caption p {
  color: #154553;
}
.grid .item:hover h3 {
  color: #154553;
}

body > *:nth-last-child(3).has-bg {
  margin-bottom: 0 !important;
}
body > *:nth-last-child(3) .has-bg {
  margin-bottom: 0 !important;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.no-padding {
  padding: 0 !important;
}
section.text .content p:last-child {
  margin-bottom: 0 !important;
}
section.has-bg {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.no-bottom {
  padding-bottom: 0 !important;
  margin-bottom: -30px;
}

#map {
  height: 1200px;
  width: 100%;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

#map-container {
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
#map-container.active {
  opacity: 1;
}
#map-container.flying {
  padding-left: 33.33%;
}

#toggle {
  width: 30px;
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 9;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: -12px;
  transform-origin: center center;
}
#toggle span {
  display: block;
  height: 3px;
  background: #154553;
  margin-bottom: 5px;
}
#toggle:hover span {
  background: #154553;
}

#toggle {
  width: 20px;
  height: 14px;
  display: none;
  position: absolute;
  top: auto;
  top: 80px;
  right: 30px;
  z-index: 9;
  margin-top: -7px;
  transform-origin: center center;
}
#toggle .line {
  background: rgb(0, 0, 0);
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
}
#toggle .line:nth-child(1) {
  top: 0;
  transition: top 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0ms cubic-bezier(0, 0.025, 0, 1);
}
#toggle .line:nth-child(2) {
  top: 6px;
  transition: opacity 0ms 0.125s;
}
#toggle .line:nth-child(3) {
  top: 12px;
  transition: top 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0ms cubic-bezier(0, 0.025, 0, 1);
}

body.open header #nav {
  display: block;
}
body.open #toggle .line:nth-child(1) {
  top: 6px;
  transform: rotate(-45deg);
  transition: top 0.125s 0ms cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1);
}
body.open #toggle .line:nth-child(2) {
  background: rgba(0, 0, 0, 0);
}
body.open #toggle .line:nth-child(3) {
  top: 6px;
  transform: rotate(45deg);
  transition: top 0.125s 0ms cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1);
}

/********************************************************************************************* 

x. Two Column

*********************************************************************************************/
section.two-column .intro {
  padding-bottom: 0px;
}
section.two-column .columns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
section.two-column .column {
  padding: 20px 60px;
  max-width: 620px;
}
section.two-column .column .content p:empty {
  height: 0;
}

.image {
  overflow: hidden;
  display: block;
  position: relative;
}
.image img {
  width: 100%;
}
.image.lazy {
  display: block;
  overflow: hidden;
}
.image.lazy.loaded img {
  filter: blur(0);
}
.image.lazy img {
  filter: blur(15px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.image .caption {
  position: absolute;
  bottom: 0;
  left: 100%;
  padding: 10px 40px;
  background: rgba(255, 253, 240, 0.65);
  backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 150%;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translateX(-40px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image .caption .caption-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.image .caption:hover {
  left: 0%;
  transform: translateX(0px);
}

a.image {
  background: #E25750;
}
a.image img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a.image:hover img {
  transform: scale(1.1);
}

/********************************************************************************************* 

x. Cards

*********************************************************************************************/
.cards-section .cards {
  display: flex;
}
.cards-section .cards.even .card {
  width: 50%;
}
.cards-section .cards > .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1296px;
}
.cards-section .cards > .container .card .card-inner {
  background: #FFFDF0;
}
.cards-section .cards .card {
  width: 33.33%;
  padding: 8px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.cards-section .cards .card .image {
  background: #FFFDF0;
}
.cards-section .cards .card .card-text {
  padding: 24px;
  background: #FFFDF0;
  position: relative;
  padding-bottom: 64px;
  width: 100%;
}
.cards-section .cards .card .card-text.no-link {
  padding-bottom: 30px;
}
.cards-section .cards .card .round-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.cards-section.cards-image-text .intro > .container {
  flex-direction: column;
}
.cards-section.cards-image-text .intro > .container > div {
  max-width: none;
  padding: 0;
}
.cards-section.cards-image-text .intro > .container > div:first-child {
  margin-bottom: 40px;
}
.cards-section.cards-image-text .cards > .container .card-inner {
  background: transparent;
}
.cards-section.cards-image-text .cards > .container .card .image {
  padding-left: 60px;
  padding-right: 60px;
  background: transparent;
}
.cards-section.cards-image-text .cards > .container .card .card-text {
  background: transparent;
  text-align: center;
}
.cards-section.cards-image-text .cards > .container .card .round-arrow {
  left: 50%;
  right: auto;
  margin-left: -20px;
}
.cards-section.cards-grid .intro > .container {
  flex-direction: column;
  max-width: 800px;
  padding: 0;
}
.cards-section.cards-grid .intro > .container > div {
  max-width: none;
  padding: 0;
  text-align: center;
}
.cards-section.cards-grid .intro > .container > div:first-child {
  margin-bottom: 40px;
}
.cards-section.cards-grid .intro > .container .intro-text {
  padding-left: 0;
}
.cards-section.cards-grid .cards > .container .card .card-inner {
  border: 1px solid #8ED19D;
  background: transparent;
  width: 100%;
}
.cards-section.cards-grid .cards > .container .card .image {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 24px;
  background: transparent;
}
.cards-section.cards-grid .cards > .container .card .card-text {
  background: transparent;
  text-align: center;
  padding-bottom: 24px;
}
.cards-section.bg-navy .content.card-text h1, .cards-section.bg-navy .content.card-text h2, .cards-section.bg-navy .content.card-text h3, .cards-section.bg-navy .content.card-text h4, .cards-section.bg-navy .content.card-text p, .cards-section.bg-navy .content.card-text li, .cards-section.bg-navy .content.card-text ul, .cards-section.bg-navy .content.card-text ol {
  color: #154553;
}

.round-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E25750;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.round-arrow svg path {
  fill: #154553;
}
.round-arrow:hover {
  background: #E25750;
}
.round-arrow:hover svg path {
  fill: #fff;
}

/********************************************************************************************* 

x. Text Image

*********************************************************************************************/
section.text-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.text-image.overlay {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  position: relative;
}
section.text-image.overlay .text-side {
  padding: 80px;
  min-height: 400px;
  position: relative;
  z-index: 1;
  width: 100%;
}
section.text-image.overlay .text-side .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.text-image.overlay .image-side {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
section.text-image.overlay .image-side .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
section.text-image.overlay .image-side .image img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}
section.text-image.size-large {
  border-radius: 0;
}
section.text-image > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.text-image .text-side {
  padding-right: 40px;
  display: flex;
  justify-content: center;
}
section.text-image .text-side .inner {
  max-width: 600px;
}
section.text-image .image-side {
  padding-left: 40px;
}
section.text-image.inverse {
  flex-direction: row-reverse;
}
section.text-image.inverse > .container {
  flex-direction: row-reverse;
}
section.text-image.inverse .text-side {
  padding-right: 0;
  padding-left: 40px;
}
section.text-image.inverse .image-side {
  padding-left: 0;
  padding-right: 40px;
}
section.text-image.size-small .text-side {
  width: 60%;
}
section.text-image.size-small .image-side {
  width: 40%;
  display: flex;
  justify-content: center;
}
section.text-image.size-small .image-side .image {
  max-width: 360px;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text.two-columns .columns .content-inner {
  width: 50%;
}
section.text.two-columns .columns .content-inner:first-child {
  padding-right: 40px;
}
section.text.two-columns .columns .content-inner:last-child {
  padding-left: 40px;
}
section.text .columns {
  display: flex;
}
section.text .columns .content-inner {
  width: 100%;
}
section.text .columns .content-inner #mc_embed_signup {
  width: 100% !important;
}

iframe {
  max-width: 100%;
}

/********************************************************************************************* 

x. Announcement

*********************************************************************************************/
section.announcement {
  border-radius: 16px;
  padding: 120px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px !important;
}
section.announcement .announcement-text {
  display: flex;
  justify-content: center;
  width: 50%;
}
section.announcement .announcement-text .content {
  max-width: 600px;
}
section.announcement .announcement-thumb {
  width: 50%;
  padding-left: 60px;
  display: flex;
  justify-content: center;
}
section.announcement .announcement-thumb .image {
  max-width: 400px;
}
section.announcement a.link:before {
  background: #154553;
}
section.announcement a.link:after {
  background: #8ED19D;
}

p.info {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
p.info span {
  border-right: 2px solid #154553;
  padding-right: 10px;
  margin-right: 10px;
}
p.info span svg {
  position: relative;
  top: 3px;
  width: 21px;
  height: 21px;
}
p.info span:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.cats a.link {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #E25750;
  margin-top: 0;
}
.cats a.link:before {
  background: #154553;
  height: 2px;
}
.cats a.link:after {
  background: #8ED19D;
  height: 2px;
}

/********************************************************************************************* 

x. Content Slider

*********************************************************************************************/
.slideshow .flexslider {
  background: transparent;
  margin: 0;
}
.slideshow .slide {
  display: flex;
  justify-content: flex-end;
}
.slideshow .slide .slide-text {
  padding: 80px;
  padding-bottom: 120px;
}
.slideshow .slide .slide-image {
  position: relative;
}
.slideshow .slide .slide-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.slideshow .slider-controls {
  width: 70%;
  position: absolute;
  bottom: 80px;
  text-align: left;
  max-width: 500px;
  box-sizing: border-box;
  display: flex;
  list-style-type: none;
  z-index: 9;
  left: 25%;
  transform: translateX(-50%);
}
.slideshow .slider-controls ul {
  position: relative;
  display: flex;
  list-style-type: none;
}
.slideshow .slider-controls li a {
  width: 14px;
  height: 14px;
  background: #FFFDF0;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slideshow .slider-controls li a:hover {
  opacity: 0.7;
}
.slideshow .slider-controls li span {
  left: 100%;
  position: absolute;
  color: #8ED19D;
  display: block;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  width: 320px;
  top: -2px;
  padding-left: 60px;
  z-index: 1;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.slideshow .slider-controls li.flex-active a, .slideshow .slider-controls li.active a {
  opacity: 1;
}
.slideshow .slider-controls li.flex-active span, .slideshow .slider-controls li.active span {
  opacity: 1;
  padding-left: 0;
  z-index: 1;
}
.slideshow .slider-controls li.flex-active + li span, .slideshow .slider-controls li.active + li span {
  z-index: 2;
}

.slideshow .slide .slide-text, .slideshow .slide .slide-image {
  width: 50%;
}

.slideshow .slide .slide-text {
  display: flex;
  justify-content: center;
}
.slideshow .slide .slide-text .content {
  max-width: 500px;
}
.slideshow .slide .slide-text .content * {
  max-width: none;
}

.bg-lightblue.slideshow .slider-controls li span {
  color: #E25750;
}
.bg-lightblue.slideshow .slider-controls li a {
  background: #E25750;
}

/********************************************************************************************* 

x. Feature Grid

*********************************************************************************************/
section.features .feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.features .feature {
  padding: 40px;
  max-width: 540px;
}
section.features .feature .image {
  margin-bottom: 40px;
}
section.features .feature img {
  width: 100%;
}
section.features.icons .icon {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
section.features.icons .icon:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #8ED19D;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
section.features.icons .icon img {
  height: 50px;
}
section.features.icons .content {
  text-align: center;
}
section.features.icons .content p {
  font-weight: 500;
}

/********************************************************************************************* 

x. Accordions

*********************************************************************************************/
.accordions {
  position: relative;
  z-index: 99;
}
.accordions .accordion:last-child {
  border-bottom: none;
}

.accordions-intro {
  margin-bottom: 40px;
}

.accordion {
  border-bottom: 1px solid rgba(21, 69, 83, 0.25);
  position: relative;
  padding-top: 24px;
}
.accordion a {
  text-decoration: none;
}
.accordion a.accordion-click h4 {
  padding-right: 180px;
}
.accordion a h4 {
  margin-bottom: 1px;
  margin-bottom: 24px;
}
.accordion a h4:hover {
  color: #E25750;
}
.accordion a.clicked .plus:after {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.accordion .accordion-content {
  padding-bottom: 60px;
  display: none;
}
.accordion .plus-container {
  position: absolute;
  top: 15px;
  right: 0px;
  display: flex;
  align-items: center;
}
.accordion .plus-container p {
  font-family: "DM Mono", monospace;
  color: #E25750;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
  display: block;
}
.accordion .plus {
  width: 40px;
  height: 40px;
  border: 1px solid #E25750;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}
.accordion .plus:before {
  content: "";
  height: 2px;
  width: 14px;
  background: #154553;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translate(-7px, -1px);
}
.accordion .plus:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #154553;
  display: block;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translate(-1px, -7px);
}
.accordion .plus:hover {
  background: #E25750;
}
.accordion .plus:hover:before, .accordion .plus:hover:after {
  background: #fff;
}

.accordions.boxes-layout > .accordion-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1320px;
}
.accordions.boxes-layout .accordion {
  width: 50%;
  padding: 20px;
  border-bottom: none;
  text-align: center;
}
.accordions.boxes-layout .accordion a.accordion-click h3 {
  margin-bottom: 10px;
}
.accordions.boxes-layout .accordion .accordion-inner {
  padding: 40px;
  border: 1px solid #E25750;
  position: relative;
  padding-bottom: 80px;
}
.accordions.boxes-layout .accordion .accordion-content {
  padding-right: 0;
}
.accordions.boxes-layout .accordion .plus-container {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  right: auto;
}

/********************************************************************************************* 

x. Panels

*********************************************************************************************/
section.panels {
  display: flex;
  padding: 0;
}
section.panels .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 100vh;
}
section.panels .controls .controls-inner {
  position: relative;
  padding: 40px;
}
section.panels .controls p.upper {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
}
section.panels .controls ul {
  list-style-type: none;
}
section.panels .controls ul li {
  margin: 30px 0;
}
section.panels .controls ul li a {
  color: #E25750;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.panels .controls ul li a:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #154553;
  position: absolute;
  left: -100%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.panels .controls ul li a.active:before {
  left: 0%;
}
section.panels .controls ul li a:hover {
  color: #154553;
}
section.panels .right-side {
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
section.panels .panel {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
  clip-path: inset(0 0 0 0);
}
section.panels .panel .content {
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 60px;
  max-width: 400px;
  z-index: 9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.panels .panel .content h2 {
  display: none;
}
section.panels .panel .content p {
  color: #fff;
  font-size: 22px;
  line-height: 150%;
}
section.panels .panel .content a.link {
  color: #fff;
}
section.panels .cover {
  height: 100vh;
  width: 100%;
  background-attachment: inherit;
  clip-path: inset(0 0 0 0);
  overflow: hidden;
  border-bottom-left-radius: 16px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  width: 50%;
  top: 0;
}
section.panels .cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
section.panels .cover video {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  width: 50%;
  top: 0;
}

.flex {
  width: 100%;
  display: flex;
}

.calendar {
  margin-left: 60px;
  border-radius: 16px;
  overflow: hidden;
}

.calendly-inline-widget {
  border-radius: 16px;
  overflow: hidden;
}

/********************************************************************************************* 

x. Filmstrip

*********************************************************************************************/
section.filmstrip {
  display: flex;
}
section.filmstrip .filmstrip-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 120px;
}
section.filmstrip .filmstrip-text .content {
  position: relative;
}
section.filmstrip .content {
  padding: 0 80px;
  max-width: 880px;
}
section.filmstrip .strips-container {
  padding: 20px;
}
section.filmstrip .strips .strip {
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
section.filmstrip .strips .strip img {
  width: 100%;
}
section.filmstrip .strips .strip-sizer {
  width: 50%;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.wrapper {
  margin: 0 auto;
  padding: 0 5rem;
  position: relative;
  z-index: 20;
}
.wrapper.medium {
  max-width: 2000px;
  padding: 0 10rem;
}
.wrapper.small {
  max-width: 1500px;
  padding: 0 15rem;
}

/********************************************************************************************* 

x. images

*********************************************************************************************/
section.images .images-intro {
  margin-bottom: 40px;
}

/********************************************************************************************* 

x. Timeline

*********************************************************************************************/
.intro {
  padding-bottom: 80px;
}
.intro > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro > .container > div {
  max-width: 580px;
}
.intro .content h1:last-child, .intro .content h2:last-child, .intro .content h3:last-child, .intro .content h4:last-child, .intro .content p:last-child {
  margin-bottom: 0;
}
.intro .intro-text {
  padding-left: 60px;
}

section.timeline {
  position: relative;
  overflow: hidden;
}
section.timeline .owl-carousel .owl-item {
  padding: 5px;
}
section.timeline .line {
  width: 1px;
  background: #154553;
  top: 100px;
  left: 50%;
  position: absolute;
}
section.timeline .columns {
  display: flex;
  flex-wrap: wrap;
}
section.timeline .columns > .column > .inside {
  position: relative;
}
section.timeline .columns {
  margin: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
section.timeline .columns > .column .columns > .column:first-child .content {
  text-align: left;
}
section.timeline .columns > .column .columns > .column .columns > .column {
  width: 50%;
}
section.timeline .columns > .column > .inside {
  padding: 0;
}
section.timeline .columns > .column > .inside .slide {
  padding: 60px 0 40px 0;
  border-bottom: 2px solid rgba(226, 87, 80, 0.25);
  display: flex;
  align-items: center;
}
section.timeline .columns > .column > .inside .slide .image {
  margin-bottom: 20px;
}
section.timeline .columns > .column > .inside .slide:first-child {
  padding-top: 0px;
}
section.timeline .columns > .column > .inside .slide:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
section.timeline .columns > .column > .inside .slide .content p:last-child {
  margin-bottom: 0;
}
section.timeline .decade:last-child .year:last-child {
  margin: 0;
}
section.timeline .decade .year {
  padding: 0 0 60px 0;
  margin-bottom: 60px;
}
section.timeline .decade .year .columns .column-content {
  padding-left: 40px;
}
section.timeline .decade .year .columns .column-content h1 {
  position: relative;
}
section.timeline .decade .year .columns .column-content h1:after {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  background: #E25750;
  content: "";
  left: -52px;
  top: 15px;
}
section.timeline .decade .year:nth-of-type(even) .custom-owl-nav {
  justify-content: flex-end;
}
section.timeline .decade .year:nth-of-type(even) > .columns {
  flex-direction: row-reverse;
}
section.timeline .decade .year:nth-of-type(even) > .columns .owl-nav {
  justify-content: flex-end;
}
section.timeline .decade .year:nth-of-type(even) > .columns .column-content {
  padding-right: 40px;
  padding-left: 0;
}
section.timeline .decade .year:nth-of-type(even) > .columns .column-content h1:after {
  left: auto;
  right: -53px;
}
section.timeline .decade .year:nth-of-type(even) > .columns > .column-content {
  justify-content: flex-end;
}
section.timeline .decade .year:nth-of-type(even) > .columns > .column-content .content {
  text-align: right;
}
section.timeline .decade .year:nth-of-type(even) > .columns > .column.column-images {
  padding-left: 40px;
  padding-right: 0;
  justify-content: flex-start;
}
section.timeline .decade .year h1 {
  margin-bottom: 0 !important;
}
section.timeline .decade .year > .columns > .column {
  width: 50%;
  display: flex;
}
section.timeline .decade .year > .columns > .column.column-images {
  justify-content: flex-end;
}
section.timeline .decade .year > .columns > .column .inside {
  max-width: 500px;
  width: 100%;
}
section.timeline .decade .year > .columns > .column .inside .item img {
  width: 100%;
  height: auto;
}
section.timeline .decade .year > .columns > .column.column-images {
  justify-content: flex-end;
  padding-right: 40px;
}
section.timeline .decade .year a:hover {
  color: #154553;
}
section.timeline .owl-nav, section.timeline .custom-owl-nav {
  display: flex;
}
section.timeline .owl-nav button, section.timeline .custom-owl-nav button {
  background: transparent !important;
  opacity: 1 !important;
  border: none;
}
section.timeline .owl-nav button.owl-prev, section.timeline .owl-nav button.custom-owl-prev, section.timeline .custom-owl-nav button.owl-prev, section.timeline .custom-owl-nav button.custom-owl-prev {
  transform: rotate(180deg);
}
section.timeline .owl-nav button.disabled, section.timeline .custom-owl-nav button.disabled {
  opacity: 0.3 !important;
  cursor: auto;
}
section.timeline .custom-owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
section.timeline .custom-owl-nav .counter {
  margin: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: MabryBold;
  letter-spacing: -0.32px;
}
section.timeline.simple-timeline .columns .column.column-content {
  position: relative;
}
section.timeline.simple-timeline .columns .column.column-content:after {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  background: #E25750;
  content: "";
  left: -12px;
  top: 15px;
}
section.timeline.simple-timeline .year:nth-of-type(even) .columns .column.column-content:after {
  left: auto;
  right: -12px;
}

.timeline-intro {
  margin-top: 80px;
}

.contact-card {
  position: fixed;
  background: #154553;
  width: 280px;
  padding: 30px;
  border-radius: 40px 0px 0px 40px;
  top: 200px;
  right: 0;
  z-index: 998;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact-card .image {
  margin-bottom: 20px;
  height: 200px;
  width: auto;
}
.contact-card .image img {
  height: 100%;
  width: auto;
}
.contact-card .content h3, .contact-card .content h4, .contact-card .content p {
  margin-bottom: 5px;
}
.contact-card .team-links {
  display: flex;
  justify-content: center;
}
.contact-card .team-links a {
  margin-left: 8px;
  margin-right: 8px;
}

.anchor {
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  clear: both;
}

#anchors {
  background: #154553;
}

.anchor-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
}
.anchor-nav a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  display: block;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #fff;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}
.anchor-nav a:hover {
  color: #8ED19D;
}

.cc-tab {
  position: fixed;
  background: #154553;
  padding: 15px 30px;
  border-radius: 40px 0px 0px 40px;
  top: 200px;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateX(100%);
  opacity: 0;
}
.cc-tab .content h3, .cc-tab .content h4 {
  position: relative;
  margin-bottom: 0px !important;
}
.cc-tab .content h4 {
  position: relative;
  top: 3px;
  font-size: 16px;
}

.scrolled .contact-card {
  transform: translateX(50%);
  opacity: 0;
}
.scrolled .cc-tab {
  transform: translateX(0%);
  opacity: 1;
}

.cc-container:hover .contact-card {
  transform: translateX(0%);
  opacity: 1;
}
.cc-container:hover .cc-tab {
  transform: translateX(50%);
  opacity: 0;
}

/********************************************************************************************* 

x. Workshops

*********************************************************************************************/
.workshops .workshop {
  display: flex;
  padding: 50px 0 60px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #154553;
}
.workshops .workshop .workshop-title {
  padding-right: 80px;
  position: relative;
}
.workshops .workshop .workshop-title p.date {
  font-size: 14px;
  padding: 10px 20px 7px 20px;
  background: #154553;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.workshops .workshop .workshop-title a:hover {
  color: #E25750;
}
.workshops .workshop:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  background: #154553;
  padding: 40px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
}
footer ul {
  list-style-type: none;
  padding-right: 10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #8ED19D;
}
footer p.topper {
  color: #fff;
  margin-bottom: 8px;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
footer .footer-menu ul li a {
  padding: 8px 0;
  display: block;
}
footer .footer-logo {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-logo svg {
  width: 100%;
  max-width: 300px;
  height: auto;
}
footer .footer-logo #logo-svg path.navy {
  fill: #fff;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
}
footer .footer-right .footer-menus {
  display: flex;
  justify-content: flex-end;
}
footer .footer-right .footer-menus .footer-menu {
  padding-left: 80px;
}
footer .copyright {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
footer .copyright p {
  font-size: 14px;
  color: rgba(255, 253, 240, 0.5);
  text-align: right;
  margin-bottom: 8px;
}
footer .social {
  margin-top: 20px;
}
footer .social a {
  font-size: 24px;
  margin-right: 15px;
}

/********************************************************************************************* 

x. Team

*********************************************************************************************/
body.flown {
  overflow: hidden;
}
body.flown .curtain {
  pointer-events: all;
  opacity: 1;
}

.curtain {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

section.team .team-members .team-member {
  padding: 40px;
}
section.team .team-members .team-member .image {
  margin-bottom: 40px;
}
section.team .team-members .team-member .content h3, section.team .team-members .team-member .content h4, section.team .team-members .team-member .content p.pronouns, section.team .team-members .team-member .content p.upper {
  margin-bottom: 12px;
}
section.team .team-members .team-member .content a:hover {
  color: #8ED19D;
}
section.team .team-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  transform: scale(0.8) translate(-50%, -50%);
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  pointer-events: none;
  z-index: 9999;
  transform-style: preserve-3d;
  min-width: 1200px;
}
section.team .team-pop.fly {
  opacity: 1;
  pointer-events: all;
  transform: scale(1) translate(-50%, -50%);
}
section.team .team-pop .image {
  width: 40%;
  flex: 0 0 40%;
}
section.team .team-pop .team-text {
  padding: 40px;
  width: 60%;
  box-sizing: border-box;
  position: relative;
}
section.team .team-pop .team-text .bio {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
section.team .team-pop .team-text .team-text-inner {
  position: absolute;
  top: 40px;
  bottom: 40px;
  overflow-y: hidden;
  left: 40px;
  right: 40px;
  /* width */
  /* Track */
  /* Handle */
}
section.team .team-pop .team-text .team-text-inner .mCSB_inside > .mCSB_container {
  margin-right: 50px !important;
}
section.team .team-pop .team-text .team-text-inner .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff !important;
  width: 1px !important;
}
section.team .team-pop .team-text .team-text-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important;
  background: #E25750 !important;
}
section.team .team-pop .team-text .team-text-inner* {
  scrollbar-width: 8px;
  scrollbar-color: #E25750 transparent;
}
section.team .team-pop .team-text .team-text-inner::-webkit-scrollbar {
  width: 8px;
}
section.team .team-pop .team-text .team-text-inner::-webkit-scrollbar-track {
  border-radius: 24px;
  background: #154553;
}
section.team .team-pop .team-text .team-text-inner::-webkit-scrollbar-thumb {
  background: #E25750;
  border-radius: 24px;
}
section.team .team-pop .team-links {
  display: flex;
}
section.team .team-pop .team-links a {
  margin-right: 30px;
}
section.team .team-pop p.small {
  padding-right: 30px;
}
section.team a.close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 42px;
  transform-origin: center center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 9;
}
section.team a.close svg {
  width: 12px;
  height: 12px;
}
section.team a.close svg path {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  fill: #E25750;
}
section.team a.close:hover {
  transform: scale(1.2);
}
section.team a.close:hover svg path {
  fill: #fff;
}

a.email {
  background: #E9FAFF;
  padding: 4px 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
}
a.email svg {
  width: 24px;
}
a.email:hover {
  background: #8ED19D;
}

.filter-group {
  margin-bottom: 40px;
}
.filter-group .view {
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.filter-group a {
  margin-right: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.filter-group a:before {
  content: "";
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 1px;
  width: 100%;
  left: -100%;
  bottom: 0;
  background: #E25750;
  display: block;
  position: absolute;
}
.filter-group a:hover {
  opacity: 1;
}
.filter-group a:hover:before {
  left: 0%;
}
.filter-group a.active {
  opacity: 1;
}
.filter-group a.active:before {
  left: 0%;
}

/********************************************************************************************* 

x. Numbers	

*********************************************************************************************/
.numbers-section .numbers {
  display: flex;
  flex-wrap: wrap;
}
.numbers-section .numbers .number-item {
  width: 33.33%;
  padding: 6px;
  display: flex;
}
.numbers-section .numbers .number-item .number-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px;
  background: #FFFDF0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
}
.numbers-section .numbers .number-item .number {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(50%);
}
.numbers-section .numbers .number-item .number h2 {
  font-size: 4.6em;
}
.numbers-section .numbers .number-item .number-text {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateY(50%);
  opacity: 0;
}
.numbers-section .numbers .number-item:hover .number {
  transform: translateY(0%);
}
.numbers-section .numbers .number-item:hover .number-text {
  transform: translateY(0%);
  opacity: 1;
}
.numbers-section .numbers .number-item:hover .number-inner {
  background: transparent;
}

/********************************************************************************************* 

x. CTA

*********************************************************************************************/
section.cta {
  position: relative;
  min-height: 400px;
  display: flex;
}
section.cta > .container {
  display: flex;
  align-items: center;
}
section.cta .cover {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
}

/********************************************************************************************* 

x. Form

*********************************************************************************************/
section.register {
  padding: 100px 0;
}

.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
  clear: both;
}

.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
  float: left;
  width: 100%;
}
.nf-form-content .listcheckbox-wrap li > input, .nf-form-content .listradio-wrap li > input {
  margin-bottom: 0 !important;
}

form a {
  text-decoration: underline;
}
form .checkboxes,
form .radios {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
form .checkboxes:last-child,
form .radios:last-child {
  margin: 0 0 -20px 0;
}
form .checkboxes li,
form .radios li {
  margin: 0 30px 20px 0;
}
form .checkboxes input[type=radio], form .checkboxes input[type=checkbox],
form .radios input[type=radio],
form .radios input[type=checkbox] {
  margin-right: 5px;
  display: inline-block;
}
form input[type=radio], form input[type=checkbox] {
  margin-right: 5px;
  display: inline-block;
}
form .form-grid {
  margin: 0 -20px -40px -20px;
  display: flex;
  flex-wrap: wrap;
}
form .form-grid .item {
  float: left;
}
form .form-grid .item.hidden {
  display: none;
}
form .form-grid .item.invalid *, form .form-grid .item.invalid-file * {
  color: #154553;
}
form .form-grid .item.invalid input[type=email],
form .form-grid .item.invalid input[type=password],
form .form-grid .item.invalid input[type=text],
form .form-grid .item.invalid input[type=url],
form .form-grid .item.invalid textarea, form .form-grid .item.invalid-file input[type=email],
form .form-grid .item.invalid-file input[type=password],
form .form-grid .item.invalid-file input[type=text],
form .form-grid .item.invalid-file input[type=url],
form .form-grid .item.invalid-file textarea {
  border-color: #154553;
}
form .form-grid .item.label .inside, form .form-grid .item.together .inside {
  padding-bottom: 20px;
}
form .form-grid .item .inside {
  padding: 0 20px 40px 20px;
  position: relative;
}
form input[type=submit].delete {
  background: #154553;
  margin: 30px 0 0 0;
  padding: 10px 20px;
}
form input[type=submit].delete:hover {
  background: #0b232a;
}
form .email-field {
  position: relative;
  padding-right: 20px;
}
form .email-field:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #154553;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
form .email-field input[type=submit] {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  cursor: pointer;
}
form .email-field .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
}
form input[type=email],
form input[type=password],
form input[type=text],
form input[type=url] {
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 8px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-style: normal;
  font-family: "DM Mono", monospace;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=text]::placeholder,
form input[type=url]::placeholder {
  color: #fff;
}
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=text]:focus,
form input[type=url]:focus {
  border-bottom-color: #154553;
  background: rgba(21, 69, 83, 0.1);
}
form input[type=email]:invalid,
form input[type=password]:invalid,
form input[type=text]:invalid,
form input[type=url]:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form input[type=email]:last-child,
form input[type=password]:last-child,
form input[type=text]:last-child,
form input[type=url]:last-child {
  margin-bottom: 0;
}
form textarea:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form textarea:last-child {
  margin-bottom: 0;
}
form .inline {
  padding: 0 0 0 40px;
  position: relative;
}
form .inline p {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
form label {
  text-align: left;
  margin: 0 0 10px 0;
  display: block;
}
form label.checkbox, form label.radio {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
form .label {
  margin: 0 0 10px 0;
}
form .review-image {
  margin: 10px 0 0 0;
}
form .review.image img:last-of-type {
  display: none;
}
.graph-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.graph-container .graph-controls {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.graph-container .graph-controls a {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
  color: #154553;
  opacity: 0.5;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  display: block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 10px 20px;
}
.graph-container .graph-controls a:hover {
  color: #8ED19D;
  opacity: 1;
}
.graph-container .graph-controls a.active {
  opacity: 1;
  color: #E25750;
}
.graph-container .graphs {
  width: 100%;
  position: relative;
}
.graph-container .graphs .graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.graph-container .graphs .graph:first-child {
  position: relative;
}

.graph {
  z-index: 1;
}
.graph svg * {
  transform-box: fill-box;
}
.graph svg text, .graph svg rect, .graph svg circle, .graph svg polyline, .graph svg path {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.graph svg text {
  transform-origin: center center;
}
.graph svg rect {
  transform-origin: bottom center;
}
.graph svg circle {
  transform-origin: center center;
}
.graph svg line, .graph svg polyline {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.graph svg rect {
  transform: scaleY(0);
}
.graph svg circle {
  transform: scale(0);
}
.graph svg text, .graph svg path {
  opacity: 0;
  font-family: MabryBold !important;
}
.graph.active {
  z-index: 2;
}
.graph.active svg rect {
  transform: scaleY(1);
}
.graph.active svg circle {
  transform: scale(1);
}
.graph.active svg text, .graph.active svg path {
  opacity: 1;
}
.graph.active svg line, .graph.active svg polyline {
  stroke-dashoffset: 0;
}

#mc_embed_signup form .indicates-required {
  font-family: "DM Mono", monospace;
  color: #E25750;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#mc_embed_signup form .asterisk {
  color: #E25750;
}
#mc_embed_signup form label {
  margin-bottom: 0;
}
#mc_embed_signup form input[type=email],
#mc_embed_signup form input[type=password],
#mc_embed_signup form input[type=text],
#mc_embed_signup form input[type=url] {
  border: 1px solid rgba(21, 69, 83, 0.25);
  height: 50px;
  padding: 12px;
  box-sizing: border-box;
  color: #154553;
  width: 100%;
  max-width: 500px;
}
#mc_embed_signup form .mc-field-group {
  margin-bottom: 30px;
}
#mc_embed_signup form select {
  border: 1px solid rgba(21, 69, 83, 0.25);
  height: 50px;
  padding: 12px;
  box-sizing: border-box;
  font-family: "DM Mono", monospace;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  color: #154553;
  margin-top: 10px;
  width: 100%;
  max-width: 200px;
}
#mc_embed_signup form .mc-field-group p {
  margin-bottom: 0;
}
#mc_embed_signup form .mc-field-group.input-group ul {
  padding-left: 0;
}
#mc_embed_signup form .mc-field-group.input-group ul li {
  display: flex;
}
#mc_embed_signup form .mc-field-group.input-group ul li label {
  font-family: "DM Mono", monospace;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  color: #154553;
}

.result .flex {
  align-content: center;
}
.result .result-text {
  padding-left: 60px;
  display: flex;
  align-items: center;
}

/********************************************************************************************* 

x. Pagination

*********************************************************************************************/
.pagination ul.page-numbers {
  margin: 3.75rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagination ul.page-numbers li {
  margin: 0 0.5rem;
}
.pagination ul.page-numbers li:before {
  display: none;
}
.pagination ul.page-numbers li a.page-numbers,
.pagination ul.page-numbers li span.page-numbers {
  display: block;
}
.pagination ul.page-numbers li a.page-numbers li,
.pagination ul.page-numbers li span.page-numbers li {
  line-height: 35px;
}
.pagination ul.page-numbers li a.page-numbers.current,
.pagination ul.page-numbers li span.page-numbers.current {
  line-height: 35px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #154553;
  color: #FFFDF0;
  position: relative;
  top: -2px;
}
.pagination ul.page-numbers li a:hover svg,
.pagination ul.page-numbers li span:hover svg {
  stroke: #1f677c;
}
.pagination ul.page-numbers li a svg,
.pagination ul.page-numbers li span svg {
  stroke: #154553;
  width: 1rem;
  height: auto;
}
.wp-caption.alignnone {
  padding: 0;
  border: 0;
}

.wp-caption img {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  padding: 5px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
  color: #154553;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
  background: rgba(142, 209, 157, 0.5);
  box-sizing: border-box;
}

/********************************************************************************************* 

x. bigger than 1380px

*********************************************************************************************/
@media only screen and (min-width: 1380px) {
  section#page-banner .banner-image {
    width: 40%;
  }
  section#page-banner .content {
    max-width: 50%;
  }
  section#page-banner > .container {
    justify-content: flex-start;
  }
}
/********************************************************************************************* 

x. Smaller than 1380px

*********************************************************************************************/
@media only screen and (max-width: 1380px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: none;
  }
  .container.container-120 {
    padding: 0;
  }
  section#page-banner .banner-image {
    width: calc(100% - 660px);
  }
  section#page-banner .content h1 {
    max-width: 60%;
  }
  .slideshow .slider-controls {
    left: 0;
    width: 50%;
    transform: none;
    padding-left: 80px;
  }
}
/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width: 1260px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: none;
  }
  footer .footer-logo {
    width: 220px;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .newsletter {
    padding: 0 20px;
  }
  #nav {
    padding-left: 30px;
  }
  #nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .numbers-section .numbers .number-item .number-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .numbers-section .numbers .number-item .number h2 {
    font-size: 3em;
  }
  section.team .team-members .team-member, section.team .team-members .team-sizer {
    width: 33.33%;
  }
  .slideshow .slider-controls li span {
    font-size: 14px;
  }
}
/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width: 1044px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  section.two-column .column {
    padding-left: 40px;
    padding-right: 40px;
  }
  .slideshow .slide .slide-text {
    padding: 60px 40px;
    padding-bottom: 80px;
  }
  .slideshow .slider-controls {
    bottom: 40px;
    padding-left: 40px;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .newsletter {
    padding: 0 20px;
  }
}
/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
  .width-10, .width-15, .width-20, .width-25, .width-30, .width-33, .width-35, .width-40, .width-45, .width-50, .width-55, .width-60, .width-65, .width-66, .width-70, .width-75, .width-80, .width-85, .width-90, .width-95, .width-100 {
    width: 100%;
  }
  html, body {
    font-size: 14px;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.1em;
  }
  .content.small p {
    font-size: 14px;
  }
  .banner-inner .cover img {
    display: block;
  }
  .flexslider .slides .cover img {
    display: block;
  }
  .animate {
    opacity: 1 !important;
  }
  section#page-banner .banner-image {
    width: 30%;
    max-width: none;
  }
  #toggle {
    display: block;
  }
  .open header {
    background: #fff;
  }
  .open header #nav {
    opacity: 1;
    pointer-events: all;
  }
  #mobile-search {
    display: block !important;
  }
  #mobile-search a[href="#search"] {
    display: none !important;
  }
  .nav-search {
    display: none !important;
  }
  .footer-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .break {
    flex-basis: 100%;
    height: 0;
  }
  footer .footer-logo {
    margin-bottom: 30px;
  }
  section.panels .panel .content p {
    font-size: 18px;
  }
  section.featured-properties .property .property-text h3 {
    font-size: 20px;
  }
  section.featured-properties .property {
    width: 50% !important;
    flex-direction: column;
  }
  section.featured-properties.fp-carousel .property {
    width: 100% !important;
    flex-direction: column;
  }
  section.featured-properties.fp-carousel .property .property-text {
    font-size: 24px;
  }
  section.featured-properties.fp-carousel .property .property-text, section.featured-properties.fp-carousel .property .property-thumb {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.featured-properties .property .property-thumb {
    margin-bottom: 40px;
  }
  section.featured-properties .property .property-thumb, section.featured-properties .property .property-text {
    width: 100%;
  }
  .leaf {
    top: auto;
    padding: 30px;
    width: 200px;
    height: 200px;
  }
  .leaf h1 {
    font-size: 1.7em;
  }
  section.tc-text-image .column {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container.full {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.features .feature-container {
    justify-content: center;
  }
  section.features {
    justify-content: space-around;
  }
  section.features .feature {
    max-width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.gallery .gallery-item {
    width: 50%;
  }
  #nav > li:before {
    display: none;
  }
  .area .wrapper.small {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  header #navs {
    left: 0;
    width: 100%;
    background: #fff;
    height: auto;
    padding: 30px;
    display: block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
  }
  header #navs #top-nav {
    flex-direction: column;
    padding-left: 0;
    align-items: flex-start;
  }
  header #navs #nav, header #navs #top-nav {
    padding-left: 0;
  }
  header #navs #nav > li, header #navs #top-nav > li {
    padding: 0;
    height: auto;
    width: 100%;
  }
  header #navs #nav > li.search, header #navs #top-nav > li.search {
    width: 40px;
  }
  header #navs #nav > li > a, header #navs #top-nav > li > a {
    display: block;
    text-align: left;
  }
  header #navs #nav > li ul.sub-menu, header #navs #top-nav > li ul.sub-menu {
    position: relative;
    left: auto;
    transform: inherit;
    display: none;
    border-radius: 16px;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  header #navs #nav > li ul.sub-menu:before, header #navs #top-nav > li ul.sub-menu:before {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
  }
  header #navs #nav > li ul.sub-menu:after, header #navs #top-nav > li ul.sub-menu:after {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
  }
  header #navs #nav > li ul.sub-menu li, header #navs #top-nav > li ul.sub-menu li {
    display: block;
    width: 100%;
  }
  header #navs #nav > li ul.sub-menu li a, header #navs #top-nav > li ul.sub-menu li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  header #navs #nav > li.active ul.sub-menu, header #navs #top-nav > li.active ul.sub-menu {
    transform: inherit;
  }
  body.scrolled header #navs {
    opacity: 0;
    pointer-events: none;
  }
  body.scrolled header #navs > li {
    height: auto;
    padding: 0;
  }
  body.scrolled header #navs > li > a {
    padding: 20px;
  }
  body.scrolled.upscroll.open header #navs {
    opacity: 1;
    pointer-events: all;
  }
  body.open header #navs {
    opacity: 1;
    pointer-events: all;
  }
  body.scrolled header #navs {
    opacity: 0;
    pointer-events: none;
  }
  .poi-map {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .poi-map .everett-map {
    width: 100%;
    margin-top: 40px;
  }
  section.team .team-members .team-member {
    width: 50%;
  }
  section.team .team-pop {
    width: 80%;
    min-width: 0px;
  }
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .container.covered .text-image .text-side {
    width: 50%;
  }
  .content a.btn {
    font-size: 14px;
  }
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.covered .text-image .text-side {
    padding-left: 40px;
    padding-right: 40px;
  }
  section#page-banner {
    min-height: 320px;
  }
  section.featured-properties .property.single-property {
    width: 100% !important;
  }
  section.featured-properties .property.single-property .content {
    padding-left: 0;
    padding-right: 0;
  }
  section.featured-properties .property.single-property .content h3 {
    font-size: 22px;
  }
  section#page-banner .banner-text {
    left: 40px;
    bottom: 20px;
    right: 40px;
  }
  section.properties .property {
    padding: 15px;
  }
  section#page-banner.half .banner-text {
    right: 0;
  }
  .flex {
    flex-wrap: wrap;
  }
  .calendar {
    margin-left: 0;
    margin-top: 60px;
  }
  .intro {
    padding-bottom: 40px;
  }
  .intro > .container {
    flex-direction: column;
  }
  .intro > .container > div {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .intro > .container .sidebar {
    padding-top: 60px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .intro > .container .sidebar .info {
    width: 50%;
    padding-right: 20px;
  }
  .intro > .container .width-70 {
    padding-left: 0;
    padding-top: 0;
    border-left: none;
    border-bottom: 1px solid #E25750;
  }
  section#banner {
    height: 500px;
  }
  section.featured-properties.fp-carousel .carousel-container {
    max-width: 600px;
  }
  section.filmstrip .content {
    padding: 0 40px;
  }
  section.filmstrip .strips .strip {
    padding: 10px;
  }
  section.panels .controls .controls-inner {
    padding: 20px 40px;
    width: 100%;
  }
  section.panels .panel .content {
    left: 0;
    bottom: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
  }
  .container.covered .text-image {
    padding-left: 0;
    padding-right: 0;
  }
  .poi-content {
    padding-left: 0;
  }
  a.map-marker {
    max-width: 80px;
  }
  a.map-marker.everett-marker {
    max-width: 120px;
  }
  a.map-marker.everett-marker p.mt-title {
    font-size: 18px;
  }
  .item-list {
    margin-bottom: 50px;
  }
  .item-list .dash {
    margin-left: 0px;
  }
  .item-list .item {
    flex-direction: column;
    padding: 20px 0;
  }
  .item-list .item > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .item-list .item .item-thumb {
    margin-bottom: 30px;
  }
  section#page-banner .banner-text {
    width: 70%;
  }
  .cards-section .cards .card {
    width: 50%;
  }
  header #navs #nav > li.donate > a {
    display: inline-block;
  }
  #nav > li, #top-nav > li {
    text-align: left;
  }
  #nav > li a, #top-nav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .numbers-section .numbers .number-item {
    width: 50%;
  }
  .numbers-section .numbers .number-item .number h2 {
    font-size: 42px;
  }
  section.resource-grid .resources .resource {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(21, 69, 83, 0.25);
  }
  section.resource-grid .resources .resource:nth-of-type(3n + 1):after {
    display: none;
  }
  section.resource-grid .resources .resource {
    padding: 30px 0;
    margin: 0;
  }
  section.team .team-members .team-member, section.team .team-members .team-sizer {
    width: 50%;
  }
  .team .container.full.padding-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .intro .intro-text {
    padding-left: 0px;
  }
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .graph-container {
    flex-direction: column;
  }
  .graph-container > div {
    width: 100% !important;
  }
  .graph-container > div.graph-controls {
    display: flex;
    flex-wrap: wrap;
  }
  .graph-container > div.graph-controls a, .graph-container > div.graph-controls p {
    padding: 5px 15px;
  }
  .orb-container .orb {
    width: 500px;
    height: 500px;
  }
  .contact-card {
    opacity: 0;
  }
  .cc-tab {
    transform: translateX(0%);
    opacity: 1;
  }
  .contact-card, .cc-tab {
    position: absolute;
    top: 160px;
  }
  .result {
    max-width: 600px;
  }
  .result .result-text {
    padding-left: 0;
    margin-top: 40px;
  }
  div.search-btn {
    display: block;
  }
  header #navs #nav > li.search {
    display: none !important;
  }
  header .inner #navs {
    max-height: none;
  }
  header #navs {
    top: 120px;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 767px) {
  .text-img {
    flex-wrap: wrap;
  }
  div.search-btn {
    top: 40px;
    display: block;
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.gallery .gallery-item {
    padding: 10px;
  }
  section.properties .property {
    width: 100%;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  section.featured-properties > .container .property {
    padding-left: 0;
    padding-right: 0;
  }
  .slideshow .slide .slide-text, .slideshow .slide .slide-image {
    width: 100%;
  }
  .footer-menu {
    width: 100%;
    margin-top: 20px;
  }
  footer .newsletter {
    padding: 0;
  }
  section#page-banner.half .banner-text {
    padding-top: 60px;
  }
  section.featured-properties.fp-carousel .carousel-container {
    max-width: 400px;
  }
  section#banner {
    height: 440px;
  }
  section.business-grid .grid .grid-item {
    width: 50%;
  }
  section.recent-events .grid .grid-item {
    width: 50%;
  }
  section.spotlight-grid .grid .grid-item {
    width: 50%;
  }
  section.featured-properties .property {
    width: 100% !important;
  }
  .container.covered .text-image {
    flex-wrap: wrap;
  }
  .container.covered .text-image .text-side {
    z-index: 9;
  }
  .container.covered .text-image .text-side .content {
    color: #fff;
    text-align: center;
  }
  .container.covered .text-image .text-side .content h1, .container.covered .text-image .text-side .content h2, .container.covered .text-image .text-side .content h3, .container.covered .text-image .text-side .content h4, .container.covered .text-image .text-side .content p, .container.covered .text-image .text-side .content ul, .container.covered .text-image .text-side .content ol, .container.covered .text-image .text-side .content li {
    color: #fff;
  }
  .container.covered .text-image .text-side .content .btn {
    margin: 0;
  }
  .container.covered .text-image .image-side {
    padding: 0 !important;
    border-radius: 16px;
    width: 100%;
    max-width: none;
    background: #8ED19D;
  }
  .container.covered .text-image .image-side .image {
    opacity: 0.25;
  }
  .ticker {
    display: none !important;
  }
  section#page-banner.half {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  section#page-banner.half .cover {
    position: relative;
    background-attachment: inherit;
    width: 100%;
    height: 220px;
    margin-top: 50px;
  }
  section#page-banner.half .banner-text {
    width: 100%;
  }
  footer .footer-logo {
    width: 100%;
  }
  footer .footer-inner {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-inner .newsletter {
    margin-top: 30px;
  }
  section.team .team-members .team-member {
    padding: 15px 0;
    width: 100%;
    max-width: 400px;
  }
  section.tc-text-image > .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  section.tc-text-image > .container .column {
    margin-bottom: 40px;
  }
  section.panels .panel .content h2 {
    display: block;
  }
  section.panels > .column:first-child {
    display: none;
  }
  section#banner {
    height: 400px;
  }
  .leaf {
    right: 40px;
    bottom: 40px;
  }
  section.text .columns {
    flex-wrap: wrap;
  }
  section.text.two-columns .columns .content-inner {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  section.properties .properties-inner {
    flex-direction: column;
    align-items: center;
  }
  section.featured-properties > .container {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  section.featured-properties > .container .property {
    max-width: 400px;
  }
  section.panels .cover {
    width: 100%;
  }
  section.panels .panel {
    height: 800px;
  }
  section.announcement {
    flex-direction: column;
    padding: 60px 30px;
  }
  section.announcement .announcement-text {
    width: 100%;
    max-width: 400px;
  }
  section.announcement .announcement-thumb {
    padding-left: 0;
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
  }
  section.tc-text-image .column {
    padding-left: 0;
    padding-right: 0;
  }
  section#page-banner.half .banner-text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container.covered .text-image .text-side {
    width: 100%;
  }
  a.map-marker p.mt-title {
    display: none;
  }
  a.map-marker {
    width: 10px;
  }
  a.map-marker.active {
    width: 120px;
  }
  a.map-marker.active p.mt-title {
    display: block;
  }
  section.filmstrip {
    flex-wrap: wrap;
  }
  section.filmstrip .filmstrip-text {
    margin-top: 0;
  }
  section.text-image .text-side {
    padding: 0 !important;
  }
  section.two-column .columns {
    flex-direction: column;
  }
  .slideshow .slide {
    flex-direction: column-reverse;
  }
  .slideshow .slide .slide-image .cover {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .slideshow .slide .slide-image .cover img {
    display: block !important;
  }
  .cards-section .cards .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.resources-workshops .lists {
    flex-direction: column;
  }
  .numbers-section .numbers .number-item {
    width: 100%;
  }
  .numbers-section .numbers .number-item .number h2 {
    font-size: 36px;
  }
  .workshops .workshop {
    flex-direction: column;
  }
  section#home-banner > .container, section#page-banner > .container {
    flex-direction: column;
  }
  section#page-banner .banner-image {
    position: relative;
    width: 100%;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }
  section#page-banner .banner-image .cover {
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section#page-banner .banner-text {
    width: 100%;
  }
  section#page-banner .banner-text .text-dash {
    width: 40px;
  }
  section#page-banner .banner-text .text-inner {
    padding-left: 10px;
  }
  section.quote-section .quote h2:before {
    top: 20px;
  }
  section.quote-section .quote h2:before, section.quote-section .quote h2:after {
    font-size: 100px;
  }
  section.quote-section .quote h2 {
    padding-left: 0;
    padding-right: 0;
  }
  section.team .team-pop {
    flex-direction: column;
    width: 100%;
    min-width: 0px;
    max-width: 400px;
  }
  section.team .team-pop .image {
    width: 100%;
  }
  section.team .team-pop .team-text {
    width: 100%;
    height: 400px;
  }
  .team .container.full.padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .accordions.boxes-layout .accordion {
    width: 100%;
  }
  .numbers-section .numbers .number-item {
    display: flex;
    justify-content: center;
  }
  footer .footer-right {
    width: 100%;
  }
  footer .footer-right .footer-menus .footer-menu {
    padding-left: 0;
    text-align: left;
  }
  footer .footer-right .footer-menus .footer-menu ul {
    padding-right: 0;
  }
  footer .copyright p {
    text-align: left;
  }
  .bg-navy .accordion .mono {
    margin-left: 0;
    display: block;
  }
  .accordion .plus-container {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }
  .accordion a.accordion-click h4 {
    padding-right: 0;
  }
  .slideshow .slider-controls li span {
    width: 150px;
    top: -10px;
    display: none;
  }
  section.timeline .decade .year:nth-of-type(even) > .columns {
    flex-direction: row;
  }
  .accordions.boxes-layout .accordion .plus-container {
    margin-top: 30px;
    margin-bottom: 0;
    bottom: auto;
    display: flex;
    justify-content: center;
  }
  .accordions.boxes-layout .accordion .accordion-inner {
    padding-bottom: 40px;
  }
  .accordions.boxes-layout .accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .accordions.boxes-layout .accordion .accordion-inner {
    padding: 20px;
  }
  section.timeline .columns {
    flex-direction: column !important;
    overflow: visible;
  }
  section.timeline .decade .year {
    padding-bottom: 0;
  }
  section.timeline .decade .year:nth-of-type(even) > .columns > .column-content .content {
    text-align: left;
  }
  section.timeline .decade .year .columns .column-content {
    padding-left: 40px !important;
    padding-right: 0 !important;
  }
  section.timeline .decade .year > .columns > .column {
    width: 100%;
  }
  section.timeline .year .columns .column.column-content:after {
    left: -12px !important;
    top: 15px !important;
  }
  section.timeline .line {
    left: 40px;
  }
  section.timeline .decade .year > .columns > .column.column-images {
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  section.timeline .decade .year:nth-of-type(even) > .columns .column-content h1:after {
    right: auto !important;
  }
  footer .footer-right .footer-menus {
    flex-wrap: wrap;
  }
  footer .footer-right .footer-menus .footer-menu {
    width: 100%;
    padding-left: 0;
  }
  section.timeline .decade .year:nth-of-type(even) > .columns > .column-content {
    flex-direction: flex-start;
  }
  section.timeline .line {
    top: 90px;
  }
  section.timeline .decade .year:nth-of-type(even) > .columns .column-content h1:after {
    left: -52px;
  }
  .cards-section.cards-grid .cards > .container .card .image {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content h1, .content h2 {
    margin: 0 0 1rem 0;
  }
  h4 {
    font-size: 16px;
  }
  .has-bg .nf-form-cont {
    padding: 0;
    background: transparent;
  }
  section#page-banner .content {
    padding-top: 24px;
  }
  section.has-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#page-banner .banner-text {
    padding-right: 0;
  }
  .single section#page-banner.has-image {
    margin-bottom: 0;
  }
  section.team .team-pop .image {
    display: none;
  }
  .slideshow .slide .slide-text .content {
    max-width: none;
    width: 100%;
  }
  header .inner {
    height: 120px;
  }
  section#page-banner .content h1 {
    max-width: none;
  }
  body.notified section#page-banner .banner-image .cover {
    top: auto;
  }
  section#page-banner {
    padding-bottom: 40px;
    margin-bottom: 0 !important;
  }
  section.cta {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  section.cta .cover {
    width: 100%;
    clear: both;
    position: relative;
    height: 300px;
    margin-top: 40px;
  }
  #nav > li ul.sub-menu li a:before, #top-nav > li ul.sub-menu li a:before {
    top: -5px;
  }
  .cards-section .cards.even .card {
    width: 100%;
  }
  .accordions.boxes-layout .accordion .accordion-content {
    margin-top: 30px;
    padding-bottom: 10px;
  }
  #nav > li.donate {
    margin-top: 20px;
  }
  header #navs #nav > li ul.sub-menu, header #navs #top-nav > li ul.sub-menu {
    margin-bottom: 10px;
  }
  .intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  #toggle {
    top: 50px;
  }
  section.text-image > .container {
    flex-wrap: wrap;
  }
  section.text-image {
    padding-bottom: 20px;
  }
  section.text-image .image-side {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.two-column .column {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.two-column .column ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro {
    padding-bottom: 10px;
  }
}
/********************************************************************************************* 

x. Smaller than 480px

*********************************************************************************************/
@media only screen and (max-width: 480px) {
  section.text-image > .container {
    flex-direction: column !important;
  }
  section.text-image > .container .image-side {
    padding: 0 !important;
    margin-top: 30px;
  }
  .cc-container {
    display: none;
  }
  section.text-image > .container {
    flex-direction: column;
  }
  section.cta .cover {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  section.cta {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 60px;
  }
  section.cta .content {
    margin-bottom: 60px;
  }
  section#page-banner .content {
    padding-top: 12px;
  }
  section.has-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#page-banner .pin {
    top: 7px;
  }
  section#page-banner .content h1 {
    margin-bottom: 0px;
  }
  section#page-banner .banner-text h4 {
    font-size: 14px;
  }
  section.text-image.overlay > .container .image-side {
    margin: 0;
  }
  section.text-image.overlay .text-side {
    min-height: 0;
  }
}
/********************************************************************************************* 

x. Retina Graphics

*********************************************************************************************/

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