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

x. Variables

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

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/mne1swj.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");
/* iCheck plugin Square skin, black
----------------------------------- */
@import 'https://code.jquery.com/ui/1.13.3/themes/base/jquery-ui.css';
.icheckbox,
.iradio {
  color: #143441;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #143441;
  margin: 0 10px 0 0;
  cursor: pointer;
  position: relative;
  top: -3px;
}

.iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icheckbox.checked:after {
  content: "\f3ff";
  font-family: "Ionicons";
  font-size: 22px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.iradio.checked:after {
  content: "";
  background: #1B988B;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.invalid .icheckbox,
.invalid .iradio {
  color: #143441;
  border-color: #143441;
}
.invalid .iradio.checked:after {
  background: #143441;
}

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  position: relative;
}
.jfilestyle:last-child {
  margin-bottom: 0;
}
.jfilestyle label {
  text-align: center;
  width: 100%;
  height: auto;
  background: #143441;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.jfilestyle label[disabled] {
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}
.jfilestyle label:hover {
  background: #143441;
}
.jfilestyle label span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.jfilestyle label span.count-jfilestyle {
  color: #143441 !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px !important;
  width: 20px;
  height: 20px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.jfilestyle span {
  color: white !important;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}

.invalid .jfilestyle label,
.invalid-file .jfilestyle label {
  background: #143441;
}

/*
 * 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
 * ====================================================================================================================*/
@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: #143441;
  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: #1B988B;
}

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

x. Mixins

*********************************************************************************************/
@font-face {
  font-family: "friday";
  src: url("../webfonts/friday_regular-webfont.woff") format("woff");
}
/********************************************************************************************* 

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: #1B988B;
  color: #fff;
}

::-moz-selection {
  background: #1B988B;
  color: #fff;
}

html, body {
  font-size: 24px;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  color: #143441;
  width: auto;
  height: auto;
}

body {
  padding-top: 150px;
}

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

a {
  color: #143441;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

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

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

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

h1 {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
  font-family: "mr-eaves-modern", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "mr-eaves-modern", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.4em;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

strong {
  font-weight: 800 !important;
}

.friday {
  font-family: "friday", serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: none !important;
}

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

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

.bg-red {
  background: #9D3124;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-rust {
  background: #BA4C26;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-rust.tag {
  background: rgba(186, 76, 38, 0.8);
  color: #F1A053;
}
.bg-rust:hover {
  background: #ba4c26;
}
.bg-rust .content h1, .bg-rust .content h2, .bg-rust .content h3, .bg-rust .content h4, .bg-rust .content p {
  color: #F1F1E0;
}
.bg-rust a.link {
  color: #fff;
}

.bg-navy {
  background: #143441;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-navy.tag {
  background: rgba(20, 52, 65, 0.8);
  color: #1B988B;
}
.bg-navy:hover {
  background: #143441;
}
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy p, .bg-navy a, .bg-navy ul, .bg-navy li {
  color: #fff;
}
.bg-navy .content h1, .bg-navy .content h2, .bg-navy .content h3, .bg-navy .content h4, .bg-navy .content p, .bg-navy .content a, .bg-navy .content ul, .bg-navy .content li {
  color: #fff;
}
.bg-navy a {
  color: #fff;
}
.bg-navy a:hover {
  color: #F1A053;
}
.bg-navy .st0-icon {
  fill: #fff;
}

.bg-teal {
  background: #1B988B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-teal.tag {
  background: rgba(27, 152, 139, 0.8);
  color: #F1F1E0;
}
.bg-teal:hover {
  background: #1b988b;
}

.bg-mid-teal {
  background: #B6DBD3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-mid-teal.tag {
  background: rgba(182, 219, 211, 0.8);
  color: #1B988B;
}
.bg-mid-teal:hover {
  background: #b6dbd3;
}

.bg-light-teal {
  background: #EFF6F4;
}

.bg-cream {
  background: #F1F1E0;
}

.color-cream {
  color: #F1F1E0 !important;
}

.color-orange {
  color: #F1A053 !important;
}

.color-teal {
  color: #1B988B !important;
}

.band {
  padding: 80px 0;
}
.band span.divider {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  height: 20px;
  position: relative;
  top: 4px;
  background: #fff;
}

.full-image {
  position: relative;
}
.full-image img {
  width: 100%;
}

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

.animate-content {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(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;
}

.btn {
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #143441;
  letter-spacing: 0.72px;
  margin-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 800;
  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;
  line-height: 27px;
  padding: 4px 24px;
  border: 3px solid #9D3124;
  margin-left: 5px;
  margin-right: 5px;
}
.btn:after {
  content: "";
  width: 25px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%23F1A053"/></svg>');
  -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;
}
.btn:hover {
  background: #9D3124;
  color: #fff !important;
  padding-right: 40px;
}
.btn:hover:after {
  opacity: 1;
}
.btn.btn-2 {
  background: #9D3124;
  color: #fff !important;
  padding-right: 40px;
}
.btn.btn-2:after {
  opacity: 1;
}
.btn.btn-2:hover {
  background: #143441;
  border-color: #143441;
}

.btn-large {
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #143441;
  letter-spacing: 0.72px;
  display: inline-block;
  background: #1B988B;
  color: #fff;
  padding: 4px 24px;
  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;
  margin-top: 10px;
}
.btn-large:hover {
  background: #9D3124;
  color: #F1A053 !important;
}

.link {
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #143441;
  letter-spacing: 0.72px;
  margin-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 800;
  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;
  line-height: 27px;
  padding-right: 30px;
}
.link:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #9D3124;
  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;
}
.link:after {
  content: "";
  width: 25px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%23F1A053"/></svg>');
  -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: 1;
}
.link:hover {
  color: #F1A053;
  padding-right: 30px;
}
.link:hover:before {
  left: 0%;
}
.link:hover:after {
  opacity: 1;
  margin-left: 10px;
}
.link.back-link {
  padding-left: 30px;
  padding: 20px 30px 20px 50px;
  background: #EFF6F4;
}
.link.back-link:before {
  background: #143441;
}
.link.back-link:after {
  left: 24px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
  top: 50%;
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%231B988B"/></svg>');
}
.link.back-link:hover {
  color: #1B988B;
}
.link.back-link:hover:after {
  margin-left: -10px;
}

.upper {
  text-transform: uppercase !important;
}

.post-date {
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.st0-icon {
  fill: #143441;
}

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

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.container.small-container {
  max-width: 900px;
}
.container.full {
  width: 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.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

*********************************************************************************************/
header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: #143441;
  padding: 30px 0;
  height: 150px;
  -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 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #nav {
  position: relative;
  z-index: 2;
}
header .mega-nav {
  position: absolute;
  border-top: 5px solid #fff;
  top: 100%;
  width: 100%;
  padding: 80px;
  left: 0;
  background: #143441;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  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;
  max-height: calc(100vh - 150px);
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
header .mega-nav .column:first-of-type {
  padding-right: 30px;
}
header .mega-nav .mega-close {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0px;
  z-index: 99;
  margin-bottom: 30px;
}
header .mega-nav .mega-close:hover {
  opacity: 0.5;
}
header .mega-nav .mega-close svg {
  fill: white;
  width: 15px;
  height: 15px;
}
header .mega-nav h2 {
  font-size: 2.3em;
}
header .mega-nav .content h1, header .mega-nav .content h2, header .mega-nav .content h3 {
  color: #fff;
}
header .mega-nav .content p {
  color: #B6DBD3;
}
header .mega-nav ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}
header .mega-nav ul li {
  width: 50%;
}
header .mega-nav ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 1.6em;
  padding: 10px 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
