/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2020 
 * ISC License
 * http://link-to-your-git-repo.com
 */

/*--------------------------------------------------------------
# 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.
 */
/* line 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, assets/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_normalize.scss */
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.
 */
/* line 48, assets/sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 59, assets/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, assets/sass/_normalize.scss */
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.
 */
/* line 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, assets/sass/_normalize.scss */
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.
 */
/* line 100, assets/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, assets/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 128, assets/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, assets/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, assets/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, assets/sass/_normalize.scss */
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.
 */
/* line 171, assets/sass/_normalize.scss */
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.
 */
/* line 181, assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_normalize.scss */
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.
 */
/* line 213, assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, assets/sass/_normalize.scss */
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.
 */
/* line 235, assets/sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          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.
 */
/* line 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, assets/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, assets/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 275, assets/sass/_normalize.scss */
[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.
 */
/* line 285, assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_normalize.scss */
[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.
 */
/* line 303, assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, assets/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, assets/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, assets/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, assets/sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 11, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Rubik", sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.5;
  color: #fff;
}

/* line 23, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  clear: both;
  text-shadow: none;
  margin: 0;
  color: #fff;
}

/* line 32, assets/sass/_global.scss */
p {
  font-family: "Rubik", sans-serif;
  color: #fff;
}

/* line 38, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 42, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 46, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 50, assets/sass/_global.scss */
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;
}

/* line 62, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 68, assets/sass/_global.scss */
abbr, acronym {
  cursor: help;
}

/* line 73, assets/sass/_global.scss */
mark, ins {
  text-decoration: none;
}

/* line 78, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 86, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 90, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 96, assets/sass/_global.scss */
body {
  background-color: #fffefc;
}

/* line 101, assets/sass/_global.scss */
hr {
  border: 0;
  height: 1px;
}

/* line 107, assets/sass/_global.scss */
ul {
  list-style-type: none;
}

/* line 111, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 115, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 120, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 124, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 128, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 133, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 137, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 145, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* line 160, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 167, assets/sass/_global.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 177, assets/sass/_global.scss */
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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* line 199, assets/sass/_global.scss */
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,
textarea:focus {
  color: #111;
}

/* line 218, assets/sass/_global.scss */
select {
  border: 1px solid #ccc;
}

/* line 222, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 229, assets/sass/_global.scss */
a {
  color: #040402;
  text-decoration: none;
}

/* line 234, assets/sass/_global.scss */
a#bc-back-link {
  padding: .3em .6em;
}

/* line 238, assets/sass/_global.scss */
a:visited {
  color: #040402;
}

/* line 242, assets/sass/_global.scss */
a:hover, a:focus, a:active {
  color: #040402;
}

/* line 246, assets/sass/_global.scss */
a:focus {
  outline: 0;
}

/* line 250, assets/sass/_global.scss */
a:hover, a:active {
  outline: 0;
}

/* line 254, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 263, assets/sass/_global.scss */
#content {
  margin: 0 auto;
}

/* line 268, assets/sass/_global.scss */
article a, nav a {
  line-height: 1.6em;
}

/* line 273, assets/sass/_global.scss */
article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 .4em 0;
}

/* line 279, assets/sass/_global.scss */
.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 284, assets/sass/_global.scss */
.cat-links a:first-of-type {
  margin-left: .5em;
}

/* line 288, assets/sass/_global.scss */
.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0;
}

/* line 293, assets/sass/_global.scss */
footer#colophon {
  text-align: left;
  padding: 0 1em;
  font-size: .75em;
}

/* line 300, assets/sass/_global.scss */
.block-button {
  margin: 10px 0;
}

/* line 303, assets/sass/_global.scss */
.block-button a {
  color: #0080bf;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1.1rem;
}

/* line 315, assets/sass/_global.scss */
.block-button a:hover {
  color: #fff;
  background: #0080bf;
  text-decoration: none !important;
}

/* line 325, assets/sass/_global.scss */
.block-button-alt {
  margin: 10px 0;
}

/* line 328, assets/sass/_global.scss */
.block-button-alt a {
  color: #fff;
  background: #0080bf;
  border: 1px solid #0080bf;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1.1rem;
}

/* line 340, assets/sass/_global.scss */
.block-button-alt a:hover {
  color: #0080bf;
  background: #fff;
  text-decoration: none !important;
}

/* line 348, assets/sass/_global.scss */
.type, .cat-button {
  color: #fff;
  background: #231f20;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.2rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  outline: 0;
}

/* line 361, assets/sass/_global.scss */
.type:hover, .cat-button:hover {
  color: #231f20;
  background: #fff;
  text-decoration: none !important;
  border-color: #fff;
}

/* line 368, assets/sass/_global.scss */
.type.mixitup-control-active, .cat-button.mixitup-control-active {
  color: #231f20;
  background: #fff;
  text-decoration: none !important;
}

/* line 375, assets/sass/_global.scss */
.filter_reset {
  color: #0080bf;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 0px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.2rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  margin-left: 10px;
}

/* line 388, assets/sass/_global.scss */
.filter_reset:hover {
  color: #fff;
  background: #0080bf;
  text-decoration: none !important;
}

/* line 395, assets/sass/_global.scss */
.block-button-image {
  margin: 10px 0;
}

/* line 398, assets/sass/_global.scss */
.block-button-image a {
  color: #fff;
  background: #0080bf;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1.1rem;
}

/* line 410, assets/sass/_global.scss */
.block-button-image a:hover {
  color: #0080bf;
  background: #fff;
  text-decoration: none !important;
}

/* line 417, assets/sass/_global.scss */
.block-button-image span {
  color: #fff;
  background: #0080bf;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1.1rem;
}

/* line 429, assets/sass/_global.scss */
.block-button-image span:hover {
  color: #0080bf;
  background: #fff;
  text-decoration: none !important;
}

/* line 437, assets/sass/_global.scss */
.block-button-image-alt {
  margin: 10px 0;
}

/* line 440, assets/sass/_global.scss */
.block-button-image-alt a {
  color: #0080bf;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1.1rem;
}

/* line 452, assets/sass/_global.scss */
.block-button-image-alt a:hover {
  color: #fff;
  background: transparent;
  text-decoration: none !important;
}

/* line 460, assets/sass/_global.scss */
.block-button-image-alt-no-atag {
  margin: 10px 0;
  color: #0080bf;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 474, assets/sass/_global.scss */
.block-button-image-alt-no-atag:hover {
  color: #fff;
  background: transparent;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 5, assets/sass/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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. */
}

/* line 18, assets/sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

/* line 12, assets/sass/modules/_header.scss */
.masthead-inner {
  margin: 0 auto;
  display: block;
  padding: 1.5em 0;
}

/* line 18, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 100;
  background: transparent;
  background: #fff;
  position: fixed;
  top: 0;
}

/* line 26, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #fff;
}

/* line 32, assets/sass/modules/_header.scss */
.logged-in header#masthead {
  top: 30px;
}

/* line 36, assets/sass/modules/_header.scss */
header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* line 44, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
  margin-top: -15px;
  margin-left: 5px;
}

@media (max-width: 37.5em) {
  /* line 44, assets/sass/modules/_header.scss */
  .logo, .logo-dark {
    margin-top: -10px;
  }
}

/* line 55, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  max-width: 80px;
}

/* line 64, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  margin: auto;
  width: auto;
  display: inline-block;
}

/* line 80, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 84, assets/sass/modules/_header.scss */
.home .logo .custom-logo-link {
  top: 0;
}

/* line 88, assets/sass/modules/_header.scss */
.header-navigation {
  display: none;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 1200px) {
  /* line 88, assets/sass/modules/_header.scss */
  .header-navigation {
    display: inline-block;
    margin-top: 5px;
  }
  /* line 99, assets/sass/modules/_header.scss */
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 105, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
    padding: 0 0.8rem;
    position: relative;
    text-align: center;
  }
  /* line 113, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #333;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding-bottom: 4px;
  }
  /* line 122, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    color: #0080bf;
    background-size: 100% 2px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 136, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    color: transparent;
    border: none !important;
    padding: .5rem .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  /* line 148, assets/sass/modules/_header.scss */
  a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #333;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 162, assets/sass/modules/_header.scss */
body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #0080bf !important;
  font-weight: bold;
}

/* line 171, assets/sass/modules/_header.scss */
header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current-menu-ancestor > a {
  color: #0080bf !important;
  font-weight: bold;
}

/* line 182, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 4px;
}

/* line 187, assets/sass/modules/_header.scss */
.light .header-navigation a:hover {
  color: #333;
}

/* line 196, assets/sass/modules/_header.scss */
.light body .current_page_item > a,
.light body .current-menu-item > a,
.light body .current-page-ancestor > a,
.light body .current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

/* line 205, assets/sass/modules/_header.scss */
.light header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.light .current-menu-item > a,
.light .current-page-ancestor > a,
.light .current-menu-ancestor > a {
  color: #0080bf !important;
  font-weight: bold;
}

/* line 213, assets/sass/modules/_header.scss */
.light .mobileNav-link {
  color: #333;
  border-color: #333 !important;
}

