@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FranklinGothic URW Cond Medium";
  src: url("../fonts/CondensedMedium-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CondensedMedium-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CondensedMedium-Regular.woff") format("woff"), url("../fonts/CondensedMedium-Regular.ttf") format("truetype"), url("../fonts/CondensedMedium-Regular.svg#CondensedMedium-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*

MIXIN: RANGE

@version 0.1
@date    2015-10-21
@author  michael@marketingdesigngroup.com

This SASS mixin creates a media query for one or more predefined ranges of
screen widths. It requires a map of named ranges with min and/or max values (in
pixels). Example:

	$ranges: (
		small:   (max: 500),
		medium:  (min: 501, max: 768),
		large:   (min: 769)
	);

Bootstrap ranges are created by default, but may be overwritten in your
stylesheet after this file is included. It was designed to be used on documents
with at least one finite range (with both min and max), but should work equally
well with a mobile-first design.

Use examples:

	@include range(small) { ... }

	@include range(small, medium) { ... }

	@include range(medium, large) { ... }

	@include range(alpha, bravo, charlie) { ... }

Argument order does not matter. The ranges are merged inclusively, meaning each
included range can only expand the total scope of the final media query, not
contract it. This means that if ANY included range has a "null" max or min, the
final media query will not have a max-width or min-width constraint,
respectively. It also means that if there are gaps between the included ranges,
they will be ignored, since both min and max will have been provided.

A more sophisticated version of this mixin would detect gaps in the included
ranges and output multiple media queries.

*/
/* =WordPress Core
Source: https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

:root {
  --animate-delay: 0.5s !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

#page {
  color: #000000;
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.042em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909em;
}
@media screen and (max-width: 767px) {
  #page {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65em;
  }
}

* {
  box-sizing: border-box;
}

.clear, .clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909em;
  font-weight: 400;
  letter-spacing: 0.042em;
  margin: 0.8em 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65em;
  }
}

h1, h2, h3, h4, h5, .block-type-post_type_slider .post-slider-title, h6, .block-type-post_type_slider .post-slider-type,
.h1, .h2, .h3, .h4, .h5, .h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0.4em 0;
}

h1, .h1 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.2068965517em;
  letter-spacing: 0.03em;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4285714286em;
  }
}

h2, .h2 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.55em;
  letter-spacing: 0.03em;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}

h3, .h3 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4444444444em;
  letter-spacing: 0.03em;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
  }
}

h4, .h4 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1764705882em;
  letter-spacing: 0.22em;
  text-transform: none;
}

h5, .block-type-post_type_slider .post-slider-title, .h5 {
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6, .block-type-post_type_slider .post-slider-type, .h6 {
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

hr {
  border: 0;
  background-color: #000000;
  height: 7px;
  margin: 1em auto;
  padding: 0 !important;
}

ul, ol {
  padding-left: 1em;
  margin-top: 0em;
}

li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

a {
  color: #000000;
  text-decoration: none;
}
.entry-title a, .entry-title a:hover, .entry-title a:visited {
  text-decoration: none;
  border-bottom: none;
}

h2 + p,
.h2 + p {
  margin-top: 1em;
}

p + h2,
p + .h2 {
  margin-top: 1em;
}

.big {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.1363636364em;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .big {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .big {
    font-size: 6.5vw;
  }
}

.small, small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667em;
}

.required {
  color: #B86D2A;
}

.stylized {
  font-family: "DM Serif Display", serif !important;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .mobile-first {
    order: -1;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.white {
  color: #ffffff !important;
  color: #ffffff !important;
}
.white:active {
  color: #ffffff !important;
}
.white:visited {
  color: #ffffff !important;
}
.white:hover {
  color: #ffffff !important;
}

.gray {
  color: #617480 !important;
  color: #617480 !important;
}
.gray:active {
  color: #617480 !important;
}
.gray:visited {
  color: #617480 !important;
}
.gray:hover {
  color: #617480 !important;
}

@media screen and (min-width: 1301px) {
  .vertical-center {
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
  }
}

.to-top {
  font-size: 44px;
  display: block;
  margin: -65px 45px 0 0;
  width: 50px;
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.animate {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .animate.no-mobile-animation {
    opacity: 1;
  }
}

.page-title {
  margin-bottom: 1em;
}

.wp-block-embed__wrapper iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

.wp-block-embed__wrapper {
  display: inline-block;
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}

.button {
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  padding: 25px 30px;
  position: relative;
  letter-spacing: 0.3em;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 25px;
  }
}
.button:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

a.block-anchor {
  top: 0px;
  position: absolute;
}
@media screen and (max-width: 1300px) {
  a.block-anchor {
    top: -110px;
  }
}

.videoWrapper {
  height: 0;
  min-width: 320px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal.card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal.card {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  background-position: center 80px;
  background-repeat: no-repeat;
  background-size: 200px;
  max-height: 90vh;
  max-width: 490px;
}
.modal.card.loading iframe {
  opacity: 0;
}
.modal.card iframe {
  opacity: 1;
  transition: 100ms;
}

.iframe #masthead,
.iframe #colophon,
.iframe .to-top,
.iframe .top-bar {
  display: none;
}
.iframe body {
  background-color: #ffffff;
}
.iframe .row-background-color {
  border: none;
}
.iframe .page-header-container {
  margin-top: 30px;
}
.iframe .content-blocks .block-row {
  padding: 0;
}
.iframe .entry-content {
  margin: 0;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 80px;
  }
}
.header-style-transparent_dark + .site-content, .header-style-transparent_white + .site-content {
  margin-top: 0;
}

.site-main > article,
.site-main > #comments {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main > article,
  .site-main > #comments {
    width: 100%;
  }
}

.site-main > nav.posts-navigation {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main > nav.posts-navigation {
    width: 100%;
  }
}

.container {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.page-header-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-header-container .page-title {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .page-header-container .page-title {
    width: 100%;
  }
}
.page-header-container img {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
  display: block;
}

.post-feature + .page-header {
  background-color: #38383B;
}
.post-feature + .page-header .page-title {
  color: #ffffff;
}

.entry-content {
  width: 100%;
  margin-bottom: 50px;
}
.entry-content .content-inner-container .size-auto, .entry-content .content-inner-container .size-full, .entry-content .content-inner-container .size-large, .entry-content .content-inner-container .size-medium, .entry-content .content-inner-container .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-footer {
  position: absolute;
  left: 0;
  top: 100%;
}
.entry-footer a {
  color: #617480 !important;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .entry-footer {
    bottom: -4em;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .row {
    flex-direction: column;
  }
}
.row.row-left {
  justify-content: flex-start;
}
.row.row-left .col {
  margin-right: 1em;
}
.row.row-left .col:last-child {
  margin-right: 0;
}

.col {
  width: 100%;
}

.page-header {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-header {
    width: 100%;
  }
}

article .page-header-container .page-header {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.error-404 .page-content {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .error-404 .page-content {
    width: 100%;
  }
}

.site-header {
  padding: 40px 20px;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.site-header .container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
}
.site-header .site-logo {
  max-width: 533px;
  min-width: 300px;
  width: 100%;
  display: inline-block;
  margin: 0 13em 0 0.6em;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .site-header .site-logo {
    padding-left: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .site-header .site-logo {
    order: 1;
    max-width: 100%;
    margin: 0 0 0.2em 0;
  }
}
.site-header .site-logo svg {
  width: 100%;
  max-width: 533px;
  min-width: 300px;
}

.header-style-solid, .sticky-hide.sticky-styled, .sticky-styled.sticky {
  background-color: #ffffff;
}
.header-style-solid .menu-toggle, .sticky-hide.sticky-styled .menu-toggle, .sticky-styled.sticky .menu-toggle {
  color: #000000;
}
.header-style-solid .menu-toggle svg #hamburger, .sticky-hide.sticky-styled .menu-toggle svg #hamburger, .sticky-styled.sticky .menu-toggle svg #hamburger {
  stroke: #000000;
}

.header-style-transparent_white .main-navigation a {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:active {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:visited {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:hover {
  color: #B86D2A;
}
.header-style-transparent_white .menu-toggle {
  color: #ffffff;
}

.header-style-transparent_dark .main-navigation a {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:active {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:visited {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:hover {
  color: #B86D2A;
}
.header-style-transparent_dark .menu-toggle {
  color: #000000;
}

.sticky-hide, .sticky {
  position: absolute;
  top: -200px;
}
.sticky-hide.sticky-styled, .sticky-styled.sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 -10px 31px 0 rgba(0, 0, 0, 0.35);
}
.sticky-hide .main-navigation a, .sticky .main-navigation a {
  color: #000000;
}
.sticky-hide .main-navigation a:active, .sticky .main-navigation a:active {
  color: #000000;
}
.sticky-hide .main-navigation a:visited, .sticky .main-navigation a:visited {
  color: #000000;
}
.sticky-hide .main-navigation a:hover, .sticky .main-navigation a:hover {
  color: #B86D2A;
}

.sticky {
  top: 0;
}

.main-navigation {
  display: inline-block;
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .main-navigation {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    order: 2;
  }
  .main-navigation.toggled li {
    width: 100%;
  }
  .main-navigation.toggled li a {
    width: 100%;
  }
  .main-navigation.toggled .menu-toggle {
    color: #B86D2A;
  }
  .main-navigation.toggled .menu-toggle svg #hamburger {
    stroke: #B86D2A;
  }
}
.main-navigation a {
  padding: 10px 28px;
  color: #000000;
  text-align: center;
}
.main-navigation a:active {
  color: #000000;
}
.main-navigation a:visited {
  color: #000000;
}
.main-navigation a:hover {
  color: #B86D2A;
}

.contact-navigation {
  display: inline-block;
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-navigation ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.contact-navigation ul li a {
  padding: 10px 11px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .contact-navigation {
    align-self: center;
    order: 2;
  }
}

.menu-toggle {
  background-color: transparent;
  border: none;
  padding: 10px 11px 10px 0;
}
.menu-toggle svg {
  display: block;
}

@media screen and (min-width: 1301px) {
  .main-navigation ul {
    display: flex;
  }
  .main-navigation li {
    float: none;
  }
}
.content-blocks {
  width: 100%;
}
.content-blocks:first-child .block-row:first-child {
  padding-top: 0;
}
.content-blocks .block-row {
  display: flex;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content-blocks .block-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.content-blocks .block-row .quote-block .block-type-image.full-width-media-block {
  margin-bottom: 0;
}
.content-blocks .block-row .quote-block .media-overlay-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.74);
  padding: 40px;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.content-blocks .block-row .quote-block .media-overlay-content .overlay-content-container {
  max-width: 1200px;
  margin: auto;
}
.content-blocks .block-row .our-process, .content-blocks .block-row .our-professionals {
  max-width: 1600px;
  margin: auto;
}
.content-blocks .block-row .our-process .grid, .content-blocks .block-row .our-professionals .grid {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content-blocks .block-row .our-process .grid, .content-blocks .block-row .our-professionals .grid {
    justify-content: space-around;
  }
}
.content-blocks .block-row .our-process .grid-item, .content-blocks .block-row .our-professionals .grid-item {
  text-align: center;
  max-width: 20%;
  min-width: 20% !important;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content-blocks .block-row .our-process .grid-item, .content-blocks .block-row .our-professionals .grid-item {
    min-width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .content-blocks .block-row .our-process .grid-item, .content-blocks .block-row .our-professionals .grid-item {
    min-width: 90% !important;
  }
}
.content-blocks .block-row .our-process .grid-item:hover .grid-item-image, .content-blocks .block-row .our-professionals .grid-item:hover .grid-item-image {
  background-color: #C4BFB6;
}
.content-blocks .block-row .our-process .grid-item:hover .grid-item-image img, .content-blocks .block-row .our-professionals .grid-item:hover .grid-item-image img {
  filter: grayscale(0%);
}
.content-blocks .block-row .our-process .grid-item:hover .grid-item-content, .content-blocks .block-row .our-professionals .grid-item:hover .grid-item-content {
  color: #B86D2A !important;
}
.content-blocks .block-row .our-process .grid-item-content, .content-blocks .block-row .our-professionals .grid-item-content {
  padding: 0;
  margin-top: 40px;
}
.content-blocks .block-row .our-process .grid-item-image, .content-blocks .block-row .our-professionals .grid-item-image {
  width: 100%;
  padding-bottom: 100%;
  margin: auto;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-blocks .block-row .our-process .grid-item-image, .content-blocks .block-row .our-professionals .grid-item-image {
    max-width: 350px;
    width: 50%;
    padding-bottom: 50%;
  }
}
.content-blocks .block-row .our-process .grid-item-image-container, .content-blocks .block-row .our-professionals .grid-item-image-container {
  padding: 45px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-blocks .block-row .our-process .grid-item-image-container img, .content-blocks .block-row .our-professionals .grid-item-image-container img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.content-blocks .block-row .our-professionals .grid-item {
  max-width: 380px;
  margin: auto;
}
.content-blocks .block-row .our-professionals .grid-item-image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-blocks .block-row .our-professionals .grid-item-image {
    max-width: 100%;
    width: 80%;
    padding-bottom: 80%;
  }
}
.content-blocks .block-row .our-professionals .grid-item-image .grid-item-image-container {
  padding: 0;
}
.content-blocks .block-row .our-professionals .grid-item-image img {
  object-fit: cover;
  filter: grayscale(100%);
}
.content-blocks .block-row .our-professionals.selected .grid-item-image img {
  filter: grayscale(0%);
}

article.block.column-background-color.block-type-content {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  article.block.column-background-color.block-type-content {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  div[class*=column-count-] .block-row-container {
    flex-wrap: wrap;
  }
  div[class*=column-count-] .block-row-container .block {
    min-width: 100%;
  }
}
div[class*=column-count-] .block-row-container .block {
  flex: inherit;
}

.column-count-1 .block-row-container {
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .column-count-2 .block-row-container,
  .column-count-4 .block-row-container,
  .column-count-5 .block-row-container,
  .column-count-6 .block-row-container {
    flex-wrap: wrap;
  }
  .column-count-2 .block-row-container .block,
  .column-count-4 .block-row-container .block,
  .column-count-5 .block-row-container .block,
  .column-count-6 .block-row-container .block {
    min-width: 100%;
  }
  .column-count-2 .block-row-container .block-type-image,
  .column-count-4 .block-row-container .block-type-image,
  .column-count-5 .block-row-container .block-type-image,
  .column-count-6 .block-row-container .block-type-image {
    height: 260px;
  }
}
.column-count-2 .block-row-container .block,
.column-count-4 .block-row-container .block,
.column-count-5 .block-row-container .block,
.column-count-6 .block-row-container .block {
  flex: inherit;
}

.row-background-color.same-row-background-color {
  padding-top: 0;
}

.column-count-2 .block-columns-multi .block,
.column-count-4 .block-columns-multi .block,
.column-count-5 .block-columns-multi .block,
.column-count-6 .block-columns-multi .block {
  margin: 0;
}

hr.block-separator:first-child:last-child {
  flex: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blog article.post {
  padding-bottom: 45px;
  border-bottom: solid #617480 1px;
  margin-bottom: 70px;
}
.blog article.post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog article.post .entry-title a {
  font-weight: bold;
}
.blog article.post .entry-title a:hover {
  color: #B86D2A;
}

.blog-read-more {
  color: #B86D2A;
  text-decoration: underline;
}

.post-navigation {
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin: 1.5em auto 1.5em auto !important;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    width: 100%;
  }
}

.nav-links {
  margin: auto;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .nav-links {
    display: block;
  }
}
.nav-links .nav-next, .nav-links .nav-previous {
  color: #38383B;
  padding: 0.5em 0;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-y: center;
  border: none;
  padding: 0.5em;
}
.nav-links .nav-next a:hover, .nav-links .nav-previous a:hover {
  color: #B86D2A;
}
.nav-links .nav-next a {
  padding-right: 2em;
  padding-left: 0;
  background-position-x: right;
  text-align: right;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS4yLDUzLjMyYy0uODQuODQtMi4xOC44NC0zLjAxLDBsLTUuNTYtNS41NmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFsMTcuNzgtMTcuNzhMLjYzLDkuMmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFMNi4xOC42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGwyNC44NCwyNC44NGMuODQuODQuODQsMi4xOCwwLDMuMDFsLTI0Ljg0LDI0Ljg0WiIgc3R5bGU9ImZpbGw6ICMwMDA7IiAvPjwvc3ZnPg==);
}
.nav-links .nav-next a:before {
  content: "/";
  color: #38383B;
  padding-right: 0.5em;
}
.nav-links .nav-previous a {
  padding-left: 2em;
  background-position-x: left;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggZD0iTTE2LjI2LDI2Ljk3bDE3Ljc4LDE3Ljc4Yy44NC44NC44NCwyLjE4LDAsMy4wMWwtNS41Niw1LjU2Yy0uODQuODQtMi4xOC44NC0zLjAxLDBMLjYzLDI4LjQ4Yy0uODQtLjg0LS44NC0yLjE4LDAtMy4wMUwyNS40Ny42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGw1LjU2LDUuNTZjLjg0Ljg0Ljg0LDIuMTgsMCwzLjAxbC0xNy43OCwxNy43OFoiIHN0eWxlPSJmaWxsOiAjMDAwIiAvPjwvc3ZnPg==);
}

@media screen and (max-width: 767px) {
  .project-content {
    padding: 20px 0 40px;
  }
}

.natloh_project {
  width: 90%;
  margin: 0 auto;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .natloh_project {
    padding: 20px 40px;
    width: 100%;
  }
}
.natloh_project:nth-child(even) .project-header-container {
  right: auto;
  left: 0;
  background-color: #617480;
}
.natloh_project:nth-child(even) .project-feature-image {
  margin-right: 0;
  margin-left: auto;
}
.natloh_project:nth-child(3n) {
  background-color: #38383B;
}
@media screen and (max-width: 767px) {
  .natloh_project:nth-child(3n) {
    padding: 40px;
  }
}

.project-entry-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .project-entry-content {
    display: flex;
    flex-direction: column;
  }
}

.project-header-container {
  background-color: #B86D2A;
  width: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20%;
  padding: 50px 60px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .project-header-container {
    width: 70%;
    top: 30%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .project-header-container {
    position: relative;
    width: 100%;
    order: 2;
    padding: 30px 25px;
  }
}
.project-header-container a {
  color: #ffffff;
}
.project-header-container .page-header {
  margin: 0;
  padding: 0;
}
.project-header-container .page-header .page-title {
  margin: 0;
}
.project-header-container .project-link {
  border-bottom: solid 7px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
}

.project-feature-image {
  width: 70%;
  padding-bottom: 56%;
  position: relative;
}
.project-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .project-feature-image {
    width: 100%;
  }
}

.project-hero-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  height: 80vh;
  overflow: hidden;
  margin-left: -50vw;
  margin-right: -50vw;
}
.project-hero-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.project-details {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .project-details {
    flex-direction: column;
  }
}
.project-details .project-content {
  padding-right: 50px;
  border-right: solid 7px #38383B;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .project-details .project-content {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: solid 7px #38383B;
  }
}
.project-details .project-data {
  text-transform: uppercase;
  margin: 4.32em 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .project-details .project-data {
    margin: 2.32em 0;
    padding: 0;
  }
}
.project-details .project-data p {
  margin: 0.2em 0;
}
.project-details .project-data strong {
  font-weight: 400;
  color: #B86D2A;
}

.project-images {
  margin-top: 55px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.project-images .project-images-container {
  display: grid;
  gap: 70px;
  grid-template-columns: 1.25fr 1fr 2.25fr;
  grid-auto-rows: 500px;
}
@media screen and (max-width: 1300px) {
  .project-images .project-images-container {
    display: block;
  }
}
.project-images .project-image {
  height: 100%;
}
.project-images .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-images .project-image.first-image {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.project-images .project-image:nth-child(2) {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important;
  grid-row-start: 1;
  grid-row-end: 2;
}
.project-images .project-image:nth-child(3) {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important;
  grid-row-start: 2;
  grid-row-end: 3;
}
.project-images .project-image:nth-child(even) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.project-header .page-title {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 0.6545454545em;
}

.block-type-post_type_slider {
  margin: 0;
}
.block-type-post_type_slider .post-slider {
  display: flex;
  padding: 20px;
}
.block-type-post_type_slider .post-slider-item {
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.block-type-post_type_slider .post-slider-image {
  height: 400px;
  overflow: hidden;
}
.block-type-post_type_slider .post-slider-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.block-type-post_type_slider .post-slider-details {
  margin-top: 50px;
}
.block-type-post_type_slider .post-slider-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-type-post_type_slider .post-slider-title:after {
  display: block;
  content: " ";
  height: 7px;
  width: 77px;
  background-color: #000000;
  margin: 1em auto;
}
.block-type-post_type_slider .post-slider-type {
  color: #617480;
}
.block-type-post_type_slider .slick-arrow {
  height: 400px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  min-width: 35px;
  background-position-y: center;
  border: none;
  text-indent: -9999px;
  color: #fff;
  font-size: 1px;
}
.block-type-post_type_slider .slick-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggZD0iTTE2LjI2LDI2Ljk3bDE3Ljc4LDE3Ljc4Yy44NC44NC44NCwyLjE4LDAsMy4wMWwtNS41Niw1LjU2Yy0uODQuODQtMi4xOC44NC0zLjAxLDBMLjYzLDI4LjQ4Yy0uODQtLjg0LS44NC0yLjE4LDAtMy4wMUwyNS40Ny42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGw1LjU2LDUuNTZjLjg0Ljg0Ljg0LDIuMTgsMCwzLjAxbC0xNy43OCwxNy43OFoiIHN0eWxlPSJmaWxsOiAjMDAwIiAvPjwvc3ZnPg==);
}
.block-type-post_type_slider .slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS4yLDUzLjMyYy0uODQuODQtMi4xOC44NC0zLjAxLDBsLTUuNTYtNS41NmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFsMTcuNzgtMTcuNzhMLjYzLDkuMmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFMNi4xOC42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGwyNC44NCwyNC44NGMuODQuODQuODQsMi4xOCwwLDMuMDFsLTI0Ljg0LDI0Ljg0WiIgc3R5bGU9ImZpbGw6ICMwMDA7IiAvPjwvc3ZnPg==);
}

.block-type-about {
  padding-top: 10px !important;
}
.block-type-about .block-media-container {
  height: auto;
  margin-bottom: 2em;
}
.block-type-about .slick-slide {
  vertical-align: top !important;
}
.block-type-about .slick-cloned {
  opacity: 1;
}
.block-type-about .close-bio, .block-type-about .show-bio {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 15px;
  top: 73px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .block-type-about .close-bio, .block-type-about .show-bio {
    top: 41px;
    right: 20px;
  }
}
.block-type-about .about-profile, .block-type-about .about-bio-profile {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 999999px;
  overflow: hidden;
  margin: auto;
}
.block-type-about .about-profile img, .block-type-about .about-bio-profile img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.block-type-about .about-name {
  display: block;
  text-align: center;
  font-weight: 900;
  color: #B86D2A;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 0.8em 0;
  letter-spacing: 0.2em;
}
.block-type-about .about-title {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #38383B;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667em;
  letter-spacing: 0.2em;
}
.block-type-about .about-bio-container {
  position: relative;
  padding-bottom: 40px;
}
.block-type-about .about-bio-container:last-child {
  padding-bottom: 0;
}
.block-type-about .about-bio-profile {
  width: 285px;
  height: 285px;
  position: relative;
  top: -75%;
  margin-bottom: -45%;
}
@media screen and (max-width: 767px) {
  .block-type-about .about-bio-profile {
    position: static;
    bottom: auto;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
.block-type-about .about-bio-headline {
  background-color: #617480;
  padding-bottom: 0 !important;
  padding-top: 0;
  margin-top: 5em;
}
.block-type-about .about-bio-description {
  background-color: #617480;
  z-index: 0;
  padding-top: 0em;
  color: #ffffff;
}
.block-type-about .about-bio-tagline {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.28em;
  color: #ffffff;
  font-family: "FranklinGothic URW Cond Medium", "Fira Sans Condensed", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 83px;
  padding-bottom: 1em;
  margin: 0;
  text-align: right;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .block-type-about .about-bio-tagline {
    position: static;
    padding-top: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.block-type-about .about-bio-tagline .about-bio-name {
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.block-type-about .block-row-container {
  display: flex;
  max-width: 1600px;
  padding: 0 20px 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .block-type-about .block-row-container {
    width: 100%;
  }
}
.block-type-about .block-row-container .block-type-content {
  width: 100%;
  padding: 0 20px;
}
.block-type-about .slick-arrow {
  top: 35% !important;
}

.bio-dark .about-bio-headline {
  background-color: #38383B;
}
.bio-dark .about-bio-description {
  background-color: #38383B;
}

.top-bar {
  background-color: #38383B;
  color: #ffffff;
  min-height: 60px;
  padding: 0 45px;
  align-items: center;
  justify-content: center;
}
.top-bar .col {
  width: auto;
}
.top-bar a {
  color: #97a6b0;
  text-decoration: none;
}
.top-bar a:active {
  color: #97a6b0;
}
.top-bar a:visited {
  color: #97a6b0;
}
.top-bar a:hover {
  color: #ffffff;
}
.top-bar p, .top-bar span {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
.top-bar > div:last-child {
  text-align: right;
}
.top-bar .widget {
  display: inline-block;
  padding-right: 10px;
}
.top-bar .widget:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .top-bar div {
    text-align: center !important;
  }
  .top-bar .widget {
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .top-bar .widget:last-child {
    padding-bottom: 0;
  }
}

.schema-faq-section {
  margin-bottom: 2em;
}

.schema-faq-question {
  color: #B86D2A;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

div.wpcf7 .wpcf7-form {
  margin-bottom: 1em;
}
div.wpcf7 .wpcf7-form p {
  padding: 0;
  margin: 0;
}
div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio]),
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
  color: #38383B;
  background-color: #ffffff;
  border: 1px solid #C4BFB6;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  padding: 20px 35px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio]),
  div.wpcf7 .wpcf7-form select,
  div.wpcf7 .wpcf7-form textarea {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio])::placeholder,
div.wpcf7 .wpcf7-form select::placeholder,
div.wpcf7 .wpcf7-form textarea::placeholder {
  color: #C4BFB6;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
}
div.wpcf7 .wpcf7-form input[type=submit] {
  color: #ffffff !important;
  background-color: #B86D2A !important;
  border: none !important;
  width: 180px !important;
}
div.wpcf7 .wpcf7-form textarea {
  width: 100%;
}
div.wpcf7 .wpcf7-form .wpcf7-list-item {
  display: block;
}
div.wpcf7 .wpcf7-form .ajax-loader {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
div.wpcf7 .wpcf7-form .mailing-list input {
  border: 1px solid #ffffff !important;
}
div.wpcf7 .wpcf7-form .row {
  margin: 24px 0;
}
div.wpcf7 .wpcf7-form .row > *:first-child {
  margin-left: 0 !important;
}
div.wpcf7 .wpcf7-form .row > *:first-child > .block-button-link {
  margin-left: 0 !important;
}
div.wpcf7 .wpcf7-form .row > *:last-child {
  margin-right: 0 !important;
}
div.wpcf7 .wpcf7-form .row > *:last-child > .block-button-link {
  margin-right: 0 !important;
}
div.wpcf7 .wpcf7-form .row .col {
  margin: 0 12px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  div.wpcf7 .wpcf7-form .row .col {
    margin: 12px 0;
  }
}
div.wpcf7 .wpcf7-form .contact-message {
  position: relative;
}
div.wpcf7 .wpcf7-form .contact-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #38383B;
  width: 40px;
  height: 40px;
  margin: 25px 35px;
}
div.wpcf7 .wpcf7-form .contact-submit input[type=submit].contact-submit-button {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
  text-indent: -9999px;
  font-size: 1px;
}
div.wpcf7 .wpcf7-form .contact-submit .contact-submit-icon {
  font-size: 36px;
  transition: 0.1s;
}
div.wpcf7 .wpcf7-form .contact-submit:hover .contact-submit-icon {
  color: #617480;
}
div.wpcf7 .wpcf7-response-output {
  margin: 1em 0;
}
div.wpcf7 .single-line-form .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
}
div.wpcf7 .single-line-form .ajax-loader {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}
div.wpcf7 .single-line-form input {
  min-width: auto;
  vertical-align: top;
}

#colophon .footer-wrapper {
  background-color: #38383B;
  color: #ffffff;
  padding: 90px 100px 40px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #colophon .footer-wrapper {
    justify-content: space-around;
    padding: 40px 20px;
  }
}
#colophon .footer-wrapper .col {
  width: auto;
}
#colophon .footer-logo {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  #colophon .footer-logo {
    padding: 0;
  }
}
#colophon .footer-logo svg {
  width: 96px;
}
#colophon .footer-content {
  margin: 0 0 0 auto;
}
#colophon .footer-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1300px) {
  #colophon .footer-content {
    margin: 0;
  }
}
#colophon .footer-sidebar {
  background-color: #ffffff;
  padding: 20px;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #colophon .footer-sidebar {
    padding: 20px;
  }
}
#colophon .copyright {
  background-color: #38383B;
  padding: 10px 100px;
}

.mc-modal-bg {
  z-index: 99990 !important;
}

.mc-modal {
  z-index: 99999 !important;
}

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