@import url(https://use.typekit.net/fhg3mrq.css);
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "bostonAngel";
  src: url("../helpers/fonts/boston-angel-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "majesty";
  src: url("../helpers/fonts/majesty.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*font-family: nimbus-sans, sans-serif;*/
/*font-family: "aw-conqueror-didot", serif;*/
.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 1253px;
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-28 {
  width: 28%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-36 {
  width: 36%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

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

/***
 *
font-family: "fieldwork-hum", sans-serif;
font-family: "fieldwork", sans-serif;

 *
 **/
body {
  background-color: #fff;
  margin: 0;
  color: #152f50;
  font-size: 13.5px;
  font-family: "montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.6;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #152f50;
  margin-bottom: 15px;
}
body h1 {
  font-size: 40px;
}
body h2 {
  font-size: 49px;
}
body h3 {
  font-size: 34px;
}
body h4 {
  font-size: 28px;
}
body h5 {
  font-size: 19px;
}
body h6 {
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: 1.5px;
}
body p {
  margin-bottom: 15px;
}
body.logged-in > header .primary {
  top: 32px !important;
}
@media only screen and (min-width: 1520px) {
  body.logged-in > header .primary {
    top: 2.1052631579vw !important;
  }
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary {
    top: 0 !important;
  }
}
body > header {
  position: relative;
  padding-top: 239px;
}
@media only screen and (max-width: 1185px) {
  body > header {
    padding-top: 233px;
  }
}
@media only screen and (max-width: 991px) {
  body > header {
    padding-top: 222px;
  }
}
body > header.no-banner {
  height: 233px;
}
@media only screen and (max-width: 991px) {
  body > header.no-banner {
    height: 222px;
  }
}
body > header.no-banner .empty-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #036765;
}
@media only screen and (max-width: 991px) {
  body > header.no-banner .empty-banner {
    margin-top: 15px;
  }
}
body > header.no-banner .empty-banner h3,
body > header.no-banner .empty-banner h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 531px) {
  body > header.no-banner .empty-banner h2 {
    font-size: 37px;
  }
}
body > header.no-banner .empty-banner h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 531px) {
  body > header.no-banner .empty-banner h3 {
    font-size: 25px;
  }
}
body > header > .primary {
  position: fixed;
  z-index: 9;
  top: 0;
  padding-top: 20px;
  background-color: #fff;
  width: 100%;
  transition: padding-top 0.15s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body > header > .primary {
    padding-top: 10px;
  }
}
body > header > .primary .inner .cl.logo {
  width: 100%;
}
body > header > .primary .inner .cl.logo a {
  width: 189px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.2s ease-in-out;
}
@media only screen and (max-width: 450px) {
  body > header > .primary .inner .cl.logo a {
    margin-left: 0;
  }
}
body > header > .primary .inner .cl.logo a img {
  width: 100%;
  height: auto;
  display: block;
}
body > header > .primary .inner .cl.search-n-sml {
  width: 100%;
  margin-bottom: 9px;
  transition: margin-bottom 0.2s ease-in-out;
}
body > header > .primary .inner .cl.search-n-sml #cirlcee {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-right: 40px;
}
@media only screen and (max-width: 1185px) {
  body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 450px) {
  body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper {
    margin-right: 0;
  }
}
body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper li.js-search {
  display: none;
}
@media only screen and (max-width: 450px) {
  body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper li.js-search {
    display: block;
  }
}
body > header > .primary .inner .cl.search-n-sml .social-media-link-wrapper li a {
  font-size: 19px;
  color: #036765;
}
body > header > .primary .inner .cl.search-n-sml .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-end;
}
@media only screen and (max-width: 450px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper {
    justify-content: center;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media only screen and (max-width: 450px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper form {
    display: none;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form input {
  border: 0;
  background-color: #f5f7f7;
  padding-left: 15px;
  padding-right: 15px;
  width: 227px;
  height: 24px;
}
@media only screen and (max-width: 793px) {
  body > header > .primary .inner .cl.search-n-sml .wrapper form input {
    width: 169px;
  }
}
body > header > .primary .inner .cl.search-n-sml .wrapper form input:focus {
  outline: none;
}
body > header > .primary .inner .cl.search-n-sml .wrapper form button {
  border: 0;
  background-color: transparent;
  width: 18px;
  padding: 0;
}
body > header > .primary .inner .cl.search-n-sml .wrapper form button img {
  width: 100%;
  height: auto;
  display: block;
}
body > header > .primary .inner .cl.search-n-sml .extra-btn {
  margin-bottom: 0;
  padding-left: 0;
}
body > header > .primary .inner .cl.search-n-sml .extra-btn li {
  margin-bottom: 0;
  list-style: none;
}
body > header > .primary .inner .cl.search-n-sml .extra-btn li a {
  box-shadow: 0px 0px 3px 0px #036765;
  background-color: #036765;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  line-height: 1;
  height: 24px;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  letter-spacing: 1.4px;
  border: 1px solid #036765;
  transition: all 0.2s ease-in-out;
}
body > header > .primary .inner .cl.search-n-sml .extra-btn li a:hover {
  background-color: transparent;
  color: #036765;
  box-shadow: 0px 0px 9px 0px #036765;
}
body > header > .primary .inner .cl.main-menu {
  width: 100%;
  background-color: #bd8355;
  margin-top: 30px;
  transition: margin-top 0.2s ease-in-out;
}
body > header > .primary .inner .cl.main-menu .menu-main {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  transition: margin-top, margin-bottom 0.2s ease-in-out;
}
body > header > .primary .inner .cl.main-menu .menu-main > li {
  list-style: none;
  display: inline-block;
  margin-left: 41px;
  margin-right: 41px;
  position: relative;
}
body > header > .primary .inner .cl.main-menu .menu-main > li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -43px;
  bottom: -1px;
  width: 1px;
  background-color: #ffffff;
}
body > header > .primary .inner .cl.main-menu .menu-main > li:first-of-type {
  margin-left: 0;
}
body > header > .primary .inner .cl.main-menu .menu-main > li:last-of-type {
  margin-right: 0;
}
body > header > .primary .inner .cl.main-menu .menu-main > li:last-of-type:after {
  display: none;
}
body > header > .primary .inner .cl.main-menu .menu-main > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  display: block;
  line-height: 1;
  padding-top: 5px;
  font-family: "itc-benguiat", serif;
  transition: padding-top 0.2s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 1365px) {
  body > header > .primary .inner .cl.main-menu .menu-main > li > a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1275px) {
  body > header > .primary .inner .cl.main-menu .menu-main > li > a {
    font-size: 21px;
  }
}
body > header > .primary .inner .cl.main-menu .menu-main > li > a::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
body > header > .primary .inner .cl.main-menu .menu-main > li:hover > a::before, body > header > .primary .inner .cl.main-menu .menu-main > li.current-menu-item > a::before {
  left: 0;
  right: 0;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0082ba;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  background-color: #0082ba;
  width: auto;
  box-shadow: 0px 1px 13px -6px #000;
  display: none;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children > ul li {
  list-style: none;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children > ul li a {
  text-decoration: none;
  color: #fff;
  padding: 2.5px 15px;
  display: block;
  white-space: nowrap;
  font-weight: 600;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children:hover:before {
  display: block;
}
body > header > .primary .inner .cl.main-menu .menu-main > li.menu-item-has-children:hover > ul {
  display: block;
}
@media only screen and (max-width: 1185px) {
  body > header > .primary .inner .cl.main-menu .menu-main {
    display: none;
  }
}
body > header > .primary .inner .cl.main-menu .hamburger-wrap {
  display: none;
}
@media only screen and (max-width: 1185px) {
  body > header > .primary .inner .cl.main-menu .hamburger-wrap {
    display: block;
  }
}
@media only screen and (max-width: 1185px) {
  body > header > .primary .inner .cl.main-menu {
    height: 55.8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body > header.sticky .primary {
  padding-top: 5px;
}
body > header.sticky .primary .inner .cl.search-n-sml {
  margin-bottom: 5px;
}
body > header.sticky .primary .inner .cl.search-n-sml #cirlcee {
  top: -52px;
}
body > header.sticky .primary .inner .cl.main-menu {
  margin-top: 10px;
}
body > header.sticky .primary .inner .cl.main-menu .menu-main {
  margin-top: 10px;
  margin-bottom: 10px;
}
body > header.sticky .primary .inner .cl.main-menu .menu-main > li > a {
  padding-top: 0;
}
body > header.sticky .primary .inner .cl.logo a {
  width: 150px;
}
body > main {
  padding-bottom: 70px;
}
body > main > section {
  margin-top: 70px;
}
body > main.no-space > section:first-of-type {
  margin-top: 0;
}
body footer section.main-details {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #036765;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body footer section.main-details .inner {
  max-width: 743px;
  -moz-column-gap: 47px;
       column-gap: 47px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details .inner {
    flex-flow: column;
    align-items: center;
  }
}
body footer section.main-details .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
body footer section.main-details .inner .cl .binder {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
}
body footer section.main-details .inner .cl .binder p.title {
  color: #717f7e;
  margin-top: 11px;
}
body footer section.main-details .inner .cl.footer-logo {
  width: 246px;
}
body footer section.main-details .inner .cl.footer-logo a {
  display: block;
}
body footer section.main-details .inner .cl.footer-logo a img {
  width: 100%;
  height: auto;
  display: block;
}
body footer section.main-details .inner .cl.footer-links {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details .inner .cl.footer-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body footer section.main-details .inner .cl.footer-links .binder {
  display: flex;
  -moz-column-gap: 39px;
       column-gap: 39px;
  align-items: center;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details .inner .cl.footer-links .binder {
    flex-flow: column;
  }
}
body footer section.main-details .inner .cl.footer-links .binder ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details .inner .cl.footer-links .binder ul {
    text-align: center;
  }
}
body footer section.main-details .inner .cl.footer-links .binder ul li {
  list-style: none;
}
body footer section.main-details .inner .cl.footer-links .binder ul li a {
  color: inherit;
  text-decoration: none;
}
body footer section.main-details .inner .cl.contact-details .binder {
  display: block;
}
body footer section.main-details .inner .cl.contact-details .binder p {
  margin-bottom: 0;
}
@media only screen and (max-width: 946px) {
  body footer section.main-details .inner .cl.contact-details .binder p {
    text-align: center;
  }
}
body footer section.website-author {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}
body footer section.website-author .inner .cl p {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
body footer section.website-author .inner .cl p a {
  color: inherit;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  transition: all 0.5s ease-in-out;
}
body footer section.website-author .inner .cl p a:hover {
  color: #0082ba;
}
body footer section.website-author .inner .cl p:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: #0082ba;
          text-decoration-color: #0082ba;
}
body .social-media-link-wrapper {
  padding-left: 0;
  margin-bottom: 0;
}
body .social-media-link-wrapper li {
  list-style: none;
  display: inline-block;
  margin-right: 1px;
}
body .social-media-link-wrapper li:last-of-type {
  margin-right: 0;
}
body .social-media-link-wrapper li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #172a39;
  line-height: 1;
}
body.logged-in > header .primary.im-sticky.see-im-sticky {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 0 !important;
  }
}
body .theme-btn {
  background-color: #036765;
  color: #fff;
  text-decoration: none;
  height: 46.5px;
  display: inline-block;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 138px;
  border: 1px solid #036765;
  padding: 0 15px;
  box-shadow: 0 0 0 0 #000;
  transition: all 0.5s ease-in-out;
}
body .theme-btn:hover {
  background-color: #fff;
  color: #036765;
  box-shadow: 0 0 20px -5px #000;
}
body.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events {
  overflow: unset;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h1 {
  font-family: "montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
body.single-tribe_events footer.main-foot {
  margin-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container {
  min-height: auto;
  padding: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__events-bar,
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__messages {
  display: none;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-common-c-btn-icon {
  all: unset;
  font-size: 55px;
  color: #3f3f3f;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 53px;
  padding-top: 10px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 59px;
  padding-right: 59px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0082ba;
  padding-top: 8px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn {
  background-color: #0082ba;
  color: #fff;
  border: 1px solid #0082ba;
  background-image: none;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn:hover {
  background-color: transparent;
  color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  background-color: #828282;
  padding: 21px 0;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 3px solid #ffffff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 {
  color: #fff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 .tribe-events-calendar-month__header-column-title-desktop {
  font-size: 21px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:first-of-type {
  background-color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day {
  border: 3px solid #ffffff;
  background-color: #f2f2f2;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type {
  background-color: #e6f2ff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type .tribe-events-calendar-month__day-cell h3 {
  color: #4fadff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 {
  color: #4f4f4f;
  opacity: 1;
  font-weight: 500;
  font-size: 26px;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 .tribe-events-calendar-month__day-date-daynum {
  color: inherit;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article {
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 a {
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    display: none;
  }
}

section.content-editor-fi > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.content-editor-fi > div.has-bg {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.content-editor-fi > div.padding-left-x > .inner > .cl {
  padding-left: 0;
}
section.content-editor-fi > div.padding-right-x > .inner > .cl {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  section.content-editor-fi > div.reverse-col-mobile > .inner {
    flex-flow: column-reverse;
  }
  section.content-editor-fi > div.reverse-col-mobile > .inner > .cl:first-of-type {
    margin-bottom: 0;
  }
  section.content-editor-fi > div.reverse-col-mobile > .inner > .cl:last-of-type {
    margin-bottom: 43px;
  }
}
section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
  top: 72.9%;
  left: -14.24vw;
  width: 28.08vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
    left: -213.6px;
    width: 421.2px;
    max-width: unset;
  }
}
@media screen and (max-width: 1278px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
    left: -6px;
  }
}
@media screen and (max-width: 1015px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
    width: 100%;
  }
}
@media screen and (max-width: 1015px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
    width: 100%;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img {
    top: auto;
    left: 0;
    width: 56%;
    bottom: -25px;
  }
}
@media screen and (max-width: 609px) {
  section.content-editor-fi > div.landscape .inner .cl.featured-images .main-img .floating-img img {
    height: auto;
    width: 100%;
  }
}
section.content-editor-fi > div.huge-bottom-padding .inner {
  padding-bottom: 12.24vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi > div.huge-bottom-padding .inner {
    padding-bottom: 183.6px;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi > div.huge-bottom-padding .inner {
    padding-bottom: 40px;
  }
}
section.content-editor-fi .inner {
  padding-bottom: 4.4vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner {
    flex-flow: column-reverse;
    padding-bottom: 40px;
  }
}
section.content-editor-fi .inner .cl {
  letter-spacing: -0.04vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner .cl {
    letter-spacing: -0.6px;
  }
}
section.content-editor-fi .inner .cl.description {
  width: 46%;
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner .cl.description {
    width: 100%;
  }
}
section.content-editor-fi .inner .cl.featured-images {
  width: 54%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner .cl.featured-images {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.content-editor-fi .inner .cl.featured-images .main-img {
  width: 29.6vw;
  position: relative;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner .cl.featured-images .main-img {
    width: 444px;
  }
}
@media screen and (max-width: 1278px) {
  section.content-editor-fi .inner .cl.featured-images .main-img {
    position: static;
    width: 100%;
  }
  section.content-editor-fi .inner .cl.featured-images .main-img > img {
    max-width: 444px;
    margin-left: auto;
  }
}
@media screen and (max-width: 609px) {
  section.content-editor-fi .inner .cl.featured-images .main-img > img {
    max-width: calc(100% - 25px);
  }
}
section.content-editor-fi .inner .cl.featured-images .main-img .overlapping-image {
  left: -4.6vw;
  top: 20vw;
  height: 14vw;
  width: 22vw;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .overlapping-image {
    left: -69px;
    top: 300px;
    height: 210px;
    width: 330px;
  }
}
@media screen and (max-width: 1278px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .overlapping-image {
    left: 0;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .overlapping-image {
    bottom: 0;
    top: auto;
  }
}
section.content-editor-fi .inner .cl.featured-images .main-img .overlapping-image .img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: blue;
  background-position: center center;
  background-size: cover;
}
section.content-editor-fi .inner .cl.featured-images .main-img .floating-img {
  position: absolute;
  top: 47%;
  left: -9.56vw;
  width: 19.12vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .floating-img {
    left: -143.4px;
    width: 286.8px;
  }
}
@media screen and (max-width: 1278px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .floating-img {
    left: -6px;
    width: 100%;
    max-width: 286.8px;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .floating-img {
    top: auto;
    bottom: -20px;
    left: 0;
  }
}
@media screen and (max-width: 609px) {
  section.content-editor-fi .inner .cl.featured-images .main-img .floating-img {
    top: 20px;
  }
  section.content-editor-fi .inner .cl.featured-images .main-img .floating-img img {
    height: 100%;
    width: auto;
  }
}
section.content-editor-fi .inner .cl > * {
  margin-bottom: 2vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor-fi .inner .cl > * {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor-fi .inner .cl > * {
    margin-bottom: 16px;
  }
}
section.content-editor-fi .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.content-editor > div.no-top-space {
  margin-top: var(--neg--section-gap);
}
section.content-editor > div.has-bg {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.content-editor > div.padding-left-x > .inner > .cl {
  padding-left: 0;
}
section.content-editor > div.padding-right-x > .inner > .cl {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  section.content-editor > div.reverse-col-mobile > .inner {
    flex-flow: column-reverse;
  }
  section.content-editor > div.reverse-col-mobile > .inner > .cl:first-of-type {
    margin-bottom: 0;
  }
  section.content-editor > div.reverse-col-mobile > .inner > .cl:last-of-type {
    margin-bottom: 34.4px;
  }
}
section.content-editor > div.huge-top-padding .inner {
  padding-top: 2vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor > div.huge-top-padding .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1044px) {
  section.content-editor > div.huge-top-padding .inner {
    padding-top: 0;
  }
}
section.content-editor .inner .cl {
  letter-spacing: -0.04vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl {
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 900px) {
  section.content-editor .inner .cl.cl-50 {
    width: 100%;
    margin-bottom: 34.4px;
  }
  section.content-editor .inner .cl.cl-50:last-of-type {
    margin-bottom: 0;
  }
  section.content-editor .inner .cl.cl-33 {
    width: 100%;
    margin-bottom: 34.4px;
  }
  section.content-editor .inner .cl.cl-33:last-of-type {
    margin-bottom: 0;
  }
}
section.content-editor .inner .cl > * {
  margin-bottom: 2vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl > * {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 811px) {
  section.content-editor .inner .cl > * {
    margin-bottom: 16px;
  }
}
section.content-editor .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.content-editor .inner .cl .event-list-mode {
  -moz-column-gap: 5.4vw;
       column-gap: 5.4vw;
  margin-bottom: -5.4vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode {
    -moz-column-gap: 81px;
         column-gap: 81px;
    margin-bottom: -81px;
  }
}
@media screen and (max-width: 1200px) {
  section.content-editor .inner .cl .event-list-mode {
    -moz-column-gap: calc((100% - 1008px) / 2);
         column-gap: calc((100% - 1008px) / 2);
    margin-bottom: calc((100% - 1008px) / 2 * -1);
  }
}
@media screen and (max-width: 1075px) {
  section.content-editor .inner .cl .event-list-mode {
    max-width: 780px;
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: space-between;
    margin-bottom: -90px;
  }
}
@media screen and (max-width: 810px) {
  section.content-editor .inner .cl .event-list-mode {
    margin-bottom: calc((100% - 672px) * -1);
  }
}
@media screen and (max-width: 720px) {
  section.content-editor .inner .cl .event-list-mode {
    max-width: 366px;
    justify-content: center;
    margin-bottom: 0;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap {
  margin-bottom: 5.4vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap {
    margin-bottom: 81px;
  }
}
@media screen and (max-width: 1200px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap {
    margin-bottom: calc((100% - 1008px) / 2);
  }
}
@media screen and (max-width: 1075px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 810px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap {
    margin-bottom: calc(100% - 672px);
  }
}
@media screen and (max-width: 720px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap {
    margin-bottom: 30px;
  }
  section.content-editor .inner .cl .event-list-mode .outer-wrap:last-of-type {
    margin-bottom: 0;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event {
  max-width: 22.4vw;
  box-shadow: 0 0 1vw -0.5vw #000;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event {
    max-width: 336px;
    box-shadow: 0 0 15px -7.5px #000;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .img {
  width: 100%;
  height: 20.45vw;
  background-size: cover;
  background-position: center center;
  border-bottom: 0.06vw solid #ccc;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .img {
    height: 306.75px;
    border-bottom: 0.9px solid #ccc;
  }
}
@media screen and (max-width: 366px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .img {
    height: 83.6vw;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details {
  background-color: #fff;
  padding: 2.25vw 2vw;
  font-size: 0.83vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details {
    padding: 33.75px 30px;
    font-size: 12.45px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details h4 {
  color: #231f20;
  font-size: 1.35vw;
  margin-bottom: 0.35vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details h4 {
    font-size: 20.25px;
    margin-bottom: 5.25px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .excerpt {
  color: #231f20;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn {
    margin-top: 15px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .theme-btn {
  color: #231f20;
  font-size: 0.9vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .theme-btn {
    font-size: 13.5px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu {
  padding-left: 0;
  margin-bottom: 0;
  max-width: 3vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu {
    max-width: 45px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li {
  list-style: none;
  position: relative;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li a {
  text-decoration: none;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li a img {
  width: 100%;
  height: auto;
  display: block;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7vw;
  padding: 0.5vw;
  background-color: #fff;
  box-shadow: 0 0 0.2vw -0.05vw #000;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul {
    width: 105px;
    padding: 7.5px;
    box-shadow: 0 0 3px -0.75px #000;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul li {
  margin-bottom: 0.3vw;
}
@media screen and (max-width: 1500px) {
  section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul li {
    margin-bottom: 4.5px;
  }
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul li:last-of-type {
  margin-bottom: 0;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul li a {
  color: #231f20;
  transition: color 0.3s ease-in-out;
}
section.content-editor .inner .cl .event-list-mode .outer-wrap .event .details .fn .celandaryu li ul li a:hover {
  color: #b23894;
}
section.image-text-2col > div .inner.layout-left-text {
  flex-flow: row-reverse;
}
@media only screen and (max-width: 991px) {
  section.image-text-2col > div .inner {
    flex-flow: column-reverse !important;
  }
}
section.image-text-2col > div .inner .cl.details {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  section.image-text-2col > div .inner .cl {
    width: 100% !important;
  }
}
section.image-text-2col > div .inner .cl .wrap {
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-2col > div .inner .cl .wrap {
    padding-left: 4.9342105263vw;
    padding-right: 4.9342105263vw;
  }
}
@media only screen and (max-width: 1190px) {
  section.image-text-2col > div .inner .cl .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
section.image-text-2col > div .inner .cl img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media only screen and (min-width: 1520px) {
  section.image-text-2col > div .inner .cl img {
    border-radius: 1.3157894737vw;
  }
}
@media only screen and (max-width: 991px) {
  section.image-text-2col > div .inner .cl img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1170px) {
  section.floor-plan > div .inner {
    flex-flow: column;
  }
}
section.floor-plan > div .inner .cl.text-details {
  width: 366px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.text-details {
    width: 24.0789473684vw;
  }
}
@media only screen and (max-width: 1170px) {
  section.floor-plan > div .inner .cl.text-details {
    width: 100%;
    margin-bottom: 15px;
  }
}
section.floor-plan > div .inner .cl.images {
  width: 1024px;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.images {
    width: 67.3684210526vw;
  }
}
@media only screen and (max-width: 1390px) {
  section.floor-plan > div .inner .cl.images {
    width: calc(100% - 366px);
  }
}
@media only screen and (max-width: 1170px) {
  section.floor-plan > div .inner .cl.images {
    width: 100%;
  }
}
section.floor-plan > div .inner .cl.images .plans-wrap {
  display: flex;
  -moz-column-gap: 31px;
       column-gap: 31px;
  justify-self: center;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.images .plans-wrap {
    -moz-column-gap: 2.0394736842vw;
         column-gap: 2.0394736842vw;
  }
}
@media only screen and (max-width: 1170px) {
  section.floor-plan > div .inner .cl.images .plans-wrap {
    flex-flow: column;
    width: 100%;
  }
}
section.floor-plan > div .inner .cl.images .plans-wrap .featured-image {
  display: flex;
  align-items: center;
}
section.floor-plan > div .inner .cl.images .plans-wrap .featured-image .img {
  width: 651px;
  height: 440px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.images .plans-wrap .featured-image .img {
    width: 42.8289473684vw;
    height: 28.9473684211vw;
  }
}
@media only screen and (max-width: 681px) {
  section.floor-plan > div .inner .cl.images .plans-wrap .featured-image .img {
    width: 100%;
    height: 64.555vw;
  }
}
section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails {
  display: flex;
  flex-flow: column;
  -moz-column-gap: 31px;
       column-gap: 31px;
  row-gap: 22px;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails {
    -moz-column-gap: 2.0394736842vw;
         column-gap: 2.0394736842vw;
    row-gap: 1.4473684211vw;
  }
}
@media only screen and (max-width: 1170px) {
  section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails {
    flex-flow: row wrap;
    margin-top: 15px;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails .img {
  width: 89px;
  height: 110px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1520px) {
  section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails .img {
    width: 5.8552631579vw;
    height: 7.2368421053vw;
  }
}
section.floor-plan > div .inner .cl.images .plans-wrap .thumbnails .img:hover {
  transform: scale(1.05);
}
section.gforms-shortcode > div {
  background-size: contain;
  background-repeat: no-repeat;
}
section.gforms-shortcode > div .inner {
  max-width: 1238px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner {
    max-width: 81.4473684211vw;
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
  }
}
section.gforms-shortcode > div .inner .binder {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #14213d;
  border-radius: 24px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder {
    border-radius: 1.5789473684vw;
  }
}
@media only screen and (max-width: 971px) {
  section.gforms-shortcode > div .inner .binder {
    flex-flow: column;
    max-width: 669px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.gforms-shortcode > div .inner .binder > .featured-image {
  width: calc(100% - 669px);
  height: 37vw;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .featured-image {
    border-radius: 1.5789473684vw;
    width: calc(100% - 44.0131578947vw);
  }
}
@media only screen and (max-width: 1325px) {
  section.gforms-shortcode > div .inner .binder > .featured-image {
    height: 100%;
  }
}
@media only screen and (max-width: 971px) {
  section.gforms-shortcode > div .inner .binder > .featured-image {
    width: 100%;
    height: 300px;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap {
  width: 669px;
  padding-top: 33px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap {
    width: 44.0131578947vw;
    padding-top: 2.1710526316vw;
    padding-left: 3.2894736842vw;
    padding-right: 3.2894736842vw;
    padding-bottom: 2.1710526316vw;
  }
}
@media only screen and (max-width: 971px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 665px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap {
    padding: 30px 15px;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .head3r {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .head3r {
    flex-flow: column;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .ttl h2 {
  font-family: "aw-conqueror-didot", serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .ttl h2 {
    font-size: 2.9605263158vw;
    line-height: 3.2894736842vw;
  }
}
@media only screen and (max-width: 365px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .ttl h2 {
    font-size: 38px;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .socmed {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .socmed {
    padding-bottom: 0.5263157895vw;
  }
}
@media only screen and (max-width: 599px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .socmed {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .head3r .socmed ul li a {
  color: #fff;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode {
  margin-top: 36px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode {
    margin-top: 2.3684210526vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields {
  row-gap: 15px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields {
    row-gap: 0.9868421053vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield.gfield--input-type-html {
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield.gfield--input-type-html {
    font-size: 0.8881578947vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #fff !important;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  border: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  height: 21px;
  font-size: 13.5px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    height: 1.3815789474vw;
    font-size: 0.8881578947vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  color: #fff;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
  color: #fff;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  color: #fff;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input.datepicker {
  width: 180px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input.datepicker {
    width: 11.8421052632vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_number .gfield_description {
  display: none !important;
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer {
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 625px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 625px) and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer {
    margin-top: 0.9868421053vw;
  }
}
section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer .gform_button {
  position: absolute;
  top: -55px;
  right: 0;
  background-color: transparent;
  color: #ba8a2e;
  font-size: 13.5px;
  background-image: url(../helpers/images/wscc-contact-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-right: 0;
  padding-left: 69px;
  height: 55px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer .gform_button {
    top: -3.6184210526vw;
    font-size: 0.8881578947vw;
    padding-left: 4.5394736842vw;
    height: 3.6184210526vw;
  }
}
@media only screen and (max-width: 625px) {
  section.gforms-shortcode > div .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer .gform_button {
    position: static;
  }
}
section.gforms-shortcode > div.layout2 {
  background-position: bottom right;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout2 {
    padding-bottom: 3.6184210526vw;
  }
}
section.gforms-shortcode > div.layout1 {
  background-color: #2b3750;
  padding-top: 97px;
  padding-bottom: 97px;
  background-image: url(../helpers/images/contact-us-bg.png);
  background-position: left bottom;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 {
    padding-top: 6.3815789474vw;
    padding-bottom: 6.3815789474vw;
  }
}
section.gforms-shortcode > div.layout1 .inner {
  max-width: 1339px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner {
    max-width: 88.0921052632vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder {
  background-color: #fff;
}
section.gforms-shortcode > div.layout1 .inner .binder > .featured-image {
  width: calc(100% - 652px);
  height: 55vw;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .featured-image {
    width: calc(100% - 42.8947368421vw);
  }
}
@media only screen and (max-width: 1165px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .featured-image {
    height: 100%;
  }
}
@media only screen and (max-width: 971px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .featured-image {
    height: 350px;
    width: 100%;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap {
  width: 652px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 78px;
  padding-right: 69px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap {
    width: 42.8947368421vw;
    padding-top: 0.9868421053vw;
    padding-bottom: 0.9868421053vw;
    padding-left: 5.1315789474vw;
    padding-right: 4.5394736842vw;
  }
}
@media only screen and (max-width: 971px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 515px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .head3r .ttl h2 {
  color: #ba8a2e;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .head3r .ttl h2 {
    font-size: 2.3684210526vw;
    line-height: 1.9736842105vw;
  }
}
@media only screen and (max-width: 432px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .head3r .ttl h2 {
    font-size: 30px;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .head3r .socmed {
  display: none;
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode {
  margin-top: 24px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode {
    margin-top: 1.5789473684vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields {
  row-gap: 30px;
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #14213d !important;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    font-size: 1.3157894737vw;
    font-weight: 300;
    margin-bottom: 0.3947368421vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield.gfield--input-type-html {
  color: #14213d;
  font-size: 21px;
  font-weight: 300;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield.gfield--input-type-html {
    font-size: 1.3815789474vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  border-radius: 0;
  border: 1px solid #14213d;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    border: 0.0657894737vw solid #14213d;
    height: 3.2894736842vw;
    border-radius: 0.6578947368vw;
    font-size: 1.3157894737vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer {
  margin-top: 18px;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer {
    margin-top: 1.1842105263vw;
  }
}
section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer .gform_button {
  position: static;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  box-shadow: none;
  border: 0;
}
@media only screen and (min-width: 1520px) {
  section.gforms-shortcode > div.layout1 .inner .binder > .form-wrap .shortcode .gform_wrapper form .gform_footer .gform_button {
    font-size: 1.3157894737vw;
  }
}
section.sustainability > div .inner {
  max-width: 1385px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner {
    max-width: 91.1184210526vw;
  }
}
@media only screen and (max-width: 1291px) {
  section.sustainability > div .inner {
    flex-flow: column;
    max-width: 1010px;
  }
}
section.sustainability > div .inner .cl.intrext {
  width: calc(100% - 1010px);
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.intrext {
    width: calc(100% - 66.4473684211vw);
  }
}
@media only screen and (max-width: 1291px) {
  section.sustainability > div .inner .cl.intrext {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.sustainability > div .inner .cl.intrext > h2 {
  margin-bottom: 31px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.intrext > h2 {
    margin-bottom: 2.0394736842vw;
  }
}
@media only screen and (max-width: 1291px) {
  section.sustainability > div .inner .cl.intrext > h2 {
    margin-bottom: 20px;
  }
  section.sustainability > div .inner .cl.intrext > h2 br {
    display: none;
  }
}
section.sustainability > div .inner .cl.intrext .details {
  margin-bottom: 36px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.intrext .details {
    margin-bottom: 2.3684210526vw;
  }
}
@media only screen and (max-width: 1291px) {
  section.sustainability > div .inner .cl.intrext .details {
    margin-bottom: 15px;
  }
  section.sustainability > div .inner .cl.intrext .details br {
    display: none;
  }
}
section.sustainability > div .inner .cl.intrext .details > *:last-child {
  margin-bottom: 0;
}
section.sustainability > div .inner .cl.intrext > p:last-of-type {
  margin-bottom: 0;
}
section.sustainability > div .inner .cl.intrext > p:last-of-type a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  color: #14213d;
}
section.sustainability > div .inner .cl.thumbnails-wrap {
  width: 1010px;
  display: flex;
  flex-flow: column;
  row-gap: 40px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap {
    width: 66.4473684211vw;
    row-gap: 2.6315789474vw;
  }
}
@media only screen and (max-width: 1010px) {
  section.sustainability > div .inner .cl.thumbnails-wrap {
    width: 100%;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col {
    -moz-column-gap: 1.9736842105vw;
         column-gap: 1.9736842105vw;
    row-gap: 2.6315789474vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item {
  width: calc(33% - 17px);
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item {
    width: calc(33% - 1.1184210526vw);
  }
}
@media only screen and (max-width: 1010px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 700px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item {
    width: 100% !important;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item:nth-child(odd) {
  width: calc(67.5% - 18px);
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item .img {
  height: 340px;
  background-color: #ccc;
  border-radius: 24px;
  margin-bottom: 22px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item .img {
    height: 22.3684210526vw;
    border-radius: 1.5789473684vw;
    margin-bottom: 1.4473684211vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item h3 {
  font-size: 21px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item h3 {
    font-size: 1.3815789474vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item p {
  margin-bottom: 0;
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item p.link-wrap {
  margin-top: 15px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item p.link-wrap {
    margin-top: 0.9868421053vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-2-col .item p.link-wrap a {
  color: inherit;
  font-weight: 600;
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col {
    -moz-column-gap: 1.9736842105vw;
         column-gap: 1.9736842105vw;
    row-gap: 2.6315789474vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item {
  width: calc(33.33% - 20px);
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item {
    width: calc(33.33% - 1.3157894737vw);
  }
}
@media only screen and (max-width: 1010px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 700px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item {
    width: 100%;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item .img {
  height: 340px;
  background-color: #ccc;
  border-radius: 24px;
  margin-bottom: 22px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item .img {
    height: 22.3684210526vw;
    border-radius: 1.5789473684vw;
    margin-bottom: 1.4473684211vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item h3 {
  font-size: 21px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item h3 {
    font-size: 1.3815789474vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item p {
  margin-bottom: 0;
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item p.link-wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 1520px) {
  section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item p.link-wrap {
    margin-top: 1.3157894737vw;
  }
}
section.sustainability > div .inner .cl.thumbnails-wrap .sub-3-col .item p.link-wrap a {
  color: inherit;
  font-weight: 600;
}
section.post-list > div .inner {
  max-width: 1388px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner {
    max-width: 91.3157894737vw;
  }
}
section.post-list > div .inner .cl.the-sidebar {
  width: 294px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar {
    width: 19.3421052632vw;
  }
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar {
    width: 100%;
  }
}
section.post-list > div .inner .cl.the-sidebar ul {
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 7.5px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 30px;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li {
  list-style: none;
  margin-bottom: 17px;
  position: relative;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar ul li {
    margin-bottom: 1.1184210526vw;
  }
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul li {
    margin-bottom: 0;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li:last-of-type {
  margin-bottom: 0 !important;
}
section.post-list > div .inner .cl.the-sidebar ul li.active {
  margin-bottom: 63px;
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul li.active {
    margin-bottom: 0;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li.active a {
  font-size: 41px;
  text-transform: uppercase;
  color: #14213d;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar ul li.active a {
    font-size: 2.6973684211vw;
  }
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul li.active a {
    font-size: 24px;
    text-transform: unset;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li.active a img {
  width: 14px;
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul li.active a img {
    width: 9px;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li.active > span {
  display: block;
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.the-sidebar ul li.active > span {
    position: absolute;
    display: none;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #ba8a2e;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar ul li a {
    font-size: 1.5789473684vw;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li a img {
  width: 9px;
  height: auto;
  display: inline-block;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar ul li a img {
    width: 0.5921052632vw;
  }
}
section.post-list > div .inner .cl.the-sidebar ul li > span {
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin-top: 17px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.the-sidebar ul li > span {
    font-size: 0.7894736842vw;
    line-height: 0.9868421053vw;
    margin-top: 1.1184210526vw;
  }
}
section.post-list > div .inner .cl.post-wrapper {
  width: calc(100% - 294px);
  display: flex;
  flex-flow: column;
  row-gap: 24px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper {
    width: calc(100% - 19.3421052632vw);
    row-gap: 1.5789473684vw;
  }
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.post-wrapper {
    width: 100%;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  justify-content: center;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder {
    -moz-column-gap: 1.9736842105vw;
         column-gap: 1.9736842105vw;
    row-gap: 2.6315789474vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item {
  width: calc(66.66% - 20px);
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item {
    width: calc(66.66% - 1.3157894737vw);
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item:nth-child(2) {
  width: calc(33.33% - 20px);
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item:nth-child(2) {
    width: calc(33.33% - 1.3157894737vw);
  }
}
@media only screen and (max-width: 1111px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 930px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 611px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item {
    width: 100% !important;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item .img {
  height: 339px;
  background-color: #ccc;
  border-radius: 24px;
  margin-bottom: 22px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item .img {
    height: 22.3026315789vw;
    border-radius: 1.5789473684vw;
    margin-bottom: 1.4473684211vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item .img.no-img {
  background-size: 150px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item .img.no-img {
    background-size: 9.8684210526vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item h3 {
  font-size: 21px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item h3 {
    font-size: 1.3815789474vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item p {
  max-width: 350px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item p {
    max-width: 23.0263157895vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item p.link-wrap {
  max-width: none;
  margin-top: 14px;
}
@media only screen and (min-width: 1520px) {
  section.post-list > div .inner .cl.post-wrapper .binder .item p.link-wrap {
    margin-top: 0.9210526316vw;
  }
}
section.post-list > div .inner .cl.post-wrapper .binder .item p.link-wrap a {
  color: inherit;
  font-weight: 600;
}
section.post-list > div .inner .cl.post-wrapper .binder:nth-child(even) {
  flex-flow: row-reverse wrap;
}
section.simple-text > div .inner {
  row-gap: 30px;
}
@media only screen and (min-width: 1520px) {
  section.simple-text > div .inner {
    row-gap: 1.9736842105vw;
  }
}
section.simple-text > div .inner .cl {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  section.simple-text > div .inner .cl.cl-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 721px) {
  section.simple-text > div .inner .cl.cl-33, section.simple-text > div .inner .cl.cl-50 {
    width: 100%;
  }
}
section.the-events-calendar {
  margin-top: 0;
}
section.the-events-calendar > div {
  background-color: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 64px;
  overflow: hidden;
}
section.the-events-calendar > div .inner {
  max-width: 1253px;
}
section.the-events-calendar > div .inner .cl .slider-limiter .over-flowing {
  width: 1000000%;
  overflow: hidden;
}
@media only screen and (max-width: 585px) {
  section.the-events-calendar > div .inner .cl .slider-limiter .over-flowing {
    max-width: 100%;
  }
}
section.the-events-calendar > div .inner .cl .events-slider {
  max-width: 1140px;
  padding-bottom: 26px;
  /**********************************************************************************/
  /**********************************************************************************/
}
@media only screen and (max-width: 1253px) {
  section.the-events-calendar > div .inner .cl .events-slider {
    max-width: 570px;
  }
}
section.the-events-calendar > div .inner .cl .events-slider .slick-list {
  overflow: unset;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event {
  max-width: 555px;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .img {
  height: 330px;
  background-size: cover;
  background-position: center;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .img.no-image {
  background-size: 30%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details {
  background-color: #fff;
  padding: 49px 16px;
  position: relative;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details h5 {
  text-transform: uppercase;
  color: #1e3151;
  font-weight: 700;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details p {
  margin-bottom: 0;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details .button-wrap {
  position: absolute;
  left: 0;
  bottom: -22.5px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details .button-wrap a {
  display: flex;
  align-items: center;
  background-color: #0082ba;
  color: #fff;
  text-decoration: none;
  padding-left: 22px;
  padding-right: 54px;
  height: 46.5px;
  background-image: url(../helpers/images/sharks-white-logo.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 87% center;
  transition: all 0.3s ease-in-out;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details .button-wrap a.buy-ticket {
  background-color: #000;
}
section.the-events-calendar > div .inner .cl .events-slider .wrap .event .details .button-wrap a:hover {
  background-position: calc(86% + 5px) center;
}
section.the-events-calendar > div .inner .cl .events-slider .item {
  width: 50%;
}
section.the-events-calendar > div .inner .cl .events-slider .item .img {
  height: 211px;
  background-size: cover;
  background-position: center;
}
section.the-events-calendar > div .inner .cl .events-slider .item .img.no-image {
  background-size: 30%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
section.the-events-calendar > div .inner .cl .events-slider .item .details {
  display: flex;
  flex-flow: wrap;
  background-color: #fff;
  height: calc(100% - 211px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  section.the-events-calendar > div .inner .cl .events-slider .item .details {
    flex-flow: column;
  }
}
section.the-events-calendar > div .inner .cl .events-slider .item .details .text {
  width: calc(100% - 147px);
  padding-top: 52px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.the-events-calendar > div .inner .cl .events-slider .item .details .text {
    width: 100% !important;
    padding-top: 20px;
  }
}
section.the-events-calendar > div .inner .cl .events-slider .item .details .text h5 {
  margin-bottom: 0;
}
section.the-events-calendar > div .inner .cl .events-slider .item .details .text p {
  margin-top: 15px;
  margin-bottom: 0;
}
section.the-events-calendar > div .inner .cl .events-slider .item .details .buttons {
  background-color: #000;
  width: 147px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  row-gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  section.the-events-calendar > div .inner .cl .events-slider .item .details .buttons {
    width: 100% !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.the-events-calendar > div .inner .cl .events-slider .item .details .buttons a {
  text-decoration: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 0;
  height: auto;
  text-align: right;
  display: block;
  background-color: transparent;
}
section.the-events-calendar > div.layout2 .inner .cl > h3 {
  color: #0082ba;
  margin-bottom: 31px;
}
@media only screen and (max-width: 621px) {
  section.the-events-calendar > div.layout2 .inner .cl .over-flowing {
    width: 100%;
  }
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider {
  max-width: 638px;
}
@media only screen and (max-width: 621px) {
  section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider {
    max-width: 100%;
  }
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item {
  padding-right: 47px;
}
@media only screen and (max-width: 621px) {
  section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item {
    padding-right: 0;
  }
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item.ctr-0 .details {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item.ctr-0 .details .text h5,
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item.ctr-0 .details .text p {
  color: #fff;
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item.ctr-0 .details .buttons {
  background-color: #fff;
}
section.the-events-calendar > div.layout2 .inner .cl .over-flowing .events-slider .item.ctr-0 .details .buttons .theme-btn {
  color: #000;
  background-image: url(../helpers/images/sharks-black-logo.png);
}
section.grid-contents > div {
  padding-bottom: 86px;
}
section.grid-contents > div .inner {
  max-width: 1253px;
  row-gap: 32px;
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner {
    row-gap: 30px;
  }
}
section.grid-contents > div .inner.intro-wrap {
  justify-content: space-between;
  margin-bottom: 35px;
}
section.grid-contents > div .inner.intro-wrap .cl.introduction > *:last-child {
  margin-bottom: 0;
}
section.grid-contents > div .inner.intro-wrap .cl.introduction-link {
  display: flex;
  align-items: end;
}
section.grid-contents > div .inner.intro-wrap .cl.introduction-link .theme-btn {
  display: flex;
}
section.grid-contents > div .inner.grids .cl {
  width: 100%;
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
  flex-flow: row wrap;
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 765px) {
  section.grid-contents > div .inner.grids .cl {
    row-gap: 30px;
  }
}
section.grid-contents > div .inner.grids .cl .item {
  width: 50%;
}
section.grid-contents > div .inner.grids .cl .item .img {
  height: 211px;
  background-size: cover;
  background-position: center;
}
section.grid-contents > div .inner.grids .cl .item .details {
  display: flex;
  flex-flow: wrap;
  height: calc(100% - 211px);
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl .item .details {
    flex-flow: column;
  }
}
section.grid-contents > div .inner.grids .cl .item .details .text {
  width: calc(100% - 147px);
  padding-top: 52px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl .item .details .text {
    width: 100% !important;
    padding-top: 20px;
  }
}
section.grid-contents > div .inner.grids .cl .item .details .text h5 {
  margin-bottom: 0;
}
section.grid-contents > div .inner.grids .cl .item .details .text p {
  margin-top: 15px;
  margin-bottom: 0;
}
section.grid-contents > div .inner.grids .cl .item .details .buttons {
  background-color: blue;
  width: 147px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  row-gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl .item .details .buttons {
    width: 100% !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.grid-contents > div .inner.grids .cl .item .details .buttons a {
  text-decoration: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 42px;
  padding-bottom: 0;
  height: auto;
  text-align: right;
  display: block;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl:nth-child(odd) .item {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 765px) {
  section.grid-contents > div .inner.grids .cl:nth-child(odd) .item {
    width: 100% !important;
  }
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(1) {
  width: calc(56.5% - 21px);
  background-color: #000;
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(1) .details .text {
  color: #fff;
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(1) .details .text * {
  color: inherit;
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(1) .details .buttons {
  background-color: #f2f2f2;
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(1) .details .buttons a.theme-btn {
  color: inherit;
  background-image: url(../helpers/images/sharks-black-logo.png);
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(2) {
  width: calc(43.5% - 21px);
  background-color: #f2f2f2;
}
section.grid-contents > div .inner.grids .cl:nth-child(odd) .item:nth-child(2) .details .buttons {
  background-color: #000;
  color: #fff;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item {
  width: calc(50% - 21px);
}
@media only screen and (max-width: 991px) {
  section.grid-contents > div .inner.grids .cl:nth-child(even) .item {
    width: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 765px) {
  section.grid-contents > div .inner.grids .cl:nth-child(even) .item {
    width: 100% !important;
  }
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(1) .details {
  background-color: #f2f2f2;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(1) .details .buttons {
  background-color: #000;
  color: #fff;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(2) .details {
  background-color: #000;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(2) .details .text {
  color: #fff;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(2) .details .text * {
  color: inherit;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(2) .details .buttons {
  background-color: #f2f2f2;
}
section.grid-contents > div .inner.grids .cl:nth-child(even) .item:nth-child(2) .details .buttons a.theme-btn {
  color: inherit;
  background-image: url(../helpers/images/sharks-black-logo.png);
}
section.image-text {
  margin-top: 0;
}
section.image-text > div {
  background-color: #ffffff;
  padding-top: 79px;
  padding-bottom: 79px;
}
section.image-text > div.no-top-spacing {
  padding-top: 0;
}
section.image-text > div.x-bottom-spacing {
  padding-bottom: 0;
}
section.image-text > div .inner {
  max-width: 957px;
  justify-content: space-between;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div .inner {
    justify-content: center;
  }
}
section.image-text > div .inner .cl.image-wrap {
  width: 470px;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div .inner .cl.image-wrap {
    width: 100%;
    max-width: 470px;
  }
}
section.image-text > div .inner .cl.image-wrap .autoplay-video {
  width: 100%;
  margin-bottom: -12px;
}
section.image-text > div .inner .cl.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
section.image-text > div .inner .cl.description {
  width: 453px;
  display: flex;
  align-items: center;
  max-height: 635px;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div .inner .cl.description {
    width: 100%;
    max-width: 592px;
    margin-top: 30px;
  }
}
section.image-text > div .inner .cl.description .button-wrap {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
section.image-text > div .inner .cl.description .button-wrap .theme-btn {
  display: flex;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.layout1 .inner {
    flex-flow: column !important;
    align-items: center !important;
  }
}
@media only screen and (max-width: 444px) {
  section.image-text > div.layout1 .inner .cl.description > div .editor h1,
section.image-text > div.layout1 .inner .cl.description > div .editor h2 {
    font-size: 12.8378378378vw;
  }
}
@media only screen and (max-width: 350px) {
  section.image-text > div.layout1 .inner .cl.description > div .editor img {
    width: 100%;
    height: auto;
  }
}
section.image-text > div.layout2 .inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -moz-column-gap: unset;
       column-gap: unset;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.layout2 .inner {
    flex-flow: column !important;
    align-items: center !important;
    padding-left: 0;
    padding-right: 0;
  }
}
section.image-text > div.layout2 .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.layout2 .inner .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.image-text > div.layout2 .inner .cl.image-wrap {
  width: 586px;
  background-color: #036765;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.layout2 .inner .cl.image-wrap {
    max-width: 592px;
    background-color: unset;
    width: 100%;
  }
}
section.image-text > div.layout2 .inner .cl.description {
  width: calc(100% - 586px);
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.layout2 .inner .cl.description {
    width: 100%;
    max-width: 592px;
    margin-top: 0;
  }
}
section.image-text > div.layout2 .inner .cl.description > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-top {
  padding: 42px 15px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-top h1,
section.image-text > div.layout2 .inner .cl.description > div .editor-top h2 {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 53px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-top h4 {
  font-weight: 600;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-top img {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-top > *:last-child {
  margin-bottom: 0;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-btm {
  background-color: #036765;
  color: #fff;
  position: relative;
  padding: 80px 15px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-btm .line {
  background-color: #fff;
  height: 1.5px;
  width: 71px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section.image-text > div.layout2 .inner .cl.description > div .editor-btm .line.top {
  top: 45px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-btm .line.btm {
  bottom: 45px;
}
section.image-text > div.layout2 .inner .cl.description > div .editor-btm > *:nth-last-child(2) {
  margin-bottom: 0;
}
section.image-text > div.image-right .inner {
  flex-flow: row-reverse;
}
section.image-text > div.mode-video .inner {
  align-items: center;
  max-width: 957px;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.mode-video .inner {
    flex-flow: column;
    row-gap: 30px;
  }
}
section.image-text > div.mode-video .inner .cl.image-wrap {
  width: 409px;
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.mode-video .inner .cl.image-wrap {
    width: 100%;
  }
  section.image-text > div.mode-video .inner .cl.image-wrap video {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 535px) {
  section.image-text > div.mode-video .inner .cl.image-wrap {
    width: 100%;
  }
  section.image-text > div.mode-video .inner .cl.image-wrap video {
    margin-bottom: 45px;
  }
}
section.image-text > div.mode-video .inner .cl.description {
  width: calc(100% - 358px);
}
@media only screen and (max-width: 1045px) {
  section.image-text > div.mode-video .inner .cl.description {
    max-width: 592px;
    width: 100%;
  }
  section.image-text > div.mode-video .inner .cl.description > div .editor.editor-top {
    padding-top: 0;
  }
}
section.image-text-2 {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.image-text-2 > div .inner {
  max-width: 1186px;
}
@media only screen and (max-width: 1328px) {
  section.image-text-2 > div .inner {
    max-width: unset;
  }
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div .inner {
    flex-flow: column-reverse;
  }
}
section.image-text-2 > div .inner .cl.description {
  width: calc(100% - 362px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1328px) {
  section.image-text-2 > div .inner .cl.description {
    width: calc(100% - 448px);
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div .inner .cl.description {
    width: 100%;
  }
}
section.image-text-2 > div .inner .cl.description .wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1328px) {
  section.image-text-2 > div .inner .cl.description .wrapper {
    width: 794px;
  }
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div .inner .cl.description .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  section.image-text-2 > div .inner .cl.description .wrapper {
    flex-flow: column;
  }
}
section.image-text-2 > div .inner .cl.description .wrapper .title {
  width: 100%;
}
section.image-text-2 > div .inner .cl.description .wrapper .column1 {
  width: 535px;
  border-right: 1px solid #000;
  padding-right: 28px;
}
@media only screen and (max-width: 1328px) {
  section.image-text-2 > div .inner .cl.description .wrapper .column1 {
    width: calc(100% - 259px);
  }
}
@media only screen and (max-width: 629px) {
  section.image-text-2 > div .inner .cl.description .wrapper .column1 {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
section.image-text-2 > div .inner .cl.description .wrapper .column2 {
  padding-left: 28px;
  width: 259px;
  font-size: 11px;
}
@media only screen and (max-width: 629px) {
  section.image-text-2 > div .inner .cl.description .wrapper .column2 {
    width: 100%;
    padding-left: 0;
  }
}
section.image-text-2 > div .inner .cl.description .wrapper .column2 > * {
  margin-bottom: 13px;
}
section.image-text-2 > div .inner .cl.description .wrapper .column2 > *:last-of-type {
  margin-bottom: 0;
}
section.image-text-2 > div .inner .cl.description .wrapper .column2 .theme-btn {
  background-color: unset;
  color: inherit;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  font-size: 13px;
  background-image: url(../helpers/images/sharks-black-logo.png);
  display: inline-block;
}
section.image-text-2 > div .inner .cl.featured-image {
  width: 362px;
}
@media only screen and (max-width: 1328px) {
  section.image-text-2 > div .inner .cl.featured-image {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div .inner .cl.featured-image {
    margin-bottom: 30px;
  }
}
section.image-text-2 > div .inner .cl.featured-image .img {
  background-color: red;
  width: 418px;
  height: 494px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  section.image-text-2 > div .inner .cl.featured-image .img {
    width: 100%;
  }
}
section.grid-contents-v2 {
  margin-top: 0;
}
section.grid-contents-v2 > div {
  background-color: #f2f2f2;
  padding-top: 97px;
  padding-bottom: 97px;
}
section.grid-contents-v2 > div .inner {
  max-width: 1186px;
}
section.grid-contents-v2 > div .inner .cl .binder {
  display: flex;
  flex-flow: row wrap;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap {
  display: flex;
  flex-flow: row wrap;
  max-width: 1031px;
  justify-content: space-between;
  row-gap: 31px;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item {
  width: 498px;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .img {
  height: 211px;
  background-size: cover;
  background-position: center;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details {
  display: flex;
  flex-flow: wrap;
  height: calc(100% - 211px);
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details {
    flex-flow: column;
  }
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .text {
  width: calc(100% - 147px);
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .text {
    width: 100% !important;
    padding-top: 20px;
  }
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .text h5 {
  margin-bottom: 0;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .text .desc {
  max-height: 190px;
  overflow-x: auto;
  margin-top: 15px;
  margin-bottom: 0;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .text .desc > *:last-child {
  margin-bottom: 0;
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .buttons {
  background-color: #000;
  width: 147px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  row-gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .buttons {
    width: 100% !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.grid-contents-v2 > div .inner .cl .binder .item-wrap .item .details .buttons a {
  text-decoration: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 0;
  height: auto;
  text-align: right;
  display: block;
  background-color: transparent;
}
section.grid-contents-v2 > div .inner .cl .binder .veritcal-title {
  width: 125px;
  position: relative;
}
section.grid-contents-v2 > div .inner .cl .binder .veritcal-title h2 {
  -webkit-text-stroke: 1px #000000;
  color: #f2f2f2;
  font-size: 70px;
  transform: rotate(90deg);
  position: absolute;
  top: 250px;
  width: 760px;
  left: -267px;
  margin-bottom: 0;
  line-height: 68px;
}
section.image-carousel {
  margin-top: 0;
}
section.image-carousel > div {
  padding-top: 95px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 886.66px) {
  section.image-carousel > div {
    padding-top: 10.7143vw;
    padding-bottom: 11.8421vw;
  }
}
@media only screen and (max-width: 600px) {
  section.image-carousel > div {
    padding-top: 64.2858px;
    padding-bottom: 71.0526px;
  }
}
section.image-carousel > div .inner .cl {
  overflow: hidden;
}
section.image-carousel > div .inner .cl .image-listss {
  width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1331px) {
  section.image-carousel > div .inner .cl .image-listss {
    width: 886.6666px;
  }
}
@media only screen and (max-width: 886.66px) {
  section.image-carousel > div .inner .cl .image-listss {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.image-carousel > div .inner .cl .image-listss {
    width: 285px;
  }
}
section.image-carousel > div .inner .cl .image-listss .slick-list {
  overflow: unset;
}
section.image-carousel > div .inner .cl .image-listss .wrap .img {
  height: 342px;
  width: 389px;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 886.66px) {
  section.image-carousel > div .inner .cl .image-listss .wrap .img {
    height: 38.571vw;
    width: 43.872vw;
  }
}
@media only screen and (max-width: 600px) {
  section.image-carousel > div .inner .cl .image-listss .wrap .img {
    height: 231.43px;
    width: 263.23px;
  }
}
section.the-map {
  margin-top: 0;
}
section.the-map > div iframe {
  width: 100%;
}
section.search-results-list {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f2f2f2;
}
section.search-results-list > div .inner {
  max-width: 1240px;
}
section.search-results-list > div .inner .cl .search-results {
  margin-bottom: 50px;
}
section.search-results-list > div .inner .cl .search-results:last-of-type {
  margin-bottom: 0;
}
section.search-results-list > div .inner .cl .search-results h3 {
  margin-bottom: 3px;
  color: #14213d;
  font-size: 24px;
  text-transform: uppercase;
}
section.search-results-list > div .inner .cl .search-results p {
  margin-bottom: 0;
}
section.search-results-list > div .inner .cl .search-results .theme-btn {
  display: inline-flex;
  margin-top: 10px;
  height: auto;
  padding-left: 0;
  color: #14213d !important;
  background-image: url(../helpers/images/sharks-black-logo.png);
  background-color: transparent;
  font-weight: 500;
}
section.image-banner > div.no-top-space {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner > div.no-top-space {
    margin-top: -4.6052631579vw;
  }
}
section.image-banner .content {
  position: relative;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .content {
    overflow: hidden;
  }
}
@media only screen and (max-width: 837px) {
  section.image-banner .content {
    flex-flow: column-reverse;
    display: flex;
  }
}
section.image-banner .content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.32;
}
section.image-banner .content .captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 63px;
  padding-top: 4.144vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .content .captions {
    padding-top: 41.77px;
  }
}
section.image-banner .content .captions h2 {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .content .captions h2 {
    font-size: 3.8157894737vw;
  }
}
section.image-banner .content .captions h2 span {
  font-size: 64px;
  font-size: 4.21vw;
  display: block;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .content .captions h2 span {
    font-size: 42.43px;
  }
}
section.image-banner .content .captions h3 {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 2.105vw;
  margin-bottom: 0;
  margin-top: 0.7894vw;
  letter-spacing: 0.0082125vw;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .content .captions h3 {
    font-size: 21.2184px;
    margin-top: 7.957152px;
    letter-spacing: 0.1px;
  }
}
section.image-banner .content.not-max-height .captions {
  padding-top: 0;
  justify-content: center;
  align-items: center;
  max-width: 1306px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .content.not-max-height .captions {
    max-width: 85.9210526316vw;
    padding-bottom: 1.9736842105vw;
  }
}
@media only screen and (max-width: 775px) {
  section.image-banner .content.not-max-height .captions {
    justify-content: center;
    align-items: center;
  }
}
section.image-banner .content.not-max-height .captions > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .content.not-max-height .captions > div {
    padding-left: 0.9868421053vw;
    padding-right: 0.9868421053vw;
  }
}
section.image-banner .content.not-max-height .captions > div h2 {
  text-align: left;
}
section.image-banner .image-list {
  overflow: hidden;
}
section.image-banner .image-list.zooming .img {
  -webkit-animation: myMove 5s 1 ease-in-out;
  animation: myMove 5s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: myMove 5s forwards; /* for less modern browsers */
  animation: myMove 5s forwards;
}
section.image-banner .image-list .img {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img {
    padding-top: 0 !important;
    height: 350px;
  }
}
section.image-banner.as-video .content .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, transparent 50%, rgb(0, 0, 0) 100%);
  opacity: 1;
}
section.image-banner .video-wrap .inner-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap {
    height: 320px !important;
  }
}
section.image-banner .video-wrap .inner-wrap .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-banner .video-wrap .inner-wrap .loader .lds-roller div:after {
  background-color: gold;
}
section.image-banner .video-wrap .inner-wrap .overflow {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #241f21;
  padding-bottom: var(--vimeo-default-h);
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow {
    padding-bottom: 460px;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow video {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .video-wrap .inner-wrap .overflow video {
    top: -0.0657894737vw;
  }
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow video {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow iframe {
  transform: scale(1.1);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    top: -0.0657894737vw;
  }
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.text-content {
  margin-top: 0;
}
section.text-content > div {
  padding-top: 50px;
  padding-bottom: 70px;
}
section.text-content > div.x-bottom-spacing {
  padding-bottom: 0;
}
section.text-content > div .inner {
  max-width: 1155px;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl {
  max-width: 100%;
  height: auto;
  letter-spacing: 0.4px;
  font-weight: 400;
}
section.text-content > div .inner .cl .big {
  font-size: 100px;
}
section.text-content > div .inner .cl .iframe-wrap {
  background-color: #f5f5f5;
}
section.text-content > div .inner .cl iframe {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  section.text-content > div .inner .cl iframe.booking {
    height: 599px !important;
  }
}
@media only screen and (max-width: 630px) {
  section.text-content > div .inner .cl iframe.booking {
    height: 830px !important;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 721px) {
  section.text-content > div .inner .cl.cl-33, section.text-content > div .inner .cl.cl-50 {
    width: 100%;
  }
}
section.text-content > div .inner .cl.cl-30-70:first-of-type {
  width: 377px;
}
section.text-content > div .inner .cl.cl-30-70:last-of-type {
  width: 746px;
}
section.text-content > div .inner .cl.cl-contact:first-of-type {
  width: 504px;
}
@media only screen and (max-width: 971px) {
  section.text-content > div .inner .cl.cl-contact:first-of-type {
    width: 100%;
  }
}
section.text-content > div .inner .cl.cl-contact:last-of-type {
  width: calc(100% - 504px);
}
@media only screen and (max-width: 971px) {
  section.text-content > div .inner .cl.cl-contact:last-of-type {
    width: 100%;
  }
}
section.text-content > div .inner .cl a:not(.theme-btn) {
  color: inherit;
}
section.text-content > div .inner .cl > *:last-child {
  margin-bottom: 0;
}
section.text-content > div.layout-custom .inner {
  justify-content: space-between;
  align-items: center;
}
section.the-cards {
  background-color: #f2f2f2;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
section.the-cards > div .inner {
  max-width: 1155px;
}
section.the-cards > div .inner .cl {
  width: 100%;
}
section.the-cards > div .inner .cl > h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 27px;
}
section.the-cards > div .inner .cl .card-list {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 53px;
}
@media only screen and (max-width: 1155px) {
  section.the-cards > div .inner .cl .card-list {
    justify-content: center;
  }
}
section.the-cards > div .inner .cl .card-list .card {
  max-width: 556px;
  width: 100%;
}
@media only screen and (max-width: 589px) {
  section.the-cards > div .inner .cl .card-list .card {
    max-width: unset;
  }
}
section.the-cards > div .inner .cl .card-list .card .img {
  height: 210px;
  background-position: center;
  background-size: cover;
}
section.the-cards > div .inner .cl .card-list .card .details {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
section.the-cards > div .inner .cl .card-list .card .details h3 {
  color: #152f50;
  text-align: center;
  font-size: 22px;
}
section.the-cards > div .inner .cl .card-list .card .details .description {
  text-align: center;
  font-weight: 300;
  padding-left: 33px;
  padding-right: 33px;
}
@media only screen and (max-width: 589px) {
  section.the-cards > div .inner .cl .card-list .card .details .description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.the-cards > div .inner .cl .card-list .card .details .theme-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23.25px;
}
section.the-cards > div .inner .cl .btm-text {
  margin-top: 64px;
  text-align: center;
  font-weight: 400;
}
section.the-cards > div .inner .cl > .theme-btn {
  background-color: #bd8355;
  border-color: #bd8355;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 55px;
  padding-right: 55px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -93px;
}
section.the-cards > div.layout-col2 .inner .cl .card-list .card {
  width: 366px;
}
section.image-tiles > div .inner {
  max-width: 1155px;
  row-gap: 53px;
}
@media only screen and (max-width: 1155px) {
  section.image-tiles > div .inner {
    max-width: 576px;
  }
}
@media only screen and (max-width: 1155px) {
  section.image-tiles > div .inner .cl {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  section.image-tiles > div .inner .cl {
    width: 100%;
  }
}
section.image-tiles > div .inner .cl .img {
  max-width: 258px;
  background-size: cover;
  background-position: center;
  height: 293px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  section.image-tiles > div .inner .cl .img {
    height: 50.8680555556vw;
    max-width: unset;
  }
}
section.image-tiles > div .inner .cl .img > a {
  position: absolute;
  font-family: "itc-benguiat", serif;
  color: #fff;
  background-color: #036765;
  text-decoration: none;
  font-size: 31px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  bottom: -23px;
  border-radius: 22px;
}
section.image-text-s > div .inner {
  max-width: 1212px;
  row-gap: 20px;
  justify-content: center;
}
section.image-text-s > div .inner .cl {
  background-color: #f2f2f2;
  padding-top: 53px;
  padding-bottom: 53px;
}
@media only screen and (max-width: 1080px) {
  section.image-text-s > div .inner .cl {
    width: 568px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section.image-text-s > div .inner .cl .special {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section.image-text-s > div .inner .cl .special .img {
  height: 284px;
  width: 538px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1080px) {
  section.image-text-s > div .inner .cl .special .img {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  section.image-text-s > div .inner .cl .special .img {
    height: 50vw;
  }
}
section.image-text-s > div .inner .cl .special .details {
  width: 512px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 1080px) {
  section.image-text-s > div .inner .cl .special .details {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
section.image-text-s > div .inner .cl .special .details h4 {
  font-size: 21px;
}
section.image-text-s > div .inner .cl .special .details .description {
  font-weight: 400;
}
section.image-text-s > div .inner .cl .special .details .theme-btn {
  margin-top: 22px;
}
section.menu {
  margin-top: 0;
}
section.menu > div {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
section.menu > div .inner {
  max-width: 1155px;
}
section.menu > div .inner .cl .wrap {
  display: flex;
}
@media only screen and (max-width: 901px) {
  section.menu > div .inner .cl .wrap {
    flex-flow: column-reverse;
  }
}
section.menu > div .inner .cl .wrap .text-contents {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 901px) {
  section.menu > div .inner .cl .wrap .text-contents {
    margin-top: 30px;
    width: 100%;
  }
}
section.menu > div .inner .cl .wrap .text-contents > div .button-wrap {
  text-align: center;
  margin-top: 30px;
}
section.menu > div .inner .cl .wrap .text-contents > div .button-wrap .theme-btn2 {
  margin-top: 30px;
  font-family: "bostonAngel";
  color: #fff;
  background-color: #036765;
  font-size: 50px;
  text-decoration: none;
  padding-top: 6px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 40px;
}
section.menu > div .inner .cl .wrap .featured-image {
  width: calc(100% - 410px);
}
@media only screen and (max-width: 901px) {
  section.menu > div .inner .cl .wrap .featured-image {
    width: 100%;
  }
}
section.menu > div .inner .cl .wrap .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
section.set-menu {
  background-color: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 0;
}
section.set-menu > div .inner {
  max-width: 1155px;
  row-gap: 15px;
  -moz-column-gap: 22px;
       column-gap: 22px;
  justify-content: center;
}
@media only screen and (max-width: 1155px) {
  section.set-menu > div .inner {
    max-width: 576px;
  }
}
section.set-menu > div .inner .title-wrap {
  width: 100%;
}
section.set-menu > div .inner .title-wrap h2 {
  text-align: center;
  font-family: "itc-benguiat", serif;
  color: #b95421;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.set-menu > div .inner .title-wrap h2 {
    line-height: 1;
  }
  section.set-menu > div .inner .title-wrap h2 br {
    display: none;
  }
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .title-wrap h2 {
    font-size: 8.6572438163vw;
  }
}
section.set-menu > div .inner .title-wrap h2 span {
  background-color: #036765;
  color: #fff;
  display: inline-flex;
  padding: 4px 20px;
  align-items: center;
  border-radius: 44px;
}
section.set-menu > div .inner .grouper {
  padding: 0 11px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 50px;
  padding-bottom: 80px;
  border-radius: 60px;
  border: 2px solid #000;
  -moz-column-gap: 25px;
       column-gap: 25px;
  position: relative;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .grouper {
    width: 100%;
    row-gap: 50px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}
section.set-menu > div .inner .grouper::before {
  content: "";
  position: absolute;
  left: -2px;
  width: 2px;
  top: 100px;
  bottom: 80px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .grouper::before {
    display: none;
  }
}
section.set-menu > div .inner .grouper::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  top: 100px;
  bottom: 80px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .grouper::after {
    display: none;
  }
}
section.set-menu > div .inner .grouper .group-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  text-align: center;
  color: #036765;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .grouper .group-title {
    top: auto;
    bottom: calc(100% - 30px);
    line-height: 1;
  }
}
section.set-menu > div .inner .grouper .group-title span {
  font-family: "majesty";
  color: #b95421;
  font-size: 35px;
  font-weight: 500;
}
section.set-menu > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
  width: 258px;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .cl {
    width: 100%;
  }
}
section.set-menu > div .inner .cl .img {
  background-size: cover;
  background-position: center;
  height: 323px;
  position: relative;
}
@media only screen and (max-width: 566px) {
  section.set-menu > div .inner .cl .img {
    height: 119vw;
  }
}
section.set-menu > div .inner .cl .img > a {
  position: absolute;
  font-family: "itc-benguiat", serif;
  color: #fff;
  background-color: #036765;
  text-decoration: none;
  font-size: 26px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  bottom: -23px;
  border-radius: 22px;
}
section.single-post .inner {
  flex-flow: column;
  align-items: center;
  row-gap: 30px;
}
section.single-post .inner .cl .page-banner img {
  border-radius: 24px;
}
section ul {
  padding-left: 15px;
}
section ul li {
  margin-bottom: 4px;
}
section ul li:last-of-type {
  margin-bottom: 0;
}
section strong {
  font-weight: 700;
}
section .gform_wrapper form .gform-body .gform_fields {
  row-gap: 20px;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: white;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: 58px;
  box-shadow: 0 0 7px -1px #ccc;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #494848;
  text-transform: uppercase;
  font-weight: 600;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #494848;
  text-transform: uppercase;
  font-weight: 600;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #494848;
  text-transform: uppercase;
  font-weight: 600;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  color: #494848;
  text-transform: uppercase;
  font-weight: 400;
}
section .gform_wrapper form .gform_footer input[type=submit] {
  align-items: center !important;
  background-color: #036765 !important;
  color: #fff !important;
  text-decoration: none;
  padding-left: 22px !important;
  padding-right: 22px !important;
  height: 46.5px !important;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 87% center;
  transition: all 0.3s ease-in-out;
  font-family: "montserrat", sans-serif !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
}

.the-content-editor a {
  transition: all 0.5s ease-in-out;
  color: #ba8a2e;
}
.the-content-editor a:focus, .the-content-editor a:focus-visible, .the-content-editor a:hover {
  color: #ba8a2e;
}

.editor h2,
.editor h1 {
  font-size: 57px;
}
.editor h4 {
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 {
  font-weight: 400;
  font-family: "itc-benguiat", serif;
}
.editor h1 a,
.editor h2 a,
.editor h3 a,
.editor h4 a,
.editor h5 a {
  text-decoration: none;
}
.editor > *:last-child {
  margin-bottom: 0;
}

#cirlcee {
  position: absolute;
  right: -45px;
  top: -27px;
  z-index: 1;
}
@media only screen and (max-width: 1185px) {
  #cirlcee {
    right: -60px;
    top: -40px;
  }
}

#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

#moby1 {
  min-width: 265px;
  background-color: #036765;
}
#moby1.moby-active {
  box-shadow: 0 0 27px -4px #000;
}
#moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: #036765;
  color: #000;
  font-size: 16px;
}
#moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#moby1 .moby-wrap .moby-menu > div .other-links {
  text-align: center;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn {
  font-size: 21px;
  letter-spacing: 0.225px;
  line-height: 30px;
  padding: 0 12px;
  margin-top: 18px;
  width: 240px;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:after {
  background-color: #fbc4a6;
  z-index: 0;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn span {
  z-index: 1;
  color: #fbc4a6;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:hover span {
  color: #e7f1f0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: #ffffff;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid #fff;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid #fff;
  padding: 20px 15px;
  color: #ffffff;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid #fff;
  background-color: #bd8355;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: #ffffff;
}

.moby-overlay.light {
  background-color: rgba(255, 255, 255, 0.35);
}