/* line 218, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 222, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 228, assets/sass/modules/_header.scss */
.menu-page #masthead {
  background: #333;
  position: static;
  padding-bottom: 2.5rem;
  height: 85px;
  margin: 0;
}

/* line 236, assets/sass/modules/_header.scss */
.main-navigation-list-wrap {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 241, assets/sass/modules/_header.scss */
.main-navigation-list-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 245, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a {
  background: none;
  border: none;
}

/* line 248, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a:hover, .main-navigation-list-wrap a:focus, .main-navigation-list-wrap a:active {
  color: #333;
}

/* line 1, assets/sass/modules/_footer.scss */
footer#colophon {
  text-align: left;
  padding: 0 1em;
  font-size: .75em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #0080bf;
  color: #fff;
}

/* line 11, assets/sass/modules/_footer.scss */
footer#colophon p {
  margin: 0;
}

/* line 14, assets/sass/modules/_footer.scss */
footer#colophon p a {
  color: #fff;
}

/* line 17, assets/sass/modules/_footer.scss */
footer#colophon p a:active, footer#colophon p a:visited {
  color: #fff;
}

/* line 20, assets/sass/modules/_footer.scss */
footer#colophon p a:hover {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 auto;
  min-height: 60vh;
}

/* line 10, assets/sass/modules/_content.scss */
article a, nav a {
  line-height: 1.6em;
}

/* line 14, assets/sass/modules/_content.scss */
article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 .4em 0;
}

/* line 20, assets/sass/modules/_content.scss */
.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 25, assets/sass/modules/_content.scss */
.cat-links a:first-of-type {
  margin-left: .5em;
}

/* line 29, assets/sass/modules/_content.scss */
.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0;
}

/* line 36, assets/sass/modules/_content.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* line 46, assets/sass/modules/_content.scss */
.color-overlay {
  position: absolute;
  bottom: 100%;
  top: -150%;
  left: 0%;
  background-color: #008CBA;
  overflow: hidden;
  width: 150%;
  height: 0;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transform: skewY(-38deg);
          transform: skewY(-38deg);
  z-index: 5;
}

/* line 61, assets/sass/modules/_content.scss */
.color-overlay-reverse {
  position: absolute;
  bottom: 100%;
  top: -150%;
  left: -100%;
  background-color: #008CBA;
  overflow: hidden;
  width: 200%;
  height: 400%;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transform: skewY(-38deg);
          transform: skewY(-38deg);
  z-index: 5;
}

/* line 75, assets/sass/modules/_content.scss */
.white-overlay {
  position: absolute;
  bottom: 100%;
  top: -150%;
  left: -100%;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transform: skewY(-38deg);
          transform: skewY(-38deg);
}

/* line 88, assets/sass/modules/_content.scss */
.white-overlay-reverse {
  position: absolute;
  bottom: 100%;
  top: -150%;
  left: -100%;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 5;
}

/* line 102, assets/sass/modules/_content.scss */
.white-overlay-reveal {
  position: absolute;
  bottom: 0;
  top: -100%;
  overflow: hidden;
  width: 150%;
  height: 300%;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transform: skewY(-38deg);
          transform: skewY(-38deg);
  z-index: 15;
  left: 0%;
  background-color: #008CBA;
}

/* line 116, assets/sass/modules/_content.scss */
.color-overlay-reveal {
  position: absolute;
  bottom: 0;
  top: -100%;
  overflow: hidden;
  width: 100%;
  height: 300%;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transform: skewY(-38deg);
          transform: skewY(-38deg);
  z-index: 15;
  left: 0%;
  background-color: #008CBA;
}

/* line 130, assets/sass/modules/_content.scss */
.box {
  background: #0080bf;
  width: 319px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%) skewY(-38deg);
          transform: translate(-50%, -50%) skewY(-38deg);
  z-index: 50;
}

/* line 140, assets/sass/modules/_content.scss */
.box.slider {
  z-index: 10;
}

/* line 150, assets/sass/modules/_content.scss */
.slide-in-top {
  -webkit-animation: slide-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 200ms;
          animation: slide-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 200ms;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translate(-50%, -1000%) skewY(-38deg);
            transform: translate(-50%, -1000%) skewY(-38deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) skewY(-38deg);
            transform: translate(-50%, -50%) skewY(-38deg);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(-50%, -1000%) skewY(-38deg);
            transform: translate(-50%, -1000%) skewY(-38deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) skewY(-38deg);
            transform: translate(-50%, -50%) skewY(-38deg);
    opacity: 1;
  }
}

/* line 168, assets/sass/modules/_content.scss */
.animation-text-wipe-lf {
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(38%, #0000), color-stop(40%, #000));
  -webkit-mask-image: linear-gradient(to right, #0000 38%, #000 40%);
  -webkit-mask-size: 300%;
}

/* line 174, assets/sass/modules/_content.scss */
.animation-text-wipe-lf {
  -webkit-animation-name: text-wipe-right;
          animation-name: text-wipe-right;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

@-webkit-keyframes text-wipe-left {
  0% {
    opacity: 1;
    -webkit-mask-position: 100%;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 0%;
  }
}

@keyframes text-wipe-left {
  0% {
    opacity: 1;
    -webkit-mask-position: 100%;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 0%;
  }
}

/* line 195, assets/sass/modules/_content.scss */
.animation-text-wipe-rt {
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(38%, #0000), color-stop(40%, #000));
  -webkit-mask-image: linear-gradient(to left, #0000 38%, #000 40%);
  -webkit-mask-size: 300%;
}

/* line 201, assets/sass/modules/_content.scss */
.animation-text-wipe-rt {
  -webkit-animation-name: text-wipe-left;
          animation-name: text-wipe-left;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

@-webkit-keyframes text-wipe-right {
  0% {
    opacity: 1;
    -webkit-mask-position: 0%;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 100%;
  }
}

@keyframes text-wipe-right {
  0% {
    opacity: 1;
    -webkit-mask-position: 0%;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 100%;
  }
}

/* line 223, assets/sass/modules/_content.scss */
.privacy-policy article {
  margin-top: 90px;
  margin-bottom: 50px;
  overflow: hidden;
}

/* line 228, assets/sass/modules/_content.scss */
.privacy-policy article div, .privacy-policy article h2, .privacy-policy article p {
  color: #333;
}

/* line 2, assets/sass/modules/_grid.scss */
.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 2;
  overflow-x: hidden;
}

@media (min-width: 50em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 84rem;
  }
}

@media (min-width: 70em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 91.25rem;
  }
}

@media (min-width: 90em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 98.25rem;
  }
}

/* line 27, assets/sass/modules/_grid.scss */
.row.internal-row {
  padding: 0;
}

/*--------------------------------------------------------------
In this file:
# Hero

    
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 9, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  background: #fff;
  position: relative;
  top: 110px;
}

/* line 16, assets/sass/modules/_home.scss */
.homePage-hero .hero-block, .homePage-hero .hero-block-mobile {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  min-height: 100%;
  height: 78vh;
}

@media screen and (max-width: 899px) {
  /* line 16, assets/sass/modules/_home.scss */
  .homePage-hero .hero-block, .homePage-hero .hero-block-mobile {
    background-position: bottom center !important;
    height: 600px;
    display: none;
  }
}

/* line 32, assets/sass/modules/_home.scss */
.homePage-hero .hero-block .overlay, .homePage-hero .hero-block-mobile .overlay {
  z-index: 2;
}

/* line 38, assets/sass/modules/_home.scss */
.homePage-hero .hero-block-mobile {
  display: none;
}

@media screen and (max-width: 899px) {
  /* line 38, assets/sass/modules/_home.scss */
  .homePage-hero .hero-block-mobile {
    display: block;
  }
}

/* line 48, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: 1;
  /* Make video to at least 100% wide and tall */
  min-width: 98%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 24px;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 67, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

/* line 71, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 75, assets/sass/modules/_home.scss */
.homePage-hero .row {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1574px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 10%;
  }
}

@media screen and (max-width: 1305px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    margin-left: 5px;
    -webkit-transform: translate(0%, -50%) skewY(-36deg);
            transform: translate(0%, -50%) skewY(-36deg);
    left: 10%;
  }
}

@media screen and (max-width: 600px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    width: 200px;
    height: 300px;
    left: 17%;
  }
}

@media screen and (max-width: 580px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 18%;
  }
}

@media screen and (max-width: 545px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 19%;
  }
}

@media screen and (max-width: 500px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 20%;
  }
}

@media screen and (max-width: 500px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 20%;
  }
}

@media screen and (max-width: 490px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 22%;
  }
}

@media screen and (max-width: 440px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 25%;
  }
}

@media screen and (max-width: 390px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 28%;
  }
}

@media screen and (max-width: 340px) {
  /* line 80, assets/sass/modules/_home.scss */
  .homePage-hero .row .box {
    left: 32%;
  }
}

/* line 134, assets/sass/modules/_home.scss */
.homePage-hero-inner {
  position: absolute;
  top: 64%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 51;
  width: 50%;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 134, assets/sass/modules/_home.scss */
  .homePage-hero-inner {
    width: 70%;
    top: 55%;
    left: 35%;
  }
}