header .mega-nav ul li a span {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  display: inline-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-right: 20px;
}
header .mega-nav ul li a span:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1B988B;
  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;
}
header .mega-nav ul li a span:after {
  content: "";
  width: 25px;
  height: 24px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%23B6DBD3"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  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;
}
header .mega-nav ul li a:hover span {
  padding-right: 30px;
}
header .mega-nav ul li a:hover span:before {
  left: 0%;
}
header .mega-nav ul li a:hover span:after {
  opacity: 1;
}
header .mega-nav .width-30 {
  display: flex;
  flex-direction: column;
}
header .mega-nav .nav-business {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
header .mega-nav .nav-business .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 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 .mega-nav .nav-business a {
  color: #fff;
}
header .mega-nav .nav-business img {
  width: 100%;
}
header .mega-nav .nav-business .nb-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
header .mega-nav .nav-business .nb-title .link {
  color: #fff;
}
header .mega-nav .nav-business .nb-thumb {
  flex: 1;
  position: relative;
  margin-bottom: 24px;
  min-height: 180px;
  overflow: hidden;
}
header .mega-nav .nav-business:hover .nb-thumb .cover {
  transform: scale(1.1);
}
header .mega-nav .nav-business:hover .link {
  padding-right: 30px;
}
header .mega-nav .nav-business:hover .link:before {
  left: 0%;
}
header .mega-nav .nav-business:hover .link:after {
  opacity: 1;
}
header .mega-nav .link {
  font-size: 14px;
}
header .mega-nav .link:before {
  background: #1B988B;
}
header .mega-nav .link:after {
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%23B6DBD3"/></svg>');
}

.close-btn {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0px;
  z-index: 99;
  margin-bottom: 30px;
}
.close-btn:hover {
  opacity: 0.5;
}
.close-btn svg {
  fill: #143441;
  width: 15px;
  height: 15px;
}

.fancybox-close-small svg path {
  stroke: #143441;
  stroke-width: 3;
}
.fancybox-close-small:hover svg path {
  stroke: #1B988B;
}

body.mega header #nav li:first-child a {
  color: #1B988B;
}
body.mega header .mega-nav {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}

#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;
  width: 200px;
}
#logo svg {
  width: 100%;
}
#logo svg polyline {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s ease-in-out forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#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;
}
#nav li {
  text-align: center;
  display: inline-block;
  border-right: 2px solid rgba(182, 219, 211, 0.25);
}
#nav li:last-of-type, #nav li:nth-last-of-type(3) {
  border: none;
}
#nav li.menu-item-213 > a span:after, #nav li.explore > a span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 3px solid #1B988B;
  border-bottom: 3px solid #1B988B;
  transform: rotate(-45deg);
  position: relative;
  margin-left: 10px;
  top: -3px;
}
#nav li.menu-item-has-children {
  position: relative;
}
#nav li.menu-item-has-children > a span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 3px solid #1B988B;
  border-bottom: 3px solid #1B988B;
  transform: rotate(-45deg);
  position: relative;
  margin-left: 10px;
  top: -3px;
}
#nav li.menu-item-has-children ul.sub-menu {
  -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: absolute;
  width: 300px;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #143441;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 83px;
  padding-bottom: 20px;
  padding-top: 30px;
  border: 5px solid #fff;
  opacity: 0;
  pointer-events: none;
}
#nav li.menu-item-has-children ul.sub-menu li {
  border: none;
  border-top: 2px solid rgba(182, 219, 211, 0.25);
  display: block;
}
#nav li.menu-item-has-children ul.sub-menu li:first-of-type {
  border-top: none;
}
#nav li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 10px;
}
#nav li.menu-item-has-children.active > a {
  color: #1B988B;
}
#nav li.menu-item-has-children.active .sub-menu {
  opacity: 1;
  margin-top: 63px;
  opacity: 1;
  pointer-events: all;
}
#nav li.menu-item-has-children.explore ul.sub-menu {
  display: none;
}
#nav li a {
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.72px;
  position: relative;
  font-weight: 800;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 64px 20px;
}
#nav li a:hover {
  color: #1B988B;
}
#nav li.current-menu-item > a {
  color: #1B988B;
}
#nav li.current-menu-item > a:after {
  display: none !important;
}
#nav li.nav-search {
  display: flex;
  align-items: center;
  border: none;
}
#nav li.nav-search a {
  background: #1B988B;
  width: 40px;
  height: 40px;
  padding: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  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;
}
#nav li.nav-search a:after {
  content: "\f4a5";
  font-family: "IonIcons";
  color: #143441;
  font-size: 1.1em;
  position: relative;
}
#nav li.nav-search a:hover {
  background: #F1A053;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #143441;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  font-size: 20px;
}

