/*
Theme Name: Ohio Alliance of Civil Justice
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  width: 1px;
  word-wrap: normal !important;
}
.linkLineAnimation {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  transition: transform 400ms;
}
.linkLineAnimation:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  margin-top: 3px;
  background: #F63440;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.linkLineAnimation:hover:before {
  width: 100%;
}
.solidButtonHover {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.solidButtonHover:hover {
  background-position: 0 100%;
}
.solidButton {
  display: inline-block;
  background: #b64300;
  padding: 16px 55px;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.wysiwygStyles ol {
  list-style-type: decimal;
}
.wysiwygStyles ul {
  list-style-type: disc;
}
.wysiwygStyles ul,
.wysiwygStyles ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwygStyles ul li,
.wysiwygStyles ol li {
  margin-bottom: 0.5em;
}
.wysiwygStyles ul li:last-child,
.wysiwygStyles ol li:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul:last-child,
.wysiwygStyles ol:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul > li > ul,
.wysiwygStyles ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 13px 20px;
  border: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
.signupStyles textarea::-webkit-input-placeholder,
.signupStyles input::-webkit-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea::-moz-placeholder,
.signupStyles input::-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-ms-input-placeholder,
.signupStyles input:-ms-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-moz-placeholder,
.signupStyles input:-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles .nf-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles .nf-field-container {
  margin-bottom: 20px;
}
.signupStyles .nf-error-msg {
  margin-right: 0;
  color: #D62938;
}
.signupStyles #nf-field-12-container {
  margin-bottom: 10px;
}
.signupStyles input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: inline-block;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20/15;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.signupStyles input[type="button"]:hover {
  background: #6b141c;
}
.signupStyles .nf-response-msg {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 23/18;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * 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;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * 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 outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes blinker {
  from {
    opacity: 0.75;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes zoomin {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flipin {
  to {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes slidein {
  to {
    right: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1C5775;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #3B3C3E;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .nf-response-msg {
    font-size: 18px;
    line-height: 1.5;
  }
}
body section .nf-form-cont form .nf-form-content {
  padding: 0;
}
body section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
body section .nf-form-cont form .ninja-forms-req-symbol {
  color: #3B3C3E;
}
body section .nf-form-cont form .nf-field-label {
  margin-bottom: 8px;
}
body section .nf-form-cont form .nf-field-container {
  margin-bottom: 35px;
}
body section .nf-form-cont form label {
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
}
body section .nf-form-cont form textarea {
  display: block;
  color: #000;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input {
  display: block;
  color: #000;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form .nf-field-description {
  font-size: 18px;
  line-height: 1.2;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-button-cancel {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-fileinput-button {
  border: 1px solid #CCCCCC;
  border-radius: 32px;
  padding: 16px 60px;
  color: #3B3C3E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
body section .nf-form-cont form .file_upload-wrap [type="file"] {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress {
  height: auto;
  margin: 0;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress-bar-success {
  display: none;
}
body section .nf-form-cont form .submit-container input,
body section .nf-form-cont form .submit-container .type-submit,
body section .nf-form-cont form .submit-container [value="Submit"],
body section .nf-form-cont form .submit-container [type="submit"] {
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  border: 0;
  display: inline-block;
  background: #b64300;
  padding: 16px 55px;
  border-radius: 40px;
  color: #fff;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(44, 66, 93, 0.8);
}
header {
  position: relative;
  background: #2c425d;
  padding: 45px 5vw;
}
@media screen and (max-width: 900px) {
  header {
    padding: 25px 5vw;
  }
  .mobileMenuOpen header {
    background: #2c425d !important;
  }
}
header .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .wrapper .logo a img {
  width: 260px;
  height: auto;
}
header .wrapper .mobile-toggle {
  display: none;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 35px;
}
header .wrapper .mobile-toggle:after {
  position: relative;
  content: '\f0c9';
  color: #fff;
  font-family: fontawesome;
}
.mobileMenuOpen header .wrapper .mobile-toggle:after {
  content: '\f00d';
}
@media screen and (max-width: 900px) {
  header .wrapper .mobile-toggle {
    display: block;
  }
}
header .wrapper .links {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  header .wrapper .links {
    display: none;
  }
  .mobileMenuOpen header .wrapper .links {
    z-index: 1000;
    position: absolute;
    top: 108px;
    right: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column-reverse;
    background: #2c425d;
    box-shadow: 0px 15px 15px #00000040;
  }
}
header .wrapper .links .secondary {
  display: flex;
}
header .wrapper .links .secondary li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #b39276;
  font-size: clamp(12.4px, 0.832vw, 16px);
  line-height: 1.375;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-decoration: none;
}
header .wrapper .links .secondary li a i {
  transform: scaleY(-1);
}
header .wrapper .links .primary {
  display: flex;
  gap: 3vw;
}
@media screen and (max-width: 900px) {
  header .wrapper .links .primary {
    flex-direction: column;
    align-items: flex-end;
  }
}
header .wrapper .links .primary li a {
  color: #FFFFFF;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.35;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-decoration: none;
}
header .wrapper .links .primary li a.currentpage {
  color: #b39276;
}
header .wrapper .links .primary li a:hover {
  text-decoration: underline;
}
footer {
  background: #373737;
  padding: 60px 5vw;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .wrapper .top .logo img {
  width: 260px;
  height: auto;
}
footer .wrapper .bottom {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  footer .wrapper .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .wrapper .bottom .link a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #b39276;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-decoration: none;
}
footer .wrapper .bottom .link a i {
  transform: scaleY(-1);
}
footer .wrapper .bottom .copy {
  flex: 1;
  color: #fff;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-align: right;
}
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.25);
}
.iframewrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.callout-homeintro {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.callout-homeintro .wrapper {
  background: rgba(0, 37, 84, 0.15);
  padding: 300px 5vw 155px;
}
@media screen and (max-width: 900px) {
  .callout-homeintro .wrapper {
    padding: 300px 5vw 50px;
  }
}
.callout-homeintro .wrapper .header {
  font-size: clamp(62px, 4.16vw, 80px);
  line-height: 1.1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  width: 33vw;
  max-width: 100%;
}
@media (max-width: 1450px) {
  .callout-homeintro .wrapper .header {
    width: 500px;
  }
}
@media (max-width: 650px) {
  .callout-homeintro .wrapper .header {
    font-size: 40px;
    width: 310px;
  }
}
.callout-homeintro .wrapper .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #fff;
  margin-top: 30px;
  width: 670px;
  max-width: 100%;
}
@media (max-width: 1450px) {
  .callout-homeintro .wrapper .copy {
    width: 520px;
  }
}
.callout-videogrid {
  background: #eef2f6;
  padding: 4vw 5vw;
}
@media (max-width: 1000px) {
  .callout-videogrid {
    margin: 60px 5vw;
    padding: 0;
  }
}
.callout-videogrid .wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .callout-videogrid .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .callout-videogrid .wrapper {
    grid-template-columns: 1fr;
  }
}
.callout-trafficresources {
  background: #eef2f6;
  padding: 60px 5vw;
}
@media (max-width: 1000px) {
  .callout-trafficresources {
    padding: 60px 5vw;
  }
}
.page-275 .callout-trafficresources:last-child {
  padding: 0 5vw 60px;
}
@media (max-width: 500px) {
  .page-275 .callout-trafficresources:last-child {
    padding: 0 5vw 60px;
  }
}
.callout-trafficresources .wrapper .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 50px;
}
.callout-trafficresources .wrapper .sections {
  position: relative;
  padding: 30px 5vw;
}
.callout-trafficresources .wrapper .sections.col2 {
  column-count: 2;
  column-gap: 15vw;
}
@media (max-width: 767px) {
  .callout-trafficresources .wrapper .sections.col2 {
    column-count: 1;
    padding: 0 5vw;
  }
}
.callout-trafficresources .wrapper .sections.col2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #896C4C;
}
@media (max-width: 767px) {
  .callout-trafficresources .wrapper .sections.col2:before {
    display: none;
  }
}
.callout-trafficresources .wrapper .sections.col3 {
  column-count: 3;
  column-gap: 8vw;
}
@media (max-width: 1000px) {
  .callout-trafficresources .wrapper .sections.col3 {
    column-count: 2;
    column-gap: 15vw;
  }
}
@media (max-width: 767px) {
  .callout-trafficresources .wrapper .sections.col3 {
    column-count: 1;
    padding: 0 5vw;
  }
}
.callout-trafficresources .wrapper .sections.col3:after {
  content: '';
  position: absolute;
  left: 34%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #896C4C;
}
@media (max-width: 1000px) {
  .callout-trafficresources .wrapper .sections.col3:after {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .callout-trafficresources .wrapper .sections.col3:after {
    display: none;
  }
}
.callout-trafficresources .wrapper .sections.col3:before {
  content: '';
  position: absolute;
  left: 66.6666%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #896C4C;
}
@media (max-width: 1000px) {
  .callout-trafficresources .wrapper .sections.col3:before {
    display: none;
  }
}
.callout-trafficresources .wrapper .sections .section {
  break-inside: avoid;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  .callout-trafficresources .wrapper .sections .section {
    margin-bottom: 40px;
  }
}
.callout-trafficresources .wrapper .sections .section:last-child {
  margin-bottom: 0;
}
.callout-trafficresources .wrapper .sections .section a {
  position: relative;
  color: #b64300;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.41666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
}
.callout-trafficresources .wrapper .sections .section a i {
  padding-left: 10px;
  margin-top: 5px;
  position: absolute;
}
.callout-trafficresources .wrapper .sections .section .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
  margin-top: 1.5vw;
}
.callout-trafficresources .wrapper .sections .section .image {
  margin-top: 2.5vw;
}
.callout-trafficresources .wrapper .sections .section .image img {
  margin: 0 auto;
  box-shadow: 3px 3px 6px #00000040;
}
.callout-projectisimportant {
  background: #edf1f6;
  padding: 100px 5vw;
}
@media (max-width: 1000px) {
  .callout-projectisimportant {
    padding: 60px 5vw;
  }
}
.callout-projectisimportant .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  width: 370px;
  max-width: 100%;
  margin-bottom: 40px;
}
.callout-projectisimportant .wrapper .sections {
  position: relative;
  display: grid;
  row-gap: 4vw;
  column-gap: 8vw;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .callout-projectisimportant .wrapper .sections {
    grid-template-columns: 1fr;
  }
}
.callout-projectisimportant .wrapper .sections:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #896C4C;
}
@media (max-width: 767px) {
  .callout-projectisimportant .wrapper .sections:before {
    display: none;
  }
}
.callout-projectisimportant .wrapper .sections .section {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-projectisimportant .wrapper .sections .section .title {
  color: #896C4C;
  font-weight: 600;
  margin-bottom: 1em;
}
.callout-projectisimportant .wrapper .sections .section .copy {
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-projectwillmean {
  padding: 140px 0 5vw 5vw;
}
@media (max-width: 1000px) {
  .callout-projectwillmean {
    padding: 60px 5vw;
  }
}
.callout-projectwillmean .wrapper {
  display: flex;
  gap: 4vw;
}
@media (max-width: 1000px) {
  .callout-projectwillmean .wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.callout-projectwillmean .wrapper .text {
  flex: 1;
}
.callout-projectwillmean .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  width: 450px;
  max-width: 100%;
  margin-bottom: 40px;
}
.callout-projectwillmean .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-projectwillmean .wrapper .text .copy ul,
.callout-projectwillmean .wrapper .text .copy ol {
  margin: 1em 0 1.5em;
  padding-left: 40px;
}
.callout-projectwillmean .wrapper .text .copy ul li,
.callout-projectwillmean .wrapper .text .copy ol li {
  margin-bottom: 0.7em;
}
.callout-projectwillmean .wrapper .text .copy ul {
  list-style: disc;
}
.callout-projectwillmean .wrapper .text .copy ol {
  list-style: decimal;
}
.callout-projectwillmean .wrapper .images {
  flex: 1;
  width: 45vw;
}
@media (max-width: 1000px) {
  .callout-projectwillmean .wrapper .images {
    width: auto;
  }
}
.callout-projectwillmean .wrapper .images img {
  box-shadow: 4px 4px 8px #00000040;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.callout-projectwillmean .wrapper .images img:first-child {
  margin-top: 0;
}
.callout-projectwillmean .wrapper .images .caption {
  margin-top: 30px;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.44444444;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #896C4C;
  font-weight: 500;
  border-left: 5px solid #8BA6C1;
  margin-left: 2vw;
  padding-left: 15px;
  padding-right: 5vw;
}
.callout-learnaboutcta {
  background: #2c425d;
  padding: 5vw;
}
.callout-learnaboutcta .wrapper {
  display: flex;
  align-items: center;
  gap: 4vw;
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .callout-learnaboutcta .wrapper {
    width: 600px;
  }
}
.callout-learnaboutcta .wrapper .copy {
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
}
.callout-learnaboutcta .wrapper .link {
  font-size: clamp(62px, 4.16vw, 80px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #b39276;
}
.callout-video {
  padding: 4vw 5vw 7vw;
}
@media (max-width: 1000px) {
  .callout-video {
    margin: 60px 5vw;
    padding: 0;
  }
}
.callout-video .wrapper {
  width: 56vw;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .callout-video .wrapper {
    width: 75vw;
  }
}
.callout-contactus {
  padding: 100px 5vw;
}
@media (max-width: 1000px) {
  .callout-contactus {
    padding: 60px 5vw;
  }
}
.callout-contactus .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.callout-contactus .wrapper .hr {
  width: 1px;
  background: #896C4C;
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper .hr {
    height: 1px;
    width: 100%;
  }
}
.callout-contactus .wrapper > .left {
  display: flex;
  gap: 7vw;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper > .left {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
}
.callout-contactus .wrapper > .left .block {
  flex: 1;
}
.callout-contactus .wrapper > .left .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 400;
  margin-bottom: 15px;
}
.callout-contactus .wrapper > .left .signupheader {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.6875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #7792B6;
  font-weight: 500;
  margin-top: 30px;
}
.callout-contactus .wrapper > .left .signupcopy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
}
.callout-contactus .wrapper > .left .signupform {
  margin-top: 30px;
}
.callout-contactus .wrapper .right {
  flex: 1;
}
.callout-contactus .wrapper .right .header {
  display: flex;
  gap: 7vw;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper .right .header {
    flex-direction: column;
    gap: 30px;
  }
}
.callout-contactus .wrapper .right .header .headertext {
  flex: 1;
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 400;
}
.callout-contactus .wrapper .right .header .headercopy {
  flex: 1;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-contactus .wrapper .right .links {
  column-count: 2;
  column-gap: 7vw;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .callout-contactus .wrapper .right .links {
    column-count: 1;
  }
}
.callout-contactus .wrapper .right .links a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  color: #b64300;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #b64300;
  box-shadow: 6px 8px 10px #00000040;
  margin-bottom: 30px;
}
.callout-contactus .wrapper .right .links a span.text {
  padding: 35px 3vw;
  flex: 1;
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper .right .links a span.text {
    padding: 20px;
  }
}
.callout-contactus .wrapper .right .links a span.img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  background: #b64300;
}
@media (max-width: 1400px) {
  .callout-contactus .wrapper .right .links a span.img {
    width: 90px;
  }
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper .right .links a span.img {
    width: 60px;
  }
}
.callout-contactus .wrapper .right .links a span.img img {
  width: 48px;
  height: auto;
}
@media (max-width: 1400px) {
  .callout-contactus .wrapper .right .links a span.img img {
    width: 36px;
  }
}
@media (max-width: 1000px) {
  .callout-contactus .wrapper .right .links a span.img img {
    width: 24px;
  }
}
.callout-emailsignup {
  padding: 5vw;
}
@media (max-width: 1000px) {
  .callout-emailsignup {
    margin: 60px 5vw;
    padding: 0;
  }
}
.callout-emailsignup .wrapper {
  display: flex;
  gap: 7vw;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .callout-emailsignup .wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.callout-emailsignup .wrapper .text {
  width: 400px;
  max-width: 100%;
}
.callout-emailsignup .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 400;
}
.callout-emailsignup .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
  margin-top: 30px;
}
.callout-emailsignup .wrapper .text .link {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .callout-emailsignup .wrapper .text .link {
    margin-top: 20px;
  }
}
.callout-emailsignup .wrapper .text .link a {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  color: #b64300;
  font-weight: 700;
}
.callout-emailsignup .wrapper .text .link a i {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}
.callout-emailsignup .wrapper .form {
  flex: 1;
}
.callout-sitemaps {
  padding: 4vw 5vw;
}
@media (max-width: 1000px) {
  .callout-sitemaps {
    margin: 60px 5vw;
    padding: 0;
  }
}
.callout-sitemaps .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 400;
}
@media (max-width: 800px) {
  .callout-sitemaps .wrapper .header {
    margin-bottom: 30px;
  }
}
.callout-sitemaps .wrapper .sides {
  display: flex;
  gap: 4vw;
}
@media (max-width: 800px) {
  .callout-sitemaps .wrapper .sides {
    flex-direction: column-reverse;
  }
}
.callout-sitemaps .wrapper .sides .left {
  flex: 900;
}
.callout-sitemaps .wrapper .sides .left .caption {
  margin: 3vw 0;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.44444444;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #896C4C;
  font-weight: 500;
  border-left: 5px solid #8BA6C1;
  margin-left: 2vw;
  padding-left: 15px;
  padding-right: 5vw;
}
.callout-sitemaps .wrapper .sides .right {
  flex: 670;
}
.callout-videowithcopy {
  padding: 4vw 5vw;
}
@media (max-width: 1000px) {
  .callout-videowithcopy {
    margin: 60px 5vw;
    padding: 0;
  }
}
.callout-videowithcopy .wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .callout-videowithcopy .wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 60px;
  }
}
.callout-videowithcopy .wrapper .video {
  flex: 1;
}
.callout-videowithcopy .wrapper .video .wrap {
  margin-right: 7vw;
}
@media (max-width: 1000px) {
  .callout-videowithcopy .wrapper .video .wrap {
    margin: 0;
  }
}
.callout-videowithcopy .wrapper .text {
  flex: 1;
}
.callout-videowithcopy .wrapper .text .header {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.3125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 400;
  margin-bottom: 30px;
}
.callout-videowithcopy .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
}
.callout-videowithcopy .wrapper .text .copy a {
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  color: #b64300;
  font-weight: 700;
}
.callout-latestrenderings {
  overflow: hidden;
  background: #eef2f6;
  padding: 5vw;
}
@media (max-width: 1000px) {
  .callout-latestrenderings {
    padding: 60px 5vw;
  }
}
.callout-latestrenderings .wrapper .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 5vw;
}
@media (max-width: 1000px) {
  .callout-latestrenderings .wrapper .header {
    margin-bottom: 30px;
  }
}
.callout-latestrenderings .wrapper .slides .slick-list {
  overflow: visible;
}
.callout-latestrenderings .wrapper .slides .slide {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .callout-latestrenderings .wrapper .slides .slide {
    margin-right: 10px;
  }
}
.callout-latestrenderings .wrapper .slides .slide .caption {
  opacity: 0;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.44444444;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #896C4C;
  font-weight: 500;
  border-left: 5px solid #8BA6C1;
  margin-left: 2vw;
  padding-left: 15px;
}
.callout-latestrenderings .wrapper .slides .slide img {
  margin-top: 15px;
  height: 320px;
  width: auto;
}
@media (max-width: 1000px) {
  .callout-latestrenderings .wrapper .slides .slide img {
    width: 80vw;
    height: auto;
  }
}
.callout-latestrenderings .wrapper .slides .slide.slick-current .caption {
  opacity: 1;
}
.callout-latestrenderings .wrapper .slides .slide.slick-current:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  height: 6px;
  background: #b64300;
}
.callout-latestrenderings .wrapper .nav {
  flex-shrink: 0;
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 3vw;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-latestrenderings .wrapper .nav .back,
.callout-latestrenderings .wrapper .nav .forward {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #b64300;
}
.callout-odotconstruction {
  margin: 50px 0;
}
.callout-odotconstruction .wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5vw;
}
@media (max-width: 1000px) {
  .callout-odotconstruction .wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.callout-odotconstruction .wrapper .mobiletext {
  display: none;
  z-index: 999;
  background: #2c425d;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 4px 4px 8px #00000065;
  padding: 15px 5vw;
  margin-top: -5vw;
}
.callout-odotconstruction .wrapper .mobiletext strong {
  display: block;
}
@media (max-width: 786px) {
  .callout-odotconstruction .wrapper .mobiletext.active {
    display: block;
  }
}
.callout-odotconstruction .wrapper .visual {
  flex: 1;
  background: lightgray;
  position: relative;
}
.callout-odotconstruction .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-odotconstruction .wrapper .visual .markers .marker {
  position: absolute;
  width: 1px;
  height: 1px;
}
.callout-odotconstruction .wrapper .visual .markers .marker button {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  width: 30px;
  height: 30px;
  background: transparent;
  color: transparent;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.callout-odotconstruction .wrapper .visual .markers .marker button:after {
  position: absolute;
}
.callout-odotconstruction .wrapper .visual .markers .marker .text {
  display: none;
  z-index: 999;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #2c425d;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 4px 4px 8px #00000065;
  width: 460px;
  padding: 10px 15px;
  max-width: 26vw;
}
@media (max-width: 768px) {
  .callout-odotconstruction .wrapper .visual .markers .marker .text {
    max-width: 22vw;
  }
}
.callout-odotconstruction .wrapper .visual .markers .marker .text:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2c425d;
}
.callout-odotconstruction .wrapper .visual .markers .marker .text strong {
  display: block;
}
@media (max-width: 786px) {
  .callout-odotconstruction .wrapper .visual .markers .marker .text {
    display: none !important;
  }
}
.callout-odotconstruction .wrapper .visual .markers .marker.a {
  top: 48.6%;
  right: 50.25%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.b {
  top: 38.8%;
  right: 57.55%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.c {
  top: 76.65%;
  right: 20.05%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.c2 {
  top: 41%;
  right: 60.1%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.d {
  top: 52.5%;
  right: 67.05%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.e {
  top: 41.2%;
  right: 49.55%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.f {
  top: 32.2%;
  right: 58.65%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.g {
  top: 47.35%;
  right: 61%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.h {
  top: 50.85%;
  right: 58.35%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.i {
  top: 66.45%;
  right: 73.25%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.j {
  top: 54.55%;
  right: 56%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.k {
  top: 18.5%;
  right: 66%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.l {
  top: 79.9%;
  right: 42.5%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.m {
  top: 59.9%;
  right: 32%;
}
.callout-odotconstruction .wrapper .visual .markers .marker.active .text {
  display: block;
}
.callout-odotconstruction .wrapper .visual .markers .marker.active button {
  outline: 3px solid #2c425d;
  color: #2c425d;
  background: #fcd27e;
}
.callout-odotconstruction .wrapper .visual .markers .marker.active.yellow button {
  background: #fcd27e;
}
.callout-odotconstruction .wrapper .text {
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  padding-left: 5vw;
}
@media (max-width: 1000px) {
  .callout-odotconstruction .wrapper .text {
    padding: 0 5vw;
    width: auto;
  }
}
.callout-odotconstruction .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 35px;
}
.callout-odotconstruction .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-constructionplan {
  margin: 50px 0;
}
.callout-constructionplan .wrapper {
  display: flex;
  align-items: center;
  gap: 5vw;
}
@media (max-width: 1000px) {
  .callout-constructionplan .wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.callout-constructionplan .wrapper .mobiletext {
  display: none;
  z-index: 999;
  background: #2c425d;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 4px 4px 8px #00000065;
  padding: 15px 5vw;
  margin-top: -5vw;
}
.callout-constructionplan .wrapper .mobiletext strong {
  display: block;
}
@media (max-width: 786px) {
  .callout-constructionplan .wrapper .mobiletext.active {
    display: block;
  }
}
.callout-constructionplan .wrapper .visual {
  flex: 1;
  background: lightgray;
  position: relative;
}
.callout-constructionplan .wrapper .visual img {
  width: 100%;
  height: auto;
}
.callout-constructionplan .wrapper .visual .markers .marker {
  position: absolute;
  width: 1px;
  height: 1px;
}
.callout-constructionplan .wrapper .visual .markers .marker button {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  width: 30px;
  height: 30px;
  background: transparent;
  color: transparent;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.callout-constructionplan .wrapper .visual .markers .marker button:after {
  position: absolute;
}
.callout-constructionplan .wrapper .visual .markers .marker .text {
  display: none;
  z-index: 999;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #2c425d;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 4px 4px 8px #00000065;
  width: 460px;
  padding: 10px 15px;
  max-width: 26vw;
}
.callout-constructionplan .wrapper .visual .markers .marker .text:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2c425d;
}
.callout-constructionplan .wrapper .visual .markers .marker .text strong {
  display: block;
}
@media (max-width: 786px) {
  .callout-constructionplan .wrapper .visual .markers .marker .text {
    display: none !important;
  }
}
.callout-constructionplan .wrapper .visual .markers .marker.a {
  top: 60.6%;
  right: 45.25%;
}
.callout-constructionplan .wrapper .visual .markers .marker.b {
  top: 51.8%;
  right: 38.55%;
}
.callout-constructionplan .wrapper .visual .markers .marker.c {
  top: 53.65%;
  right: 30.05%;
}
.callout-constructionplan .wrapper .visual .markers .marker.c2 {
  top: 68%;
  right: 27.1%;
}
.callout-constructionplan .wrapper .visual .markers .marker.d {
  top: 37.5%;
  right: 30.05%;
}
.callout-constructionplan .wrapper .visual .markers .marker.e {
  top: 10.2%;
  right: 46.55%;
}
.callout-constructionplan .wrapper .visual .markers .marker.f {
  top: 10.2%;
  right: 18.65%;
}
.callout-constructionplan .wrapper .visual .markers .marker.g {
  top: 13.35%;
  right: 30%;
}
.callout-constructionplan .wrapper .visual .markers .marker.h {
  top: 60.85%;
  right: 34.35%;
}
.callout-constructionplan .wrapper .visual .markers .marker.i {
  top: 20.45%;
  right: 11.25%;
}
.callout-constructionplan .wrapper .visual .markers .marker.j {
  top: 70.55%;
  right: 54.5%;
}
.callout-constructionplan .wrapper .visual .markers .marker.j .text {
  width: 22vw;
}
.callout-constructionplan .wrapper .visual .markers .marker.k {
  top: 43.5%;
  right: 23%;
}
.callout-constructionplan .wrapper .visual .markers .marker.l {
  top: 60.9%;
  right: 25%;
}
.callout-constructionplan .wrapper .visual .markers .marker.active .text {
  display: block;
}
.callout-constructionplan .wrapper .visual .markers .marker.active button {
  outline: 3px solid #2c425d;
  color: #fff;
  background: #a8ad37;
}
.callout-constructionplan .wrapper .visual .markers .marker.active.yellow button {
  background: #f4a81e;
}
.callout-constructionplan .wrapper .text {
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  padding-right: 5vw;
}
@media (max-width: 1000px) {
  .callout-constructionplan .wrapper .text {
    padding: 0 5vw;
    width: auto;
  }
}
.callout-constructionplan .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 35px;
}
.callout-constructionplan .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-constructiontimeline {
  margin-bottom: 5vw;
}
@media (max-width: 1000px) {
  .callout-constructiontimeline {
    margin: 60px 0;
  }
}
.callout-constructiontimeline .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 5vw;
}
@media (max-width: 1000px) {
  .callout-constructiontimeline .wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.callout-constructiontimeline .wrapper .visual {
  flex: 1;
}
.callout-constructiontimeline .wrapper .visual .phases {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .callout-constructiontimeline .wrapper .visual .phases {
    padding: 0 5vw;
  }
}
.callout-constructiontimeline .wrapper .visual .phases .phase {
  flex: 1;
  text-align: center;
}
.callout-constructiontimeline .wrapper .visual .phases .phase strong {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-weight: 700;
}
.callout-constructiontimeline .wrapper .visual .phases .phase span {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #2c425d;
  font-family: 'EB Garamond', serif;
}
.callout-constructiontimeline .wrapper .visual .phases .phase span span {
  white-space: nowrap;
}
.callout-constructiontimeline .wrapper .visual .years {
  display: flex;
}
.callout-constructiontimeline .wrapper .visual .years .year {
  position: relative;
  flex: 1;
}
.callout-constructiontimeline .wrapper .visual .years .year:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 1px;
  background: #fff;
  opacity: 0.6;
  z-index: 10;
}
.callout-constructiontimeline .wrapper .visual .years .year:last-child:after {
  display: none;
}
.callout-constructiontimeline .wrapper .visual .years .year div {
  text-align: center;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
.callout-constructiontimeline .wrapper .visual .years .year div.green {
  background: #A8AD00;
  height: 27px;
}
.callout-constructiontimeline .wrapper .visual .years .year div.yellow {
  background: #f4a81e;
  height: 27px;
}
.callout-constructiontimeline .wrapper .visual .years .year div.date {
  margin-top: 20px;
}
.callout-constructiontimeline .wrapper .text {
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  padding-right: 5vw;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .callout-constructiontimeline .wrapper .text {
    padding: 0 5vw;
    width: auto;
  }
}
.callout-constructiontimeline .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
}
.callout-projectoverview {
  overflow: hidden;
  margin: 50px 0;
  padding-bottom: 15px;
}
.callout-projectoverview .wrapper {
  display: flex;
}
@media (max-width: 1000px) {
  .callout-projectoverview .wrapper {
    flex-direction: column;
  }
}
.callout-projectoverview .wrapper .text {
  position: relative;
  z-index: 10;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 400px;
  padding: 15px 10px 15px 5vw;
  max-width: 100%;
  margin-right: 5vw;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .callout-projectoverview .wrapper .text {
    width: auto;
  }
}
.callout-projectoverview .wrapper .text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 5vw;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%);
}
.callout-projectoverview .wrapper .text .header {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 35px;
}
.callout-projectoverview .wrapper .text .copy {
  flex: 1;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #63666A;
  font-family: 'EB Garamond', serif;
}
@media (max-width: 1000px) {
  .callout-projectoverview .wrapper .slides {
    padding-left: 20px;
  }
}
.callout-projectoverview .wrapper .slides .slick-list {
  overflow: visible;
}
.callout-projectoverview .wrapper .slides .slide {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .callout-projectoverview .wrapper .slides .slide {
    margin-right: 10px;
  }
}
.callout-projectoverview .wrapper .slides .slide img {
  margin: 15px 0;
  height: 320px;
  width: auto;
  box-shadow: 4px 4px 8px #00000040;
}
@media (max-width: 1000px) {
  .callout-projectoverview .wrapper .slides .slide img {
    width: 80vw;
    height: auto;
  }
}
.callout-projectoverview .wrapper .slides .slide.slick-current:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  height: 6px;
  background: #b64300;
}
.callout-projectoverview .wrapper .nav {
  flex-shrink: 0;
  align-self: center;
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 3vw;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-projectoverview .wrapper .nav .back,
.callout-projectoverview .wrapper .nav .forward {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #b64300;
}
.callout-trafficnews {
  overflow: hidden;
  background: #eef2f6;
  padding: 60px 5vw;
}
.callout-trafficnews:nth-child(2) {
  padding-top: 100px;
  padding-bottom: 17px;
}
@media (max-width: 1000px) {
  .callout-trafficnews {
    padding: 60px 5vw;
  }
  .callout-trafficnews:nth-child(2) {
    padding-top: 60px;
  }
}
.callout-trafficnews .wrapper .header {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  align-items: center;
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 60px;
}
.callout-trafficnews .wrapper .header .nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 3vw;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
}
.callout-trafficnews .wrapper .header .nav .back,
.callout-trafficnews .wrapper .header .nav .forward {
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #b64300;
}
.callout-trafficnews .wrapper .slides .slide {
  margin-right: 15px;
}
.callout-trafficnews .wrapper .slick-track {
  display: flex;
}
.callout-trafficnews .wrapper .slick-list {
  overflow: visible;
  display: flex;
  align-items: stretch;
}
.component-updatecard {
  display: flex !important;
  flex-direction: column;
  position: relative;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 6px 8px 10px #00000080;
  border: 2px solid #9A3324;
  padding: 40px 25px 25px;
}
.component-updatecard .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 65%;
  margin: -40px -25px 40px;
  border-bottom: 2px solid #9A3324;
}
.component-updatecard .supertitle {
  font-size: clamp(20.925px, 1.404vw, 27px);
  line-height: 1.11111111;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  color: #896C4C;
  text-align: center;
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.component-updatecard .title {
  font-size: clamp(29.45px, 1.976vw, 38px);
  line-height: 1.15789474;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 600;
  color: #9A3324;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.component-updatecard .summary {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #707070;
  margin-bottom: 30px;
  flex: 1;
}
.component-updatecard .link {
  text-align: right;
}
.component-updatecard .link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.38888889;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #b64300;
  margin-left: auto;
}
.component-updatecard .link a i {
  margin-left: 10px;
}
.component-updatecard.latestnews .title {
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1.26666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-align: left;
  text-transform: none;
}
.component-updatecard.active:after,
.component-updatecard.slick-current:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  height: 6px;
  background: #b64300;
}
.callout-constructionupdates {
  background: #2c425d;
  padding: 7vw 5vw 7vw;
}
@media (max-width: 1000px) {
  .callout-constructionupdates {
    padding: 60px 5vw;
  }
}
.callout-constructionupdates .wrapper .header {
  display: flex;
  align-items: flex-end;
  font-size: clamp(37.2px, 2.496vw, 48px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .callout-constructionupdates .wrapper .header {
    flex-direction: column;
    align-items: stretch;
  }
}
.callout-constructionupdates .wrapper .header div {
  flex: 1;
}
.callout-constructionupdates .wrapper .header a {
  color: #b39276;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  text-decoration: none;
}
.callout-constructionupdates .wrapper .header a i {
  padding-left: 15px;
}
.callout-constructionupdates .wrapper .cards {
  display: grid;
  column-gap: 15px;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-template-rows: 1fr;
      grid-auto-rows: 0;
      overflow-y: hidden;*/
}
@media (max-width: 1000px) {
  .callout-constructionupdates .wrapper .cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.callout-constructionupdates .wrapper .cards .card {
  width: auto;
}
@media (max-width: 1000px) {
  .callout-constructionupdates .wrapper .cards .card:nth-child(3),
  .callout-constructionupdates .wrapper .cards .card:nth-child(4) {
    display: none !important;
  }
}
.callout-constructionupdates .wrapper .endcaplink {
  text-align: center;
  margin: 50px 60px 0;
}
.callout-constructionupdates .wrapper .endcaplink a {
  position: relative;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  color: #FFFFFF;
}
.callout-constructionupdates .wrapper .endcaplink a i {
  position: absolute;
  margin-top: 3px;
  padding-left: 15px;
}
.callout-postnav {
  margin: 80px 5vw;
  padding-bottom: 35px;
  border-bottom: 1px solid #b39276;
}
@media screen and (max-width: 1000px) {
  .callout-postnav {
    margin: 40px 5vw;
  }
}
.callout-postnav .wrapper {
  display: flex;
  gap: 7vw;
}
@media screen and (max-width: 1000px) {
  .callout-postnav .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.callout-postnav .wrapper .backto {
  flex: 1;
}
.callout-postnav .wrapper .backto a {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  color: #b64300;
  text-decoration: none;
}
.callout-postnav .wrapper .shares {
  width: 42vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .callout-postnav .wrapper .shares {
    width: 420px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .callout-postnav .wrapper .shares {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    align-self: flex-end;
  }
}
.callout-postnav .wrapper .shares .share a {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  color: #2c425d;
  text-decoration: none;
}
.callout-postnav .wrapper .shares .share a i {
  margin-right: 5px;
}
.callout-postnav .wrapper .shares .share.social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.callout-postnav .wrapper .shares .share.social .hr {
  width: 1px;
  background: #896C4C;
  align-self: stretch;
}
.callout-postcopy {
  margin: 60px 5vw 120px;
}
.callout-postcopy .wrapper {
  display: flex;
  gap: 7vw;
}
.callout-postcopy .wrapper .text {
  flex: 1;
}
.callout-postcopy .wrapper .text h1 {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  color: #2c425d;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .callout-postcopy .wrapper .text h1 {
    margin-bottom: 30px;
  }
}
.callout-postcopy .wrapper .text .mobileimage {
  display: none;
}
@media screen and (max-width: 1000px) {
  .callout-postcopy .wrapper .text .mobileimage {
    display: block;
  }
}
.callout-postcopy .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.3;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
}
@media screen and (max-width: 1000px) {
  .callout-postcopy .wrapper .text .copy {
    margin-top: 30px;
  }
}
.callout-postcopy .wrapper .text .copy a {
  color: #b64300;
}
.callout-postcopy .wrapper .image {
  width: 42vw;
}
@media screen and (max-width: 1000px) {
  .callout-postcopy .wrapper .image {
    display: none;
  }
}
.callout-faqs {
  background: #eef2f6;
  padding: 100px 5vw 50px;
}
@media (max-width: 1000px) {
  .callout-faqs {
    padding: 60px 5vw;
  }
}
.callout-faqs .wrapper .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .callout-faqs .wrapper .header {
    margin-bottom: 50px;
  }
}
.callout-faqs .wrapper .sections {
  padding: 0 7vw;
}
@media (max-width: 1000px) {
  .callout-faqs .wrapper .sections {
    padding: 0;
  }
}
.callout-faqs .wrapper .sections .section {
  padding-bottom: 20px;
}
.callout-faqs .wrapper .sections .section:last-child {
  margin-bottom: 0;
}
.callout-faqs .wrapper .sections .section .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.callout-faqs .wrapper .sections .section .text .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #fff;
  font-weight: 600;
  background: #B94700;
  border: 2px solid #9A3324;
  padding: 30px 50px;
  box-shadow: 6px 8px 10px #00000040;
}
@media (max-width: 650px) {
  .callout-faqs .wrapper .sections .section .text .left {
    padding: 25px 20px;
  }
}
.callout-faqs .wrapper .sections .section .text .left .fa-circle-plus {
  display: block;
}
.callout-faqs .wrapper .sections .section .text .left .fa-circle-minus {
  display: none;
}
.callout-faqs .wrapper .sections .section .text .right {
  display: none;
  padding: 0 75px 0 50px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #63666A;
}
@media (max-width: 650px) {
  .callout-faqs .wrapper .sections .section .text .right {
    padding: 0 45px 0 20px;
  }
}
.callout-faqs .wrapper .sections .section .text .right a {
  color: #b64300;
  font-weight: 600;
}
.callout-faqs .wrapper .sections .section .text .right img {
  max-width: 100%;
}
.callout-faqs .wrapper .sections .section .text .right .endcaplink {
  margin-bottom: 1em;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
}
.callout-faqs .wrapper .sections .section .text .right .endcaplink i {
  padding-left: 15px;
  position: absolute;
  margin-top: 4px;
}
.callout-faqs .wrapper .sections .section .images {
  display: none;
  gap: 4vw;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .callout-faqs .wrapper .sections .section .images {
    grid-template-columns: 1fr;
  }
}
.callout-faqs .wrapper .sections .section .images .image {
  display: flex;
  flex-direction: column;
}
.callout-faqs .wrapper .sections .section .images .image .caption {
  margin-top: 30px;
  font-size: clamp(13.950000000000001px, 0.9359999999999999vw, 18px);
  line-height: 1.44444444;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  color: #896C4C;
  font-weight: 500;
  border-left: 5px solid #8BA6C1;
  padding-left: 15px;
}
@media (max-width: 650px) {
  .callout-faqs .wrapper .sections .section .images .image .caption {
    margin-top: 10px;
  }
}
.callout-faqs .wrapper .sections .section.active {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #896C4C;
}
.callout-faqs .wrapper .sections .section.active .text .left .fa-circle-plus {
  display: none;
}
.callout-faqs .wrapper .sections .section.active .text .left .fa-circle-minus {
  display: block;
}
.callout-faqs .wrapper .sections .section.active .text .right {
  display: block;
}
.callout-faqs .wrapper .sections .section.active .images {
  display: grid;
}
.callout-latestnewsintro {
  padding: 60px 0 0 5vw;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .callout-latestnewsintro {
    padding: 60px 5vw;
    margin: 0;
  }
}
.callout-latestnewsintro .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4vw;
}
@media (max-width: 1000px) {
  .callout-latestnewsintro .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.callout-latestnewsintro .wrapper .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 400px;
}
@media (max-width: 1000px) {
  .callout-latestnewsintro .wrapper .text {
    min-width: 0;
  }
}
.callout-latestnewsintro .wrapper .text .superheader {
  font-size: clamp(21.7px, 1.456vw, 28px);
  line-height: 1.28571429;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  font-weight: 800;
  color: #8BA6C1;
  border-top: 2px solid #8BA6C1;
  border-bottom: 2px solid #8BA6C1;
  padding: 5px 0;
}
.callout-latestnewsintro .wrapper .text .header {
  font-size: clamp(41.85px, 2.808vw, 54px);
  line-height: 1.22222222;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #2c425d;
}
@media (max-width: 500px) {
  .callout-latestnewsintro .wrapper .text .header {
    font-size: 36px;
  }
}
.callout-latestnewsintro .wrapper .text .mobileimage {
  display: none;
}
@media (max-width: 1000px) {
  .callout-latestnewsintro .wrapper .text .mobileimage {
    display: block;
  }
}
.callout-latestnewsintro .wrapper .text .copy {
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.3;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  color: #63666A;
}
.callout-latestnewsintro .wrapper .text .copy a {
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  color: #b64300;
}
.callout-latestnewsintro .wrapper .image {
  width: 56vw;
  margin-top: 40px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .callout-latestnewsintro .wrapper .image {
    display: none;
  }
}
.callout-introblock {
  background: #2c425d;
  padding: 20px 0 0 5vw;
}
@media (max-width: 1000px) {
  .callout-introblock {
    padding: 0 5vw 60px;
  }
}
.callout-introblock .wrapper {
  display: flex;
  gap: 4vw;
}
@media (max-width: 1000px) {
  .callout-introblock .wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.callout-introblock .wrapper .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 400px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .callout-introblock .wrapper .text {
    padding: 0;
    min-width: 0;
    gap: 20px;
  }
}
.callout-introblock .wrapper .text .header {
  font-size: clamp(55.800000000000004px, 3.7439999999999998vw, 72px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 400;
  color: #fff;
}
@media (max-width: 500px) {
  .callout-introblock .wrapper .text .header {
    font-size: 46px;
  }
}
.callout-introblock .wrapper .text .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-family: 'EB Garamond', serif;
  color: #fff;
}
.callout-introblock .wrapper .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 56.4vw;
  flex-shrink: 0;
  margin-bottom: -60px;
}
@media (max-width: 1000px) {
  .callout-introblock .wrapper .image {
    width: auto;
    height: 70vw;
    margin: 0 -5vw;
  }
}