@media screen and (max-width: 720px) {
  /* line 134, assets/sass/modules/_home.scss */
  .homePage-hero-inner {
    width: 100%;
    left: 50%;
  }
}

@media (max-width: 37.5em) {
  /* line 134, assets/sass/modules/_home.scss */
  .homePage-hero-inner {
    width: 100%;
    left: 50%;
  }
}

/* line 159, assets/sass/modules/_home.scss */
.homePage-header {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  /* line 159, assets/sass/modules/_home.scss */
  .homePage-header {
    padding: 0;
  }
}

/* line 168, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: 700;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1350px) {
  /* line 168, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 4rem;
  }
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 168, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 4rem;
  }
}

@media (max-width: 37.5em) {
  /* line 168, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 3rem;
  }
}

@media screen and (max-width: 450px) {
  /* line 168, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 2.2rem;
  }
}

/* line 196, assets/sass/modules/_home.scss */
.homePage-hero-subHeadline {
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin-top: .75rem;
  text-align: left;
  margin: 20px 0;
  font-size: 1.6rem;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 196, assets/sass/modules/_home.scss */
  .homePage-hero-subHeadline {
    font-size: 1.2rem;
  }
}

@media (max-width: 37.5em) {
  /* line 196, assets/sass/modules/_home.scss */
  .homePage-hero-subHeadline {
    font-size: 1rem;
  }
}

/* line 214, assets/sass/modules/_home.scss */
.hide {
  display: none;
}

/* line 1, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 1;
  background: #fff;
  position: relative;
  top: 110px;
  margin-bottom: 110px;
}

/* line 8, assets/sass/modules/_hero.scss */
.page-hero .video-embed-wrapper {
  height: 65vh;
  min-height: 450px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 37.5em) {
  /* line 8, assets/sass/modules/_hero.scss */
  .page-hero .video-embed-wrapper {
    display: none;
  }
}

/* line 19, assets/sass/modules/_hero.scss */
.page-hero .hero-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  min-height: 100%;
  height: 65vh;
  margin-bottom: 100px;
}

/* line 30, assets/sass/modules/_hero.scss */
.page-hero .hero-block.hero-video-mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  /* line 19, assets/sass/modules/_hero.scss */
  .page-hero .hero-block {
    background-position: bottom center !important;
    height: 600px;
  }
  /* line 38, assets/sass/modules/_hero.scss */
  .page-hero .hero-block.hero-video-mobile {
    display: block;
  }
  /* line 42, assets/sass/modules/_hero.scss */
  .page-hero .hero-block.hero-video {
    display: none;
  }
}

/* line 49, assets/sass/modules/_hero.scss */
.page-hero .hero-block.hero-video-embed {
  position: relative;
  height: 65vh;
  min-height: 450px;
}

@media screen and (max-width: 700px) {
  /* line 49, assets/sass/modules/_hero.scss */
  .page-hero .hero-block.hero-video-embed {
    display: none;
  }
}

@media (max-width: 37.5em) {
  /* line 49, assets/sass/modules/_hero.scss */
  .page-hero .hero-block.hero-video-embed {
    display: none;
  }
}

/* line 63, assets/sass/modules/_hero.scss */
.page-hero .hero-block.hero-video-embed iframe {
  min-width: 100%;
  min-height: 100%;
}

/* line 97, assets/sass/modules/_hero.scss */
.page-hero video {
  z-index: -1;
  /* 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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 118, assets/sass/modules/_hero.scss */
.page-hero #wp-custom-header-video-button {
  display: none;
}

/* line 122, assets/sass/modules/_hero.scss */
.page-hero .row {
  overflow: hidden;
}

/* line 127, assets/sass/modules/_hero.scss */
.page-hero .box {
  background: #0080bf;
  width: 250px;
  height: 275px;
  position: absolute;
  top: 45%;
  left: 10.8%;
  -webkit-transform: translate(-50%, -50%) skewY(-38deg);
          transform: translate(-50%, -50%) skewY(-38deg);
  z-index: 50;
}

@media screen and (max-width: 1650px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 170px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media screen and (max-width: 1620px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 160px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media screen and (max-width: 1595px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 145px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media screen and (max-width: 1585px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 135px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media screen and (max-width: 1305px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 140px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media screen and (max-width: 799px) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    left: 130px;
    -webkit-transform: translate(unset, -50%);
            transform: translate(unset, -50%);
  }
}

@media (max-width: 37.5em) {
  /* line 127, assets/sass/modules/_hero.scss */
  .page-hero .box {
    width: 200px;
    height: 250px;
    left: 105px;
  }
}

/* line 176, assets/sass/modules/_hero.scss */
.page-hero-inner {
  position: absolute;
  top: 60%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 51;
  width: 50%;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 176, assets/sass/modules/_hero.scss */
  .page-hero-inner {
    width: 70%;
    left: 35%;
  }
}

@media (max-width: 37.5em) {
  /* line 176, assets/sass/modules/_hero.scss */
  .page-hero-inner {
    width: 90%;
    left: 45%;
  }
}

/* line 195, assets/sass/modules/_hero.scss */
.page-header {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  /* line 195, assets/sass/modules/_hero.scss */
  .page-header {
    padding: 0;
  }
}

/* line 204, assets/sass/modules/_hero.scss */
.page-hero-headline {
  font-weight: 700;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1350px) {
  /* line 204, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 4rem;
  }
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 204, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 204, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 2.2rem;
  }
}

/* line 228, assets/sass/modules/_hero.scss */
.page-hero-subHeadline {
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin-top: .75rem;
  text-align: left;
  margin: 20px 0;
  font-size: 1.6rem;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 228, assets/sass/modules/_hero.scss */
  .page-hero-subHeadline {
    font-size: 1.2rem;
  }
}

@media (max-width: 37.5em) {
  /* line 228, assets/sass/modules/_hero.scss */
  .page-hero-subHeadline {
    font-size: 1rem;
  }
}

/* line 249, assets/sass/modules/_hero.scss */
.vp-controls-wrapper {
  display: none !important;
}

/* line 1, assets/sass/modules/_menu.scss */
.body-overlay {
  position: fixed;
  z-index: -200;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 11, assets/sass/modules/_menu.scss */
.body-overlay.visible {
  z-index: 1000;
}

/* line 17, assets/sass/modules/_menu.scss */
.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block;
}

/* line 21, assets/sass/modules/_menu.scss */
.main-navigation-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 25, assets/sass/modules/_menu.scss */
.main-navigation-wrap li a {
  background: none;
  text-decoration: none;
  border: none;
}

/* line 32, assets/sass/modules/_menu.scss */
a.nav-back-link {
  float: right;
  color: white;
}

/* line 38, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 1020;
  position: fixed;
  display: none !important;
  padding: 0;
  height: 100vh;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #0080bf;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.5);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 37.5em) {
  /* line 38, assets/sass/modules/_menu.scss */
  #mobile-navigation {
    width: 100%;
  }
}

/* line 56, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: #fff;
}

/* line 61, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: auto;
  padding-bottom: 1rem;
}

/* line 65, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  display: block;
  margin-top: 15px;
  margin-left: 20px;
}

@media (max-width: 37.5em) {
  /* line 65, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo {
    margin-top: 15px;
  }
  /* line 71, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo .custom-logo-link img {
    max-height: 55px;
  }
}

/* line 79, assets/sass/modules/_menu.scss */
#mobile-navigation .phone {
  font-size: 1.5em;
}

/* line 82, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button {
  background-color: transparent;
  color: #fff;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-top: 2px;
  padding-bottom: 7px;
}

/* line 94, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button:hover {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  background-color: #333;
  color: #333;
}

/* line 101, assets/sass/modules/_menu.scss */
#mobile-navigation #mobile-navigation-close {
  float: right;
  background: none;
  border: none;
  font-size: 3.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  padding: 0px 25px 0;
  font-family: "Rubik", sans-serif;
}

@media (max-width: 37.5em) {
  /* line 101, assets/sass/modules/_menu.scss */
  #mobile-navigation #mobile-navigation-close {
    padding: 0px 30px 0;
    font-size: 3.5rem;
  }
}

/* line 123, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-underlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: -10;
  position: fixed;
  padding: 2rem;
  height: 100vh;
  width: 30%;
  top: 0;
  left: 0;
}

@media (max-width: 37.5em) {
  /* line 123, assets/sass/modules/_menu.scss */
  #mobile-navigation .mobile-nav-underlay {
    display: none;
  }
}

/* line 137, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding: 1.2rem;
}

/* line 142, assets/sass/modules/_menu.scss */
#mobile-navigation li {
  padding: 10px 0;
}

/* line 145, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  background: none;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 145, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 3.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 145, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 145, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
  }
}

/* line 167, assets/sass/modules/_menu.scss */
#mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
  color: #fff;
}

/* line 172, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu {
  padding-left: 1rem;
  padding-top: 0;
}

/* line 177, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
}

/* line 184, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style-type: none;
  color: transparent;
}

/* line 191, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  display: block !important;
}

/* line 196, assets/sass/modules/_menu.scss */
.visible {
  opacity: 1;
  -webkit-transition: .7s ease-in;
  transition: .7s ease-in;
}