body.scrolled header {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
body.scrolled #logo {
  width: 120px;
}
body.scrolled #logo svg {
  height: auto;
}
body.scrolled #nav li.menu-item-has-children.active .sub-menu {
  margin-top: 38px;
}
body.scrolled #nav li a {
  padding: 40px 20px;
}
body.scrolled #search {
  top: 95px;
}

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

x. Back
x. Search
x. Title

*********************************************************************************************/
section.search,
section.title {
  color: white !important;
  background: #143441;
  padding: 30px 0;
  font-size: 1.2em;
  font-weight: 300;
}
section.search form,
section.title form {
  width: 650px;
  height: auto;
  margin: 0 auto;
  position: relative;
  color: #143441;
}
section.search form ::-webkit-input-placeholder,
section.title form ::-webkit-input-placeholder {
  color: #143441;
  opacity: 1;
}
section.search form ::-moz-placeholder,
section.title form ::-moz-placeholder {
  color: #143441;
  opacity: 1;
}
section.search form :-ms-input-placeholder,
section.title form :-ms-input-placeholder {
  color: #143441;
  opacity: 1;
}
section.search form :-moz-placeholder,
section.title form :-moz-placeholder {
  color: #143441;
  opacity: 1;
}
section.search form .icon,
section.title form .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
section.search form .icon svg,
section.title form .icon svg {
  width: 50px;
  height: auto;
  fill: white;
}
section.search form input[type=text],
section.title form input[type=text] {
  color: #143441;
  font-size: 1.875em;
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 1px solid #143441;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

section.search {
  background-color: transparent;
}

.search-results section.search {
  background: #143441;
}
.search-results section.search form {
  color: #fff;
}
.search-results section.search form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form input[type=text] {
  color: #fff;
  border-color: #fff;
}

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

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

x. Banner

*********************************************************************************************/
section.banner-slideshow {
  padding: 40px;
  padding-bottom: 0;
  position: relative;
}
section.banner-slideshow .cover {
  width: 100%;
  height: calc(100vh - 230px);
  min-height: 500px;
}
section.banner-slideshow .flexslider {
  margin-bottom: 0;
  height: calc(100vh - 230px);
  min-height: 500px;
  background: #143441;
}
section.banner-slideshow .flexslider ul.slides > li {
  height: calc(100vh - 230px);
  min-height: 500px;
}
section.banner-slideshow .flexslider ul.slides > li > .cover {
  width: 100%;
  height: calc(100vh - 230px);
  min-height: 500px;
}
section.banner-slideshow .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
section.banner-slideshow .tags a {
  padding: 16px 80px;
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.72px;
  font-weight: 800;
  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;
  font-style: normal;
  line-height: 27px;
  box-sizing: border-box;
  width: 80%;
  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;
}
section.banner-slideshow .tags a .tag-arrow {
  position: absolute;
  right: 15px;
  top: 18px;
  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;
  transform: rotate(45deg);
}
section.banner-slideshow .tags a:hover {
  width: 90%;
}
section.banner-slideshow .tags a:hover .tag-arrow {
  transform: rotate(0deg);
  opacity: 1;
}
section.banner-slideshow .tags a.bg-navy .tag-arrow svg path {
  fill: #1B988B;
}
section.banner-slideshow .tags a.bg-teal .tag-arrow svg path {
  fill: #fff;
}
section.banner-slideshow .tags a.bg-mid-teal .tag-arrow svg path {
  fill: #1B988B;
}
section.banner-slideshow .tags a.bg-rust .tag-arrow svg path {
  fill: #F1A053;
}
section.banner-slideshow .tags .tagline {
  padding: 24px 80px;
}

#banner {
  width: 100%;
  min-height: calc(100vh - 100px);
  background: #1B988B;
}
#banner .flexslider {
  background: none;
  margin: 0;
}
#banner ul.slides > li .slide-inner {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: row-reverse;
}
#banner ul.slides > li .slide-inner .cover {
  width: 60%;
}
#banner ul.slides > li .slide-inner .cover img {
  display: none;
}
#banner .callout {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  padding-right: 80px;
  color: #fff;
}
#banner .callout .link {
  display: block;
  margin-top: 30px;
}

.text-img {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
.text-img.inverse {
  flex-direction: row-reverse;
}
.text-img .text-side {
  padding: 100px 80px;
}
.text-img .img-side {
  position: relative;
}
.text-img .img-side .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.text-img .img-side .cover img {
  display: none;
  width: 100%;
}
.text-img.overlay {
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin: 0;
}
.text-img.overlay .img-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background: #143441;
}
.text-img.overlay .img-side .cover {
  opacity: 0.5;
}
.text-img.overlay .text-side {
  z-index: 2;
  position: relative;
}
.text-img.overlay .text-side .content {
  text-align: center;
  color: #fff;
}

#page-banner {
  background: #1B988B;
}

.banner .icon {
  margin-bottom: 30px;
}

.banner-inner {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: row-reverse;
}
.banner-inner .cover {
  width: 60%;
}
.banner-inner .cover img {
  display: none !important;
}
.banner-inner .callout {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  padding-right: 80px;
  color: #fff;
}
.banner-inner .callout .callout-inner {
  margin-top: -100px;
}
.banner-inner .callout .link {
  display: block;
  margin-top: 30px;
}

.text-navy {
  color: #143441 !important;
}

a.text-navy:hover {
  color: #F1A053 !important;
}

#banner {
  background: #1B988B;
}
#banner .flex-control-nav {
  width: 40%;
  bottom: 40px;
}
#banner .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}
#banner .flex-control-paging li a.flex-active {
  opacity: 1;
}

#jobs .job {
  padding: 40px 0;
}

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

x. slideshow

