/*!
Theme Name: cecil_wright
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cecil_wright
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cecil_wright is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Grid
# Helpers
# Accessibility
# Alignments
# Clearings
# Site
	## Header
	## Footer
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
@font-face {
  font-family: "Feijoa Display";
  src: url("/assets/fonts/Feijoa-Display.woff2") format("woff2"), url("/assets/fonts/Feijoa-Display.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3 {
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
a,
p {
  color: #323E48;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #8CB8C6;
}

a > * {
  color: #8CB8C6;
}

a:hover, a:focus, a:active {
  color: grey;
}

.grid__item a:hover > * {
  color: white;
}

a:hover > * {
  color: grey;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.hamburger {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #8CB8C6;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner, .hamburger--squeeze.is-active .hamburger-inner::before, .hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-container {
  position: relative;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.video-container-mobile + .video-container-desktop {
  display: none;
}

@media (min-width: 640px) {
  .video-container-mobile + .video-container-desktop {
    display: block;
  }
  .video-container-mobile {
    display: none;
  }
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.image-container-mobile + .image-container-desktop {
  display: none;
}

@media (min-width: 640px) {
  .image-container-mobile + .image-container-desktop {
    display: block;
  }
  .image-container-mobile {
    display: none;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-container {
  max-width: 700px;
  margin: 2em auto 0;
}

button.form__submit,
input[type=submit].form__submit {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) {
  button.form__submit,
  input[type=submit].form__submit {
    min-width: 160px;
    width: auto;
    margin: auto;
  }
}

label.hidden-selector {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
label.hidden-selector input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
}
label.hidden-selector input[type=checkbox] + .checkbox {
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #8CB8C6;
  display: inline-block;
  padding: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  flex: none;
}
label.hidden-selector input[type=checkbox] + .checkbox > .checkbox-inner {
  width: 100%;
  height: 100%;
}
label.hidden-selector input[type=checkbox] + .checkbox + .label {
  flex: 1;
  display: inline-block;
  padding-left: 5px;
  font-size: 0.9rem;
}
label.hidden-selector input[type=checkbox]:checked + .checkbox > .checkbox-inner {
  background-color: #8CB8C6;
}

#search-query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  font-weight: bold;
  text-transform: initial;
}
#search-query:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
  font-weight: bold;
  text-transform: initial;
}
#search-query::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
  font-weight: bold;
  text-transform: initial;
}

.btn {
  color: #323E48;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 12px 32px;
  border: 1px solid #8CB8C6;
  line-height: normal;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 400;
}
.btn:visited {
  color: #323E48;
}
.btn.btn--primary {
  color: #fff;
  background-color: #8CB8C6;
}
.btn.btn--primary:visited {
  color: #fff;
}
.btn.btn--primary:hover {
  color: #323E48;
  background-color: #fff;
}
.btn.btn--secondary {
  color: #323E48;
  background-color: #fff;
}
.btn.btn--secondary:visited {
  color: #323E48;
  background-color: #fff;
}
.btn.btn--secondary:hover {
  color: #323E48;
  background-color: #fff;
}
.btn.btn--index {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  padding: 12px 40px;
}
.btn.btn--index:visited {
  color: #fff;
}
.btn.btn--index:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
.btn.btn--outline-primary:visited {
  color: #323E48;
}
.btn.btn--outline-primary:hover {
  color: #fff;
  background-color: #8CB8C6;
}
.btn.btn--outline-white {
  border-color: #fff;
  color: #fff;
  background-color: #8CB8C6;
}
.btn.btn--outline-white:visited {
  color: #fff;
}
.btn.btn--arrow {
  padding: 8px 20px;
}
.btn.btn--arrow:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(../img/arrow_right.png) no-repeat center;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}
.btn:active, .btn:focus {
  outline: 0;
}

button.btn {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}
button:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.form__input,
textarea {
  color: #666;
  border: 1px solid #B1C4CE;
  padding: 11px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.form__input:focus,
textarea:focus {
  color: #111;
  outline: none;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=range]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=month]:focus::-webkit-input-placeholder,
input[type=week]:focus::-webkit-input-placeholder,
input[type=time]:focus::-webkit-input-placeholder,
input[type=datetime]:focus::-webkit-input-placeholder,
input[type=datetime-local]:focus::-webkit-input-placeholder,
input[type=color]:focus::-webkit-input-placeholder,
.form__input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=range]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=month]:focus::-moz-placeholder,
input[type=week]:focus::-moz-placeholder,
input[type=time]:focus::-moz-placeholder,
input[type=datetime]:focus::-moz-placeholder,
input[type=datetime-local]:focus::-moz-placeholder,
input[type=color]:focus::-moz-placeholder,
.form__input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=range]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
input[type=time]:focus:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=datetime-local]:focus:-ms-input-placeholder,
input[type=color]:focus:-ms-input-placeholder,
.form__input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
input[type=text]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=range]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=month]:focus:-moz-placeholder,
input[type=week]:focus:-moz-placeholder,
input[type=time]:focus:-moz-placeholder,
input[type=datetime]:focus:-moz-placeholder,
input[type=datetime-local]:focus:-moz-placeholder,
input[type=color]:focus:-moz-placeholder,
.form__input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
.form__input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
.form__input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
.form__input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
.form__input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
.form__input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}

select {
  border: 1px solid #B1C4CE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/arrow_down_dark.png) no-repeat;
  background-size: 8px auto;
  background-position: right 10px center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 11px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
select:focus {
  outline: none;
}

textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
  opacity: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
  opacity: 1;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8CB8C6;
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #8CB8C6;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

a.main-link {
  color: #323E48;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a.main-link:visited {
  color: inherit;
}
a.main-link:hover, a.main-link:focus, a.main-link:active {
  color: #8CB8C6;
}
a.main-link:focus {
  outline: 0;
}
a.main-link:hover, a.main-link:active {
  outline: 0;
}

a.link-arrow {
  color: #fff;
}
a.link-arrow .link-arrow-icon {
  color: #fff;
}
a.link-arrow:hover {
  color: #fff;
}
a.link-arrow:hover .link-arrow-icon {
  color: #fff;
}

.link-arrow .link-arrow-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IDJyZW07IGhlaWdodDogMnJlbTsiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIiBkPSJNMTkgOWwtNyA3LTctNyI+PC9wYXRoPjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.header-wrapper {
  padding: 0 15px;
  position: relative;
}
@media all and (min-width: 640px) {
  .header-wrapper {
    padding: 0 30px;
  }
}

.header-wrapper::before,
.header-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.primary-menu {
  width: 100%;
}
.primary-menu .nav-left {
  display: inline;
}
.primary-menu .mobile-nav-social {
  display: none;
}
@media all and (max-width: 1023px) {
  .primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #8CB8C6;
    z-index: 998;
    overflow: auto;
    opacity: 0;
    padding-top: 130px;
    padding-bottom: 30px;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .primary-menu.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .primary-menu .nav-left {
    display: none;
  }
  .primary-menu .nav-right {
    width: 100%;
  }
  .primary-menu .mobile-nav-social {
    display: block;
  }
}
.primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 1023px) {
  .primary-menu ul {
    width: 85%;
    max-width: 330px;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding) {
  padding: 0;
}
@media all and (min-width: 1024px) {
  .primary-menu ul li:not(.child-link):not(.site-branding) {
    display: inline-block;
  }
}
@media all and (max-width: 1023px) {
  .primary-menu ul li:not(.child-link):not(.site-branding):before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding).site-branding {
  display: none;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .primary-menu ul li:not(.child-link):not(.site-branding).site-branding {
    display: block;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding).site-branding a {
  padding: 0;
}
.primary-menu ul li:not(.child-link):not(.site-branding).site-branding a:after {
  display: none;
}
.primary-menu ul li:not(.child-link):not(.site-branding).current a:before, .primary-menu ul li:not(.child-link):not(.site-branding):hover a:before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1023px) {
  .primary-menu ul li:not(.child-link):not(.site-branding).current a, .primary-menu ul li:not(.child-link):not(.site-branding):hover a {
    text-decoration: underline;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding) > a {
  display: block;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  .primary-menu ul li:not(.child-link):not(.site-branding) > a {
    padding: 30px 0 30px 15px;
    color: #8CB8C6;
    font-size: 10px;
  }
}
@media all and (min-width: 1280px) {
  .primary-menu ul li:not(.child-link):not(.site-branding) > a {
    font-size: 12px;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding) > a:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -6px;
  height: 4px;
  background-color: #8CB8C6;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (min-width: 1024px) {
  .primary-menu ul li:not(.child-link):not(.site-branding).has-separator > a:after {
    content: "|";
    padding-left: 15px;
    color: #ACC0C6;
  }
}
.primary-menu ul li:not(.child-link):not(.site-branding).has-separator:last-child > a:after {
  display: none;
}

.menu-toggle {
  z-index: 999;
  margin-right: -10px;
}
@media all and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .dropdown {
    float: left;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #F5F7F9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .dropdown-content li {
    text-align: left;
    opacity: 1 !important;
    color: #8CB8C6;
    padding: 0.5rem 1.5rem;
  }
  .dropdown-content li a {
    color: #8CB8C6;
    font-weight: 500;
  }
  .dropdown-content li a:hover {
    text-decoration: underline;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
}
.dropdown-content {
  display: none;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.small-gutter > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.medium-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.medium-gutter > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.large-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.large-gutter > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-5-5,
.col-sm-5-5,
.col-md-5-5,
.col-lg-5-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-5-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5-5 {
  width: 45.83333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 576px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-5-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5-5 {
    width: 45.83333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-5-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5-5 {
    width: 45.83333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-5-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5-5 {
    width: 45.83333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

@media (min-width: 768px) {
  .row.row--eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .md:flex {
    display: flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:self-auto {
    align-self: auto;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-auto {
    flex: 1 1 auto;
  }
  .md\:flex-initial {
    flex: 0 1 auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-grow-0 {
    flex-grow: 0;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:flex-shrink {
    flex-shrink: 1;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
  .md\:order-11 {
    order: 11;
  }
  .md\:order-12 {
    order: 12;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:order-none {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .lg:flex {
    display: flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:self-auto {
    align-self: auto;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-auto {
    flex: 1 1 auto;
  }
  .lg\:flex-initial {
    flex: 0 1 auto;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
  .lg\:order-11 {
    order: 11;
  }
  .lg\:order-12 {
    order: 12;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:order-none {
    order: 0;
  }
}
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.full-size {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.text-primary--muted {
  color: #ACC0C6;
}
.text-primary--muted:visited, .text-primary--muted:focus, .text-primary--muted:active {
  color: #ACC0C6;
}

.caps {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media all and (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.wrap:before,
.wrap:after,
.row:before,
.row:after,
.grid:before,
.grid:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.site-header:after,
.site-content:after,
.wrap:after,
.row:after,
.grid:after {
  clear: both;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.site-header.site-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.site-header.site-header--transparent {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 1023px) {
  .site-header .wrap {
    position: relative;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .site-header .wrap {
    width: 95%;
  }
}

div.site-branding {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 999;
}
div.site-branding img {
  width: 230px;
  vertical-align: middle;
}
@media all and (min-width: 600px) {
  div.site-branding img {
    width: 230px;
  }
}
@media all and (min-width: 1024px) {
  div.site-branding {
    display: none;
  }
}

.site-logo-link, .site-logo-link > *, .site-logo-link:hover, .site-logo-link:hover > * {
  color: #323E48;
}
.site-logo-link.menu-open, .site-logo-link.menu-open > * {
  color: #fff;
}

.site-logo {
  width: 230px;
}
@media all and (min-width: 1024px) {
  .site-logo {
    width: 190px;
  }
}
@media all and (min-width: 1280px) {
  .site-logo {
    width: 190px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  color: #323E48;
  padding: 10px 30px;
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E1E2E5;
}
.site-footer .footer-left {
  text-align: left;
  float: none;
  padding: 0px;
}
.site-footer .footer-right {
  text-align: right;
  float: none;
  padding: 0px;
}
.site-footer a:not(.text-primary--muted) {
  color: #323E48;
}
.site-footer a:not(.text-primary--muted):hover {
  text-decoration: none;
}
.site-footer a:not(.text-primary--muted):hover, .site-footer a:not(.text-primary--muted):focus, .site-footer a:not(.text-primary--muted):active {
  color: #323E48;
}
.site-footer p {
  margin: 0;
}
.site-footer .primary-menu ul li:not(.child-link) a {
  color: #323E48;
  font-size: 11px;
  font-size: 0.6875rem;
}
.site-footer .primary-menu ul li:not(.child-link) a:hover {
  text-decoration: none;
}
.site-footer .primary-menu ul li:not(.child-link) a:before {
  display: none !important;
}
.site-footer .primary-menu ul li:not(.child-link) a:hover, .site-footer .primary-menu ul li:not(.child-link) a:focus, .site-footer .primary-menu ul li:not(.child-link) a:active {
  color: #8CB8C6;
}
@media all and (min-width: 1024px) {
  .site-footer .primary-menu ul li:not(.child-link).has-separator > a:after {
    color: #323E48;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-left {
    float: left;
    padding: 0px 15px;
  }
  .site-footer .footer-right {
    float: right;
    padding: 0px 15px;
  }
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
[x-cloak] {
  display: none !important;
}

.wrap {
  width: 85%;
  margin: auto;
}
@media all and (min-width: 1240px) {
  .wrap {
    width: 82%;
  }
}
.wrap.wrap--small {
  max-width: 450px;
}
.wrap.wrap--medium {
  max-width: 620px;
}

body.lock-scroll {
  overflow: hidden;
}

.page-loader {
  background: #8CB8C6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.page-loader .page-loader__inner {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 999999;
  width: 220px;
  height: 34px;
  margin: auto;
  background: url(../img/cecil_wright.png) no-repeat center;
  background-size: contain;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.section {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.section.section--padding {
  padding: 2em 0 1em;
}
.section.section--padding-large {
  padding: 4em 0 3em;
}
.section p {
  margin-top: 0;
}
.section h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

section.section--padding-large + section.section--padding-large {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  section.section--padding-large + section.section--padding-large {
    padding-top: 4em;
  }
}

.large-section-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 640px;
  max-height: 80vh;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #8CB8C6;
}
.hero:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.link-arrow {
  font-weight: 600;
  font-size: 0.5em;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  z-index: 100;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.link-arrow:visited {
  color: white;
}
.link-arrow:hover {
  color: lightgrey;
}

@media (min-width: 768px) {
  .link-arrow {
    bottom: 30px;
  }
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  z-index: 1;
  will-change: transform;
}

.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 10;
  text-align: center;
  max-width: 100%;
}
.hero__content h1 {
  color: white;
  font-weight: bold;
  font-size: 1.75rem;
  margin: 0 0 10px 0;
}
@media all and (min-width: 640px) {
  .hero__content h1 {
    font-size: 2rem;
  }
}
.hero__content.hero__content-home .hero_title {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.hero__content.hero__content-home .hero_title.hero_title-small {
  font-size: 1.5rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_title.hero_title-small {
    font-size: 3rem;
  }
}
.hero__content.hero__content-home .hero_title.hero_title-medium {
  font-size: 1.75rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_title.hero_title-medium {
    font-size: 3.75rem;
  }
}
.hero__content.hero__content-home .hero_title.hero_title-large {
  font-size: 2rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_title.hero_title-large {
    font-size: 4.5rem;
  }
}
.hero__content.hero__content-home .hero_subheading {
  margin-bottom: 27px;
}
.hero__content.hero__content-home .hero_subheading2 {
  margin-top: 27px;
}
.hero__content.hero__content-home .hero_subheading,
.hero__content.hero__content-home .hero_subheading2 {
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.hero__content.hero__content-home .hero_subheading.hero_subheading-small,
.hero__content.hero__content-home .hero_subheading2.hero_subheading-small {
  font-size: 0.6rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_subheading.hero_subheading-small,
  .hero__content.hero__content-home .hero_subheading2.hero_subheading-small {
    font-size: 0.6rem;
  }
}
.hero__content.hero__content-home .hero_subheading.hero_subheading-medium,
.hero__content.hero__content-home .hero_subheading2.hero_subheading-medium {
  font-size: 0.9375rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_subheading.hero_subheading-medium,
  .hero__content.hero__content-home .hero_subheading2.hero_subheading-medium {
    font-size: 0.9375rem;
  }
}
.hero__content.hero__content-home .hero_subheading.hero_subheading-large,
.hero__content.hero__content-home .hero_subheading2.hero_subheading-large {
  font-size: 1.25rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_subheading.hero_subheading-large,
  .hero__content.hero__content-home .hero_subheading2.hero_subheading-large {
    font-size: 1.25rem;
  }
}
.hero__content.hero__content-home .hero_button {
  border: 1px solid pink;
  margin-top: 73px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
.hero__content.hero__content-home .hero_button.hero_button-small {
  font-size: 0.6rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_button.hero_button-small {
    font-size: 0.6rem;
  }
}
.hero__content.hero__content-home .hero_button.hero_button-medium {
  font-size: 0.9375rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_button.hero_button-medium {
    font-size: 0.9375rem;
  }
}
.hero__content.hero__content-home .hero_button.hero_button-large {
  font-size: 1.25rem;
}
@media all and (min-width: 640px) {
  .hero__content.hero__content-home .hero_button.hero_button-large {
    font-size: 1.25rem;
  }
}
.hero__content h4 {
  font-size: 0.8125rem;
}

.hero-landing__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0 30px;
}

.hero-landing__content-richtext {
  margin-bottom: 60px;
}

.hero__overlay {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#26000000", GradientType=0);
}

.grid {
  width: 100%;
}

.grid__item-centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid__item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.grid__item .grid__image {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.grid__item img, .grid__item .grid__item--charter-div {
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.grid__item:hover .grid__image, .grid__item:hover .grid__item--charter-div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.grid__item .grid__item--overlay {
  color: #fff;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
.grid__item .grid__item--overlay:hover, .grid__item .grid__item--overlay:focus, .grid__item .grid__item--overlay:active {
  color: #fff;
}
.grid__item .grid__item--overlay:hover .grid__overlay {
  opacity: 1;
  visibility: visible;
}
.grid__item .grid__item--overlay:hover img:not(.central-agency), .grid__item .grid__item--overlay:hover .grid__item--charter-div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.grid__item .grid__item--overlay * {
  color: #fff;
}
.grid__item .grid__item--charter-div {
  display: none;
}
@media all and (min-width: 768px) {
  .grid__item .grid__item--charter-div {
    display: block;
  }
}
.grid__item .grid__item--charter-image {
  display: block;
}
@media all and (min-width: 768px) {
  .grid__item .grid__item--charter-image {
    display: none;
  }
}

.grid.grid--masonry {
  width: 101%;
  margin-left: -0.5%;
  margin-bottom: -2px;
}
@media all and (min-width: 768px) and (max-width: 900px) {
  .grid.grid--masonry .grid__contents {
    padding: 10px;
    font-size: 12.8px;
    font-size: 0.8rem;
  }
  .grid.grid--masonry .grid__contents h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.grid__item--masonry {
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .grid__item--masonry {
    width: 50%;
  }
}
.grid__item--masonry img {
  width: 100%;
  display: block;
}

.grid__sizer {
  width: 50%;
}

.grid__item-col {
  float: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .grid__item-col {
    width: 50%;
  }
}

.grid__item-photo-row {
  float: left;
  width: 100%;
}

.grid__photo {
  position: relative;
  overflow: hidden;
}

.grid__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.grid__overlay.grid__overlay--visible {
  opacity: 1;
  visibility: visible;
}

.grid__overlay-top {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.grid__overlay-top.grid__overlay--visible {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 768px) {
  .grid__overlay-top {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  }
}

.grid__contents {
  padding: 30px 10px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.grid__contents h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
.grid__contents p {
  margin-top: 0;
}
.grid__contents *:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .grid.grid--three-col {
    margin: 0.15% -0.15%;
    width: 100.3%;
  }
}
.grid.grid--three-col .grid__item {
  float: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .grid.grid--three-col .grid__item {
    width: 49.5%;
    margin: 0.15%;
  }
}
@media all and (min-width: 1350px) {
  .grid.grid--three-col .grid__item {
    width: 33.03%;
    margin: 0.15%;
  }
}
.grid.grid--three-col .grid__item:after {
  content: "";
  display: block;
  padding-bottom: 76%;
}
@media all and (min-width: 768px) {
  .grid.grid--three-col .grid__overlay {
    min-height: 55%;
  }
}
@media all and (min-width: 768px) {
  .grid.grid--three-col .grid__contents {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 320px;
  }
}
.grid.grid--three-col .grid__boat-details {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
}
.grid.grid--three-col .grid__boat-details .separator {
  margin: 0 0.5em;
}

.grid.grid--boats .grid__contents {
  max-width: 450px;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .grid.grid--boats .grid__contents {
    padding: 20px 10px;
    font-size: 12.8px;
    font-size: 0.8rem;
  }
  .grid.grid--boats .grid__contents h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .grid.grid--boats .grid__contents .grid__boat-details {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .grid.grid--boats .grid__contents h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.grid.grid--four-col .grid__item {
  float: left;
  width: 100%;
}
@media all and (min-width: 481px) {
  .grid.grid--four-col .grid__item {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .grid.grid--four-col .grid__item {
    width: 25%;
  }
}
.grid.grid--four-col .grid__item:after {
  content: "";
  display: block;
  padding-bottom: 72.581%;
}

.new-grid.new-grid--three-col {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .new-grid.new-grid--three-col {
    margin: 0.15% -0.15%;
    width: 100.3%;
  }
}
.new-grid.new-grid--three-col .new-grid__item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .new-grid.new-grid--three-col .new-grid__item {
    width: 33.03%;
    margin: 0.15%;
  }
}
.new-grid.new-grid--three-col .new-grid__item .new-grid__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.new-grid.new-grid--three-col .new-grid__item .new-grid__image-container:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.new-grid.new-grid--three-col .new-grid__item .new-grid__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.new-grid.new-grid--three-col .new-grid__item .new-grid__contents h3 {
  margin: 15px 0 0 0;
  color: #323E48;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}
@media all and (min-width: 768px) {
  .new-grid.new-grid--three-col .new-grid__item .new-grid__contents h3 {
    text-align: left;
  }
}
.new-grid.new-grid--three-col .new-grid__item:hover .new-grid__image {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.new-grid.new-grid--three-col .new-grid__item:hover .new-grid__contents h3 {
  color: #323E48;
}

.grid__item--cta {
  background-color: #8CB8C6;
}
.grid__item--cta h2 {
  font-size: 16px;
  color: #fff;
}
.grid__item--cta p {
  font-size: 9px;
  color: #fff;
}
@media all and (min-width: 1300px) {
  .grid__item--cta h2 {
    font-size: 18px;
  }
  .grid__item--cta p {
    font-size: 12px;
  }
}

.grid__item-search-advert {
  display: flex;
  align-items: end;
  justify-content: start;
  background-color: #8CB8C6;
}

.press-article-container {
  padding-top: 0px;
  border-bottom: 5px solid #8CB8C6;
  border-top: 5px solid #8CB8C6;
  background: #8CB8C6;
  z-index: 2;
  position: relative;
}

.press-article {
  box-sizing: border-box;
  text-align: center;
  background: white;
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #8CB8C6;
  border-top: 5px solid #8CB8C6;
  border-left: none;
}

.press-article:nth-last-child(-n+1) {
  border-bottom: none;
}

.press-article .press-article-image {
  width: 100%;
  max-width: 250px;
  height: 100px;
  object-fit: cover;
}

.press-article .press-article-body {
  max-width: 350px;
  margin: 10px auto;
}

.press-article .press-article-date {
  color: #808080;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 0;
}

.press-article .press-article-title {
  color: #8CB8C6;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0;
  min-height: 60px;
}

.press-article .press-article-link {
  width: calc(100% - 20px);
  height: calc(100% - 60px);
  padding: 30px 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .press-article {
    width: 33.3333333333%;
  }
  .press-article:nth-child(3n+1) {
    border-top: 2.5px solid #8CB8C6;
    border-right: none;
    border-bottom: 2.5px solid #8CB8C6;
    border-left: none;
  }
  .press-article:nth-child(3n+2) {
    border-top: 2.5px solid #8CB8C6;
    border-right: 5px solid #8CB8C6;
    border-bottom: 2.5px solid #8CB8C6;
    border-left: 5px solid #8CB8C6;
  }
  .press-article:nth-child(3n+3) {
    border-top: 2.5px solid #8CB8C6;
    border-right: none;
    border-bottom: 2.5px solid #8CB8C6;
    border-left: none;
  }
  .press-article:nth-child(-n+3) {
    border-top: none;
  }
  .press-article:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
.btn-group--wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn-group {
  color: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 12px 32px;
  line-height: normal;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 400;
  min-width: min(var(--min-width, none), 100%);
}
.btn-group.btn-group--white {
  color: #323E48;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-group.btn-group--white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-group.btn-group--blue {
  color: #fff;
  background-color: #8CB8C6;
  border: 1px solid #8CB8C6;
}
.btn-group.btn-group--blue:hover {
  color: #323E48;
  background-color: transparent;
}
.btn-group.btn-group--black {
  color: #fff;
  background-color: #323E48;
  border: 1px solid #323E48;
}
.btn-group.btn-group--black:hover {
  color: #323E48;
  background-color: transparent;
  border-color: #323E48;
}
.btn-group.btn-group--outline {
  color: #8CB8C6;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-group.btn-group--outline.btn-group--white {
  color: #fff;
  background-color: transparent;
}
.btn-group.btn-group--outline.btn-group--white:hover {
  color: #fff;
  background-color: #8CB8C6;
  border-color: #8CB8C6;
}
.btn-group.btn-group--outline.btn-group--black {
  color: #323E48;
  background-color: transparent;
  border-color: #323E48;
}
.btn-group.btn-group--outline.btn-group--black:hover {
  color: #fff;
  background-color: #8CB8C6;
  border-color: #8CB8C6;
}
.btn-group.btn-group--outline.btn-group--blue {
  color: #323E48;
  background-color: transparent;
  border-color: #8CB8C6;
}
.btn-group.btn-group--outline.btn-group--blue:hover {
  color: #fff;
  background-color: #8CB8C6;
  border-color: #8CB8C6;
}
.btn-group:active, .btn-group:focus {
  outline: 0;
}

@media (min-width: 1024px) {
  .btn-group {
    display: inline-block;
  }
  .btn-group:last-child {
    margin-top: 0px;
  }
}
button.btn {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}
button:focus {
  outline: 0;
}

.btn-group-modal {
  display: inline-flex;
}

.btn-group-modal__modal {
  position: fixed;
  inset: 0px;
  z-index: 110;
  overflow-y: auto;
  margin-top: 80px;
}

.btn-group-modal__modal-overlay {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}

.btn-group-modal__modal-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.btn-group-modal__modal-panel {
  position: relative;
  width: 100%;
  max-width: 1034px;
  background-color: #8DB8C6;
  padding: 30px;
}

@media (min-width: 1024px) {
  .btn-group-modal__modal-panel {
    padding: 119px 93px 84px 86px;
  }
}
.btn-group-modal__modal-panel-close {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 24px;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .btn-group-modal__modal-panel-close {
    margin-right: 30px;
    margin-top: 30px;
  }
}
.btn-group-modal__modal-panel-title {
  color: #fff;
  text-align: left;
}

.btn-group-modal__modal-panel-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .btn-group-modal__modal-panel-content {
    flex-direction: row;
  }
}
.btn-group-modal__modal-panel-content-form {
  flex-grow: 1;
}

.btn-group-modal__modal-panel-content-richtext {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) {
  .btn-group-modal__modal-panel-content-richtext {
    margin-top: 0px;
    margin-left: 70px;
    width: 134px;
  }
}
/* Boat Sections */
.section.boat-description {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
}