/* line 201, assets/sass/modules/_menu.scss */
.nav-socials-wrapper {
  padding-top: 2rem;
}

/* line 203, assets/sass/modules/_menu.scss */
.nav-socials-wrapper a {
  color: #333;
}

/* line 207, assets/sass/modules/_menu.scss */
.nav-socials-wrapper [class^="socicon-"], .nav-socials-wrapper [class*=" socicon-"] {
  font-size: 1.5rem;
  margin-right: 6px;
}

/* line 213, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  overflow: auto;
}

/* line 221, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action {
  color: #fff;
  font-weight: 600;
  background-color: #333;
  display: block;
  margin: 0 3rem;
  text-align: center;
  border: 1px solid #333;
  width: 130px;
  padding: 10px;
}

/* line 233, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action:hover {
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  color: #333;
  background-color: #fff;
}

/* line 239, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action p {
  margin: 0;
  font-size: 1rem;
}

/* line 249, assets/sass/modules/_menu.scss */
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* line 265, assets/sass/modules/_menu.scss */
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* line 281, assets/sass/modules/_menu.scss */
.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}

/* line 1, assets/sass/modules/_full-width-banner.scss */
.full-width-banner {
  margin: 200px 0 100px;
  position: relative;
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner {
    margin-bottom: 50px;
  }
}

/* line 10, assets/sass/modules/_full-width-banner.scss */
.full-width-banner .row {
  position: relative;
}