*********************************************************************************************/
section.slideshow {
  position: relative;
}
section.slideshow .flexslider {
  margin-bottom: 0;
  background: #143441;
}
section.slideshow .flexslider ul.slides > li > .cover {
  width: 100%;
  height: calc(80vh - 230px);
  position: relative;
  min-height: 600px;
}
section.slideshow .flexslider ul.slides > li > .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #143441;
  opacity: 0.5;
}
section.slideshow .flexslider ul.slides > li > .cover .slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content {
  text-align: center;
}
section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content h1, section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content h2, section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content h3, section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content p {
  color: #fff;
}
section.slideshow .flexslider ul.slides > li > .cover .slideshow-text .content p {
  font-weight: 600;
  font-size: 1.2em;
}
section.slideshow .flex-direction-nav a {
  background: #9D3124;
}
section.slideshow .flex-direction-nav a:hover {
  background: #BA4C26 !important;
}
section.slideshow .flex-direction-nav a span {
  display: block;
  width: 24px;
  height: 23px;
  background-image: url('data:image/svg+xml,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M4.68011 20.8087L20.2244 5.26449L18.997 22.6445C18.9784 22.9235 19.3105 23.0749 19.5071 22.8783L21.8582 20.5271C21.9618 20.4235 22.0229 20.288 22.0336 20.1446L23.3619 1.39371C23.3742 1.22205 23.3494 1.04977 23.2892 0.888529C23.2291 0.727292 23.1349 0.580869 23.0133 0.459181C22.8916 0.337493 22.7451 0.243384 22.5839 0.18323C22.4227 0.123075 22.2504 0.0982811 22.0787 0.110527L3.21628 1.44418C3.14189 1.44949 3.07547 1.47872 3.02499 1.52919L0.594128 3.96006C0.397534 4.15665 0.551621 4.4914 0.827916 4.47014L18.2053 3.24541L2.66103 18.7897C2.54413 18.9066 2.54413 19.0978 2.66103 19.2147L4.25504 20.8087C4.37193 20.9256 4.56321 20.9256 4.68011 20.8087Z" fill="%23F1A053"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
section.slideshow .flex-direction-nav a.flex-prev {
  right: 100%;
  left: auto;
}
section.slideshow .flex-direction-nav a.flex-prev span {
  transform: rotate(-135deg);
}
section.slideshow .flex-direction-nav a.flex-next {
  left: 100%;
  right: auto;
}
section.slideshow .flex-direction-nav a.flex-next span {
  transform: rotate(45deg);
}

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

x. Content

*********************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content li {
  margin: 0 0 0.5em 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 h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  text-decoration: none !important;
}
.content ul, .content ol {
  padding-left: 20px;
}
.content a.btn {
  margin-top: 24px;
  font-size: 18px;
}
.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: #1B988B;
}
.content.small p {
  font-size: 18px;
}

p.upper {
  text-transform: uppercase;
}

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

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: #143441;
}
.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: #1B988B;
  margin-bottom: 30px;
}
.grid .item:hover {
  color: #1B988B;
}
.grid .item:hover .item-caption {
  color: #1B988B;
}
.grid .item:hover img {
  opacity: 0.4;
}
.grid .item:hover .item-caption p {
  color: #1B988B;
}
.grid .item:hover h3 {
  color: #1B988B;
}

section.padding {
  padding-left: 60px;
  padding-right: 60px;
}

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

x. POIS

*********************************************************************************************/
section.pois {
  padding: 60px 0;
}

.poi-section {
  display: flex;
  align-items: stretch;
}
.poi-section .poi-content {
  width: 50%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.poi-section .poi-content .flyout {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  bottom: 0;
  background: #BA4C26;
  padding: 100px 60px;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  -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;
}
.poi-section .poi-content .flyout .close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.poi-section .poi-content .flyout .close svg path {
  fill: #F1A053;
}
.poi-section .poi-content .flyout .close:hover svg path {
  fill: #fff;
}
.poi-section .poi-content .flyout img {
  width: 100%;
  margin-bottom: 40px;
  max-width: 440px;
}
.poi-section .poi-content .flyout .content {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poi-section .poi-content .flyout .content h3 {
  color: #F1A053;
}
.poi-section .poi-content .flyout .content p {
  color: #fff;
  font-weight: 500;
  font-style: italic;
}
.poi-section .poi-content .flyout .content a.link {
  color: #fff;
}
.poi-section .poi-content .flyout.active {
  left: 0%;
}

.poi-map {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.poi-map .poi-map-inner {
  width: 100%;
}
.poi-map .poi-map-inner > img {
  width: 100%;
}
.poi-map .icon {
  position: absolute;
  display: block;
  max-width: 11%;
  transform: translate(-50%, -50%);
}
.poi-map .icon img {
  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;
}
.poi-map .icon img.icon-over {
  -moz-animation: pulsate2 5s ease-in-out infinite;
  -webkit-animation: pulsate2 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.poi-map .icon:hover img {
  filter: invert(0.2) sepia(84) saturate(6) hue-rotate(342deg);
}
.poi-map .icon.active img {
  filter: invert(0.2) sepia(84) saturate(6) hue-rotate(342deg);
}

.map-section {
  display: flex;
}

.map-container {
  flex: 1;
}

.business-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  width: 320px;
  max-height: 1200px;
  overflow: scroll;
}
.business-list .business-list-item {
  display: block;
  width: 100%;
}
.business-list .business-list-item a.link {
  display: block;
}
.business-list .business-list-item > a {
  font-size: 40px;
  font-weight: 700;
  color: #1B988B;
  overflow: hidden;
  padding: 10px 0px;
  position: relative;
  display: block;
  width: 100%;
}
.business-list .business-list-item > a:after {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1B988B;
  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;
}
.business-list .business-list-item > a.active {
  color: #143441;
}
.business-list .business-list-item > a.active:after {
  left: 0%;
}
.business-list .bl-info {
  display: none;
  padding: 20px 0;
}

#map {
  height: 1200px;
  width: 100%;
}
#map div[title=active] {
  -moz-animation: pulsate 1.5s ease-in-out infinite;
  -webkit-animation: pulsate 1.5s ease-in-out infinite;
  border: 5px solid #9D3124;
  /* make a circle */
  -moz-border-radius: 51px;
  -webkit-border-radius: 51px;
  border-radius: 51px;
  height: 51px !important;
  margin: -11px 0 0 -11px;
  width: 51px !important;
}

@-moz-keyframes pulsate {
  from {
    -moz-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes pulsate2 {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1);
    opacity: 0.7;
  }
  95% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.25);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0.25);
    opacity: 0;
  }
  95% {
    -webkit-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.25);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0.25);
    opacity: 0;
  }
  95% {
    -webkit-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
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: 40px;
  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;
}
#toggle span {
  display: block;
  height: 3px;
  background: #1B988B;
  margin-bottom: 5px;
}
#toggle:hover span {
  background: #F1A053;
}