.section.boat-spec {
  text-align: center;
}
.section.boat-spec .wrap {
  border-top: 2px solid #8CB8C6;
  border-bottom: 2px solid #8CB8C6;
}

.spec-grid {
  padding: 3em 0;
}

.spec-grid__item p:last-of-type {
  margin-bottom: 0;
}
.spec-grid__item .spec-title {
  font-weight: 600;
}
.spec-grid__item .spec {
  padding: 0 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .spec-grid__item:nth-child(2), .spec-grid__item:nth-child(4) {
    border-left: 2px solid #323E48;
    border-right: 2px solid #323E48;
  }
}

.section.boat-price {
  text-align: center;
}

.boat-price__price {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
}

.gallery-grid__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #8CB8C6;
}

.gallery-grid__inner {
  text-align: center;
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.gallery-grid__inner h4 {
  margin-bottom: 15px;
  margin-top: 0;
}
.gallery-grid__inner .btn {
  margin-bottom: 10px;
  min-width: 169px;
}
.gallery-grid__inner .btn:last-child {
  margin-bottom: 0;
}

.section.boat-downloads {
  text-align: center;
}
.section.boat-downloads .btn {
  display: block;
}
@media all and (max-width: 767px) {
  .section.boat-downloads .btn {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .section.boat-downloads [class*=col-]:last-child a {
    margin-bottom: 0;
  }
}

.section.boat-related {
  text-align: center;
  padding-top: 2em;
}
.section.boat-related .full-size > * {
  color: white;
  padding-bottom: 1.5em;
}
.section.boat-related .full-size > * * {
  color: white;
}
.section.boat-related h2 {
  color: #8CB8C6;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .section.boat-related h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.section.boat-related .grid__item:after {
  padding-bottom: 65%;
}

.section.boat-contact {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.section.boat-contact h2 {
  color: #323E48;
}
.section.boat-contact input[name=subject] {
  text-transform: uppercase;
}

.section.boat-share {
  text-align: center;
}
.section.boat-share .wrap {
  border-top: 2px solid #8CB8C6;
  padding-top: 2em;
}

.share__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.share-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1em;
}
.share-links li {
  display: inline-block;
  margin: 0 1em;
}
.share-links li a img {
  vertical-align: bottom;
}

.compare-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.compare-table td {
  width: 20%;
}
.compare-table th, .compare-table td {
  min-width: 200px;
}
.compare-table td, .compare-table th {
  border: 1px solid white;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  padding: 4px 8px;
}
.compare-table tr:nth-child(odd) {
  background-color: #E8EEF0;
}
.compare-table tr:nth-child(even) {
  background-color: #F6F8F9;
}
.compare-table .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .compare-table .pagination {
    justify-content: center;
  }
}

.section.section--search {
  padding-bottom: 2em;
}
@media all and (min-width: 1024px) {
  .section.section--search {
    padding: 3em 0;
  }
}
.section.section--search .section__text {
  text-align: center;
}
.section.section--search .section__text h1 {
  margin-top: 0;
  color: #8CB8C6;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .basic-search {
    margin-left: -5px;
    margin-right: -5px;
  }
  .basic-search [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (min-width: 1200px) {
  .basic-search {
    margin-left: -15px;
    margin-right: -15px;
  }
  .basic-search [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form--search {
  margin-top: 3em;
}
@media all and (min-width: 768px) {
  .form--search .form__submit {
    padding: 8px 70px;
    width: auto;
    display: inline-block;
  }
}

.form-search__footer {
  margin-top: 10px;
}

.feadship-form-search__footer .row {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .feadship-form-search__footer .row {
    flex-direction: row;
  }
}
.feadship-form-search__footer .row .additional-filters {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .feadship-form-search__footer .row .additional-filters {
    flex-direction: row;
    margin: 0 -1rem;
  }
}
.feadship-form-search__footer .row .additional-filters .hidden-selector {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .feadship-form-search__footer .row .additional-filters .hidden-selector {
    padding: 0 1rem;
  }
}
.feadship-form-search__footer .row .yacht-count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.feadship-form-search__footer .row .yacht-count .search-results-count {
  padding-bottom: 0.5rem;
}

.search-results-count {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.toggle-advanced-search,
.toggle-contact-buttons {
  color: rgba(50, 62, 72, 0.75);
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}
.toggle-advanced-search:visited,
.toggle-contact-buttons:visited {
  color: rgba(50, 62, 72, 0.75);
}
.toggle-advanced-search:hover, .toggle-advanced-search:focus,
.toggle-contact-buttons:hover,
.toggle-contact-buttons:focus {
  color: #323E48;
}
.toggle-advanced-search .plus-icon,
.toggle-contact-buttons .plus-icon {
  font-style: normal;
  display: inline-block;
  vertical-align: -2px;
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-left: 5px;
}

.slider {
  position: relative;
}

.slider-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.slider-control-back {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: auto;
}

.slider-control-next {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: auto;
}

.slider-control-back.disabled,
.slider-control-next.disabled {
  opacity: 0.5;
}

.slider-items {
  width: 100vw;
  height: calc(100vh - 70px);
  background: grey;
  position: relative;
  overflow: hidden;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

a:hover > .slide-text {
  color: white;
}

.slide-text {
  color: white;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100px);
  font-size: 3em;
  margin: 80px 0px;
  text-align: center;
}

.slide.active {
  right: 0%;
}

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@media all and (max-width: 1023px) {
  .site-header div.branding {
    opacity: 0;
  }
}
.site-header .primary-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .primary-menu li {
  opacity: 0;
}
.site-header .primary-menu li.site-branding {
  display: none;
}
@media all and (min-width: 1024px) {
  .site-header .primary-menu li.site-branding {
    display: block;
    opacity: 0;
  }
}

.hero video {
  opacity: 0;
}

.grid--masonry img {
  opacity: 0;
}

.grid:not(.grid--masonry) .grid__item {
  opacity: 0;
}

.section--padding-large .testimonial {
  padding-bottom: 1em;
}

.testimonial__quote {
  color: #323E48;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (min-width: 768px) {
  .testimonial__quote {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.testimonial__author {
  color: #323E48;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.testimonial__sep {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 10px;
}

.rows-section:hover .rows-section__image-container img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.rows-section__image-container {
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .rows-section__image-container {
    width: 55%;
  }
}
.rows-section__image-container img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.rows-section__text-container {
  width: 100%;
  margin-top: 3rem;
}
@media all and (min-width: 1024px) {
  .rows-section__text-container {
    width: 45%;
    margin-top: 0;
  }
}
.rows-section__text-container .rows-section__link-container {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .rows-section__text-container .rows-section__link-container {
    margin-top: 25px;
  }
}
@media all and (min-width: 1280px) {
  .rows-section__text-container .rows-section__link-container {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.rows-section__text-wrapper {
  width: 90%;
  max-width: 350px;
}

.js-ajax-wrapper {
  padding: 0;
}
@media all and (min-width: 640px) {
  .js-ajax-wrapper {
    padding: 0 30px;
  }
}

/*--------------------------------------------------------------
## Asset
--------------------------------------------------------------*/
.asset {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.asset--mobile {
  display: block;
}

.asset--desktop {
  display: none;
}

/* Show desktop image at 640px and above */
@media (min-width: 640px) {
  .asset--mobile {
    display: none;
  }
  .asset--desktop {
    display: block;
  }
}
/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*--------------------------------------------------------------
## Spacer
--------------------------------------------------------------*/
.spacer-block {
  width: 100%;
  height: var(--spacer-mobile);
}

@media (min-width: 1024px) {
  .spacer-block {
    height: var(--spacer-desktop);
  }
}
/*--------------------------------------------------------------
## Text Three Columns
--------------------------------------------------------------*/
.text-three-columns {
  padding-top: 96px;
  padding-bottom: 92px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #323E48;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-three-columns__title {
  text-align: center;
  margin-bottom: 75px;
}

.text-three-columns__button {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.text-three-columns__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  max-width: 1150px;
  margin: auto;
}

@media (min-width: 1024px) {
  .text-three-columns__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
  }
}
.text-three-columns__grid-card * {
  color: white;
}

/*--------------------------------------------------------------
## Asset with Text Overlay
--------------------------------------------------------------*/
.asset-with-text-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 3/4;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .asset-with-text-overlay {
    aspect-ratio: 9/5;
  }
}
.asset-with-text-overlay .asset {
  z-index: -20;
}

.asset-with-text-overlay .overlay {
  z-index: -10;
}

.asset-with-text-overlay__content {
  text-align: center;
  width: 100%;
  padding: 30px;
  color: white;
}

.asset-with-text-overlay__content-button {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .asset-with-text-overlay__content-button {
    margin-top: 63px;
  }
}
/*--------------------------------------------------------------
## Asset with Text Overlay Grid
--------------------------------------------------------------*/
.asset-with-text-overlay-grid__title {
  text-align: center;
  margin-bottom: 75px;
  padding: 0px 30px;
}

.asset-with-text-overlay-grid__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px;
}

@media (min-width: 1024px) {
  .asset-with-text-overlay-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.asset-with-text-overlay-grid__grid-item {
  position: relative;
  aspect-ratio: 3/2;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.asset-with-text-overlay-grid__grid-item .asset {
  z-index: -20;
}

.asset-with-text-overlay-grid__grid-item .overlay {
  z-index: -10;
}

.asset-with-text-overlay-grid__content {
  text-align: center;
  color: white;
}

.asset-with-text-overlay-grid__content-button {
  margin-top: 25px;
}

/*--------------------------------------------------------------
## Asset with Text Three Columns
--------------------------------------------------------------*/
.asset-with-text-three-columns-grid__title {
  text-align: center;
  margin-bottom: 75px;
  padding: 0px 30px;
}

.asset-with-text-three-columns-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px;
}

@media (min-width: 1024px) {
  .asset-with-text-three-columns-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.asset-with-text-three-columns-grid__grid-item {
  position: relative;
}

.asset-with-text-three-columns-grid__grid-item-asset {
  position: relative;
  aspect-ratio: 7/5;
}

.asset-with-text-three-columns-grid__content-richtext {
  max-width: 415px;
  margin-top: 30px;
}
.asset-with-text-three-columns-grid__content-richtext * {
  color: black;
}

.asset-with-text-three-columns-grid__content-button {
  margin-top: 25px;
}

/*--------------------------------------------------------------
## Yacht Slider Fullscreen
--------------------------------------------------------------*/
.yacht-slider-fullscreen__title {
  text-align: center;
  margin-bottom: 75px;
}

.yacht-slider-fullscreen__asset {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.yacht-slider-fullscreen__slide-content {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

@media (min-width: 1024px) {
  .yacht-slider-fullscreen__slide-content {
    aspect-ratio: 9/5;
  }
}
.yacht-slider-fullscreen__slide-content-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  padding: 30px;
  color: white;
}

.yacht-slider-fullscreen__slide-content-yacht-details {
  display: flex;
  padding: 22px 30px 0px;
  gap: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.yacht-slider-fullscreen__slide-content-slide-info {
  font-size: 12px;
  column-gap: 15px;
  display: flex;
  flex-wrap: wrap;
}

.yacht-slider-fullscreen__slide-content-slide-info-button {
  pointer-events: auto;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-color: #323E48;
  border-width: 0.5px;
  border-style: solid;
  margin-right: 20px;
  padding: 0;
}

.yacht-slider-fullscreen__slide-content-slide-info-link {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #323E48;
}

.yacht-slider-fullscreen__slide-content-button-container {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  padding: 0px 30px;
}

/*--------------------------------------------------------------
## Yacht Slider Grid
--------------------------------------------------------------*/
.yacht-slider-grid__title {
  text-align: center;
  margin-bottom: 75px;
  padding: 0px 30px;
}

.yacht-slider-grid__asset {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.yacht-slider-grid__slide-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  aspect-ratio: 1;
}

.yacht-slider-grid__slide-content-text {
  position: relative;
  z-index: 20;
  padding: 30px;
  color: white;
}

@media (min-width: 1024px) {
  .yacht-slider-grid__slide-content {
    aspect-ratio: 7/4;
  }
}
.yacht-slider-grid__slide-content-yacht-details {
  display: flex;
  gap: 30px;
  padding: 22px 30px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .yacht-slider-grid__slide-content-yacht-details {
    padding: 22px 0px 0px;
  }
}
.yacht-slider-grid__slide-content-slide-info {
  font-size: 12px;
  color: #323E48;
  column-gap: 15px;
  display: flex;
  flex-wrap: wrap;
}

.yacht-slider-grid__slide-content-slide-info-link {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #323E48;
}

.yacht-slider-grid__slide-content-button-container {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------------------------------
## Content Tabs Text with Image
--------------------------------------------------------------*/
.content-tabs-text-with-image {
  padding: 0px 30px;
}

.content-tabs-text-with-image__title {
  text-align: center;
  margin: 0 auto 44px;
  max-width: 525px;
}

.content-tabs-text-with-image__nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.content-tabs-text-with-image__nav-desktop {
  position: relative;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

@media (min-width: 1024px) {
  .content-tabs-text-with-image__title {
    margin: 0 auto 70px;
  }
  .content-tabs-text-with-image__nav-mobile {
    display: none;
  }
}
.content-tabs-text-with-image__nav-desktop-radio {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.content-tabs-text-with-image__nav-desktop-item {
  border-bottom: 1px solid #CCCCCC;
  padding: 13px 20px;
  cursor: pointer;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.active-item-indicator {
  position: absolute;
  bottom: 0; /* Move underneath */
  height: 2px;
  background: currentColor; /* Or specify a color */
  transition: transform 0.3s ease, width 0.3s ease;
  will-change: transform, width;
}

.content-tabs-text-with-image__grid {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .content-tabs-text-with-image__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
  }
}
.content-tabs-text-with-image__grid-asset {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
  aspect-ratio: 7/5;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .content-tabs-text-with-image__grid-asset {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
}
.content-tabs-text-with-image__grid-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .content-tabs-text-with-image__grid-content {
    margin: 0 auto;
    max-width: var(--max-width, none);
  }
}
@media (min-width: 1280px) {
  .content-tabs-text-with-image__grid-content {
    margin-left: 134px;
    max-width: var(--max-width, none);
  }
}
/*--------------------------------------------------------------
## Footer - Formie Block
--------------------------------------------------------------*/
.footer-formie {
  background-color: #323E48;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

@media (min-width: 1024px) {
  .footer-formie {
    padding: 70px 88px 92px 88px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .footer-formie__richtext {
    width: 611px;
  }
}
.footer-formie__form {
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-formie__form {
    padding-left: 100px;
  }
}
.footer-formie__form-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footer-formie__form-grid-start {
  grid-column-start: 1;
  grid-row-start: 1;
}

/*--------------------------------------------------------------
## Form Modals
--------------------------------------------------------------*/
.form-modal__modal-panel {
  position: relative;
  width: 100%;
  max-width: 1034px;
  background-color: #8DB8C6;
  padding: 30px;
}

@media (min-width: 1024px) {
  .form-modal__modal-panel {
    padding: 52px 93px 84px 86px;
  }
}
/*--------------------------------------------------------------
# CKEditor Richtext
--------------------------------------------------------------*/
.richtext {
  /* Default vertical rhythm */
}
.richtext p,
.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6,
.richtext blockquote,
.richtext ul, .richtext ol,
.richtext pre {
  text-transform: inherit;
  margin: 0;
  color: inherit;
}
.richtext * + h1,
.richtext * + h2,
.richtext * + h3,
.richtext * + h4,
.richtext * + h5,
.richtext * + h6,
.richtext * + p,
.richtext * + blockquote,
.richtext * + ul,
.richtext * + ol,
.richtext * + pre {
  margin-top: 1rem;
}
.richtext p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
.richtext .style-heading-extra-large {
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
  font-size: 40px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 0;
}
.richtext .style-heading-large {
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
  font-size: 32px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
}
.richtext .style-heading-medium {
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
}
.richtext .style-heading-small {
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0;
}
.richtext .style-heading-extra-small {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.richtext .style-heading-extra-extra-small {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.richtext .style-paragraph-large {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
}
.richtext .style-paragraph-small {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .richtext h1 {
    font-size: 48px;
    line-height: 130%;
  }
  .richtext h2 {
    font-size: 40px;
    line-height: 100%;
  }
  .richtext h3 {
    font-size: 36px;
    line-height: 100%;
  }
  .richtext h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .richtext p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
  }
  .richtext .style-heading-extra-large {
    font-size: 48px;
    line-height: 130%;
  }
  .richtext .style-heading-large {
    font-size: 40px;
    line-height: 100%;
  }
  .richtext .style-heading-medium {
    font-size: 36px;
    line-height: 100%;
  }
  .richtext .style-heading-small {
    font-size: 24px;
    line-height: 36px;
  }
  .richtext .style-heading-extra-small {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .richtext .style-heading-extra-extra-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .richtext .style-paragraph-large {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
  }
  .richtext .style-paragraph-small {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.richtext .style-uppercase {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
input#faxNumber {
  display: none;
}

div[data-toggle=collapse] {
  cursor: pointer;
}

video + .mute-toggle {
  position: relative;
  z-index: 50;
}

.mute-control {
  transform: scale(1);
  transform-origin: top left;
}

@media only screen and (max-width: 950px) {
  .mute-control {
    transform: scale(0.75);
  }
}
.mute-toggle button {
  cursor: pointer;
}

video + .mute-toggle + .video-preload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

video.loaded + .mute-toggle + .video-preload {
  display: none;
}

.privy-element.privy-text-element span {
  color: #fff;
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
  .mute-control {
    padding: 15px;
    color: white;
  }
  video.loaded + .mute-toggle {
    display: block;
  }
}
.video-spinner {
  animation-name: spinner;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spinner {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, -360deg);
  }
}
.yacht-sold-banner {
  position: fixed;
  top: 69px;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .yacht-sold-banner {
    top: 89px;
  }
}

:root {
  --brand-primary-color: #8cb8c6;
}

.video {
  color: white;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: black;
}

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

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

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.remove-margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}

.small-margin-vertical {
  margin-top: 5px;
  margin-bottom: 5px;
}

.medium-margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.large-margin-vertical {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slick-prev {
  left: 25px;
  z-index: 2;
  font-size: initial;
  color: white;
  height: 40px;
  width: 40px;
}

.slick-prev::before {
  content: "";
}

.slick-next {
  right: 25px;
  z-index: 2;
  font-size: initial;
  color: white;
  height: 40px;
  width: 40px;
}

.slick-next::before {
  content: "";
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: white !important;
}

.lb-disable-scrolling {
  /* height: 100%; */
  position: relative !important;
  /* overflow: hidden; */
}

.lightbox .lb-image {
  position: relative;
  display: block;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: contain !important;
  border-radius: 0;
  border: none;
  background: black;
}

.lb-outerContainer {
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0;
}

.lb-details {
  display: none;
}

.lb-dataContainer {
  z-index: 999999;
  position: absolute;
  top: 20px;
}

.lb-nav a.lb-next {
  filter: alpha(Opacity=100);
  opacity: 1;
  width: 50%;
}

.lb-nav a.lb-prev {
  filter: alpha(Opacity=100);
  opacity: 1;
  width: 50%;
}

.lb-closeContainer {
  width: 100vw;
  display: flex;
  justify-content: end;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lightbox {
  display: flex;
  flex-direction: column-reverse;
}

.lb-nav a.lb-prev img,
.lb-nav a.lb-next img,
.lb-data a.lb-close img {
  height: 100%;
}

.lb-nav a.lb-prev {
  background: url(/assets/img/arrow-left.svg) left 48% no-repeat;
  background-size: 50px 40px;
}

.lb-nav a.lb-next {
  background: url(/assets/img/arrow-right.svg) right 48% no-repeat;
  background-size: 50px 40px;
}

.lb-data .lb-close {
  background: url(/assets/img/close.svg) top right no-repeat;
}

#slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #amenities {
    height: initial;
  }
}
img, video {
  vertical-align: middle;
}

@media only screen and (max-width: 950px) {
  .move-to-start-mobile {
    order: -1;
  }
  .home-grid-container {
    flex-direction: column !important;
  }
  .home-grid-expand {
    width: 100% !important;
  }
}
.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.grid__contents h2 {
  margin-bottom: 0px;
}

.slide-logo {
  width: 70%;
  position: absolute;
  margin: 0 auto;
  top: 50px;
  left: 0;
  right: 0;
}

a.slide:not(:first-of-type) {
  transition: filter 500ms linear;
  filter: brightness(0.3);
}

a.slide:first-of-type {
  transition: filter 200ms linear;
  filter: brightness(1);
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapse--item.active {
  opacity: 1;
}

.collapse--item.inactive {
  opacity: 0.5;
}

.central-agency-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 950px) {
  .desktop-header-lists {
    display: none;
  }
}
.desktop-header-lists a {
  color: #8CB8C6;
  font-size: 12px;
  padding: 0px 10px;
  letter-spacing: 1px;
}
@media all and (min-width: 1024px) {
  .desktop-header-lists a {
    font-size: 10px;
  }
}
@media all and (min-width: 1280px) {
  .desktop-header-lists a {
    font-size: 12px;
  }
}

.mobile-header-lists {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile-header-lists {
    margin-top: 10px;
    display: block;
  }
  .mobile-header-lists a {
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 20px;
  }
}

@media only screen and (min-width: 950px) {
  .charter-entry-add-to-shortlist {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-selection__choice {
  display: none;
}

span.select2-selection.select2-selection--multiple {
  border-color: #8cb8c6 !important;
  border-width: 1px;
  border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a3bac2;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #8cb8c6;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a3bac2;
  color: white;
}

.select2-selected-items {
  margin: 5px 0;
}
.select2-selected-items ul {
  margin: 0;
  padding: 0;
}
.select2-selected-items ul li {
  padding: 1px 1px;
  margin: 2px 4px 2px 0;
  color: white;
  background-color: #a3bac2;
  display: inline-flex;
  align-items: center;
}
.select2-selected-items ul li:last-child {
  margin: 2px 0 2px 0;
}
.select2-selected-items ul li span {
  margin-right: 4px;
  font-size: 12px;
  color: white;
  line-height: 1;
}
.select2-selected-items ul li button {
  font-size: 12px;
  appearance: none;
  background: none;
  border: none;
  color: white;
  padding: 1px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}
.select2-selected-items ul li button:focus {
  outline: none;
}

@media only screen and (min-width: 950px) {
  .search-results-count {
    margin-left: 50px;
    float: right;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 950px) {
  .reset-search {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    float: right;
  }
}

@media only screen and (min-width: 950px) {
  #sort-form {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.bg-brand-blue {
  background-color: #8CB8C6;
}

.vertical-line {
  display: inline-block;
  height: 40px;
  width: 1px;
  background-color: #ACC0C6;
  margin-bottom: 24px;
}

.search-pagination {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 950px) {
  .search-pagination {
    text-align: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search-pagination .search-pagination-prev,
.search-pagination .search-pagination-next {
  padding: 12px 12px;
  display: inline-block;
  width: 100%;
}
.search-pagination .search-pagination-prev.disabled,
.search-pagination .search-pagination-next.disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 950px) {
  .search-pagination .search-pagination-prev,
  .search-pagination .search-pagination-next {
    width: auto;
    padding: 12px 32px;
  }
}
.search-pagination .search-pagination--page {
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 950px) {
  .search-pagination .search-pagination--page {
    display: block;
  }
}

.search-pagination--page--mobile {
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .search-pagination--page--mobile {
    display: none;
  }
}

#distance-calculator-map {
  width: 100vw;
}

@media (min-width: 1280px) {
  #distance-calculator-map {
    width: auto;
  }
}
.distance-calculator-input {
  margin-bottom: 1rem;
}

.distance-calculator-input p {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Feijoa Display", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif";
}

.distance-calculator-input .input-group {
  position: relative;
}

.distance-calculator-input .input-group label {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-size: 0.75rem;
}

.distance-calculator-input .input-group input {
  padding-top: 1.5rem;
  border: 1px solid #a2bec8;
  color: #ffffff;
  background-color: #3e4f60;
}

.distance-calculator-input .input-group input:focus {
  color: #ffffff;
}

.fui-i .form-container {
  background-color: #323E48;
}
.fui-i .formie-form-wrapper {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding: 1rem;
}
.fui-i .formie-form-wrapper .form-container {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  max-width: 967px;
  margin: 0 auto;
}
.fui-i .fui-btn {
  --fui-btn-font-size: 12px;
  --fui-btn-font-size: 0.75rem;
  --fui-btn-line-height: 1rem;
  --fui-btn-padding: 12px 32px 12px 32px;
  --fui-btn-border-radius: 0;
}
.fui-i .fui-submit {
  --fui-submit-btn-color: #323e48;
  --fui-submit-btn-bg-color: #fff;
  --fui-submit-btn-border-color: #fff;
  --fui-submit-btn-bg-color-hover: #8cb8c6;
  --fui-submit-btn-border-color-hover: #8cb8c6;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  width: 100%;
}
.fui-i .fui-type-radio {
  color: white;
}
.fui-i legend.fui-legend,
.fui-i label.fui-label,
.fui-i label.fui-checkbox-label {
  font-size: 12px;
  color: white;
}
.fui-i input.fui-input,
.fui-i textarea.fui-input,
.fui-i select.fui-select {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  color: white;
  padding: 15px 0;
  font-weight: 300;
  --fui-input-background-color: transparent;
}
.fui-i input.fui-input::placeholder,
.fui-i textarea.fui-input::placeholder {
  color: white;
}
.fui-i input.fui-input:focus,
.fui-i textarea.fui-select:focus,
.fui-i input.fui-select:focus {
  box-shadow: none !important;
  outline: none !important;
  --fui-input-placeholder-color: #fff;
  --fui-input-box-shadow-focus: none;
  --fui-input-border-color-focus: #b1c4ce;
}
.fui-i .fui-layout-horizontal .fui-radio {
  --fui-check-margin-right: 2rem;
  --fui-check-margin-bottom: 0;
}
.fui-i .fui-layout-horizontal .fui-error-message {
  --fui-error-margin-top: 0;
}
.fui-i input.fui-checkbox label:before,
.fui-i input.fui-radio label:before {
  --fui-check-label-bg-color: white;
}
.fui-i .fui-fieldset.fui-layout-horizontal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fui-i .fui-fieldset.fui-layout-horizontal .fui-legend {
  float: left;
  margin-bottom: 0px;
  margin-right: 2rem;
}
.fui-i .fui-field {
  min-width: 100%;
}
.fui-i .fui-required {
  display: none;
}
@media (max-width: 639px) {
  .fui-i input.fui-input,
  .fui-i textarea.fui-input,
  .fui-i .fui-select {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .fui-i .formie-form-wrapper {
    padding: 2.5rem;
  }
  .fui-i .formie-form-wrapper .form-container {
    padding: 2.5rem;
  }
  .fui-i .fui-field {
    min-width: initial;
  }
  .fui-i .fui-field[data-width="1/2"] {
    min-width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .fui-i .formie-form-wrapper {
    padding: 5rem;
  }
  .fui-i .formie-form-wrapper .form-container {
    padding: 5rem;
  }
}