/* line 14, assets/sass/modules/_full-width-banner.scss */
.full-width-banner .content {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1210px) {
  /* line 14, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner .content {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  /* line 14, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner .content {
    width: 80%;
  }
}

/* line 28, assets/sass/modules/_full-width-banner.scss */
.full-width-banner .content h2 {
  font-size: 4.3rem;
  line-height: 1.3;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 28, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner .content h2 {
    font-size: 3.3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 28, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner .content h2 {
    font-size: 2.3rem;
  }
}

/* line 41, assets/sass/modules/_full-width-banner.scss */
.full-width-banner .content p {
  text-align: center;
  font-weight: 300;
}

/* line 47, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg {
  min-height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed !important;
}

@media screen and (max-width: 899px) {
  /* line 47, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg {
    min-height: 400px;
    background-position: center center;
    background-attachment: unset !important;
  }
}

/* line 62, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right {
  position: relative;
  margin: 100px 0;
}

@media screen and (max-width: 899px) {
  /* line 62, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right {
    background-position: center center;
    background-attachment: unset !important;
  }
}

/* line 71, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .row {
  width: 100%;
  height: 100%;
  position: unset;
}

/* line 76, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content {
  position: absolute;
  right: 0%;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: left;
  width: 40%;
}

@media screen and (max-width: 1090px) {
  /* line 76, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content {
    right: unset;
    left: 0;
  }
}

@media (max-width: 37.5em) {
  /* line 76, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content {
    width: 100%;
    padding: 0 10px;
    top: 40%;
  }
}

/* line 98, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content .inner-content {
  position: relative;
  z-index: 4;
  left: 50px;
  opacity: 0;
}

@media (max-width: 37.5em) {
  /* line 98, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .inner-content {
    padding: 0 10px;
  }
}

/* line 118, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content .inner-content h2 {
  line-height: 1;
}

/* line 123, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content .inner-content p {
  text-align: left;
}

/* line 128, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content .box {
  height: 375px;
  width: 280px;
  z-index: 1;
  top: 25%;
  opacity: 0;
}

@media (max-width: 37.5em) {
  /* line 128, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .box {
    height: 200px;
    width: 150px;
    left: 20%;
    z-index: 0;
  }
}

@media screen and (max-width: 452px) {
  /* line 128, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .box {
    left: 25%;
  }
}

@media screen and (max-width: 440px) {
  /* line 128, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .box {
    left: 30%;
  }
}

@media screen and (max-width: 424px) {
  /* line 128, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .box {
    left: 38%;
  }
}

@media screen and (max-width: 405px) {
  /* line 128, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .content .box {
    left: 30%;
  }
}

/* line 159, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .content .block-button-image-alt {
  padding: 10px 0;
}

/* line 164, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.right .paragraph {
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: 0;
  padding: 0 20px;
  width: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1090px) {
  /* line 164, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .paragraph {
    right: 0;
    left: unset;
  }
}

@media (max-width: 37.5em) {
  /* line 164, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.right .paragraph {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    top: 80%;
    z-index: 1;
  }
}

/* line 195, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left {
  position: relative;
  margin: 100px 0;
}

@media screen and (max-width: 899px) {
  /* line 195, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left {
    margin: 50px 0;
    background-position: center center;
    background-attachment: unset !important;
  }
}

/* line 206, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .row {
  width: 100%;
  height: 100%;
  position: unset;
}

/* line 211, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .content {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 25%;
  text-align: left;
}

@media screen and (max-width: 1210px) {
  /* line 211, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  /* line 211, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content {
    width: 100%;
  }
}

/* line 228, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .content .inner-content {
  position: relative;
  z-index: 4;
  left: 50px;
  opacity: 0;
}

@media (max-width: 37.5em) {
  /* line 228, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .inner-content {
    left: 20px;
  }
}

/* line 239, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .content .inner-content h2 {
  line-height: 1;
}

@media (max-width: 37.5em) {
  /* line 239, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .inner-content h2 {
    font-size: 3rem;
  }
}

/* line 248, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .content .inner-content p {
  text-align: left;
}

/* line 255, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .content .box {
  height: 220px;
  width: 200px;
  z-index: 1;
  top: 20%;
  left: 75px;
  opacity: 0;
}

@media screen and (max-width: 1440px) {
  /* line 255, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .box {
    left: 85px;
  }
}

@media screen and (max-width: 1305px) {
  /* line 255, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .box {
    left: 90px;
  }
}

@media screen and (max-width: 700px) {
  /* line 255, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .box {
    left: 90px;
    top: 25%;
  }
}

@media screen and (max-width: 500px) {
  /* line 255, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .content .box {
    left: 90px;
  }
}

/* line 283, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.bg.left .paragraph {
  position: absolute;
  margin: auto;
  vertical-align: middle;
  right: 0;
  padding: 0 20px;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 780px) {
  /* line 283, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .paragraph {
    width: 100%;
    top: 80%;
  }
}

@media (max-width: 37.5em) {
  /* line 283, assets/sass/modules/_full-width-banner.scss */
  .full-width-banner.bg.left .paragraph {
    top: 75%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* line 312, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.video .wp-video-shortcode {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 500px;
}

/* line 320, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.video .wp-video {
  width: 100% !important;
}

/* line 325, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.video .mejs-inner .mejs-mediaelement video.wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 331, assets/sass/modules/_full-width-banner.scss */
.full-width-banner.video .overlay {
  z-index: -1;
}

/* line 339, assets/sass/modules/_full-width-banner.scss */
.split h2 {
  color: #333;
  margin-bottom: 40px;
}

/* line 344, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner {
  margin: 0px 0 100px;
}

@media (max-width: 37.5em) {
  /* line 344, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner {
    margin: 0px 0 50px;
  }
}

/* line 351, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg {
  min-height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed !important;
}

@media screen and (max-width: 899px) {
  /* line 351, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg {
    min-height: 400px;
    background-position: center center !important;
    background-attachment: unset !important;
  }
}

/* line 366, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split {
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

/* line 372, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .overlay {
  display: none;
}

@media screen and (max-width: 1000px) {
  /* line 366, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split {
    min-height: unset;
    height: 100% !important;
  }
}

/* line 381, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .split-header {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

/* line 387, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .row {
  position: relative;
  padding: 20px 0;
}

/* line 391, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  /* line 391, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 500px) {
  /* line 391, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 408, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .content .content-left, .split .full-width-banner.bg.split .content .content-right {
  padding: 0 80px 0 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 1010px) {
  /* line 408, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left, .split .full-width-banner.bg.split .content .content-right {
    padding: 0 40px 0 0;
  }
}

@media screen and (max-width: 800px) {
  /* line 408, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left, .split .full-width-banner.bg.split .content .content-right {
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 800px) {
  /* line 408, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left, .split .full-width-banner.bg.split .content .content-right {
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  /* line 408, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left, .split .full-width-banner.bg.split .content .content-right {
    padding: 20px 10px;
  }
}

/* line 432, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .content .content-left p, .split .full-width-banner.bg.split .content .content-right p {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 1010px) {
  /* line 432, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left p, .split .full-width-banner.bg.split .content .content-right p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 950px) {
  /* line 432, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left p, .split .full-width-banner.bg.split .content .content-right p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 650px) {
  /* line 432, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left p, .split .full-width-banner.bg.split .content .content-right p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 432, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left p, .split .full-width-banner.bg.split .content .content-right p {
    font-size: 1.2rem;
  }
}

/* line 457, assets/sass/modules/_full-width-banner.scss */
.split .full-width-banner.bg.split .content .content-left {
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  /* line 457, assets/sass/modules/_full-width-banner.scss */
  .split .full-width-banner.bg.split .content .content-left {
    padding-left: 10px;
  }
}

/* line 2, assets/sass/modules/_carousel-block.scss */
.carousel-wrapper {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

/* line 8, assets/sass/modules/_carousel-block.scss */
.carousel-block {
  padding: 0 0 100px;
}

@media (max-width: 37.5em) {
  /* line 8, assets/sass/modules/_carousel-block.scss */
  .carousel-block {
    padding-bottom: 50px;
  }
}

/* line 24, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 30, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer {
  height: 100%;
  width: 100%;
}

/* line 34, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer .carousel-outer-content {
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0 40px;
}

@media (max-width: 37.5em) {
  /* line 34, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item .carousel-outer .carousel-outer-content {
    top: 70%;
  }
}

/* line 48, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer h2 {
  opacity: 1;
  z-index: 10;
  font-size: 1.5rem;
}

/* line 54, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer h2 .segment-city, .carousel .carousel-item .carousel-outer h2 .segment-state, .carousel .carousel-item .carousel-outer h2 .segment-post_code {
  font-size: 1rem;
  font-weight: 300;
}

/* line 61, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer .outer-address .segment-post_code, .carousel .carousel-item .carousel-outer .outer-address .segment-street_name, .carousel .carousel-item .carousel-outer .outer-address .segment-street_number {
  display: none;
}

/* line 67, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-outer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 74, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .carousel-inner {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 37.5em) {
  /* line 74, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item .carousel-inner {
    display: none;
  }
}

/* line 86, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item:hover .color-overlay {
  bottom: 0;
  height: 300%;
  width: 150%;
  bottom: -100%;
  left: 0%;
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
}

@media (max-width: 37.5em) {
  /* line 86, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item:hover .color-overlay {
    display: none;
  }
}

/* line 101, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item:hover .carousel-outer h2 {
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media (max-width: 37.5em) {
  /* line 101, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item:hover .carousel-outer h2 {
    opacity: 1;
  }
}

/* line 114, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item:hover .carousel-inner {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 37.5em) {
  /* line 114, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item:hover .carousel-inner {
    display: none;
  }
}

/* line 123, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item:hover .content {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 37.5em) {
  /* line 123, assets/sass/modules/_carousel-block.scss */
  .carousel .carousel-item:hover .content {
    display: none;
  }
}

/* line 132, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item:hover .content .short-description {
  opacity: 1;
  visibility: visible;
}

/* line 140, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 148, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  padding: 0 40px;
  z-index: 10;
  opacity: 0;
}

/* line 159, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content h2 {
  line-height: 1;
  font-size: 1.5rem;
}

/* line 164, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content .segment-city, .carousel .carousel-item .content .segment-state, .carousel .carousel-item .content .segment-post_code {
  font-size: 1rem;
  font-weight: 300;
}

/* line 169, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content .short-description {
  opacity: 0;
  visibility: hidden;
  font-size: .9rem;
}

/* line 173, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content .short-description p {
  margin: 5px 0 0;
}

/* line 177, assets/sass/modules/_carousel-block.scss */
.carousel .carousel-item .content .short-description ul {
  color: #fff;
  list-style-type: disc;
  padding: 20px;
  margin: 0;
}

/* line 187, assets/sass/modules/_carousel-block.scss */
.carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 192, assets/sass/modules/_carousel-block.scss */
.carousel .slick-slide > div {
  height: 100%;
}

/* line 196, assets/sass/modules/_carousel-block.scss */
.carousel .slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 204, assets/sass/modules/_carousel-block.scss */
.carousel .slick-next {
  right: 0;
  height: 100%;
  width: 100px;
  background: transparent;
  z-index: 10;
}

/* line 211, assets/sass/modules/_carousel-block.scss */
.carousel .slick-next:before {
  display: none;
}

/* line 217, assets/sass/modules/_carousel-block.scss */
.carousel .slick-prev {
  left: 0;
  height: 100%;
  width: 100px;
  background: transparent;
  z-index: 10;
}

/* line 224, assets/sass/modules/_carousel-block.scss */
.carousel .slick-prev:before {
  display: none;
}

/* line 4, assets/sass/modules/_panel-block.scss */
.panel-block .panels {
  display: grid;
  grid-template-columns: auto auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  /* line 4, assets/sass/modules/_panel-block.scss */
  .panel-block .panels {
    grid-template-columns: auto;
  }
}

/* line 15, assets/sass/modules/_panel-block.scss */
.panel-block .panels a {
  position: relative;
  overflow: hidden;
}

/* line 20, assets/sass/modules/_panel-block.scss */
.panel-block .panels .color-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 24, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel {
  height: 500px;
  position: relative;
}

/* line 31, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel:hover .content {
  top: 35%;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

/* line 37, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel:hover .color-overlay {
  bottom: 0;
  right: 0;
  height: 300%;
  width: 150%;
  top: -150%;
  left: 0%;
}

/* line 50, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel .content {
  position: absolute;
  left: 10%;
  top: 40%;
  -webkit-transform: translateY(-50%, -50%);
          transform: translateY(-50%, -50%);
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  z-index: 5;
}

/* line 58, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel .content h2 {
  font-size: 4rem;
  width: 60%;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  /* line 58, assets/sass/modules/_panel-block.scss */
  .panel-block .panels .panel .content h2 {
    font-size: 3rem;
  }
}

/* line 68, assets/sass/modules/_panel-block.scss */
.panel-block .panels .panel .content p {
  font-size: 1.3;
  line-height: 1.5;
}

/* line 1, assets/sass/modules/_contact-block.scss */
.contact-block {
  min-height: 700px;
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-attachment: fixed !important;
}

@media screen and (max-width: 899px) {
  /* line 1, assets/sass/modules/_contact-block.scss */
  .contact-block {
    background-position: center center;
    background-attachment: unset !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 1, assets/sass/modules/_contact-block.scss */
  .contact-block {
    padding: 0 0 100px;
  }
}

/* line 17, assets/sass/modules/_contact-block.scss */
.contact-block .contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  /* line 17, assets/sass/modules/_contact-block.scss */
  .contact-block .contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* line 28, assets/sass/modules/_contact-block.scss */
.contact-block .contact .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 31, assets/sass/modules/_contact-block.scss */
.contact-block .contact .content h2 {
  color: #0080bf;
  font-size: 3rem;
  line-height: 1.2;
}

/* line 37, assets/sass/modules/_contact-block.scss */
.contact-block .contact .content .inner-content {
  color: #333;
}

/* line 40, assets/sass/modules/_contact-block.scss */
.contact-block .contact .content .inner-content p {
  color: #333;
  margin: 0;
}

/* line 48, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form {
  background: #231f20;
  position: relative;
  padding: 30px;
  width: 425px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 48, assets/sass/modules/_contact-block.scss */
  .contact-block .contact .form {
    width: 100%;
  }
}

/* line 61, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-fields-required {
  display: none;
}

/* line 66, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-title h3 {
  font-size: 3rem;
  margin-bottom: 10px;
}

/* line 72, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-field-container {
  margin-bottom: 5px;
}

/* line 76, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-content textarea.ninja-forms-field {
  height: 110px;
}

/* line 80, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-content input:not([type=button]), .contact-block .contact .form textarea {
  color: #333;
  border: 0 !important;
}

/* line 82, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-content input:not([type=button])::-webkit-input-placeholder, .contact-block .contact .form textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-block .contact .form .nf-form-content input:not([type=button])::-moz-placeholder, .contact-block .contact .form textarea::-moz-placeholder {
  color: #333;
}
.contact-block .contact .form .nf-form-content input:not([type=button]):-ms-input-placeholder, .contact-block .contact .form textarea:-ms-input-placeholder {
  color: #333;
}
.contact-block .contact .form .nf-form-content input:not([type=button])::-ms-input-placeholder, .contact-block .contact .form textarea::-ms-input-placeholder {
  color: #333;
}
.contact-block .contact .form .nf-form-content input:not([type=button])::placeholder, .contact-block .contact .form textarea::placeholder {
  color: #333;
}

/* line 89, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-error .nf-error-msg {
  font-size: 1rem;
  line-height: 1.3;
}

/* line 94, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-error-msg.nf-error-field-errors {
  font-size: 1rem;
  line-height: 1.3;
}

/* line 100, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-content input[type=button] {
  color: #333;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 110, assets/sass/modules/_contact-block.scss */
.contact-block .contact .form .nf-form-content input[type=button]:hover {
  color: #fff;
  background: #333;
}

/* line 120, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg {
  height: 100%;
}

/* line 122, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact {
  padding: 40px 0;
}

@media screen and (max-width: 1000px) {
  /* line 122, assets/sass/modules/_contact-block.scss */
  .contact-block.no-bg .contact {
    gap: 40px;
  }
}

@media screen and (max-width: 500px) {
  /* line 122, assets/sass/modules/_contact-block.scss */
  .contact-block.no-bg .contact {
    padding: 0;
  }
}

/* line 132, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 136, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact .content h2 {
  color: #333;
  font-size: 3rem;
  line-height: 1.2;
}

/* line 142, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact .content .inner-content {
  color: #333;
}

/* line 145, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact .content .inner-content p {
  color: #333;
  margin: 0;
}

/* line 151, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .contact .content .inner-content a:hover {
  text-decoration: underline;
}

/* line 158, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form {
  background: #0080bf;
  position: relative;
  padding: 20px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 158, assets/sass/modules/_contact-block.scss */
  .contact-block.no-bg .form {
    width: 100%;
  }
}