body.open header #nav {
  display: block;
}
body.open #toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.open #toggle span.top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: -1px 12px;
  -moz-transform-origin: -1px 12px;
  -ms-transform-origin: -1px 12px;
  -o-transform-origin: -1px 12px;
  transform-origin: -1px 12px;
}
body.open #toggle span.middle {
  opacity: 0;
}
body.open #toggle span.bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 14px -3px;
  -moz-transform-origin: 14px -3px;
  -ms-transform-origin: 14px -3px;
  -o-transform-origin: 14px -3px;
  transform-origin: 14px -3px;
}

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

x. Single Business

*********************************************************************************************/
section#business {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
section#business .back-link {
  position: absolute;
  left: 0;
  top: 30px;
  line-height: 22px;
  margin-top: 0;
}
section#business > .container {
  display: flex;
}
section#business .col-left {
  padding: 70px 70px 70px 0;
  position: relative;
}
section#business .col-left:after {
  content: "";
  top: 0;
  right: -100px;
  left: -2000px;
  bottom: 0;
  background: #EFF6F4;
  position: absolute;
  z-index: 0;
}
section#business .col-right {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
section#business .content h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.business-image {
  position: relative;
  z-index: 1;
}
.business-image img {
  width: 100%;
}

.business-info {
  margin-top: 40px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.business-info .content h4, .business-info .content p {
  margin-bottom: 24px;
}
.business-info .content p {
  font-size: 22px;
}
.business-info .social {
  margin-top: 20px;
}
.business-info .social a {
  display: inline-block;
  color: #1B988B;
  font-size: 32px;
  padding: 5px;
}
.business-info .social a:hover {
  color: #F1A053;
}
.business-info .social a.website {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}
.business-info > .width-33 {
  padding-right: 20px;
}

a.grid-thumb {
  overflow: hidden;
}
a.grid-thumb 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;
  width: 100%;
}
a.grid-thumb:hover img {
  transform: scale(1.1);
}

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

x. spotlight grid

