@charset "UTF-8";
/*!
Theme Name: Ameritus
Author: ES99 by Brad Cerwin
Author URI:
Description: Official theme for Ameritus
Version: 1.0.0
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

/**
 * Basic styles for links
 */
a {
  color: #97793d;
}
a:hover, a:active, a:focus {
  color: #0e2a42;
  text-decoration: underline;
}

/**
 * Browse Happy Message styling
 */
.browsehappy {
  position: fixed;
  top: 0;
  background-color: red;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 150px;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  z-index: 2000;
}
.browsehappy a {
  color: #fff;
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #545454;
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
}

h1, body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .gform_title, h2 {
  color: #0e2a42;
  font-family: "poynter-oldstyle-display", "Courier New", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.5px;
  margin-top: 0;
}

h1, body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .gform_title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.5;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 48em) {
  h1, body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .gform_title {
    font-size: 35px;
  }
}
@media screen and (min-width: 64em) {
  h1, body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .gform_title {
    font-size: 40px;
    letter-spacing: -1px;
  }
}

.h1--sans {
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media screen and (min-width: 48em) {
  .h1--sans {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 64em) {
  .h1--sans {
    font-size: 22px;
    letter-spacing: 4.5px;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.h2--sans {
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #545454;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .h2--sans {
    font-size: 15px;
    letter-spacing: 2.5px;
    line-height: 20px;
  }
}
@media screen and (min-width: 64em) {
  .h2--sans {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 20px;
  }
}

h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 0;
}

p, body .gform_wrapper .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .gform_description {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  p, body .gform_wrapper .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .gform_description {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  p, body .gform_wrapper .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .gform_description {
    font-size: 20px;
  }
}

.body-text--md, .team-member__name {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .body-text--md, .team-member__name {
    font-size: 18px;
    line-height: 24px;
  }
}

.body-text--sm, .member__dept, .team-member__dept, .office-type__title, .portfolio-slide__address {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .body-text--sm, .member__dept, .team-member__dept, .office-type__title, .portfolio-slide__address {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
  }
}

.text-inverted {
  color: white;
}

.text-bold {
  font-weight: 700;
}

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

@media screen and (max-width: 48em) {
  .text-center--md {
    text-align: center;
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 90em; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

.hide-mobile {
  display: none;
}
@media screen and (min-width: 48em) {
  .hide-mobile {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .hide-desktop {
    display: none;
  }
}

.pt-10 {
  padding-top: 10px;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineReveal {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.fade-up[data-emergence=hidden] {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}

.fade-up[data-emergence=visible] {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.line-reveal[data-emergence=hidden] {
  transform: scaleY(0);
}

.line-reveal[data-emergence=visible] {
  transform: scaleY(1);
  transform-origin: top center;
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.main-content {
  max-width: 90em;
}
@media screen and (min-width: 0) {
  .main-content {
    margin: 0 6.4935064935%;
  }
}
@media screen and (min-width: 30em) {
  .main-content {
    margin: 0 4.4247787611%;
  }
}
@media screen and (min-width: 48em) {
  .main-content {
    margin: 0 7.4074074074%;
  }
}
@media screen and (min-width: 64em) {
  .main-content {
    margin: 0 5.1282051282%;
  }
}
@media screen and (min-width: 90em) {
  .main-content {
    margin: 0 5.1282051282%;
  }
}
@media screen and (min-width: 100.2857142857em) {
  .main-content {
    margin: 0 auto;
  }
}

.l-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 48em) {
  .l-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.site-main {
  padding-top: 52px;
}
@media screen and (min-width: 64em) {
  .site-main {
    padding-top: 81px;
  }
}

@media screen and (min-width: 48em) {
  .l-site-page {
    width: 82.8571428571%;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-header {
  margin-bottom: 25px;
}

.site-header {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0e2a42;
  z-index: 999;
}
@media screen and (min-width: 64em) {
  .site-header {
    padding-top: 35px;
    padding-bottom: 18px;
  }
}

.site-header__container {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.site-header__logo-bud {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  margin-left: 4.347826087%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 30em) {
  .site-header__logo-bud {
    margin-left: 4.347826087%;
  }
}
@media screen and (min-width: 48em) {
  .site-header__logo-bud {
    margin-left: 7.4074074074%;
  }
}
@media screen and (min-width: 64em) {
  .site-header__logo-bud {
    opacity: 1;
    width: 50px;
    margin-left: 5.1282051282%;
  }
}

.site-header__logo-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 115px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-left: 4.347826087%;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 30em) {
  .site-header__logo-word {
    margin-left: 4.347826087%;
  }
}
@media screen and (min-width: 48em) {
  .site-header__logo-word {
    margin-left: 7.4074074074%;
  }
}
@media screen and (min-width: 64em) {
  .site-header__logo-word {
    opacity: 0;
    top: 54%;
    width: 155px;
    margin-left: 5.1282051282%;
  }
}

@media screen and (min-width: 64em) {
  .is-scrolled .site-header__logo-bud {
    opacity: 0;
  }
  .is-scrolled .site-header__logo-word {
    opacity: 1;
  }
}

.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  background-color: white;
  margin: 0;
  padding-left: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 64em) {
  .main-navigation ul {
    display: block;
    box-shadow: none;
  }
}
.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:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #545454;
}
@media screen and (min-width: 64em) {
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation li:after {
    width: 0;
    height: 0;
  }
}
.main-navigation a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .main-navigation a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px;
    margin-right: 40px;
  }
  .main-navigation a:hover {
    color: #97793d;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #97793d;
}

.nav-link__contact-us a {
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 64em) {
  .nav-link__contact-us {
    border: 1px solid #97793d;
  }
}

.nav-link__portal a {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .nav-link__portal a {
    font-size: 16px;
    color: #6d7278;
    text-align: right;
    letter-spacing: 1.12px;
    width: max-content;
    padding: 0;
    position: absolute;
    top: -23px;
    right: 0;
  }
}

/* Small menu. */
.menu-toggle {
  display: block;
  padding: 15px 5px;
}
@media screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation.toggled ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 64em) {
  .main-navigation.toggled ul {
    display: block;
    position: relative;
  }
}

.menu-toggle em,
.menu-toggle em::after,
.menu-toggle em::before {
  display: block;
  position: relative;
  height: 2px;
  width: 24px;
  background-color: white;
}
.menu-toggle em {
  transition: background-color 0.2s;
}
.menu-toggle em::before,
.menu-toggle em::after {
  position: absolute;
  content: "";
  left: 0;
  transition: transform 0.2s;
}
.menu-toggle em::before {
  /* this is the menu icon top line */
  transform: translateY(-6px);
}
.menu-toggle em::after {
  /* this is the menu icon bottom line */
  transform: translateY(6px);
}
@media screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation.toggled .menu-toggle em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.main-navigation.toggled .menu-toggle em::before {
  /* rotate top line */
  transform: rotate(-45deg);
}
.main-navigation.toggled .menu-toggle em::after {
  /* rotate bottom line */
  transform: rotate(45deg);
}

.site-footer {
  background-color: #97793d;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.site-footer a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-decoration: none;
}
.site-footer a:hover {
  color: #0e2a42;
}
@media screen and (min-width: 30em) {
  .site-footer a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 30em) {
  .site-footer p, .site-footer body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .site-footer .gform_description, .site-footer body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .site-footer .gform_description {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 64em) {
  .site-info {
    display: flex;
    justify-content: space-between;
  }
}

.l-site-footer__col {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 30em) {
  .l-site-footer__main {
    display: flex;
  }
}

.l-site-footer__logo {
  width: 40px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 30em) {
  .l-site-footer__logo {
    margin-right: 30px;
  }
}
@media screen and (min-width: 48em) {
  .l-site-footer__logo {
    width: 50px;
    margin-right: 55px;
  }
}

.l-site-footer__contact-info address {
  font-size: 18px;
  color: white;
  font-style: normal;
  line-height: 25px;
}
@media screen and (min-width: 30em) {
  .l-site-footer__contact-info {
    display: flex;
    margin-right: 50px;
  }
}
@media screen and (min-width: 48em) {
  .l-site-footer__contact-info {
    margin-right: 75px;
  }
}
@media screen and (min-width: 64em) {
  .l-site-footer__contact-info {
    margin-right: 55px;
  }
}
@media screen and (min-width: 90em) {
  .l-site-footer__contact-info {
    margin-right: 120px;
  }
}

.footer__site-links ul {
  margin: 0;
  padding: 0;
}
.footer__site-links li {
  list-style: none;
  text-decoration: none;
}
.footer__site-links a {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 30em) {
  .site-links-col2,
  .footer__email-form,
  .footer__privacy,
  .footer__social-links {
    margin-left: 70px;
  }
}
@media screen and (min-width: 48em) {
  .site-links-col2,
  .footer__email-form,
  .footer__privacy,
  .footer__social-links {
    margin-left: 105px;
  }
}
@media screen and (min-width: 64em) {
  .site-links-col2,
  .footer__email-form,
  .footer__privacy,
  .footer__social-links {
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .footer__email-form {
    width: 31.4285714286%;
  }
}

.l-site-footer__meta {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .l-site-footer__meta {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-site-footer__meta p, .l-site-footer__meta body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .l-site-footer__meta .gform_description, .l-site-footer__meta body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .l-site-footer__meta .gform_description {
  font-size: 15px;
}

@media screen and (min-width: 64em) {
  .footer__privacy {
    margin-left: 105px;
  }
}
.footer__privacy a {
  font-size: 15px;
}

@media screen and (min-width: 64em) {
  .footer__social-links {
    display: flex;
    flex-direction: column-reverse;
    width: 31.4285714286%;
  }
}

.copyright {
  margin-bottom: 10px;
}

.social-icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  margin-bottom: 5px;
  fill: #fff;
}
.social-icon:hover {
  fill: #0e2a42;
}

.footer__vertical-line {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 2px;
  background-color: #000;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .footer__vertical-line {
    top: -50px;
    height: 100px;
    width: 3px;
  }
}

.contact-footer {
  width: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  background-color: #0e2a42;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .contact-footer {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 64em) {
  .contact-footer {
    padding-top: 65px;
    padding-bottom: 90px;
  }
}

.contact-footer__inner {
  width: 100%;
  padding-left: 7.4074074074%;
  padding-right: 7.4074074074%;
}
@media screen and (min-width: 64em) {
  .contact-footer__inner {
    width: 57.1428571429%;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn, .btn--outline, .btn--secondary {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0e2a42;
  padding: 15px 20px;
  margin-top: 20px;
}
.btn:hover, .btn--outline:hover, .btn--secondary:hover {
  color: #97793d;
  text-decoration: none;
}
.btn:active, .btn--outline:active, .btn--secondary:active {
  background-color: #97793d;
  color: #fff;
}

.btn--secondary {
  color: #0e2a42;
  background-color: #fff;
}

.btn--outline {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn--outline:hover {
  color: #97793d;
  border: 1px solid #97793d;
}

.btn--dropdown {
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 15px;
  background-color: #fff;
  border: 1.5px solid #0e2a42;
  color: #0e2a42;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.featherlight .featherlight-close-icon {
  top: 5px;
  right: 5px;
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  color: #97793d;
}

.dropdown {
  position: relative;
  width: 215px;
  text-align: left;
  color: #0e2a42;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.dropdown .dropdown-list {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d8d8d8;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  font-size: 13px;
  color: #545454;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  overflow-y: scroll;
  z-index: 900;
}
.dropdown .dropdown-option {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #d8d8d8;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown .dropdown-label {
  display: block;
  background: #fff;
  border: 2px solid #0e2a42;
  padding: 15px 25px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}
.dropdown .dropdown-label:after {
  position: absolute;
  content: "";
  border-left: 2px solid #0e2a42;
  border-top: 2px solid #0e2a42;
  padding: 4px;
  right: 20px;
  top: 15px;
  transform: rotate(-135deg);
}
.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.page-hero {
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

.page-hero__image {
  display: block;
  width: 100%;
}

.page-hero__image-wrapper {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 64em) {
  .page-hero__image-wrapper {
    width: 91.4285714286%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-hero__video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 55%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 64em) {
  .page-hero__video-wrapper {
    width: 91.4285714286%;
    padding-bottom: 43%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bg-video {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 40px;
  transition: transform 0.3s;
}
@media screen and (min-width: 48em) {
  .play-icon {
    width: 55px;
  }
}
@media screen and (min-width: 64em) {
  .play-icon {
    width: 80px;
  }
}
.play-icon:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.vertical-line {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 2px;
  background-color: #000;
}
@media screen and (min-width: 64em) {
  .vertical-line {
    bottom: -50px;
    height: 100px;
    width: 3px;
  }
}

.page-hero__text-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .page-hero__text-block {
    width: 91.4285714286%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.page-cta {
  width: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #0e2a42;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 64em) {
  .page-cta {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.page-cta--gold {
  background-color: #97793d;
}

.page-cta__headline {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .page-cta__headline {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 64em) {
  .page-cta__headline {
    margin-bottom: 20px;
  }
}

.page-feature__section, .awards-feature__section {
  width: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  background-color: #0e2a42;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .page-feature__section, .awards-feature__section {
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 64em) {
  .awards-feature__section {
    padding-bottom: 250px;
  }
}

.page-feature {
  position: relative;
  margin-left: 4.347826087%;
  margin-right: 4.347826087%;
  margin-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .page-feature {
    margin-left: 7.4074074074%;
    margin-right: 7.4074074074%;
  }
}
@media screen and (min-width: 64em) {
  .page-feature {
    width: 82.8571428571%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 160px;
  }
}
.page-feature:last-child {
  margin-bottom: 0;
}

.feature__img {
  display: block;
}

.feature__text-container {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 15;
}
@media screen and (min-width: 30em) {
  .feature__text-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 64em) {
  .feature__text-container {
    position: absolute;
    bottom: -50px;
    width: 51.4285714286%;
    text-align: left;
    padding: 60px 55px;
  }
}
@media screen and (min-width: 64em) {
  .feature__text-container.--left {
    left: -50px;
  }
}
@media screen and (min-width: 64em) {
  .feature__text-container.--right {
    right: -50px;
  }
}
@media screen and (min-width: 64em) {
  .feature__text-container.--center {
    bottom: -165px;
    left: 100px;
    width: 60%;
  }
}

@media screen and (min-width: 30em) {
  .feature__text-block {
    max-width: 25em;
    margin: auto;
  }
}

.bg-bug__why-ameritus {
  position: absolute;
  z-index: 1;
  opacity: 0.15;
}
@media screen and (min-width: 48em) {
  .bg-bug__why-ameritus {
    top: 500px;
    right: -250px;
  }
}
@media screen and (min-width: 64em) {
  .bg-bug__why-ameritus {
    top: 500px;
    right: -450px;
    z-index: 0;
  }
}
@media screen and (min-width: 48em) {
  .bg-bug__why-ameritus img {
    width: 550px;
    height: 550px;
  }
}
@media screen and (min-width: 64em) {
  .bg-bug__why-ameritus img {
    width: 1200px;
    height: 1200px;
  }
}

.award-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .award-logos {
    justify-content: flex-start;
  }
}
.award-logos img {
  height: 50px;
  margin-right: 20px;
}
@media screen and (min-width: 48em) {
  .award-logos img {
    height: 70px;
    margin-right: 25px;
  }
}

/* --------------------------------

File: image-comparison-slider

-------------------------------- */
figure {
  margin: 0;
}

.compare-slider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .compare-slider {
    width: 50%;
    align-self: center;
  }
}
.compare-slider img {
  display: block;
  pointer-events: none;
}

.compare-slider__inner {
  position: relative;
}

.compare-slider__img {
  position: relative;
  user-select: none;
  overflow: hidden;
}

.compare-slider__caption {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.compare-slider__img--original .compare-slider__caption {
  right: 0;
}

.compare-slider__img--modified .compare-slider__caption {
  left: 0;
}

.compare-slider__handle {
  display: none;
  position: absolute;
  top: 50%;
  left: 30%;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  color: black;
  background-color: white;
  cursor: grab;
  will-change: left;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) translateX(-50%) scale(0);
  margin-left: -1px;
}

.compare-slider--is-dragging .compare-slider__handle {
  cursor: grabbing;
}

.compare-slider__input-handle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.compare-slider__img--modified {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transform: translateZ(0);
  border-right: 2px solid white;
  will-change: width;
}
.compare-slider__img--modified img {
  height: 100%;
  width: auto;
  max-width: none;
}

.compare-slider--in-viewport .compare-slider__img--modified {
  width: 30%;
  animation: compare-slider-bounce-in 0.7s;
}

.compare-slider__caption {
  opacity: 0;
  transform: translateY(20px);
}

.compare-slider--in-viewport .compare-slider__caption {
  opacity: 1;
  transform: translateY(0);
}

.compare-slider--in-viewport .compare-slider__caption--is-hidden {
  opacity: 0;
  visibility: hidden;
}

.compare-slider__img--original .compare-slider__caption--is-hidden {
  transform: translateX(30px);
}

.compare-slider__img--modified .compare-slider__caption--is-hidden {
  transform: translateX(-30px);
}

.compare-slider__handle {
  display: block;
  display: flex;
  opacity: 0;
}

.compare-slider--in-viewport .compare-slider__handle {
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}

.compare-slider__input-handle {
  display: block;
}

.compare-slider--reduced-motion .compare-slider__img--modified {
  animation: none;
}

.compare-slider--reduced-motion .compare-slider__handle,
.compare-slider--reduced-motion .compare-slider__caption {
  transition: none;
}

@keyframes compare-slider-bounce-in {
  0% {
    width: 0%;
  }
  60% {
    width: 35%;
  }
  100% {
    width: 30%;
  }
}
.flickity-viewport {
  transition: height 0.2s;
}

.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: #0e2a42;
  opacity: 0.9;
}
.flickity-prev-next-button:hover {
  background: #0e2a42;
}
.flickity-prev-next-button:hover .arrow {
  fill: #97793d;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-prev-next-button.no-svg {
  color: #fff;
}
.flickity-prev-next-button.previous {
  background: transparent;
}
.flickity-prev-next-button.previous .arrow {
  fill: #0e2a42;
}
.flickity-prev-next-button.previous:hover .arrow {
  fill: #fff;
}

.flickity-button:active {
  opacity: 1;
}

.hero-slider .flickity-prev-next-button.previous {
  display: none;
}
.hero-slider .flickity-prev-next-button.next {
  top: auto;
  bottom: -46px;
  right: 34%;
  transform: translateY(-100%);
}
@media screen and (min-width: 30em) {
  .hero-slider .flickity-prev-next-button.next {
    right: 36%;
  }
}
@media screen and (min-width: 48em) {
  .hero-slider .flickity-prev-next-button.next {
    right: 22.5%;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider .flickity-prev-next-button.next {
    right: 16.5%;
  }
}

.hero-image {
  display: block;
  width: 100%;
}

.hero-slider--small {
  position: absolute;
  bottom: -35px;
  right: calc(-50vw + 50%);
  width: 40%;
  animation: slideLeft cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .hero-slider--small {
    bottom: -40px;
    right: 0;
    width: 28.5714285714%;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider--small {
    bottom: -40px;
    right: 0;
    width: 20%;
  }
}
.hero-slider--small a {
  display: block;
  width: 100%;
}

.hero-slider--text {
  position: absolute;
  bottom: -25px;
  right: -15px;
  width: 38%;
  z-index: 900;
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .hero-slider--text {
    transform: rotate(90deg);
    transform-origin: center center;
    bottom: 72%;
    right: -110px;
    width: 300px;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider--text {
    bottom: 66%;
    right: -78px;
  }
}
@media screen and (min-width: 90em) {
  .hero-slider--text {
    bottom: 63%;
    right: -55px;
  }
}
.hero-slider--text a {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero-slider--text a {
    color: #545454;
  }
}
.hero-slider--text a:hover {
  text-decoration: underline;
}

.services-slider {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .services-slider {
    display: flex;
  }
}
.services-slider .flickity-page-dots {
  text-align: left;
}

.section__services {
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 2.8571428571%;
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 48em) {
  .section__services {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.services-intro-text {
  margin-bottom: 25px;
  margin-right: 13.3333333333%;
}
@media screen and (min-width: 48em) {
  .services-intro-text {
    width: 31.4285714286%;
    margin-right: 2.8571428571%;
  }
}

.services-slide {
  width: 70%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: solid 1px #979797;
  margin-right: 2.8571428571%;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .services-slide {
    width: 60%;
  }
}
@media screen and (min-width: 48em) {
  .services-slide {
    width: 50%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .services-slide {
    width: 31.4285714286%;
  }
}
.services-slide:last-child {
  margin-right: 0;
}
.services-slide h4 {
  color: #0e2a42;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}

.services-icon {
  height: 75px;
  margin-bottom: 20px;
}

.flickity-resize .services-slide {
  min-height: 100%;
}

.services-slider:after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 64em) {
  .services-slider:after {
    content: "";
  }
}

.section__testimonial {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .section__testimonial {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.testimonial-slider {
  width: 82.8571428571%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
.testimonial-slider .flickity-prev-next-button {
  width: 35px;
  height: 35px;
  background-color: transparent;
}
.testimonial-slider .flickity-prev-next-button:hover {
  background-color: transparent;
}
.testimonial-slider .flickity-prev-next-button:hover .arrow {
  fill: #97793d;
}
.testimonial-slider .flickity-prev-next-button .arrow {
  fill: #0e2a42;
}
.testimonial-slider .flickity-prev-next-button.no-svg {
  color: #0e2a42;
}
.testimonial-slider .flickity-prev-next-button.previous {
  top: 85%;
  left: 38%;
}
@media screen and (min-width: 48em) {
  .testimonial-slider .flickity-prev-next-button.previous {
    left: 40%;
  }
}
@media screen and (min-width: 64em) {
  .testimonial-slider .flickity-prev-next-button.previous {
    left: 44.5%;
  }
}
.testimonial-slider .flickity-prev-next-button.next {
  top: 85%;
  right: 38%;
}
@media screen and (min-width: 48em) {
  .testimonial-slider .flickity-prev-next-button.next {
    right: 40%;
  }
}
@media screen and (min-width: 64em) {
  .testimonial-slider .flickity-prev-next-button.next {
    right: 44.5%;
  }
}

.testimonial {
  width: 100%;
}

.featured-properties__text-block {
  margin-bottom: 40px;
}

.featured-properties__slider {
  position: relative;
  margin-right: calc(-50vw + 50%);
}

.slider-tile {
  width: 60%;
  margin-right: 15px;
}
@media screen and (min-width: 48em) {
  .slider-tile {
    width: 35%;
    margin-right: 20px;
  }
}

.slider-tile__fav-details {
  width: 60%;
  margin-right: 15px;
}
@media screen and (min-width: 48em) {
  .slider-tile__fav-details {
    width: 35%;
    margin-right: 20px;
  }
}

.space-info--mobile {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 64em) {
  .space-info--mobile {
    display: none;
  }
}

.slider-tile.is-selected .space-info--mobile {
  opacity: 1;
}

.featured-properties__slider .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
  transform: translateX(-100%) translateY(-50%);
}
.featured-properties__slider .flickity-prev-next-button.next {
  right: 0;
}
.featured-properties__slider .flickity-page-dots {
  bottom: -35px;
  text-align: left;
}

.portfolio-slider {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 48em) {
  .portfolio-slider {
    margin-left: auto;
    margin-right: auto;
  }
}
.portfolio-slider .flickity-prev-next-button.previous {
  top: 100%;
  left: auto;
  right: 50px;
  transform: translateY(-100%);
}
.portfolio-slider .flickity-prev-next-button.previous:hover .arrow {
  fill: #0e2a42;
}
.portfolio-slider .flickity-prev-next-button.next {
  top: 100%;
  right: 0;
  transform: translateY(-100%);
}

.portfolio-slide {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .portfolio-slide-inner {
    display: flex;
  }
}

.portfolio-slide__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 30px;
  background-color: #97793d;
}
@media screen and (min-width: 48em) {
  .portfolio-slide__text {
    padding: calc(15px + 3vw);
  }
}
@media screen and (min-width: 64em) {
  .portfolio-slide__text {
    width: 50%;
    align-items: flex-start;
    text-align: left;
  }
}

.portfolio-slide__address {
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.portfolio-slide__headline {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .portfolio-slide__headline {
    margin-bottom: 40px;
  }
}

.portfolio-stat__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.portfolio-stat {
  position: relative;
  padding-top: 10px;
  margin-right: 30px;
}
.portfolio-stat:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .portfolio-stat:before {
    left: 0;
    transform: none;
  }
}
.portfolio-stat:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.portfolio-stat p, .portfolio-stat body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .portfolio-stat .gform_description, .portfolio-stat body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .portfolio-stat .gform_description {
  color: #fff;
  margin-bottom: 0;
}

.slider-icon {
  width: 24px;
  height: 24px;
  fill: #000;
}

body img.gform_ajax_spinner {
  display: none !important;
}

body .gform_wrapper .validation_error {
  display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  padding-top: 5px;
  color: #C23934;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
  background-color: transparent;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #C23934 !important;
}

body #gform_wrapper_4 {
  margin-top: 0;
}

body #gform_wrapper_6 .gform_footer {
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:after {
  position: absolute;
  content: "";
  border-left: 2px solid #0e2a42;
  border-top: 2px solid #0e2a42;
  padding: 4px;
  right: 15px;
  top: 12px;
  transform: rotate(-135deg);
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  appearance: none;
  padding: 8px 6px 9px;
  line-height: 1.15;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  color: #545454;
}

body #gform_wrapper_3 .gform_heading .gform_title {
  color: #fff;
  text-transform: none;
}

body #gform_wrapper_3 .gform_heading .gform_description {
  color: #fff;
}

body #gform_wrapper_1 .gform_heading .gform_title {
  color: #fff;
  text-transform: none;
  text-align: center;
}

body .gform_wrapper .gform_footer input[type=submit] {
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #0e2a42;
  border: none;
  padding: 10px 40px;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
  float: right;
  color: #0e2a42;
  background-color: #fff;
}

body #gform_wrapper_4 .gform_footer input[type=submit] {
  float: right;
}

body #gform_wrapper_3 .gform_footer input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
}

body #gform_wrapper_5 {
  margin-bottom: 5px;
}

body #gform_wrapper_5 .gform_footer input[type=submit] {
  font-size: 26px;
  padding: 10px 10px 10px 13px;
  margin-right: 0;
}

.gform_wrapper form.gf_simple_horizontal {
  width: 100% !important;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 8px 6px !important;
  margin-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 1px solid #d8d8d8;
}

.form-link {
  color: #fff;
}
.form-link:hover {
  color: #97793d;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
}

.tab-form {
  padding: 25px;
}
@media screen and (min-width: 48em) {
  .tab-form {
    padding: 20px 60px 0;
  }
}

.tab-header {
  width: 100%;
  padding: 40px 25px;
  background-color: #97793d;
}
@media screen and (min-width: 48em) {
  .tab-header {
    padding: 30px 60px;
  }
}
.tab-header h1, .tab-header body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .tab-header .gform_title, .tab-header body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .tab-header .gform_title, .tab-header p, .tab-header body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .tab-header .gform_description, .tab-header body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .tab-header .gform_description {
  color: white;
  margin-bottom: 0;
}

.space-calculator {
  display: none;
  position: relative;
  width: 100vw;
  min-height: 90vh;
}
@media screen and (min-width: 64em) {
  .space-calculator {
    width: 950px;
    min-height: 80vh;
  }
}

.calculator .featherlight-content {
  padding: 0;
}

.calculator .featherlight-close {
  color: #fff;
  background: transparent;
}

.tab-buttons {
  display: flex;
  justify-content: flex-end;
}
.tab-buttons .btn, .tab-buttons .btn--secondary, .tab-buttons .btn--outline {
  margin-top: 0;
}
.tab-buttons .btn:focus, .tab-buttons .btn--secondary:focus, .tab-buttons .btn--outline:focus {
  outline: none;
}

#nextBtn {
  margin-right: 20px;
}
@media screen and (min-width: 48em) {
  #nextBtn {
    margin-right: 60px;
  }
}

#prevBtn {
  background-color: transparent;
  border: none;
  color: #97793d;
  text-decoration: underline;
  text-transform: none;
}

@media screen and (min-width: 48em) {
  .tab__personalize {
    display: flex;
  }
}

.form-entry {
  margin-bottom: 20px;
}
.form-entry:last-child {
  margin-bottom: 10px;
}
.form-entry p, .form-entry body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .form-entry .gform_description, .form-entry body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .form-entry .gform_description {
  margin-bottom: 5px;
}

@media screen and (min-width: 30em) {
  .form-entry__office-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.form-entry__office-space .office-type__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #979797;
  padding: 30px;
  margin-bottom: 20px;
}
.form-entry__office-space .office-type__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .form-entry__office-space .office-type__block {
    width: 47.8260869565%;
  }
}
@media screen and (min-width: 48em) {
  .form-entry__office-space .office-type__block {
    width: 31.4285714286%;
    margin-bottom: 0;
  }
}

.office-type__title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0e2a42;
  margin-bottom: 15px;
}

.office-type__img {
  height: 65px;
  margin-bottom: 25px;
}

.amenities-checkboxes {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .amenities-checkboxes {
    margin-bottom: 0;
  }
}
.amenities-checkboxes p, .amenities-checkboxes body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .amenities-checkboxes .gform_description, .amenities-checkboxes body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .amenities-checkboxes .gform_description {
  margin-bottom: 15px;
}

.amenities-option {
  font-size: 18px;
  margin-bottom: 6px;
}

.select {
  display: inline;
  position: relative;
  width: 200px;
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 0px;
  padding: 0.4em 0.6em;
  appearance: none;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select__icon {
  width: 10px;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.number-input .form-control::-webkit-inner-spin-button,
.number-input .form-control::-webkit-outer-spin-button {
  display: none;
}
.number-input .form-control {
  -moz-appearance: textfield;
  display: block;
}

.number-input__btn {
  display: inline-block;
  display: flex;
  position: relative;
}

.number-input--v2 {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.number-input--v2 .form-control {
  font-family: "mr-eaves-xl-modern", "Helvetica", "Arial", sans-serif;
  margin: 0 10px;
  width: 3.5em;
  order: 1;
  text-align: center;
}
.number-input--v2 .number-input__btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #0e2a42;
}
@media screen and (min-width: 30em) {
  .number-input--v2 .number-input__btn {
    width: 25px;
    height: 25px;
  }
}
.number-input--v2 .number-input__btn:hover .icon {
  fill: #97793d;
}
.number-input--v2 .number-input__btn:focus {
  outline: none;
  background-color: #97793d;
}
.number-input--v2 .number-input__btn:focus .icon {
  fill: #fff;
  color: #fff;
}
.number-input--v2 .number-input__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 10px;
  width: 10px;
  height: 10px;
  fill: #fff;
  color: #fff;
}
.number-input--v2 .number-input__btn--plus {
  order: 2;
}

.checkbox {
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.checkbox + label {
  display: inline-block;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.5;
  user-select: none;
  cursor: pointer;
}

.checkbox + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s, border 0.2s;
}

@supports (grid-area: auto) {
  .checkbox + label::before {
    position: relative;
    top: 0.15em;
  }
}
.checkbox + label::before {
  border-radius: 2px;
}

.checkbox:checked + label::before {
  background-color: #ccc;
  box-shadow: none;
  border-color: #ccc;
  transition: transform 0.2s;
}

.checkbox:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1,9 5,13 15,3 ' data-cap='butt'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: 10px;
}

.lightbox,
.lightbox-realized {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(46, 49, 49, 0.8);
}
.lightbox .lightbox-info,
.lightbox-realized .lightbox-info {
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}
.lightbox .close-btn,
.lightbox-realized .close-btn {
  font-size: 40px;
  color: #d8d8d8;
  text-align: right;
}
.lightbox .close-btn:hover,
.lightbox-realized .close-btn:hover {
  cursor: pointer;
}
.lightbox p, .lightbox body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .lightbox .gform_description, .lightbox body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .lightbox .gform_description,
.lightbox-realized p,
.lightbox-realized body #gform_wrapper_3 .gform_heading .gform_description,
body #gform_wrapper_3 .gform_heading .lightbox-realized .gform_description,
.lightbox-realized body .gform_wrapper .gform_heading .gform_description,
body .gform_wrapper .gform_heading .lightbox-realized .gform_description {
  color: #d8d8d8;
  margin: 0;
}
.lightbox .lightbox-image .lightbox-img,
.lightbox-realized .lightbox-image .lightbox-img {
  height: 735px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(14, 42, 66, 0.9);
  margin: 0 auto;
}
.lightbox .lightbox-under-img,
.lightbox-realized .lightbox-under-img {
  display: flex;
  justify-content: space-between;
}
.lightbox .lightbox-under-img .lightbox-arrow,
.lightbox-realized .lightbox-under-img .lightbox-arrow {
  width: 40px;
  cursor: pointer;
}
.lightbox .lightbox-under-img .lightbox-arrow path,
.lightbox-realized .lightbox-under-img .lightbox-arrow path {
  fill: #d8d8d8;
}

.homepage__hero {
  position: relative;
}
@media screen and (min-width: 48em) {
  .homepage__hero {
    display: flex;
    padding-top: 40px;
  }
}

.hero-slider {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  animation: slideLeft cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .hero-slider {
    width: 85.7142857143%;
    margin-left: 5.1282051282%;
    margin-right: 5.7142857143%;
  }
}
@media screen and (min-width: 64em) {
  .hero-slider {
    width: 65.7142857143%;
  }
}

.hero-logo-wrapper {
  display: none;
}
@media screen and (min-width: 64em) {
  .hero-logo-wrapper {
    display: block;
    width: 17.1428571429%;
    margin-right: 2.8571428571%;
  }
}

.hero-logo {
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .hero-logo {
    width: 185px;
    height: 60px;
  }
}

.hero__intro-text {
  position: relative;
  width: 91.4285714286%;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 1200ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .hero__intro-text {
    padding-bottom: 65px;
  }
}
.hero__intro-text h1, .hero__intro-text body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .hero__intro-text .gform_title, .hero__intro-text body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .hero__intro-text .gform_title {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 13em;
}
@media screen and (min-width: 48em) {
  .hero__intro-text h1, .hero__intro-text body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .hero__intro-text .gform_title, .hero__intro-text body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .hero__intro-text .gform_title {
    max-width: 100%;
  }
}

.homepage__vertical-line {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 2px;
  background-color: #000;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .homepage__vertical-line {
    bottom: -50px;
    height: 100px;
    width: 3px;
  }
}

.wrapper {
  position: absolute;
  top: 25px;
  width: 65.7142857143%;
  z-index: 500;
}
@media screen and (min-width: 48em) {
  .wrapper {
    top: 155px;
    width: 48.5714285714%;
  }
}
@media screen and (min-width: 64em) {
  .wrapper {
    top: 175px;
    width: 40%;
    margin-left: 0;
  }
}

.padded-title {
  font-size: calc(32px + 58 * (100vw - 320px) / 1280);
  line-height: 1.6;
  margin-bottom: 0;
  animation: slideRight cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 30em) {
  .padded-title {
    line-height: 1.5;
  }
}
@media screen and (min-width: 48em) {
  .padded-title {
    line-height: 1.44;
  }
}
@media screen and (min-width: 64em) {
  .padded-title {
    line-height: 1.35;
  }
}

.padded-title span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #0e2a42;
  padding: 8px 12px;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .padded-title span {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 48em) {
  .span-1 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 64em) {
  .span-1 {
    margin-left: 75px;
  }
}

.span-2 {
  margin-left: 30px;
}
@media screen and (min-width: 48em) {
  .span-2 {
    margin-left: 125px;
  }
}
@media screen and (min-width: 64em) {
  .span-2 {
    margin-left: 150px;
  }
}

.span-3 {
  margin-left: -25px;
}
@media screen and (min-width: 48em) {
  .span-3 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 64em) {
  .span-3 {
    margin-left: 25px;
  }
}

.section__clients {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 48em) {
  .section__clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.client-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .client-grid {
    width: 74.2857142857%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 90em) {
  .client-grid {
    width: 65.7142857143%;
  }
}
.client-grid img {
  filter: grayscale(100%);
  max-width: 75px;
  margin: 8px 10px;
}
@media screen and (min-width: 30em) {
  .client-grid img {
    max-width: 115px;
    margin: 10px 25px;
  }
}
@media screen and (min-width: 48em) {
  .client-grid img {
    max-width: 140px;
    margin: 20px 30px;
  }
}
@media screen and (min-width: 64em) {
  .client-grid img {
    max-width: 175px;
    margin: 20px 40px;
  }
}
.client-grid img:hover {
  filter: grayscale(0%);
}

.media-slat {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .media-slat {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

.media-slat__img {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .media-slat__img {
    width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 64em) {
  .media-slat__img {
    width: 50%;
  }
}

.media-slat__text-block {
  text-align: center;
  padding: 45px;
  color: #fff;
  background-color: #97793d;
}
@media screen and (min-width: 48em) {
  .media-slat__text-block {
    width: 60%;
    padding: 80px 65px;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .media-slat__text-block {
    width: 50%;
    padding: 120px 80px;
  }
}

.featured-properties {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 30em) {
  .featured-properties {
    width: 85.7142857143%;
    margin-left: 7.1428571429%;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.bg-bug--home {
  position: absolute;
  bottom: 20%;
  left: -200px;
  z-index: 1;
  opacity: 0.4;
}
@media screen and (min-width: 48em) {
  .bg-bug--home {
    bottom: 30%;
    left: -300px;
  }
}
@media screen and (min-width: 64em) {
  .bg-bug--home {
    bottom: -250px;
    left: -300px;
  }
}
.bg-bug--home img {
  width: 425px;
  height: 425px;
}
@media screen and (min-width: 48em) {
  .bg-bug--home img {
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 64em) {
  .bg-bug--home img {
    width: 725px;
    height: 725px;
  }
}

.hero__vertical-line {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 75px;
  width: 2px;
  background-color: #000;
  z-index: 10;
  transform-origin: top center;
  animation: lineReveal cubic-bezier(0.23, 1, 0.32, 1) 1200ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .hero__vertical-line {
    top: -45px;
    height: 80px;
    width: 3px;
  }
}

.l-site-error-404 {
  position: relative;
  padding-top: 45px;
  padding-bottom: 200px;
}
@media screen and (min-width: 64em) {
  .l-site-error-404 {
    width: 82.8571428571%;
    padding-top: 140px;
    padding-bottom: 275px;
    padding-left: 14.2857142857%;
  }
}

.error-404__body {
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .error-404__body {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 64em) {
  .error-404__body {
    margin-bottom: 75px;
  }
}

.bg-404 {
  background: url("./assets/images/Ameritus-Bud-Gray.svg") no-repeat;
  background-size: 350px 350px;
  background-position: bottom -100px right -150px;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .bg-404 {
    background-size: 550px 505px;
    background-position: bottom -200px right -200px;
  }
}
@media screen and (min-width: 64em) {
  .bg-404 {
    background-size: 720px 720px;
    background-position: bottom -200px right -200px;
  }
}

.l-site-press {
  padding-top: 25px;
  padding-bottom: 65px;
}
@media screen and (min-width: 48em) {
  .l-site-press {
    padding-top: 55px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 64em) {
  .l-site-press {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

.l-site-press__headline {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .l-site-press__headline {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 64em) {
  .l-site-press__headline {
    margin-bottom: 65px;
  }
}

.press-articles {
  width: 91.4285714286%;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .press-articles {
    width: 82.8571428571%;
  }
}
@media screen and (min-width: 64em) {
  .press-articles {
    width: 74.2857142857%;
  }
}

.press-article {
  margin-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .press-article {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 48em) {
  .press-article__link {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .press-article__link {
    font-size: 22px;
  }
}

.press-pagination {
  text-align: center;
}
.press-pagination .page-numbers {
  margin-left: 3px;
  margin-right: 3px;
}

@media screen and (min-width: 48em) {
  .bg-press {
    background: url("./assets/images/Ameritus-Bud-Gray.svg") no-repeat;
    background-size: 600px 600px;
    background-position: top 0 right -350px;
    z-index: -1;
  }
}
@media screen and (min-width: 64em) {
  .bg-press {
    background-size: 1200px 1200px;
    background-position: top -100px right -800px;
  }
}

.l-site-contact {
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .l-site-contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 64em) {
  .l-site-contact {
    width: 91.4285714286%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 130px;
  }
}

.l-site-contact__info {
  margin-bottom: 60px;
}
.l-site-contact__info h1, .l-site-contact__info body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .l-site-contact__info .gform_title, .l-site-contact__info body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .l-site-contact__info .gform_title {
  margin-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .l-site-contact__info {
    margin-bottom: 0;
    width: 40%;
  }
}
@media screen and (min-width: 64em) {
  .l-site-contact__info {
    width: 35%;
  }
}

.contact-info__group {
  margin-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .contact-info__group {
    margin-bottom: 35px;
  }
}

.contact-info {
  margin-bottom: 15px;
}
.contact-info a {
  color: #545454;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .contact-info a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 64em) {
  .contact-info a {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 48em) {
  .l-site-contact__forms {
    width: 55%;
  }
}
@media screen and (min-width: 64em) {
  .l-site-contact__forms {
    width: 55%;
  }
}

.contact-form__main {
  padding-bottom: 50px;
}
@media screen and (min-width: 48em) {
  .contact-form__main {
    padding-bottom: 80px;
  }
}

.contact-form__mailchimp {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 64em) {
  .contact-form__mailchimp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 80px;
  }
}
.contact-form__mailchimp:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #97793d;
}

.mailchimp-form {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .mailchimp-form {
    width: 35%;
  }
}

@media screen and (min-width: 64em) {
  .mailchimp-form__intro {
    width: 60%;
  }
}
.mailchimp-form__intro h2 {
  margin-bottom: 0;
  margin-right: 5%;
}

.email-icon {
  width: 21px;
  height: 16px;
  margin-right: 15px;
}

.bg-contact {
  background: url("./assets/images/Ameritus-Bud-Gray.svg") no-repeat;
  background-size: 325px 325px;
  background-position: top 500px right -150px;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .bg-contact {
    background-size: 600px 600px;
    background-position: top 250px right -250px;
  }
}
@media screen and (min-width: 64em) {
  .bg-contact {
    background-size: 720px 720px;
    background-position: top 200px right -200px;
  }
}

.team-section {
  padding-top: 40px;
}
@media screen and (min-width: 48em) {
  .team-section {
    padding-top: 55px;
  }
}
@media screen and (min-width: 64em) {
  .team-section {
    padding-top: 85px;
    padding-bottom: 60px;
  }
}

.team-section__inner {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .team-section__inner {
    margin-top: 50px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 64em) {
  .team-section__inner {
    margin-top: 65px;
  }
}

.team-member__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  text-decoration: none;
}
.team-member__image:hover {
  text-decoration: none;
}
.team-member__image:hover div {
  transform: scale(1.05);
}
.team-member__image div {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center top;
  transition: transform 0.35s;
}
@media screen and (min-width: 48em) {
  .team-member__image div {
    padding-bottom: 0;
    height: 360px;
  }
}
.team-member__image p, .team-member__image body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .team-member__image .gform_description, .team-member__image body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .team-member__image .gform_description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
}

.team-member {
  width: 45.4545454545%;
  margin-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .team-member {
    width: 48.5714285714%;
  }
}
@media screen and (min-width: 64em) {
  .team-member {
    width: 31.4285714286%;
  }
}

.gutter-sizer-team {
  width: 9.0909090909%;
}
@media screen and (min-width: 48em) {
  .gutter-sizer-team {
    width: 2.8571428571%;
  }
}

.team-member__name {
  color: #0e2a42;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team-member__dept {
  margin-bottom: 0;
}

.member__dept {
  margin-bottom: 0;
  padding-bottom: 16px;
  position: relative;
}
.member__dept:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #97793d;
}

.team-member__modal {
  display: none;
  background-color: #fff;
  overflow: auto;
}

.team-member__modal-inner {
  padding-top: 20px;
  padding-left: 9.0909090909%;
  padding-right: 9.0909090909%;
}
@media screen and (min-width: 48em) {
  .team-member__modal-inner {
    padding-left: 1.4285714286%;
    padding-right: 1.4285714286%;
  }
}

@media screen and (min-width: 48em) {
  .member__col {
    display: flex;
    align-items: flex-start;
  }
}

.member__image-col {
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .member__image-col {
    width: 40%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .member__image-col {
    width: 30%;
  }
}
.member__image-col img {
  margin-bottom: 15px;
}
.member__image-col a {
  display: inline-block;
}

@media screen and (min-width: 48em) {
  .member__bio-col {
    width: 55%;
  }
}
@media screen and (min-width: 64em) {
  .member__bio-col {
    width: 65%;
  }
}
.member__bio-col h2 {
  margin-bottom: 0.1em;
}

.member__bio {
  padding-top: 10px;
}

.divider {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #97793d;
}

.member__quote-block {
  padding-bottom: 35px;
}

.instagram-section {
  padding-top: 55px;
  padding-bottom: 70px;
}
@media screen and (min-width: 48em) {
  .instagram-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 48em) {
  .instagram-section {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

.insta-link {
  display: block;
  text-align: center;
  color: #545454;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 3px;
}
.insta-link:hover {
  text-decoration: underline;
}

.icon-email {
  fill: #97793d;
  width: 40px;
  padding: 2px;
}
.icon-email:hover {
  fill: #0e2a42;
}

.icon-linkedin {
  fill: #97793d;
  width: 34px;
  padding: 2px;
  margin-left: 10px;
}
.icon-linkedin:hover {
  fill: #0e2a42;
}

.bg-bug__our-story {
  position: absolute;
  opacity: 0.15;
}
@media screen and (min-width: 48em) {
  .bg-bug__our-story {
    top: 25%;
    right: -450px;
  }
}
@media screen and (min-width: 64em) {
  .bg-bug__our-story {
    top: 15%;
    right: -450px;
  }
}
@media screen and (min-width: 48em) {
  .bg-bug__our-story img {
    width: 850px;
    height: 850px;
  }
}

.l-section__spaces {
  position: relative;
}

.spaces-grid {
  padding-top: 30px;
}
@media screen and (min-width: 48em) {
  .spaces-grid {
    padding-top: 75px;
  }
}
.spaces-grid h1, .spaces-grid body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .spaces-grid .gform_title, .spaces-grid body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .spaces-grid .gform_title {
  margin-bottom: 25px;
}

.spaces-section__grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .spaces-section__grid {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

.filters {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .filters {
    flex-direction: row;
    justify-content: center;
  }
}

.grid-item {
  margin-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .grid-item {
    width: 48.5714285714%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 64em) {
  .grid-item {
    width: 31.4285714286%;
  }
}

@media screen and (min-width: 48em) {
  .gutter-sizer {
    width: 2.8571428571%;
  }
}

.spaces-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #97793d;
}
.spaces-tile img {
  display: block;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
}
.spaces-tile:hover img {
  transform: scale(1.05);
  opacity: 0.2;
}

.space-info {
  margin-top: 15px;
  text-align: center;
}
.space-info p, .space-info body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .space-info .gform_description, .space-info body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .space-info .gform_description {
  margin-bottom: 0;
}

.space-info--hover {
  display: none;
}
@media screen and (min-width: 48em) {
  .space-info--hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    opacity: 0;
    padding: 0 40px;
  }
}
.space-info--hover:hover {
  opacity: 1;
  text-decoration: none;
}
.space-info--hover p, .space-info--hover body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .space-info--hover .gform_description, .space-info--hover body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .space-info--hover .gform_description {
  color: #fff;
  margin-bottom: 0;
}

.space-info--hover-mobile {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .space-info--hover-mobile {
    display: none;
  }
}
.space-info--hover-mobile:hover {
  opacity: 1;
  text-decoration: none;
}
.space-info--hover-mobile p, .space-info--hover-mobile body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .space-info--hover-mobile .gform_description, .space-info--hover-mobile body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .space-info--hover-mobile .gform_description {
  color: #fff;
  margin-bottom: 0;
}

.view-space--hover {
  padding: 10px 20px;
  border: solid 1px #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (min-width: 48em) {
  .view-space--hover {
    display: none;
  }
}
.view-space--hover:hover {
  color: #fff;
  text-decoration: none;
}

.space-neighborhood {
  position: absolute;
  top: 10px;
  right: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.space:last-child {
  margin-right: 0;
}

.spaces__more-details {
  width: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #0e2a42;
  background-image: url("./assets/images/property-details-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 48em) {
  .spaces__more-details {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}

.more-details__cta {
  color: white;
}
.more-details__cta:hover {
  color: #97793d;
}

.portfolio-feature-section {
  margin-top: 50px;
  margin-bottom: 75px;
}
@media screen and (min-width: 48em) {
  .portfolio-feature-section {
    margin-top: 100px;
    margin-bottom: 125px;
  }
}
.portfolio-feature-section h1, .portfolio-feature-section body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .portfolio-feature-section .gform_title, .portfolio-feature-section body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .portfolio-feature-section .gform_title {
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .portfolio-feature-section h1, .portfolio-feature-section body #gform_wrapper_3 .gform_heading .gform_title, body #gform_wrapper_3 .gform_heading .portfolio-feature-section .gform_title, .portfolio-feature-section body #gform_wrapper_1 .gform_heading .gform_title, body #gform_wrapper_1 .gform_heading .portfolio-feature-section .gform_title {
    margin-bottom: 35px;
  }
}

.find-space-link {
  position: fixed;
  top: 475px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: top right;
  padding: 15px 20px;
  background-color: #0e2a42;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  z-index: 998;
}
.find-space-link:hover {
  color: #97793d;
  text-decoration: none;
}

.property-page {
  padding-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .property-page {
    padding-bottom: 80px;
  }
}

.breadcrumb {
  padding-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .breadcrumb {
    padding-top: 25px;
  }
}
.breadcrumb h4 {
  margin-bottom: 6px;
}

.breadcrumb-link {
  color: #545454;
  text-decoration: none;
}
.breadcrumb-link:hover {
  color: #545454;
}

@media screen and (min-width: 48em) {
  .property-hero {
    display: flex;
    position: relative;
  }
}

.property-hero__headline {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px 10px 25px;
  z-index: 500;
  animation: slideRight cubic-bezier(0.23, 1, 0.32, 1) 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .property-hero__headline {
    top: 50px;
    padding: 30px 25px 30px 30px;
  }
}

.property-hero__slider {
  height: 300px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 48em) {
  .property-hero__slider {
    width: 65.7142857143%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .property-hero__slider {
    width: 74.2857142857%;
  }
}
.property-hero__slider .flickity-prev-next-button.previous {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 48em) {
  .property-hero__slider .flickity-prev-next-button.previous {
    right: 26%;
  }
}
@media screen and (min-width: 64em) {
  .property-hero__slider .flickity-prev-next-button.previous {
    right: 18.75%;
  }
}
.property-hero__slider .flickity-prev-next-button.next {
  top: auto;
  bottom: 0;
  right: 0;
  transform: translateY(0);
}
@media screen and (min-width: 48em) {
  .property-hero__slider .flickity-prev-next-button.next {
    right: 26%;
  }
}
@media screen and (min-width: 64em) {
  .property-hero__slider .flickity-prev-next-button.next {
    right: 18.75%;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
}

.property-hero__nav-slider {
  display: none;
}
@media screen and (min-width: 48em) {
  .property-hero__nav-slider {
    display: block;
    width: 48.5714285714%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 64em) {
  .property-hero__nav-slider {
    width: 65.7142857143%;
    margin-top: 18px;
  }
}

.nav-slider-cell {
  opacity: 0.5;
  width: 30%;
  padding-bottom: 20%;
  margin-right: 3.5%;
  background-size: cover;
  background-position: center left;
}
@media screen and (min-width: 64em) {
  .nav-slider-cell {
    width: 18%;
    padding-bottom: 20%;
    margin-right: 14px;
  }
}
.nav-slider-cell.is-selected {
  opacity: 1;
}

.property-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 9.0909090909%;
  padding-right: 9.0909090909%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #97793d;
}
@media screen and (min-width: 48em) {
  .property-contact {
    width: 51.4285714286%;
    padding: 30px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .property-contact {
    width: 42.8571428571%;
    margin-top: -100px;
  }
}
.property-contact p, .property-contact body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .property-contact .gform_description, .property-contact body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .property-contact .gform_description {
  margin-bottom: 0;
}
.property-contact h2 {
  margin-bottom: 10px;
}

.property-contact__link {
  color: #fff;
  text-decoration: none;
}
.property-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

.property-hero__details-block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 9.0909090909%;
  padding-right: 9.0909090909%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #0e2a42;
}
@media screen and (min-width: 48em) {
  .property-hero__details-block {
    display: block;
    width: 34.2857142857%;
    padding-top: 20px;
    padding-bottom: 115px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .property-hero__details-block {
    width: 25.7142857143%;
  }
}
.property-hero__details-block p, .property-hero__details-block body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .property-hero__details-block .gform_description, .property-hero__details-block body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .property-hero__details-block .gform_description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.details-block__group {
  position: relative;
  width: 44%;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-right: 5%;
  animation: fadeIn cubic-bezier(0.23, 1, 0.32, 1) 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .details-block__group {
    width: auto;
  }
}

@media screen and (max-width: 48em) {
  .details-block__group:nth-last-child(n+3):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}
@media screen and (min-width: 48em) {
  .details-block__group:nth-last-child(n+2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}
.property-copy--mobile {
  width: 81.8181818182%;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .property-copy--mobile {
    display: none;
  }
}

.property-copy {
  display: none;
}
@media screen and (min-width: 48em) {
  .property-copy {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 64em) {
  .property-copy {
    display: flex;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 64em) {
  .property-copy__subhead {
    width: 40%;
    margin-right: 2.8571428571%;
  }
}

.property-copy__description {
  border-top: 2px solid #97793d;
  padding-top: 20px;
}
@media screen and (min-width: 48em) {
  .property-copy__description {
    padding-top: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (min-width: 64em) {
  .property-copy__description {
    width: 57.1428571429%;
    padding-top: 40px;
  }
}

.l-section__neighborhood {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .l-section__neighborhood {
    padding-bottom: 100px;
  }
}

.l-section__headline {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .l-section__headline {
    text-align: left;
  }
}

.neighborhood__content {
  min-height: 450px;
}
@media screen and (min-width: 48em) {
  .neighborhood__content {
    display: flex;
  }
}

.neighborhood__map {
  background-color: #d8d8d8;
  height: 360px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .neighborhood__map {
    width: 68.5714285714%;
    height: auto;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .neighborhood__map {
    width: 77.1428571429%;
  }
}

.neighborhood__details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 9.0909090909%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #0e2a42;
}
@media screen and (min-width: 48em) {
  .neighborhood__details {
    display: block;
    width: 31.4285714286%;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .neighborhood__details {
    width: 25.7142857143%;
  }
}
.neighborhood__details p, .neighborhood__details body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .neighborhood__details .gform_description, .neighborhood__details body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .neighborhood__details .gform_description {
  position: relative;
  width: 44%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 5%;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .neighborhood__details p, .neighborhood__details body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .neighborhood__details .gform_description, .neighborhood__details body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .neighborhood__details .gform_description {
    font-size: 18px;
    line-height: 24px;
    width: auto;
  }
}
@media screen and (max-width: 48em) {
  .neighborhood__details p:nth-last-child(n+3):after, .neighborhood__details body #gform_wrapper_3 .gform_heading .gform_description:nth-last-child(n+3):after, body #gform_wrapper_3 .gform_heading .neighborhood__details .gform_description:nth-last-child(n+3):after, .neighborhood__details body .gform_wrapper .gform_heading .gform_description:nth-last-child(n+3):after, body .gform_wrapper .gform_heading .neighborhood__details .gform_description:nth-last-child(n+3):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}
@media screen and (min-width: 48em) {
  .neighborhood__details p:nth-last-child(n+2):after, .neighborhood__details body #gform_wrapper_3 .gform_heading .gform_description:nth-last-child(n+2):after, body #gform_wrapper_3 .gform_heading .neighborhood__details .gform_description:nth-last-child(n+2):after, .neighborhood__details body .gform_wrapper .gform_heading .gform_description:nth-last-child(n+2):after, body .gform_wrapper .gform_heading .neighborhood__details .gform_description:nth-last-child(n+2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}

@media screen and (min-width: 48em) {
  .l-section__features {
    padding-bottom: 55px;
  }
}

.property__feature-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .property__feature-list {
    width: 65.7142857143%;
    margin-right: 2.8571428571%;
  }
}

.property__feature {
  position: relative;
  width: 81.8181818182%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .property__feature {
    width: 45%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 5%;
  }
}
.property__feature p, .property__feature body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .property__feature .gform_description, .property__feature body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .property__feature .gform_description {
  margin-bottom: 0;
}

@media screen and (max-width: 48em) {
  .property__feature:nth-last-child(n+2):after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}
@media screen and (min-width: 48em) {
  .property__feature:nth-last-child(n+3):after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color: #97793d;
  }
}
@media screen and (min-width: 64em) {
  .feature-list__container {
    display: flex;
    align-items: flex-start;
  }
}

.feature-list__image {
  display: none;
}
@media screen and (min-width: 64em) {
  .feature-list__image {
    display: block;
    position: relative;
    background-color: #97793d;
    width: 31.4285714286%;
    min-height: 500px;
  }
}
.feature-list__image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-40px);
  width: 375px;
}

.l-section__details {
  padding-top: 45px;
  padding-bottom: 45px;
}

.property-testimonial {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .property-testimonial {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.property-testimonial h2 {
  margin-bottom: 12px;
}

.property-awards {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.property-awards:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #97793d;
}
.property-awards img {
  height: 75px;
  margin-right: 25px;
}

.grid-item-portfolio {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid-item-portfolio {
    width: 48.5714285714%;
  }
}
@media screen and (min-width: 64em) {
  .grid-item-portfolio {
    width: 31.4285714286%;
  }
}

.grid-item--wide {
  margin-bottom: 35px;
}
@media screen and (min-width: 48em) {
  .grid-item--wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 64em) {
  .grid-item--wide {
    width: 65.7142857143%;
  }
}

.portfolio-image {
  position: relative;
  padding-bottom: 75%;
  background-position: center;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.33s ease-out;
}
.portfolio-image:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 48em) {
  .portfolio-image {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 64em) {
  .portfolio-image {
    padding-bottom: 0;
    height: 400px;
  }
}

.portfolio-image--realized:after {
  content: "REALIZED";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.5px;
  background-color: #97793d;
  padding: 15px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.l-section__invest {
  background-color: #0e2a42;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: 9.0909090909%;
  padding-right: 9.0909090909%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 48em) {
  .l-section__invest {
    display: flex;
    align-items: center;
    padding-left: 7.4074074074%;
    padding-right: 7.4074074074%;
  }
}
@media screen and (min-width: 64em) {
  .l-section__invest {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5.1282051282%;
    padding-right: 5.1282051282%;
  }
}

.investment-form {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 48em) {
  .investment-form {
    text-align: left;
    width: 60.8695652174%;
    margin-right: 8.6956521739%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .investment-form {
    width: 34.2857142857%;
    margin-right: 5.7142857143%;
  }
}

.investment-partners {
  display: flex;
}
@media screen and (min-width: 48em) {
  .investment-partners {
    display: block;
    width: 34.7826086957%;
  }
}
@media screen and (min-width: 64em) {
  .investment-partners {
    display: flex;
    width: 57.1428571429%;
  }
}

.partner {
  position: relative;
  width: 50%;
}
.partner:first-child {
  margin-right: 2.8571428571%;
}
@media screen and (min-width: 48em) {
  .partner {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .partner {
    width: 50%;
    margin-bottom: 0;
  }
}

.partner-image {
  position: relative;
  padding-bottom: 110%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .partner-image {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 48em) {
  .partner-image {
    padding-bottom: 110%;
  }
}

.partner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.partner-info p, .partner-info body #gform_wrapper_3 .gform_heading .gform_description, body #gform_wrapper_3 .gform_heading .partner-info .gform_description, .partner-info body .gform_wrapper .gform_heading .gform_description, body .gform_wrapper .gform_heading .partner-info .gform_description {
  margin-bottom: 0;
}

.l-section__portfolio-realized {
  margin-top: 100px;
}

.section-wrapper {
  margin-top: -84px;
  padding-top: 84px;
}

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