/* line 171, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-fields-required {
  display: none;
}

/* line 176, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-title h3 {
  font-size: 3rem;
}

/* line 181, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-field-container {
  margin-bottom: 5px;
}

/* line 185, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-content textarea.ninja-forms-field {
  height: 110px;
}

/* line 189, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-content input:not([type=button]), .contact-block.no-bg .form textarea {
  color: #0080bf;
  border: 0 !important;
}

/* line 191, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-content input:not([type=button])::-webkit-input-placeholder, .contact-block.no-bg .form textarea::-webkit-input-placeholder {
  color: #0080bf;
}
.contact-block.no-bg .form .nf-form-content input:not([type=button])::-moz-placeholder, .contact-block.no-bg .form textarea::-moz-placeholder {
  color: #0080bf;
}
.contact-block.no-bg .form .nf-form-content input:not([type=button]):-ms-input-placeholder, .contact-block.no-bg .form textarea:-ms-input-placeholder {
  color: #0080bf;
}
.contact-block.no-bg .form .nf-form-content input:not([type=button])::-ms-input-placeholder, .contact-block.no-bg .form textarea::-ms-input-placeholder {
  color: #0080bf;
}
.contact-block.no-bg .form .nf-form-content input:not([type=button])::placeholder, .contact-block.no-bg .form textarea::placeholder {
  color: #0080bf;
}

/* line 198, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-error .nf-error-msg {
  font-size: 1rem;
  line-height: 1.3;
}

/* line 203, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-error-msg.nf-error-field-errors {
  font-size: 1rem;
  line-height: 1.3;
}

/* line 209, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-content input[type=button] {
  color: #0080bf;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 219, assets/sass/modules/_contact-block.scss */
.contact-block.no-bg .form .nf-form-content input[type=button]:hover {
  color: #fff;
  background: #0080bf;
}

/* line 1, assets/sass/modules/_grid-block.scss */
.grid-block {
  padding: 50px 0 100px;
}

/* line 4, assets/sass/modules/_grid-block.scss */
.grid-block h2 {
  color: #0080bf;
  font-size: 4rem;
  line-height: 1.3;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 4, assets/sass/modules/_grid-block.scss */
  .grid-block h2 {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 4, assets/sass/modules/_grid-block.scss */
  .grid-block h2 {
    font-size: 2.5rem;
  }
}

/* line 18, assets/sass/modules/_grid-block.scss */
.grid-block p {
  color: #333;
  margin: 0;
}

/* line 23, assets/sass/modules/_grid-block.scss */
.grid-block .grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 1000px) {
  /* line 23, assets/sass/modules/_grid-block.scss */
  .grid-block .grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }
}

/* line 36, assets/sass/modules/_grid-block.scss */
.grid-block .grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  min-height: 250px;
  position: relative;
}

/* line 45, assets/sass/modules/_grid-block.scss */
.grid-block .grid .item:first-child {
  border-left: 2px solid #999;
}

/* line 49, assets/sass/modules/_grid-block.scss */
.grid-block .grid .item:last-child {
  border-right: 2px solid #999;
}

/* line 58, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* line 63, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item .item-outer {
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in;
  text-align: center;
  padding: 0 20px;
  z-index: 20;
}

/* line 69, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item .item-outer h2 {
  color: #fff;
  font-size: 1.5rem;
}

/* line 75, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item .item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  z-index: 16;
  padding: 0 20px;
}

/* line 87, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item .item-inner div > p {
  color: #333;
}

/* line 91, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item .item-inner div ul {
  list-style-type: disc !important;
  color: #333;
  padding-left: 15px;
}

/* line 101, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item:hover .item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .4s ease-in 300ms;
  transition: .4s ease-in 300ms;
}

/* line 108, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item:hover .color-overlay-reveal {
  top: 200%;
  right: 0;
  height: 300%;
  width: 150%;
  bottom: 0;
  left: 0;
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
}

/* line 118, assets/sass/modules/_grid-block.scss */
.grid-block.basic .item:hover .item-outer {
  -webkit-transition: .1s ease-out 200ms;
  transition: .1s ease-out 200ms;
  opacity: 0;
  visibility: hidden;
}

/* line 129, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item {
  position: relative;
  overflow: hidden;
}

/* line 134, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-outer {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  z-index: 16;
}

/* line 138, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-outer h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

/* line 145, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

/* line 159, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner div > p {
  color: #fff;
}

/* line 163, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner div ul {
  list-style-type: disc !important;
  color: #fff;
}

/* line 168, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner .inner {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 175, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner .inner h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  word-break: break-word;
}

/* line 185, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner .inner p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 300;
}

/* line 193, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner .inner .block-button-image-alt a {
  font-size: 0.8rem;
}

/* line 203, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item .item-inner .color-overlay-reveal {
  width: 100% !important;
}

/* line 211, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item:hover .item-outer {
  opacity: 0;
}

/* line 215, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item:hover .color-overlay-reveal {
  top: 200%;
  right: 0;
  height: 300%;
  width: 150%;
  bottom: 0;
  left: 0;
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
}

/* line 225, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .item:hover .item-inner {
  opacity: 1;
  visibility: visible;
}

/* line 235, assets/sass/modules/_grid-block.scss */
.grid-block.bg-photo .grid[data-col='3'] .item .item-inner .color-overlay-reveal {
  width: 100% !important;
}

/* line 241, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section {
  position: relative;
}

/* line 243, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 249, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-outer {
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

/* line 252, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-outer img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 350px;
  height: 350px;
  padding: 40px;
}

@media (max-width: 37.5em) {
  /* line 252, assets/sass/modules/_grid-block.scss */
  .grid-block.logo-section .item .item-outer img {
    padding: 20px;
  }
}

/* line 264, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  z-index: 10;
  padding: 0 20px;
}

/* line 276, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-inner div > p {
  color: #fff;
}

/* line 280, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-inner div ul {
  list-style-type: disc !important;
  color: #fff;
}

/* line 285, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-inner h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}

/* line 291, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item .item-inner .inner {
  padding: 0 20px;
}

/* line 297, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item:hover .item-inner {
  opacity: 1;
  visibility: visible;
}

/* line 303, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item:hover .color-overlay {
  bottom: 0;
  right: 0;
  height: 300%;
  width: 150%;
  top: -100%;
  left: 0%;
}

/* line 314, assets/sass/modules/_grid-block.scss */
.grid-block.logo-section .item:hover .item-outer {
  opacity: 0;
  visibility: hidden;
}

/* line 326, assets/sass/modules/_grid-block.scss */
.home .grid-block.bg-photo .item .item-inner .inner {
  padding: 0 5px;
}

/* line 328, assets/sass/modules/_grid-block.scss */
.home .grid-block.bg-photo .item .item-inner .inner h2, .home .grid-block.bg-photo .item .item-inner .inner p {
  padding: 10px 0;
}

/* line 333, assets/sass/modules/_grid-block.scss */
.home .grid-block.bg-photo .item .item-inner .inner p {
  padding-top: 0;
  font-size: 1.1rem;
}

/* line 1, assets/sass/modules/_property-page.scss */
.filter {
  width: 100%;
  height: 100%;
  background: #231f20;
}

/* line 9, assets/sass/modules/_property-page.scss */
.filter .block-button-alt {
  display: inline;
  cursor: pointer;
}