*********************************************************************************************/
section.spotlight-grid {
  padding: 140px 0 80px 0;
}
section.spotlight-grid .sg-top {
  display: flex;
  justify-content: space-between;
}
section.spotlight-grid .sg-top .sg-headline {
  padding-right: 60px;
  padding-left: 30px;
}
section.spotlight-grid .sg-top .sg-intro {
  width: 45%;
}
section.spotlight-grid .grid {
  display: flex;
  flex-wrap: wrap;
}
section.spotlight-grid .grid .grid-item {
  width: 33.33%;
  display: flex;
  justify-content: center;
}
section.spotlight-grid .grid .grid-item .grid-item-inner {
  max-width: 340px;
  padding: 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;
}
section.spotlight-grid .grid .grid-item .grid-item-inner .grid-thumb {
  margin-bottom: 40px;
  overflow: hidden;
}
section.spotlight-grid .grid .grid-item .grid-item-inner .grid-thumb img {
  width: 100%;
  max-width: 280px;
  -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.spotlight-grid .grid .grid-item .grid-item-inner .grid-content .content h3 {
  font-weight: 700;
}
section.spotlight-grid .grid .grid-item .grid-item-inner .grid-content .content a.link:before {
  background: #9D3124;
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover {
  background: #BA4C26;
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover .grid-thumb img {
  transform: scale(1.1);
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover .content h3, section.spotlight-grid .grid .grid-item .grid-item-inner:hover .content p {
  color: #fff;
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover .content a.link {
  color: #fff;
  padding-right: 30px;
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover .content a.link:before {
  left: 0%;
}
section.spotlight-grid .grid .grid-item .grid-item-inner:hover .content a.link:after {
  opacity: 1;
  margin-left: 10px;
}

.top-line {
  position: absolute;
  right: 50%;
  top: -60px;
  left: -40px;
  height: 10px;
  background: #9D3124;
}

.left-line {
  position: absolute;
  width: 50%;
  top: -60px;
  left: -40px;
  bottom: -80px;
  width: 10px;
  background: #9D3124;
}

.bottom-box-1 {
  width: 70px;
  height: 70px;
  background: #143441;
  position: absolute;
  bottom: -150px;
  left: -70px;
}

.bottom-box-2 {
  width: 60px;
  height: 60px;
  background: #9D3124;
  position: absolute;
  bottom: -210px;
  left: -130px;
}

.aw-list li {
  display: block;
  width: 100%;
}

a.grid-thumb {
  display: block;
  position: relative;
}
a.grid-thumb .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

section.business-grid {
  padding: 80px 0;
}
section.business-grid .grid {
  display: flex;
  flex-wrap: wrap;
}
section.business-grid .grid .grid-item {
  width: 33.33%;
  display: flex;
  justify-content: center;
}
section.business-grid .grid .grid-item .grid-item-inner {
  padding: 20px;
  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;
}
section.business-grid .grid .grid-item .grid-item-inner .grid-thumb {
  margin-bottom: 40px;
}
section.business-grid .grid .grid-item .grid-item-inner .grid-thumb img {
  width: 100%;
}
section.business-grid .grid .grid-item .grid-item-inner .grid-content .content h3 {
  font-weight: 700;
}
section.business-grid .grid .grid-item .grid-item-inner .grid-content .content a.link:before {
  background: #143441;
}
section.business-grid .grid .grid-item .grid-item-inner .grid-content .content a.link:after {
  background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="" d="M15.538 17.657L14.127 16.239L17.397 12.984L3.79201 12.971L3.79401 10.971L17.362 10.984L14.147 7.75399L15.564 6.34399L21.208 12.014L15.538 17.657Z" fill="%231B988B"/></svg>');
}
section.business-grid .grid .grid-item .grid-item-inner .grid-content .content a.link:hover {
  color: #1B988B;
}
section.top-headline {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
section.top-headline:before {
  content: "";
  height: 2em;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.top-headline h1 {
  position: relative;
  width: 100%;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 20px;
  margin-top: 5px;
}
.controls > a {
  min-width: 280px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 14px;
}
.controls > a span {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.controls > a span:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1B988B;
  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;
}
.controls > a.active span:before {
  left: 0;
}
.controls > a:hover {
  color: #1B988B;
}
.controls > a:hover span:before {
  left: 0;
}

.sub-controls {
  padding-left: 40px;
  padding-right: 40px;
}
.sub-controls .sub-controls-inner {
  background: #EFF6F4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.sub-controls .sub-controls-inner a {
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 700;
}
.sub-controls .sub-controls-inner a span {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.sub-controls .sub-controls-inner a span:before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1B988B;
  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;
}
.sub-controls .sub-controls-inner a.active span:before {
  left: 0;
}
.sub-controls .sub-controls-inner a:hover {
  color: #1B988B;
}
.sub-controls .sub-controls-inner a:hover span:before {
  left: 0;
}

.new-controls {
  position: relative;
}

.options {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  display: none;
}
.options a {
  padding: 10px;
}
.options a svg rect, .options a svg path {
  fill: #fff !important;
}
.options a.grid-option {
  width: 23px;
}
.options a.map-option {
  width: 18px;
}
.options a.active svg rect, .options a.active svg path {
  fill: #1B988B !important;
}

#map-section {
  display: none;
}

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

x. Footer

*********************************************************************************************/
footer {
  background: #143441;
  padding: 60px 0;
}
footer .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-logo a {
  display: block;
}
footer .footer-logo.alliance img {
  top: 5px;
  position: relative;
  max-width: 144px;
}
footer .newsletter {
  max-width: 320px;
  text-align: center;
}
footer .ctct-form-field {
  position: relative;
}
footer .ctct-form-field.active label {
  opacity: 0;
}
footer div.ctct-form-embed {
  position: relative;
}
footer .ctct-form-embed.form_4 .ctct-form-defaults {
  padding: 0 !important;
  background: transparent !important;
}
footer .ctct-form-embed.form_4 .ctct-form-defaults .ctct-form-text, footer .ctct-form-embed.form_4 .ctct-form-custom .ctct-form-label, footer .ctct-form-embed.form_4 .ctct-form-custom .ctct-form-listname, footer .ctct-form-embed.form_4 .ctct-form-custom .ctct-form-lists-legend, footer .ctct-form-embed.form_4 .ctct-form-custom .ctct-form-date-slash, footer .ctct-form-embed.form_4 .ctct-form-defaults .ctct-gdpr-text, footer .ctct-form-embed.form_4 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, footer .ctct-form-embed.form_4 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
  color: #fff !important;
}
footer div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  border-radius: 0;
  font-family: "mr-eaves-modern", sans-serif;
  text-transform: uppercase !important;
  font-weight: 700;
  position: absolute !important;
  height: 60px;
  width: 60px;
  top: 28px;
  right: 0;
  border: none !important;
  background-color: transparent !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;
}
footer div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
  background: #1B988B !important;
}
footer div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  color: #143441;
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  height: 60px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0 25px;
  display: block;
  color: #1B988B;
  border-radius: 0;
  background: RGBA(26, 132, 122, 0.25);
}
footer div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-size: 9px;
  opacity: 0.7;
}

.ctct-popup-form {
  display: none !important;
  pointer-events: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-inner h3 {
  color: #fff;
}
.footer-inner p {
  color: #fff;
}
.footer-inner a {
  color: #fff;
  -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;
}
.footer-inner .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-inner .footer-menu ul {
  width: 100%;
  list-style-type: none;
}
.footer-inner .footer-menu ul li a {
  width: 100%;
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 22px;
}
.footer-inner .footer-menu ul li a:hover {
  color: #1B988B;
}
.footer-inner .footer-menu ul li.small-nav {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  text-align: right;
  position: relative;
}
.footer-inner .footer-menu ul li.small-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.footer-inner .footer-menu ul li.small-nav.first-small:before {
  display: none;
}
.footer-inner .footer-menu ul li.small-nav a {
  font-size: 16px;
}
.footer-inner .social {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  align-items: center;
}
.footer-inner .social a {
  color: #B6DBD3;
  padding: 10px;
}
.footer-inner .social a:hover {
  color: #1B988B;
}

.g-recaptcha {
  margin-top: 30px;
}

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

x. Form

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

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: #143441;
}
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: #143441;
}
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] {
  color: white;
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  background: #1B988B;
  border: none;
  padding: 15px 70px;
  cursor: pointer;
}
form input[type=submit]:hover {
  color: white;
  background: #143441;
}
form input[type=submit].delete {
  background: #143441;
  margin: 30px 0 0 0;
  padding: 10px 20px;
}
form input[type=submit].delete:hover {
  background: #08151a;
}
form input[type=email],
form input[type=password],
form input[type=text],
form input[type=url] {
  color: #143441;
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid #143441;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0 25px;
  display: block;
  color: #1B988B;
}
form input[type=email] :not(:placeholder-shown),
form input[type=password] :not(:placeholder-shown),
form input[type=text] :not(:placeholder-shown),
form input[type=url] :not(:placeholder-shown) {
  border-bottom-color: #1B988B;
}
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=text]::placeholder,
form input[type=url]::placeholder {
  color: rgba(27, 152, 139, 0.7);
  font-style: italic;
}
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=text]:focus,
form input[type=url]:focus {
  border-bottom-color: #1B988B;
  background: rgba(27, 152, 139, 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 {
  color: #143441;
  font-family: "mr-eaves-modern", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  width: 100%;
  height: 250px;
  border: 2px solid #143441;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 25px;
  display: block;
  resize: none;
}
form textarea::placeholder {
  color: rgba(27, 152, 139, 0.7);
  font-style: italic;
}
form textarea:focus {
  border-color: #1B988B;
  background: rgba(27, 152, 139, 0.1);
}
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;
}
form .required {
  color: #143441;
  font-size: 14px;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}

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

x. Accordions

*********************************************************************************************/
.accordions {
  position: relative;
  z-index: 99;
  margin: 30px 0;
}

.accordion h3 {
  margin-bottom: 1px;
}
.accordion h3 a {
  color: #9D3124;
  display: block;
  padding: 15px 20px;
  background: #9D3124;
  -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;
  padding-right: 50px;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion h3 a .accordion-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  -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: rotate(45deg);
}
.accordion h3 a .accordion-arrow 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: #F1A053 !important;
}
.accordion h3 a:hover {
  background: #1B988B;
  color: #fff;
}
.accordion h3 a:hover .accordion-arrow {
  color: #fff;
}
.accordion h3 a:hover .accordion-arrow svg path {
  fill: #143441 !important;
}
.accordion h3 a.clicked {
  background: #9D3124;
  color: #fff;
}
.accordion h3 a.clicked .accordion-arrow {
  color: #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: center center;
  right: 20px;
}
.accordion .accordion-inner {
  padding: 80px;
  display: none;
}
.accordion .accordion-inner h4 {
  width: 100%;
  clear: both;
}

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

x. Search

*********************************************************************************************/
#search-page-search {
  color: #143441;
  background: #143441;
  background: linear-gradient(90deg, #143441 0%, #143441 100%);
  padding: 60px 100px;
  width: 100%;
  z-index: 9;
  border-top: 5px solid #fff;
}
#search-page-search form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search-page-search form ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search-page-search form :-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search-page-search form :-moz-placeholder {
  color: white;
  opacity: 1;
}
#search-page-search form input[type=text] {
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1em;
  font-family: "mr-eaves-modern", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal !important;
}
#search-page-search a[href="#search"] {
  display: none;
}

#search {
  color: #143441;
  background: #143441;
  background: linear-gradient(90deg, #143441 0%, #143441 100%);
  padding: 60px 100px;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9;
  border-top: 5px solid #fff;
}
#search a[href="#search"] {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
#search a[href="#search"]:hover {
  opacity: 0.5;
}
#search a[href="#search"] svg {
  fill: white;
  width: 15px;
  height: 15px;
}
#search form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search form ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search form :-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-style: normal;
}
#search form :-moz-placeholder {
  color: white;
  opacity: 1;
}
#search form input[type=text] {
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1em;
  font-family: "mr-eaves-modern", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal !important;
}

#mobile-search {
  display: none !important;
}
#mobile-search form {
  position: relative;
}
#mobile-search form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-style: italic;
}
#mobile-search form ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-style: italic;
}
#mobile-search form :-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-style: italic;
}
#mobile-search form :-moz-placeholder {
  color: white;
  opacity: 1;
}
#mobile-search form input[type=text] {
  width: 100%;
  height: 60px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
  font-family: "mr-eaves-modern", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal !important;
}
#mobile-search form:after {
  content: "\f4a5";
  font-family: "IonIcons";
  color: white;
  font-size: 1.1em;
  position: absolute;
  right: 0;
  top: 25%;
}

.instructions {
  color: rgba(255, 255, 255, 0.3);
}

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

x. recent events

*********************************************************************************************/
section.recent-events, section.spotlight-a {
  padding-left: 30px;
  padding-right: 30px;
}
section.recent-events .grid, section.spotlight-a .grid {
  display: flex;
  flex-wrap: wrap;
}
section.recent-events .grid .grid-item, section.spotlight-a .grid .grid-item {
  width: 33.33%;
  padding: 30px;
}
section.recent-events .grid .grid-item .grid-thumb, section.spotlight-a .grid .grid-item .grid-thumb {
  margin-bottom: 40px;
}
section.recent-events .grid .grid-item .grid-thumb img, section.spotlight-a .grid .grid-item .grid-thumb img {
  width: 100%;
}
section.recent-events .grid .grid-item h3, section.spotlight-a .grid .grid-item h3 {
  font-weight: 700;
}
section.recent-events .grid .grid-item h3 a, section.spotlight-a .grid .grid-item h3 a {
  color: #1B988B;
}
section.recent-events .grid .grid-item h3 a:hover, section.spotlight-a .grid .grid-item h3 a:hover {
  color: #9D3124;
}

section.recent-events {
  position: relative;
}
section.recent-events a.btn-large {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  line-height: 36px;
}

.aw-item {
  position: relative;
}
.aw-item .bug {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 140px;
  height: 140px;
  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;
}
.aw-item .bug svg {
  width: 140px;
  height: 140px;
}
.aw-item:hover .bug {
  transform: scale(1.1);
}

form input.error, form textarea.error {
  border-bottom-color: #9D3124 !important;
}
form input.error::-webkit-input-placeholder, form textarea.error::-webkit-input-placeholder {
  color: #9D3124;
  opacity: 1;
}
form input.error::-moz-placeholder, form textarea.error::-moz-placeholder {
  color: #9D3124;
  opacity: 1;
}
form input.error:-ms-input-placeholder, form textarea.error:-ms-input-placeholder {
  color: #9D3124;
  opacity: 1;
}
form input.error:-moz-placeholder, form textarea.error:-moz-placeholder {
  color: #9D3124;
  opacity: 1;
}
form .checkbox .error {
  position: absolute;
  width: 300px;
  top: 100%;
  margin-top: 10px;
  left: -2px;
}

.review-image img {
  display: none;
}
.review-image img:first-of-type {
  display: block !important;
}

label.error {
  display: none;
}