@media screen and (max-width: 865px) {
  /* line 9, assets/sass/modules/_property-page.scss */
  .filter .block-button-alt {
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  /* line 9, assets/sass/modules/_property-page.scss */
  .filter .block-button-alt {
    display: block;
  }
}

/* line 21, assets/sass/modules/_property-page.scss */
.filter .block-button-alt a {
  text-transform: capitalize;
}

/* line 27, assets/sass/modules/_property-page.scss */
.filter .block-button-alt.active a {
  color: #231f20 !important;
  background: #fff !important;
}

/* line 35, assets/sass/modules/_property-page.scss */
.filter .all-filters, .filter .cat-filters {
  display: inline-block;
  padding: 30px 10px;
  background: #231f20;
}

@media screen and (max-width: 1000px) {
  /* line 42, assets/sass/modules/_property-page.scss */
  .filter .all-filters {
    width: 100%;
  }
}

/* line 50, assets/sass/modules/_property-page.scss */
.filter .cat-filters {
  float: right;
}

@media screen and (max-width: 1000px) {
  /* line 50, assets/sass/modules/_property-page.scss */
  .filter .cat-filters {
    width: 100%;
    float: unset;
  }
}

/* line 60, assets/sass/modules/_property-page.scss */
.property-grid {
  padding: 50px 0 100px;
  margin-top: 0 !important;
  /* 1 Columns */
  /* 2 Columns */
  /* 3 Columns */
}

/* line 65, assets/sass/modules/_property-page.scss */
.property-grid .row {
  overflow: hidden;
}

/* line 69, assets/sass/modules/_property-page.scss */
.property-grid .mix {
  float: left;
  margin: 0 1.5rem 3rem 0;
  background: #fff;
  position: relative;
}

/* line 77, assets/sass/modules/_property-page.scss */
.property-grid .mix:before {
  content: '';
  display: inline-block;
  padding-top: 56.25%;
}

/* line 85, assets/sass/modules/_property-page.scss */
.property-grid .mix {
  width: 100%;
}

@media screen and (min-width: 800px) {
  /* line 92, assets/sass/modules/_property-page.scss */
  .property-grid .mix {
    width: calc(100%/2 - 1.5rem);
    margin: 0 1.5rem 3rem 0;
  }
}

@media screen and (min-width: 1250px) {
  /* line 101, assets/sass/modules/_property-page.scss */
  .property-grid .mix {
    width: calc(100%/3 - 1.5rem);
  }
}

/* line 107, assets/sass/modules/_property-page.scss */
.property-grid .property {
  position: relative;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
}

/* line 113, assets/sass/modules/_property-page.scss */
.property-grid .property .content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 40px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 123, assets/sass/modules/_property-page.scss */
.property-grid .property .segment-city, .property-grid .property .segment-state, .property-grid .property .segment-post_code {
  font-size: 1rem;
  font-weight: 300;
}

/* line 129, assets/sass/modules/_property-page.scss */
.property-grid .property .prop-content-address .segment-post_code, .property-grid .property .prop-content-address .segment-street_name, .property-grid .property .prop-content-address .segment-street_number {
  display: none;
}

/* line 134, assets/sass/modules/_property-page.scss */
.property-grid .property .prop-inner {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  top: 10%;
  position: absolute;
  padding: 0 40px;
  z-index: 15;
  width: 100%;
  left: 0;
}

@media (max-width: 37.5em) {
  /* line 134, assets/sass/modules/_property-page.scss */
  .property-grid .property .prop-inner {
    display: none;
  }
}

/* line 148, assets/sass/modules/_property-page.scss */
.property-grid .property .prop-inner .short-description {
  opacity: 0;
  visibility: hidden;
  font-size: .9rem;
}

/* line 152, assets/sass/modules/_property-page.scss */
.property-grid .property .prop-inner .short-description p {
  margin: 5px 0 0;
}

/* line 156, assets/sass/modules/_property-page.scss */
.property-grid .property .prop-inner .short-description ul {
  color: #fff;
  list-style-type: disc;
  padding: 20px;
  margin: 0;
}

/* line 165, assets/sass/modules/_property-page.scss */
.property-grid .property:hover {
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
}

/* line 168, assets/sass/modules/_property-page.scss */
.property-grid .property:hover .color-overlay {
  bottom: 0;
  height: 300%;
  width: 150%;
  bottom: -100%;
  left: 0%;
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
}

@media (max-width: 37.5em) {
  /* line 168, assets/sass/modules/_property-page.scss */
  .property-grid .property:hover .color-overlay {
    display: none;
  }
}

/* line 183, assets/sass/modules/_property-page.scss */
.property-grid .property:hover .content {
  opacity: 0;
}

@media (max-width: 37.5em) {
  /* line 183, assets/sass/modules/_property-page.scss */
  .property-grid .property:hover .content {
    opacity: 1;
    bottom: 7%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
}

/* line 193, assets/sass/modules/_property-page.scss */
.property-grid .property:hover .prop-inner {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 37.5em) {
  /* line 193, assets/sass/modules/_property-page.scss */
  .property-grid .property:hover .prop-inner {
    display: none;
  }
}

/* line 201, assets/sass/modules/_property-page.scss */
.property-grid .property:hover .prop-inner .short-description {
  opacity: 1;
  visibility: visible;
}

/* line 211, assets/sass/modules/_property-page.scss */
.property-grid .mix {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* Prevents flicker in Chrome */
  will-change: transform, opacity;
  /* Prevents flicker in Safari */
}

/* line 217, assets/sass/modules/_property-page.scss */
.cat-shuffle-container, .cat-filters {
  display: inline-block;
  float: right;
}

/* line 223, assets/sass/modules/_property-page.scss */
.all-filters, .cat-filters {
  border: 0;
}

@media screen and (max-width: 500px) {
  /* line 6, assets/sass/modules/_property-detail.scss */
  .property-detail-block .photo-block .page-photo-block {
    padding: 50px 0px 0;
  }
}

/* line 14, assets/sass/modules/_property-detail.scss */
.property-info-block {
  padding: 100px 0;
}

@media screen and (max-width: 500px) {
  /* line 14, assets/sass/modules/_property-detail.scss */
  .property-info-block {
    padding: 50px 0px;
  }
}

/* line 21, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  /* line 21, assets/sass/modules/_property-detail.scss */
  .property-info-block .property-details {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* line 33, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about {
  padding: 40px 80px 40px;
}

/* line 36, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about ul {
  color: #333;
  list-style-type: disc;
  padding-left: 20px;
}

/* line 40, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about ul li {
  color: #333;
  font-weight: 400;
  padding-left: 10px;
}

/* line 45, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about ul li a {
  color: #333;
  text-decoration: underline;
}

/* line 48, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  /* line 33, assets/sass/modules/_property-detail.scss */
  .property-info-block .property-details .about {
    padding: 0 20px;
  }
}

/* line 58, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about h2 {
  color: #0080bf;
}

/* line 62, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about p {
  color: #333;
  font-weight: 200;
}

/* line 67, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .about.only {
  grid-column: span 3;
}

/* line 76, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .header {
  font-size: 3rem;
}

/* line 81, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .key-features {
  padding: 40px 80px;
  color: #fff;
  background: #0080bf;
}

@media screen and (max-width: 500px) {
  /* line 81, assets/sass/modules/_property-detail.scss */
  .property-info-block .property-details .key-features {
    padding: 40px 20px;
  }
}

/* line 90, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .key-features ul {
  list-style-type: disc;
  padding-left: 22px;
}

/* line 94, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .key-features ul li {
  padding-left: 10px;
}

/* line 99, assets/sass/modules/_property-detail.scss */
.property-info-block .property-details .key-features.only {
  grid-column: span 3;
}

/* line 112, assets/sass/modules/_property-detail.scss */
.map-block .acf-map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 900px) {
  /* line 119, assets/sass/modules/_property-detail.scss */
  .map-block + .photo-block .page-photo-block {
    padding-top: 0;
  }
}

/* line 129, assets/sass/modules/_property-detail.scss */
.carousel-gallery {
  padding: 30px 0;
}

@media screen and (max-width: 500px) {
  /* line 129, assets/sass/modules/_property-detail.scss */
  .carousel-gallery {
    padding: 0 0 30px;
  }
}

/* line 137, assets/sass/modules/_property-detail.scss */
.carousel-gallery .ug-thumb-wrapper {
  background-color: none !important;
}

/* line 141, assets/sass/modules/_property-detail.scss */
.carousel-gallery .ug-thumb-wrapper .ug-thumb-overlay {
  background-color: none !important;
  background: none !important;
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
}

/* line 148, assets/sass/modules/_property-detail.scss */
.carousel-gallery .ug-thumb-wrapper img {
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 156, assets/sass/modules/_property-detail.scss */
.carousel-gallery .ug-thumb-wrapper:hover .ug-thumb-overlay {
  background-color: none !important;
  z-index: 0 !important;
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
}

/* line 162, assets/sass/modules/_property-detail.scss */
.carousel-gallery .ug-thumb-wrapper:hover img {
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 174, assets/sass/modules/_property-detail.scss */
.carousel-gallery .gallery-item {
  height: 100%;
  width: 100%;
}

/* line 178, assets/sass/modules/_property-detail.scss */
.carousel-gallery .gallery-item:hover {
  cursor: pointer;
}

/* line 204, assets/sass/modules/_property-detail.scss */
.carousel-gallery .gallery-item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 217, assets/sass/modules/_property-detail.scss */
.fancybox-content {
  width: 100% !important;
  background: transparent !important;
}

/* line 224, assets/sass/modules/_property-detail.scss */
.other-properties {
  padding: 50px 0 100px;
}

@media screen and (max-width: 500px) {
  /* line 224, assets/sass/modules/_property-detail.scss */
  .other-properties {
    padding: 50px 0;
  }
}

/* line 232, assets/sass/modules/_property-detail.scss */
.other-properties .other-header {
  color: #0080bf;
  font-size: 4rem;
  margin-bottom: 50px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 232, assets/sass/modules/_property-detail.scss */
  .other-properties .other-header {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 232, assets/sass/modules/_property-detail.scss */
  .other-properties .other-header {
    font-size: 2.5rem;
  }
}

/* line 246, assets/sass/modules/_property-detail.scss */
.other-properties .other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  min-height: 325px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 246, assets/sass/modules/_property-detail.scss */
  .other-properties .other {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 900px) {
  /* line 246, assets/sass/modules/_property-detail.scss */
  .other-properties .other {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

/* line 262, assets/sass/modules/_property-detail.scss */
.other-properties .other .property-link {
  height: 100%;
  width: 100%;
}

/* line 267, assets/sass/modules/_property-detail.scss */
.other-properties .other .property {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 273, assets/sass/modules/_property-detail.scss */
.other-properties .other .property:hover .property-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}

/* line 279, assets/sass/modules/_property-detail.scss */
.other-properties .other .property:hover .color-overlay {
  bottom: 0;
  right: 0;
  height: 400%;
  width: 200%;
  bottom: -100%;
  left: 0;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

/* line 292, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .color-overlay {
  position: absolute;
  bottom: 100%;
  top: -100%;
  left: -100%;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 305, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 311, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer .property-outer-content {
  position: absolute;
  top: 80%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  padding: 0 20px;
}

@media screen and (max-width: 899px) {
  /* line 311, assets/sass/modules/_property-detail.scss */
  .other-properties .other .property .property-outer .property-outer-content {
    top: 70%;
    left: 52%;
  }
}

/* line 326, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer h2 {
  color: #fff;
  z-index: 5;
  line-height: 1;
  font-size: 1.5rem;
}

/* line 333, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer .segment-city, .other-properties .other .property .property-outer .segment-state, .other-properties .other .property .property-outer .segment-post_code {
  font-size: 1rem;
  font-weight: 300;
}

/* line 339, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer .outer-address .segment-post_code, .other-properties .other .property .property-outer .outer-address .segment-street_name, .other-properties .other .property .property-outer .outer-address .segment-street_number {
  display: none;
}

/* line 345, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-outer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 352, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner {
  top: 55%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

/* line 363, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner h2 {
  font-size: 1.5rem;
}

/* line 367, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner .segment-city, .other-properties .other .property .property-inner .segment-state, .other-properties .other .property .property-inner .segment-post_code {
  font-size: 1rem;
  font-weight: 300;
}

/* line 372, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner .segment-post_code, .other-properties .other .property .property-inner .segment-street_name, .other-properties .other .property .property-inner .segment-street_number {
  display: none;
}

/* line 376, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner .short-description {
  font-size: .9rem;
}

/* line 381, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner .short-description p {
  margin: 5px 0 0;
}

/* line 385, assets/sass/modules/_property-detail.scss */
.other-properties .other .property .property-inner .short-description ul {
  color: #fff;
  list-style-type: disc;
  padding: 10px 20px;
  margin: 0;
}

/* line 1, assets/sass/modules/_photo-block.scss */
.photo-block {
  margin: 0;
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_photo-block.scss */
  .photo-block {
    margin: 20px 0;
  }
}

/* line 10, assets/sass/modules/_photo-block.scss */
.page-photo-block {
  display: grid;
  grid-template-columns: 55% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 100px 0 100px;
}

@media screen and (max-width: 1150px) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    padding: 50px 0;
  }
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    padding: 50px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1150px) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    gap: 40px;
  }
}

@media (max-width: 37.5em) {
  /* line 10, assets/sass/modules/_photo-block.scss */
  .page-photo-block {
    gap: 20px;
    padding: 50px 0;
  }
}

/* line 50, assets/sass/modules/_photo-block.scss */
.page-photo-block .photo {
  width: 100%;
  height: 100%;
}

/* line 54, assets/sass/modules/_photo-block.scss */
.page-photo-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 62, assets/sass/modules/_photo-block.scss */
.page-photo-block .content {
  color: #333;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 90em) {
  /* line 62, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content {
    max-width: 42.25rem;
    margin: 0;
  }
}

@media (min-width: 70em) {
  /* line 62, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content {
    max-width: 42.25rem;
    margin: 0;
  }
}

@media (min-width: 64em) {
  /* line 62, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content {
    max-width: 41.25rem;
    margin: 0;
  }
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 62, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content {
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0;
  }
}

@media (max-width: 37.5em) {
  /* line 62, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content {
    max-width: 100%;
    padding: 0 1rem;
    margin: 0;
  }
}

/* line 103, assets/sass/modules/_photo-block.scss */
.page-photo-block .content h2 {
  color: #0080bf;
  font-size: 3.5rem;
}

@media screen and (max-width: 1209px) {
  /* line 103, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 103, assets/sass/modules/_photo-block.scss */
  .page-photo-block .content h2 {
    font-size: 2.5rem;
  }
}

/* line 116, assets/sass/modules/_photo-block.scss */
.page-photo-block .content p {
  margin-bottom: 40px;
  color: #333;
  font-weight: 200;
}

/* line 123, assets/sass/modules/_photo-block.scss */
.page-photo-block .content a:hover {
  text-decoration: underline;
}

/* line 129, assets/sass/modules/_photo-block.scss */
.page-photo-block .content .inner-content ul {
  list-style-type: disc;
  padding-left: 22px;
}

/* line 133, assets/sass/modules/_photo-block.scss */
.page-photo-block .content .inner-content ul li {
  padding: 10px 0;
  font-weight: 200;
}

/* line 143, assets/sass/modules/_photo-block.scss */
.page-photo-block.left {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1150px) {
  /* line 143, assets/sass/modules/_photo-block.scss */
  .page-photo-block.left {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 156, assets/sass/modules/_photo-block.scss */
.page-photo-block.right {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1150px) {
  /* line 156, assets/sass/modules/_photo-block.scss */
  .page-photo-block.right {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 64em) {
  /* line 165, assets/sass/modules/_photo-block.scss */
  .page-photo-block.right .content {
    max-width: 40.25rem;
    margin: 0 auto;
  }
}

@media (min-width: 70em) {
  /* line 165, assets/sass/modules/_photo-block.scss */
  .page-photo-block.right .content {
    max-width: 40.25rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1150px) {
  /* line 179, assets/sass/modules/_photo-block.scss */
  .page-photo-block.right .photo {
    grid-row: 1;
  }
  /* line 183, assets/sass/modules/_photo-block.scss */
  .page-photo-block.right .content {
    grid-row: 2;
  }
}

/* line 3, assets/sass/modules/_team-block.scss */
.team-block h2 {
  font-size: 4rem;
  color: #0080bf;
  margin-bottom: 20px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 3, assets/sass/modules/_team-block.scss */
  .team-block h2 {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 3, assets/sass/modules/_team-block.scss */
  .team-block h2 {
    font-size: 2.5rem;
  }
}

/* line 19, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .row {
  overflow: unset;
}

/* line 23, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  /* line 23, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 37, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 48, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 55, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo .box {
  height: 215px;
  width: 200px;
  left: 66px;
  top: 72%;
}

@media screen and (max-width: 1600px) {
  /* line 55, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .box {
    left: 75px;
    top: 72%;
  }
}

@media (max-width: 37.5em) {
  /* line 55, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .box {
    height: 120px;
    width: 120px;
    left: 50px;
  }
}

/* line 90, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo .member-details {
  position: absolute;
  left: 0;
  top: 78%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 52;
  width: 64%;
}

@media screen and (max-width: 1000px) {
  /* line 90, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details {
    width: 39%;
  }
}

@media screen and (max-width: 884px) {
  /* line 90, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details {
    width: 46%;
  }
}

@media screen and (max-width: 741px) {
  /* line 90, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details {
    width: 50%;
  }
}

@media (max-width: 37.5em) {
  /* line 90, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details {
    width: 70%;
  }
}

/* line 115, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo .member-details h2 {
  text-align: left;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 115, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details h2 {
    font-size: 4rem;
  }
}

@media (max-width: 37.5em) {
  /* line 115, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .photo .member-details h2 {
    font-size: 2.2rem;
  }
}

/* line 130, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .photo .member-details p {
  margin-top: 0;
  font-weight: 200;
  line-height: 1.3;
}

/* line 141, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .block-button-alt {
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 141, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .block-button-alt {
    position: relative;
    top: 10px;
  }
  /* line 148, assets/sass/modules/_team-block.scss */
  .team-block .team-photo-block .member-block .block-button-alt a {
    font-size: 0.8rem;
  }
}

/* line 154, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .block-button-alt a:hover {
  background: transparent;
}

/* line 162, assets/sass/modules/_team-block.scss */
.team-block .team-photo-block .member-block .content p {
  color: #333;
  font-weight: 200;
}

/* line 1, assets/sass/modules/_intro-block.scss */
.intro-block {
  padding: 50px 0 100px;
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_intro-block.scss */
  .intro-block {
    padding: 0 0 50px;
  }
}

/* line 10, assets/sass/modules/_intro-block.scss */
.intro-block .content h2 {
  color: #0080bf;
  font-size: 3.5rem;
}

@media screen and (max-width: 1209px) {
  /* line 10, assets/sass/modules/_intro-block.scss */
  .intro-block .content h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 10, assets/sass/modules/_intro-block.scss */
  .intro-block .content h2 {
    font-size: 2.5rem;
  }
}

/* line 24, assets/sass/modules/_intro-block.scss */
.intro-block .content .inner-content p {
  color: #333;
  font-weight: 200;
}

/* line 33, assets/sass/modules/_intro-block.scss */
article + .intro-block {
  padding-bottom: 50px;
}