.invalid-file label.error {
  display: block;
  font-size: 14px;
  color: #9D3124;
  background: rgba(186, 76, 38, 0.2);
  padding: 5px 10px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0 0;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 600px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  header .mega-nav {
    padding: 60px;
  }
  header .mega-nav h2 {
    font-size: 1.8em;
  }
  header .mega-nav ul li a {
    font-size: 1.2em;
  }
  footer .footer-logo {
    width: 120px;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .newsletter {
    padding: 0 20px;
  }
  .business-list > .business-list-item > a {
    font-size: 32px;
  }
  header .mega-nav .nav-business:last-of-type {
    display: none;
  }
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
}
/********************************************************************************************* 

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%;
  }
  h1 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.1em;
  }
  section.business-grid .grid .grid-item .grid-item-inner .grid-content .content p {
    font-size: 18px;
  }
  .banner-inner .cover img {
    display: block;
  }
  .flexslider .slides .cover img {
    display: block;
  }
  .animate {
    opacity: 1 !important;
  }
  .poi-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .poi-section .poi-map {
    width: 100%;
  }
  .poi-section .poi-content {
    width: 100%;
    overflow: visible;
    padding: 0;
  }
  .poi-section .poi-content .flyout {
    bottom: inherit;
    padding: 60px 40px;
  }
  .poi-section .poi-content .flyout .content p {
    font-style: normal;
    font-weight: normal;
  }
  section.spotlight-grid .sg-top {
    flex-wrap: wrap;
  }
  section.spotlight-grid .sg-top .sg-headling {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.spotlight-grid .sg-top .sg-intro {
    width: 100%;
  }
  section.spotlight-grid .grid .grid-item .grid-item-inner {
    padding: 20px;
  }
  section#business > .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section#business > .container .col-left {
    padding-right: 0;
  }
  section#business > .container .col-right {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .controls > a {
    min-width: 0;
  }
  #toggle {
    display: block;
  }
  header #nav {
    border-top: 5px solid #fff;
    flex-wrap: wrap;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 30px;
    background: #143441;
    top: -300%;
    -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%;
    opacity: 0;
    pointer-events: none;
  }
  header #nav > li {
    width: 100%;
    display: block;
    border: none;
  }
  header #nav > li > a {
    padding: 10px 0 !important;
    display: block;
    font-size: 1.2em;
  }
  header #nav > li > a:hover {
    color: #F1A053;
  }
  .open header #nav {
    top: 100%;
    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;
  }
  .mega-nav {
    display: none !important;
  }
  .sub-menu {
    display: none;
  }
  .footer-inner .footer-menu {
    border-right: none;
    width: 100%;
  }
  .footer-inner .footer-menu ul li a {
    text-align: center;
  }
  section.banner-slideshow .tags a {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.spotlight-grid .sg-top .sg-headline {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .text-img .text-side {
    padding: 60px 30px;
  }
  .text-img-container {
    padding: 0;
  }
  footer .newsletter {
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
  }
  .footer-inner .social {
    width: 100%;
    flex-direction: row;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 30px;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
  }
  section.banner-slideshow .tags .tagline {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.banner-slideshow {
    padding: 30px;
  }
  body {
    padding-top: 95px;
  }
  body, html {
    font-size: 20px;
  }
  .accordion .accordion-inner {
    padding: 50px;
  }
  .accordion h3 a {
    font-size: 18px;
  }
  .text-img .text-side {
    margin-bottom: 30px;
  }
  .text-img:not(.overlay) .img-side .cover {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .text-img:not(.overlay) .img-side .cover img {
    display: block !important;
  }
  body header {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  body #logo {
    width: 120px;
  }
  body #logo svg {
    height: auto;
  }
  section.banner-slideshow .tags a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  header #nav ul.sub-menu li a {
    font-size: 18px;
  }
  header #nav li.menu-item-has-children ul.sub-menu {
    position: relative;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    left: auto;
    opacity: 0;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(27, 152, 139, 0.1);
    border: none;
  }
  #search-page-search {
    padding-left: 0;
    padding-right: 0;
  }
  #search-page-search form input[type=text] {
    height: 80px;
    background: none;
    border: none;
    border-bottom: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.1em;
    font-family: "mr-eaves-modern", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-style: normal !important;
  }
  section.recent-events .container, section.spotlight-a .container {
    padding-left: 0;
    padding-right: 0;
  }
  section#business .col-left:after {
    right: 0;
  }
  .controls > a {
    font-size: 22px;
    padding: 8px;
  }
  .sub-controls .sub-controls-inner a {
    font-size: 22px;
    padding: 8px;
  }
  .sub-controls {
    padding: 0;
  }
  .options {
    position: relative;
    align-items: center;
    bottom: auto;
    right: auto;
  }
  #map-section {
    padding: 0;
  }
  #map-section .business-list {
    display: none;
  }
  #map-section #map {
    height: 800px;
  }
  .business-info {
    flex-wrap: wrap;
  }
  section#business .content h1 {
    font-size: 1.4em;
  }
  section.recent-events .grid .grid-item {
    padding: 15px;
    width: 50%;
  }
  .content h2 {
    font-size: 1.2em;
  }
  footer .footer-logo {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .footer-logo.alliance img {
    max-width: 95px;
    top: 3px;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 767px) {
  .text-img {
    flex-wrap: wrap;
  }
  section.business-grid .grid .grid-item {
    width: 50%;
  }
  section.recent-events .grid .grid-item {
    width: 50%;
  }
  section.spotlight-grid .grid .grid-item {
    width: 50%;
  }
  h2 {
    font-size: 1.3em;
  }
  h1 {
    font-size: 1.5em;
  }
  .accordion .accordion-inner {
    padding: 30px;
  }
  section.top-headline:before {
    height: 1.7em;
  }
}
/********************************************************************************************* 

x. Smaller than 480px

*********************************************************************************************/
@media only screen and (max-width: 480px) {
  .text-img {
    flex-wrap: wrap;
  }
  section.business-grid .grid .grid-item {
    width: 100%;
  }
  section.recent-events .grid .grid-item {
    width: 100%;
  }
  section.spotlight-grid .grid .grid-item {
    width: 100%;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.1em;
  }
  section.recent-events .grid .grid-item {
    width: 100%;
    padding: 0;
  }
}
/********************************************************************************************* 

x. Retina Graphics

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

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