/*
Theme Name: IUOE Local 18
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-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;
}
/*! 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;
}
/*!
 * 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.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 27px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 27px;
  height: 2px;
  background-color: #fff;
  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: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*
   * 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, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 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, -8px, 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, 8px, 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, -8px, 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, 8px, 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, -8px, 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, -8px, 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: 8px;
  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, 8px, 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: 8px;
  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, 8px, 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: 8px;
  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: 8px;
  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: 8px;
  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, 8px, 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: 8px;
  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, 8px, 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: 8px;
  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, 8px, 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, 8px, 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, -8px, 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: 'Lato', 'Arial', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  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 .nf-response-msg {
  color: #000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
body section form .nf-form-content {
  padding: 0;
}
body section form .nf-form-fields-required {
  display: none;
}
body section form .ninja-forms-req-symbol {
  color: #991318;
}
body section form .nf-field-label {
  margin-bottom: 10px;
}
body section form label {
  color: #C6690A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1875;
}
body section form textarea {
  display: block;
  color: #7B7B7B;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: 1px solid rgba(151, 151, 151, 0.6);
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 25px;
}
body section form textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form textarea::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form textarea:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form textarea:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form input {
  display: block;
  color: #d8d8d8;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 25px;
}
body section form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form input::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form input:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section form .submit-container input,
body section form .submit-container .type-submit,
body section form .submit-container [value="Submit"],
body section form .submit-container [type="submit"] {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 25px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
  transition: none !important;
}
body section form .submit-container input:focus,
body section form .submit-container .type-submit:focus,
body section form .submit-container [value="Submit"]:focus,
body section form .submit-container [type="submit"]:focus,
body section form .submit-container input:hover,
body section form .submit-container .type-submit:hover,
body section form .submit-container [value="Submit"]:hover,
body section form .submit-container [type="submit"]:hover {
  color: #fff;
  background: #C6690A;
}
header {
  position: relative;
}
header .logo {
  position: absolute;
  top: 25px;
  left: 50px;
  z-index: 1010;
}
@media screen and (max-width: 767px) {
  header .logo {
    left: 20px;
  }
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  display: block;
  border-radius: 50%;
  width: 158px;
  height: 158px;
}
@media screen and (max-width: 767px) {
  header .logo a img {
    width: 120px;
    height: 120px;
  }
}
.home header .logo a img {
  width: 210px;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .home header .logo a img {
    width: 120px;
    height: 120px;
  }
}
.hamburger {
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 1150;
  border: 2px solid #F68919;
  border-right: 0;
  background: rgba(0, 0, 0, 0.59);
  padding: 13px 25px 13px 50px;
}
.home .hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .hamburger {
    display: block;
  }
}
.admin-bar .hamburger {
  margin-top: 32px;
}
.nav-open .hamburger {
  position: fixed;
  top: 10px;
  display: block;
}
.nav-open .hamburger .hamburger-box {
  top: 4px;
  left: 26px;
}
.nav-open .hamburger .text {
  display: none;
}
.hamburger .hamburger-box {
  position: absolute;
  top: 12px;
  left: 12px;
}
.hamburger .text {
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}
.hamburger.is-active,
.hamburger:focus,
.hamburger:hover {
  background: #991318;
  border-color: transparent;
}
#navigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
}
.admin-bar #navigation {
  margin-top: 32px;
}
.nav-open #navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}
#navigation .wrapper {
  display: flex;
}
#navigation .wrapper .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  display: none;
}
.home #navigation .wrapper .left,
.nav-open #navigation .wrapper .left {
  display: flex;
}
@media screen and (max-width: 767px) {
  .home #navigation .wrapper .left {
    display: none;
  }
  .nav-open #navigation .wrapper .left {
    display: flex;
  }
}
#navigation .wrapper .left .primary {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#navigation .wrapper .left .primary li {
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .left .primary li {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#navigation .wrapper .left .primary li:last-child {
  margin: 0;
}
#navigation .wrapper .left .primary li a {
  position: relative;
  width: 220px;
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #F68919;
  border-right: 0;
  background-color: rgba(0, 0, 0, 0.59);
  padding: 10px 12px 10px 12px;
  min-height: 47px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .left .primary li a {
    width: 170px !important;
  }
}
#navigation .wrapper .left .primary li a span.icon {
  width: 30px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
#navigation .wrapper .left .primary li a span.icon img {
  display: block;
  max-height: 23px;
  max-width: 30px;
}
#navigation .wrapper .left .primary li a span.icon img.active {
  display: none;
}
#navigation .wrapper .left .primary li a span.icon img.inactive {
  display: block;
}
#navigation .wrapper .left .primary li a span.text {
  flex: 1;
}
#navigation .wrapper .left .primary li a .white-arrow {
  display: none;
  width: 27px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 100%;
}
#navigation .wrapper .left .primary li a:focus,
#navigation .wrapper .left .primary li a:hover {
  width: 230px;
  border-color: transparent;
  background: #991318;
}
#navigation .wrapper .left .primary li a:focus span.icon img.active,
#navigation .wrapper .left .primary li a:hover span.icon img.active {
  display: block;
}
#navigation .wrapper .left .primary li a:focus span.icon img.inactive,
#navigation .wrapper .left .primary li a:hover span.icon img.inactive {
  display: none;
}
.nav-open #navigation .wrapper .left .primary li a.active {
  width: 230px;
  border-color: transparent;
  background: #991318;
}
.nav-open #navigation .wrapper .left .primary li a.active span.icon img.active {
  display: block;
}
.nav-open #navigation .wrapper .left .primary li a.active span.icon img.inactive {
  display: none;
}
#navigation .wrapper .left .secondary {
  padding: 25px 0;
}
#navigation .wrapper .left .secondary li {
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.99px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#navigation .wrapper .left .secondary li:last-child {
  margin: 0;
}
#navigation .wrapper .left .secondary li a {
  display: block;
  width: 155px;
  color: #000000;
  text-decoration: none;
  border: 3px solid #991318;
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.83);
  padding: 10px 17px;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .left .secondary li a {
    width: 145px;
  }
}
#navigation .wrapper .left .secondary li a.active,
#navigation .wrapper .left .secondary li a:focus,
#navigation .wrapper .left .secondary li a:hover {
  color: #fff;
  border-color: transparent;
  background: rgba(249, 140, 28, 0.83);
}
#navigation .wrapper .left .branding {
  overflow: hidden;
}
#navigation .wrapper .left .branding img {
  margin-right: 10px;
  display: block;
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 767px) {
}
#navigation .wrapper .right {
  background: #991318;
  width: 300px;
  padding: 55px 25px;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    padding: 55px 5px;
  }
}
.nav-open #navigation .wrapper .right {
  display: block;
}
#navigation .wrapper .right ul {
  display: none;
}
#navigation .wrapper .right ul li {
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.23px;
  line-height: 1;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right ul li {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#navigation .wrapper .right ul li:last-child a {
  border-bottom: 0;
}
#navigation .wrapper .right ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 21px 16px;
  border-bottom: 1px solid rgba(148, 76, 1, 0.7);
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right ul li a {
    padding: 21px 10px;
  }
}
#navigation .wrapper .right ul li a.active,
#navigation .wrapper .right ul li a:focus,
#navigation .wrapper .right ul li a:hover {
  background: rgba(148, 76, 1, 0.7);
}
#navigation .wrapper .right form {
  position: relative;
  margin: 30px 16px;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right form {
    margin: 30px 10px;
  }
}
#navigation .wrapper .right form input {
  display: block;
  color: #fff;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: 1px solid #fff;
  width: 100%;
  padding: 13px 75px 13px 15px;
}
#navigation .wrapper .right form input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
#navigation .wrapper .right form input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
#navigation .wrapper .right form input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
#navigation .wrapper .right form input:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right form input {
    padding-right: 65px;
  }
}
#navigation .wrapper .right form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: #E6E6E6;
}
@media screen and (max-width: 550px) {
  #navigation .wrapper .right form button {
    width: 50px;
  }
}
#navigation .wrapper .right form button img {
  display: block;
  width: 25px;
  height: 25px;
}
#navigation .wrapper .right form button img.active {
  display: none;
}
#navigation .wrapper .right form button img.inactive {
  display: block;
}
#navigation .wrapper .right form button:focus,
#navigation .wrapper .right form button:hover {
  border-color: #fff;
  background: #991318;
}
#navigation .wrapper .right form button:focus .active,
#navigation .wrapper .right form button:hover .active {
  display: block;
}
#navigation .wrapper .right form button:focus .inactive,
#navigation .wrapper .right form button:hover .inactive {
  display: none;
}
#navigation .wrapper .right .social {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#navigation .wrapper .right .social a {
  display: inline-block;
  text-decoration: none;
  margin: 0 3px;
}
#navigation .wrapper .right .social a img {
  display: block;
  width: 35px;
  height: 35px;
}
#navigation .wrapper .right .social a img.active {
  display: none;
}
#navigation .wrapper .right .social a img.inactive {
  display: block;
}
#navigation .wrapper .right .social a:focus .active,
#navigation .wrapper .right .social a:hover .active {
  display: block;
}
#navigation .wrapper .right .social a:focus .inactive,
#navigation .wrapper .right .social a:hover .inactive {
  display: none;
}
main {
  position: relative;
}
main .post-edit-link {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  color: #fff;
  background: #000;
  border-radius: 6px;
  text-decoration: none;
}
main article section:last-child {
  margin-bottom: 0;
}
footer {
  margin-top: 50px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
footer.pullup {
  margin-top: -90px;
}
footer .startcap {
  position: relative;
  text-align: center;
}
footer .startcap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  height: 25px;
  background: #D8D8D8;
  border-bottom: 9px solid #fff;
}
footer .startcap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background: #991318;
}
footer .startcap a {
  display: inline-block;
}
footer .startcap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 144px;
  height: 144px;
  margin: 0 auto;
}
footer .wrapper {
  background: #991318;
  padding: 50px 20px 0;
}
footer .wrapper form {
  position: relative;
  margin: 0 auto;
  max-width: 265px;
}
footer .wrapper form input {
  display: block;
  color: #fff;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: none;
  border: 1px solid #fff;
  width: 100%;
  padding: 13px 75px 13px 15px;
}
footer .wrapper form input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
footer .wrapper form input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
footer .wrapper form input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
footer .wrapper form input:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
footer .wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: #E6E6E6;
}
footer .wrapper form button img {
  display: block;
  width: 25px;
  height: 25px;
}
footer .wrapper form button img.active {
  display: none;
}
footer .wrapper form button img.inactive {
  display: block;
}
footer .wrapper form button:focus,
footer .wrapper form button:hover {
  border-color: #fff;
  background: #991318;
}
footer .wrapper form button:focus .active,
footer .wrapper form button:hover .active {
  display: block;
}
footer .wrapper form button:focus .inactive,
footer .wrapper form button:hover .inactive {
  display: none;
}
footer .wrapper .footnav {
  position: relative;
  max-width: 550px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  footer .wrapper .footnav {
    flex-direction: column;
    text-align: center;
    max-width: 200px;
  }
}
footer .wrapper .footnav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
footer .wrapper .footnav a {
  position: relative;
  display: inline-block;
  border: 1px solid #FFFFFF;
  background-color: #955410;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.48px;
  line-height: 1;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  footer .wrapper .footnav a {
    margin-bottom: 20px;
  }
}
footer .wrapper .footnav a:focus,
footer .wrapper .footnav a:hover {
  background: #991318;
}
footer .wrapper .footsubnav {
  position: relative;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footsubnav {
    flex-direction: column;
    text-align: center;
  }
}
footer .wrapper .footsubnav a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.99px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 15px;
}
footer .wrapper .footsubnav a:focus,
footer .wrapper .footsubnav a:hover {
  color: #fff;
}
footer .wrapper .footsubnav a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 767px) {
  footer .wrapper .footsubnav a:before {
    display: none;
  }
}
footer .wrapper .footsubnav a:first-child:before {
  display: none;
}
footer .wrapper .social {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
footer .wrapper .social a {
  display: inline-block;
  text-decoration: none;
  margin: 0 3px;
}
footer .wrapper .social a img {
  display: block;
  width: 35px;
  height: 35px;
}
footer .wrapper .social a img.active {
  display: none;
}
footer .wrapper .social a img.inactive {
  display: block;
}
footer .wrapper .social a:focus .active,
footer .wrapper .social a:hover .active {
  display: block;
}
footer .wrapper .social a:focus .inactive,
footer .wrapper .social a:hover .inactive {
  display: none;
}
footer .logo-18 {
  display: block;
  width: 366px;
  height: 366px;
  position: absolute;
  right: -73px;
  bottom: -62px;
}
.callout-intro {
  position: relative;
  padding: 350px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-intro {
    padding-top: 200px;
  }
}
.callout-intro .background {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-intro .background:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C46402;
  opacity: 0.55;
}
.callout-intro .wrapper {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .callout-intro .wrapper {
    padding: 20px 25px;
  }
}
.callout-intro .wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/themes/iuoelocal18/assets/grid-grey.jpg');
  opacity: 0.6;
}
.callout-intro .wrapper .header {
  position: relative;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.2;
  text-shadow: -3px 3px #991318;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .callout-intro .wrapper .header {
    font-size: 25px;
    text-shadow: -2px 2px #991318;
  }
}
.callout-intro .wrapper .breadcrumbs {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.22222222;
  padding: 8px 10px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .callout-intro .wrapper .breadcrumbs {
    font-size: 12px;
  }
}
.callout-intro .wrapper .breadcrumbs ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-intro .wrapper .breadcrumbs ul li {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #991318;
}
.callout-intro .wrapper .breadcrumbs ul li img {
  display: block;
  width: 18px;
  height: auto;
}
.callout-intro .wrapper .breadcrumbs ul li a {
  color: #A5A5A5;
  text-decoration: none;
}
.callout-intro .wrapper .breadcrumbs ul li a:focus,
.callout-intro .wrapper .breadcrumbs ul li a:hover {
  color: #C6690A;
}
.callout-introduction {
  max-width: 1200px;
  margin: 45px auto;
}
.callout-introduction .wrapper {
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper {
    padding: 0 20px;
    flex-direction: column;
  }
}
.callout-introduction .wrapper .aside {
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper .aside {
    width: 100%;
    margin-top: 45px;
  }
}
.callout-introduction .wrapper .aside.before {
  display: block;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper .aside.before {
    display: none;
  }
}
.callout-introduction .wrapper .aside.after {
  display: none;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper .aside.after {
    display: block;
  }
}
.callout-introduction .wrapper .aside .header {
  display: inline-block;
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.48px;
  line-height: 22px;
  border-bottom: 6px solid #D8D8D8;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.callout-introduction .wrapper .aside .list ul {
  padding: 0;
  margin: 0;
  margin-right: 65px;
  list-style: none;
}
.callout-introduction .wrapper .aside .list ul li {
  position: relative;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.23px;
}
.callout-introduction .wrapper .aside .list ul li ul {
  margin-right: 25px;
}
.callout-introduction .wrapper .aside .list ul li ul li {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.99px;
  line-height: 1.58333333;
}
.callout-introduction .wrapper .aside .list ul li ul li a {
  padding: 10px 0 10px 15px;
  margin-right: 0;
}
.callout-introduction .wrapper .aside .list ul li ul li:last-child a {
  border-bottom: 0;
}
.callout-introduction .wrapper .aside .list ul li div {
  color: #6E6E6E;
  padding: 15px 0 10px 0;
  margin-right: 25px;
}
.callout-introduction .wrapper .aside .list ul li a {
  display: block;
  color: #6E6E6E;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  margin-right: 25px;
}
.callout-introduction .wrapper .aside .list ul li a:focus,
.callout-introduction .wrapper .aside .list ul li a:hover {
  color: #944C01;
}
.callout-introduction .wrapper .aside .list ul li span {
  position: relative;
  display: block;
  padding: 12px 15px 12px 15px;
  color: #fff;
  background: #991318;
  border-left: 9px solid #C6690A;
  margin-left: -9px;
}
.callout-introduction .wrapper .aside .list ul li span:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
.callout-introduction .wrapper .aside .list ul li span:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -9px;
  bottom: 0;
  width: 9px;
  background: #991318;
}
.callout-introduction .wrapper .aside .list ul li .icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  right: -65px;
  border-radius: 50%;
  border: 4px solid #991318;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callout-introduction .wrapper .aside .list ul li .icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 37px;
  max-width: 37px;
}
.callout-introduction .wrapper .aside.postpage {
  border-right: 2px solid #D5D5D5;
  width: 230px;
  min-width: 230px;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper .aside.postpage {
    width: 100%;
    margin-right: 0;
    border-right: 0;
  }
}
.callout-introduction .wrapper .aside.postpage .list ul {
  margin-right: 15px;
}
.callout-introduction .wrapper .aside.postpage .list ul li a {
  margin-right: 0;
}
.callout-introduction .wrapper .aside.postpage .list ul li span:after {
  display: none;
}
.callout-introduction .wrapper .aside.postpage .list ul li:last-child a {
  border: 0;
}
.callout-introduction .wrapper .copy {
  flex: 1 1 auto;
  max-width: 600px;
  margin: 0 auto;
}
.callout-introduction .wrapper .copy.left {
  margin-left: 90px;
}
@media screen and (max-width: 1100px) {
  .callout-introduction .wrapper .copy.left {
    margin-left: 0;
  }
}
.callout-introduction .wrapper .copy.fullwidth {
  max-width: none;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .callout-introduction .wrapper .copy.fullwidth {
    margin-left: 0;
  }
}
.callout-introduction .wrapper .copy.nomar {
  margin-left: 0;
}
.callout-introduction .wrapper .copy > .header {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
}
.callout-introduction .wrapper .copy > .header h1,
.callout-introduction .wrapper .copy > .header h2,
.callout-introduction .wrapper .copy > .header h3,
.callout-introduction .wrapper .copy > .header h4,
.callout-introduction .wrapper .copy > .header h5,
.callout-introduction .wrapper .copy > .header h6 {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.19230769;
  text-transform: uppercase;
}
.callout-introduction .wrapper .copy > .header a {
  display: inline-block;
  color: #282828;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #C6690A;
}
.callout-introduction .wrapper .copy > .header p {
  margin: 1.25em 0;
}
.callout-introduction .wrapper .copy > .header p:last-child {
  margin-bottom: 0;
}
.callout-introduction .wrapper .copy > .header .twocolumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.callout-introduction .wrapper .copy > .header .twocolumn p {
  width: 280px;
}
.callout-introduction .wrapper .copy > .endcap {
  text-align: center;
  border-top: 1px solid #D8D8D8;
  margin-top: 25px;
  padding: 15px 0 0 0;
}
.callout-introduction .wrapper .copy > .endcap span,
.callout-introduction .wrapper .copy > .endcap button {
  padding: 0;
  background: none;
  border: 0;
}
.callout-introduction .wrapper .copy > .endcap span img,
.callout-introduction .wrapper .copy > .endcap button img {
  display: block;
  width: 17px;
  height: 26px;
  margin: 0 auto;
}
.callout-introduction .posts {
  border-top: 4px solid #D8D8D8;
  border-bottom: 5px solid #991318;
  padding: 0 25px;
  margin-top: 40px;
}
@media screen and (max-width: 950px) {
  .callout-introduction .posts {
    padding: 0;
  }
}
.callout-introduction .posts article {
  border-bottom: 2px solid #D8D8D8;
}
.callout-introduction .posts article:last-child {
  border: 0;
}
.callout-introduction .posts.sticky {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(151, 151, 151, 0.44);
  margin-bottom: 40px;
}
.callout-summary {
  padding: 25px 0 25px;
  min-height: 170px;
  display: flex;
  flex-wrap: wrap;
}
.callout-summary .image {
  width: 128px;
  height: auto;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.callout-summary .text {
  align-self: center;
  flex: 1;
  font-family: 'Montserrat', 'Arial', serif;
  margin-right: 25px;
  min-width: 250px;
}
.callout-summary .text .date {
  color: #C6690A;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 12px;
  margin-bottom: 5px;
}
.callout-summary .text .category {
  color: #030303;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.11px;
  line-height: 13px;
  margin-bottom: 5px;
}
.callout-summary .text .category a {
  text-decoration: none;
}
.callout-summary .text .category a:focus,
.callout-summary .text .category a:hover {
  text-decoration: underline;
}
.callout-summary .text .header {
  color: #7C7C7C;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18px;
  line-height: 22px;
}
.callout-summary .text .header a {
  text-decoration: none;
}
.callout-summary .text .header a:focus,
.callout-summary .text .header a:hover {
  text-decoration: underline;
}
.callout-summary .text .excerpt {
  color: #6E6E6E;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 19px;
  margin-top: 5px;
}
.callout-summary .text .tags {
  margin-top: 15px;
  color: #606060;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 12px;
}
.callout-summary .text .tags span {
  color: #991318;
  margin-right: 5px;
}
.callout-summary .text .tags a {
  display: inline-block;
  color: #606060;
  text-decoration: none;
  font-style: normal;
}
.callout-summary .text .tags a:focus,
.callout-summary .text .tags a:hover {
  text-decoration: underline;
}
.callout-summary .buttons {
  align-self: center;
  margin: 15px 0 0 0;
}
.callout-summary .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 13px 25px;
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}
.callout-summary .buttons a:focus,
.callout-summary .buttons a:hover {
  color: #FFFFFF;
  background: #C6690A;
}
.callout-noresults {
  padding: 60px 0;
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
}
.callout-post {
  font-family: 'Montserrat', 'Arial', serif;
}
.callout-post .date {
  color: #C6690A;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 5px;
}
.callout-post .header {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.callout-post .subheader {
  color: #5F5F5F;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
}
.callout-post .subheader .text {
  flex: 1;
  font-style: italic;
  font-weight: 300;
}
.callout-post .subheader .category {
  color: #101010;
  font-weight: bold;
}
.callout-post .subheader .category a {
  text-decoration: none;
}
.callout-post .subheader .category a:focus,
.callout-post .subheader .category a:hover {
  text-decoration: underline;
}
.callout-post .icon-div {
  position: relative;
  height: 5px;
  background: #AAA;
  margin-top: 15px;
  margin-bottom: 40px;
}
.callout-post .icon-div:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid #AAA;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 25px;
}
.callout-post .icon-div:before {
  content: '';
  position: absolute;
  left: -50px;
  width: 50px;
  bottom: 0;
  top: 0;
  background: #AAA;
}
@media screen and (max-width: 767px) {
  .callout-post .icon-div:before {
    display: none;
  }
}
.callout-post .icon-div .icon {
  position: absolute;
  z-index: 1;
  left: -89px;
  bottom: -8px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #AAA;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .callout-post .icon-div .icon {
    display: none;
  }
}
.callout-post .icon-div .icon .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-post .icon-div .icon .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
.callout-post .social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: -23px;
}
.callout-post .social a {
  display: inline-block;
  margin: 0 2px;
}
.callout-post .social a img {
  display: block;
  height: 23px;
  width: auto;
}
.callout-post .tags {
  margin-top: 25px;
  color: #606060;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
  line-height: 12px;
}
.callout-post .tags:before {
  content: '';
  display: block;
  max-width: 250px;
  height: 3px;
  background: #991318;
  margin-bottom: 10px;
}
.callout-post .tags span {
  color: #991318;
  margin-right: 5px;
}
.callout-post .tags a {
  display: inline-block;
  color: #606060;
  text-decoration: none;
  font-style: normal;
}
.callout-post .tags a:focus,
.callout-post .tags a:hover {
  text-decoration: underline;
}
.callout-iconheader {
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  line-height: 29px;
  background: #AAA;
  padding: 8px 20px 8px 0;
  position: relative;
  margin: 50px 0;
}
.callout-iconheader:before {
  content: '';
  position: absolute;
  left: -50px;
  width: 50px;
  bottom: 0;
  top: 0;
  background: #AAA;
}
.callout-iconheader .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -37px;
  left: -89px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #AAA;
  padding: 6px;
}
.callout-iconheader .icon .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-iconheader .icon .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
.callout-photo-copy {
  margin: 40px auto 60px;
}
.callout-photo-copy .wrapper .items .item {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}
.callout-photo-copy .wrapper .items .item:last-child {
  margin-bottom: 0;
}
.callout-photo-copy .wrapper .items .item:last-child .endcap {
  display: none;
}
.callout-photo-copy .wrapper .items .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.callout-photo-copy .wrapper .items .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  height: 15px;
  background: #991318;
  z-index: -3;
}
.callout-photo-copy .wrapper .items .item .image {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
  height: 200px;
  max-width: 460px;
  margin: 0 auto;
}
.callout-photo-copy .wrapper .items .item .image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.callout-photo-copy .wrapper .items .item .icon {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -70px auto 0;
}
.callout-photo-copy .wrapper .items .item .icon > div {
  border-radius: 50%;
  width: 94px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-photo-copy .wrapper .items .item .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.callout-photo-copy .wrapper .items .item .title {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  line-height: 29px;
  text-align: center;
}
.callout-photo-copy .wrapper .items .item .text {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-align: center;
  max-width: 415px;
  margin: 7px auto 0;
}
.callout-photo-copy .wrapper .items .item .buttons {
  margin-top: 15px;
  text-align: center;
}
.callout-photo-copy .wrapper .items .item .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 215px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-photo-copy .wrapper .items .item .buttons a:focus,
.callout-photo-copy .wrapper .items .item .buttons a:hover {
  background: #C6690A;
}
.callout-photo-copy .wrapper .items .item .endcap {
  text-align: center;
  padding: 30px 0 0 0;
}
.callout-photo-copy .wrapper .items .item .endcap span,
.callout-photo-copy .wrapper .items .item .endcap button {
  border: 0;
  padding: 0;
  background: none;
}
.callout-photo-copy .wrapper .items .item .endcap span img,
.callout-photo-copy .wrapper .items .item .endcap button img {
  display: block;
  width: 17px;
  height: 26px;
  margin: 0 auto;
}
.callout-recent-news-stories {
  margin: 80px auto;
}
.callout-recent-news-stories .heading {
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-align: center;
  padding: 14px 20px;
  background: #000000;
}
.callout-recent-news-stories .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete.jpg');
  padding: 0 20px;
}
.callout-recent-news-stories .wrapper .arrow-down {
  padding: 15px 0;
}
.callout-recent-news-stories .wrapper .arrow-down img {
  display: block;
  width: 17px;
  height: 26px;
  margin: 0 auto;
}
.callout-recent-news-stories .wrapper .stories {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(151, 151, 151, 0.6);
  max-width: 866px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 115px;
}
.callout-recent-news-stories .wrapper .stories .header {
  display: inline-block;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 17px 20px;
  background: rgba(0, 0, 0, 0.06);
}
.callout-recent-news-stories .wrapper .stories .items {
  text-align: left;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .callout-recent-news-stories .wrapper .stories .items {
    padding: 0 20px;
  }
}
.callout-recent-news-stories .wrapper .stories .items .item {
  display: flex;
  align-items: center;
  min-height: 110px;
  border-bottom: 2px solid #D8D8D8;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .callout-recent-news-stories .wrapper .stories .items .item {
    display: block;
  }
}
.callout-recent-news-stories .wrapper .stories .items .item:last-child {
  border-bottom: 0;
}
.callout-recent-news-stories .wrapper .stories .items .item .image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 110px;
  height: 115px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .callout-recent-news-stories .wrapper .stories .items .item .image {
    display: none;
  }
}
.callout-recent-news-stories .wrapper .stories .items .item .text {
  flex: 1;
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 22px;
}
.callout-recent-news-stories .wrapper .stories .items .item .buttons {
  margin-left: 45px;
}
@media screen and (max-width: 600px) {
  .callout-recent-news-stories .wrapper .stories .items .item .buttons {
    margin: 15px 0;
  }
}
.callout-recent-news-stories .wrapper .stories .items .item .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 145px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-recent-news-stories .wrapper .stories .items .item .buttons a:focus,
.callout-recent-news-stories .wrapper .stories .items .item .buttons a:hover {
  background: #C6690A;
}
.callout-resources {
  margin: 40px auto 60px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete.jpg');
  position: relative;
  padding-bottom: 123px;
}
.callout-resources:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
  background: #fff;
  border-bottom: 18px solid #991318;
}
.callout-resources .wrapper {
  position: relative;
}
.callout-resources .wrapper .items .item {
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}
.callout-resources .wrapper .items .item .image {
  position: relative;
  background: #fff;
  height: 200px;
  max-width: 460px;
  margin: 0 auto;
}
.callout-resources .wrapper .items .item .image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
.callout-resources .wrapper .items .item .image > div {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-resources .wrapper .items .item .icon {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  border: 10px solid #fff;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -70px auto 0;
}
.callout-resources .wrapper .items .item .icon img {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}
.callout-resources .wrapper .items .item .title {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  line-height: 29px;
  text-align: center;
  max-width: 500px;
  margin: 5px auto 0;
}
.callout-resources .wrapper .items .item .belowtitle {
  color: #393939;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 22px;
  text-align: center;
  max-width: 500px;
  margin: 5px auto 0;
}
.callout-resources .wrapper .items .item .text {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-align: center;
  max-width: 500px;
  margin: 7px auto 0;
}
.callout-resources .wrapper .items .item .buttons {
  margin-top: 15px;
  text-align: center;
}
.callout-resources .wrapper .items .item .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 215px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-resources .wrapper .items .item .buttons a:focus,
.callout-resources .wrapper .items .item .buttons a:hover {
  background: #C6690A;
}
.callout-resources .wrapper .items .item .endcap {
  text-align: center;
  padding: 15px 0 0 0;
}
.callout-resources .wrapper .items .item .endcap span,
.callout-resources .wrapper .items .item .endcap button {
  border: 0;
  padding: 0;
  background: none;
}
.callout-resources .wrapper .items .item .endcap span img,
.callout-resources .wrapper .items .item .endcap button img {
  display: block;
  width: 17px;
  height: 26px;
  margin: 0 auto;
}
.callout-resources .wrapper .groups {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(151, 151, 151, 0.6);
  max-width: 1070px;
  margin: 0 auto;
  padding-bottom: 115px;
  padding: 25px 0;
  column-count: 3;
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  .callout-resources .wrapper .groups {
    column-count: 2;
  }
}
@media screen and (max-width: 500px) {
  .callout-resources .wrapper .groups {
    column-count: 1;
  }
}
.callout-resources .wrapper .groups .group {
  padding: 0 25px;
  break-inside: avoid;
}
.callout-resources .wrapper .groups .group * {
  break-inside: avoid;
}
.callout-resources .wrapper .groups .group .heading {
  color: #C6690A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 5px solid #991318;
}
.callout-resources .wrapper .groups .group ul {
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
}
.callout-resources .wrapper .groups .group ul li {
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin: 15px 0;
}
.callout-resources .wrapper .groups .group ul li a {
  color: #991318;
  text-decoration: none;
}
.callout-resources .wrapper .groups .group ul li a span {
  color: #C6690A;
  margin-left: 5px;
}
.callout-resources .wrapper .groups .group ul li a:focus,
.callout-resources .wrapper .groups .group ul li a:hover {
  color: #C6690A;
}
.callout-resources .wrapper .groups .group ul li a:focus span,
.callout-resources .wrapper .groups .group ul li a:hover span {
  color: #991318;
}
.callout-project-map {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  position: relative;
  border-bottom: 18px solid #991318;
}
.callout-project-map .wrapper {
  padding: 0 40px 65px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .callout-project-map .wrapper {
    padding: 0 20px 65px;
  }
}
.callout-project-map .wrapper .heading {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', 'Arial', serif;
  background: #fff;
  width: 300px;
  max-width: 100%;
  padding: 0 30px 15px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .callout-project-map .wrapper .heading {
    padding: 0 20px 15px;
  }
}
.callout-project-map .wrapper .heading .supertitle {
  color: #FFA223;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.28px;
  line-height: 36px;
}
.callout-project-map .wrapper .heading .title {
  color: #000000;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 1.94px;
  line-height: 1;
  text-transform: uppercase;
}
.callout-project-map .wrapper .heading .belowtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.98px;
  line-height: 20px;
  margin-top: 3px;
}
.callout-project-map .wrapper .heading .belowtitle b,
.callout-project-map .wrapper .heading .belowtitle strong {
  font-weight: 600;
}
.callout-project-map .wrapper .map {
  position: relative;
  background-image: url('/wp-content/themes/iuoelocal18/assets/grid-blue.png');
  padding: 35px;
  margin: -35px auto 0;
  max-width: 1100px;
  font-family: 'Montserrat', 'Arial', serif;
}
@media screen and (max-width: 950px) {
  .callout-project-map .wrapper .map {
    margin-top: 20px;
  }
}
.callout-project-map .wrapper .map .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.27);
  display: none;
}
.callout-project-map .wrapper .map .shadow.active {
  display: block;
}
.callout-project-map .wrapper .map .map-wrap {
  position: relative;
  max-width: 946px;
  margin: 0 auto;
}
.callout-project-map .wrapper .map .map-wrap .ohio {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.callout-project-map .wrapper .map .map-wrap .pin {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-left: -38px;
  margin-top: -58px;
}
.callout-project-map .wrapper .map .map-wrap .pin img {
  display: block;
  width: 38px;
  min-width: 38px;
  height: 57px;
  min-height: 57px;
}
.callout-project-map .wrapper .map .map-wrap .pin img.active {
  display: none;
}
.callout-project-map .wrapper .map .map-wrap .pin img.inactive {
  display: block;
}
.callout-project-map .wrapper .map .map-wrap .pin.active img.active,
.callout-project-map .wrapper .map .map-wrap .pin:hover img.active {
  display: block;
}
.callout-project-map .wrapper .map .map-wrap .pin.active img.inactive,
.callout-project-map .wrapper .map .map-wrap .pin:hover img.inactive {
  display: none;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point {
  position: absolute;
  margin-left: 19px;
  display: none;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.active {
  display: block;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded {
  left: -50px !important;
  right: -50px !important;
  width: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded {
    left: -55px !important;
    right: -55px !important;
  }
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .popup {
  width: 650px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .details {
  display: block;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .image {
  outline: 3px solid #FFD400;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .image-grid {
  display: flex;
  flex-wrap: wrap;
}
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .summary,
.callout-project-map .wrapper .map .map-wrap .pin-popup-point.expanded .buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  .callout-project-map .wrapper .map .map-wrap .pin-popup-point {
    left: -50px !important;
    right: -50px !important;
    width: auto;
    margin-left: 0;
  }
  .callout-project-map .wrapper .map .map-wrap .pin-popup-point .popup {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.callout-project-map .wrapper .map .map-wrap .popup {
  width: 405px;
  min-width: 405px;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0 -50px;
  display: block;
  z-index: 500;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .callout-project-map .wrapper .map .map-wrap .popup {
    display: block;
  }
}
.callout-project-map .wrapper .map .map-wrap .popup.right {
  right: 0;
}
.callout-project-map .wrapper .map .map-wrap .popup .details {
  position: relative;
  display: none;
  flex: 1;
  background: #fff;
  padding: 28px 25px;
  margin-bottom: 15px;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title {
  color: #898989;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.16666667;
  display: flex;
}
@media screen and (max-width: 950px) {
  .callout-project-map .wrapper .map .map-wrap .popup .details .title {
    display: block;
  }
  .callout-project-map .wrapper .map .map-wrap .popup .details .title .text {
    margin-bottom: 15px;
  }
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .text {
  flex: 1;
  margin-right: 15px;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .status {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .status .label {
  color: #C6690A;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .status .divider {
  width: 2px;
  background: #EBEBEB;
  height: 16px;
  margin: 0 6px;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .status .value {
  color: #FF7816;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .title .status .value img {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 5px;
  margin-left: auto;
}
.callout-project-map .wrapper .map .map-wrap .popup .details .copy {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.75;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding-top: 15px;
  margin-top: 15px;
}
.callout-project-map .wrapper .map .map-wrap .popup .close {
  position: absolute;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
  top: 5px;
  right: 8px;
  opacity: 0.32;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  letter-spacing: 0.18px;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
}
.callout-project-map .wrapper .map .map-wrap .popup .brief {
  display: block;
  max-width: 100%;
}
.callout-project-map .wrapper .map .map-wrap .popup .image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.callout-project-map .wrapper .map .map-wrap .popup .image a {
  background: rgba(0, 0, 0, 0.66);
  padding: 8px 20px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.23px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.callout-project-map .wrapper .map .map-wrap .popup .image a img {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 8px;
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid {
  display: none;
  margin: 15px -10px -20px;
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid .item {
  width: 33.3333%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 550px) {
  .callout-project-map .wrapper .map .map-wrap .popup .image-grid .item {
    width: 50%;
  }
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid .item button {
  width: 100%;
  height: 105px;
  background: none;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid .item button img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 9px 8px;
  width: 50px;
  height: 47px;
  background: rgba(0, 0, 0, 0.66);
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid .item button[data-videourl="false"] img {
  display: none;
}
.callout-project-map .wrapper .map .map-wrap .popup .image-grid .item button.active {
  outline: 3px solid #FFD400;
}
.callout-project-map .wrapper .map .map-wrap .popup .summary {
  position: relative;
  margin-top: 15px;
  background: #fff;
  padding: 25px 25px;
}
.callout-project-map .wrapper .map .map-wrap .popup .summary .title {
  color: #898989;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18px;
  line-height: 22px;
}
.callout-project-map .wrapper .map .map-wrap .popup .summary .text {
  border-top: 3px solid rgba(216, 216, 216, 0.5);
  padding-top: 10px;
  margin-top: 6px;
  color: #575757;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.88px;
  line-height: 21px;
}
.callout-project-map .wrapper .map .map-wrap .popup .buttons {
  margin-top: 15px;
  text-align: center;
}
.callout-project-map .wrapper .map .map-wrap .popup .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 175px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-project-map .wrapper .map .map-wrap .popup .buttons a:focus,
.callout-project-map .wrapper .map .map-wrap .popup .buttons a:hover {
  background: #C6690A;
}
.callout-mapped-pins {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  position: relative;
  border-bottom: 18px solid #991318;
}
.callout-mapped-pins .wrapper {
  padding: 0 40px 65px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .callout-mapped-pins .wrapper {
    padding: 0 20px 65px;
  }
}
.callout-mapped-pins .wrapper .heading {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', 'Arial', serif;
  background: #fff;
  width: 330px;
  max-width: 100%;
  padding: 0 30px 15px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .callout-mapped-pins .wrapper .heading {
    padding: 0 20px 15px;
  }
}
.callout-mapped-pins .wrapper .heading .supertitle {
  color: #FFA223;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.28px;
  line-height: 36px;
}
.callout-mapped-pins .wrapper .heading .title {
  color: #000000;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 1.94px;
  line-height: 1;
  text-transform: uppercase;
}
.callout-mapped-pins .wrapper .heading .belowtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.98px;
  line-height: 20px;
  margin-top: 3px;
}
.callout-mapped-pins .wrapper .heading .belowtitle b,
.callout-mapped-pins .wrapper .heading .belowtitle strong {
  font-weight: 600;
}
.callout-mapped-pins .wrapper .map {
  position: relative;
  background-image: url('/wp-content/themes/iuoelocal18/assets/grid-blue.png');
  padding: 35px;
  margin: -35px auto 0;
  max-width: 1100px;
  font-family: 'Montserrat', 'Arial', serif;
}
@media screen and (max-width: 950px) {
  .callout-mapped-pins .wrapper .map {
    margin-top: 20px;
  }
}
.callout-mapped-pins .wrapper .map .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.27);
  display: none;
}
.callout-mapped-pins .wrapper .map .shadow.active {
  display: block;
}
.callout-mapped-pins .wrapper .map .map-wrap {
  position: relative;
  max-width: 946px;
  margin: 0 auto;
}
.callout-mapped-pins .wrapper .map .map-wrap .ohio {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-left: -38px;
  margin-top: -58px;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin img {
  display: block;
  width: 38px;
  min-width: 38px;
  height: 57px;
  min-height: 57px;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin img.active {
  display: none;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin img.inactive {
  display: block;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin.active img.active,
.callout-mapped-pins .wrapper .map .map-wrap .pin:hover img.active {
  display: block;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin.active img.inactive,
.callout-mapped-pins .wrapper .map .map-wrap .pin:hover img.inactive {
  display: none;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point {
  position: absolute;
  margin-left: 19px;
  display: none;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.active {
  display: block;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded {
  left: -50px !important;
  right: -50px !important;
  width: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded {
    left: -55px !important;
    right: -55px !important;
  }
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .popup {
  width: 650px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .details {
  display: block;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .image {
  outline: 3px solid #FFD400;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .image-grid {
  display: flex;
  flex-wrap: wrap;
}
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .summary,
.callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point.expanded .buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  .callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point {
    left: -50px !important;
    right: -50px !important;
    width: auto;
    margin-left: 0;
  }
  .callout-mapped-pins .wrapper .map .map-wrap .pin-popup-point .popup {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.callout-mapped-pins .wrapper .map .map-wrap .popup {
  width: 405px;
  min-width: 405px;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0 -50px;
  display: block;
  z-index: 500;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .callout-mapped-pins .wrapper .map .map-wrap .popup {
    display: block;
  }
}
.callout-mapped-pins .wrapper .map .map-wrap .popup.right {
  right: 0;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details {
  position: relative;
  display: none;
  flex: 1;
  background: #fff;
  padding: 28px 25px;
  margin-bottom: 15px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title {
  color: #898989;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.16666667;
  display: flex;
}
@media screen and (max-width: 950px) {
  .callout-mapped-pins .wrapper .map .map-wrap .popup .details .title {
    display: block;
  }
  .callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .text {
    margin-bottom: 15px;
  }
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .text {
  flex: 1;
  margin-right: 15px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .status {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .status .label {
  color: #C6690A;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .status .divider {
  width: 2px;
  background: #EBEBEB;
  height: 16px;
  margin: 0 6px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .status .value {
  color: #FF7816;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .title .status .value img {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 5px;
  margin-left: auto;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .details .copy {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 1.75;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding-top: 15px;
  margin-top: 15px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .close {
  position: absolute;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
  top: 5px;
  right: 8px;
  opacity: 0.32;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  letter-spacing: 0.18px;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .brief {
  display: block;
  max-width: 100%;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image a {
  background: rgba(0, 0, 0, 0.66);
  padding: 8px 20px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.23px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image a img {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 8px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid {
  display: none;
  margin: 15px -10px -20px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item {
  width: 33.3333%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 550px) {
  .callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item {
    width: 50%;
  }
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item button {
  width: 100%;
  height: 105px;
  background: none;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item button img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 9px 8px;
  width: 50px;
  height: 47px;
  background: rgba(0, 0, 0, 0.66);
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item button[data-videourl="false"] img {
  display: none;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .image-grid .item button.active {
  outline: 3px solid #FFD400;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .summary {
  position: relative;
  margin-top: 15px;
  background: #fff;
  padding: 25px 25px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .summary .title {
  color: #898989;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18px;
  line-height: 22px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .summary .text {
  border-top: 3px solid rgba(216, 216, 216, 0.5);
  padding-top: 10px;
  margin-top: 6px;
  color: #575757;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.88px;
  line-height: 21px;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .buttons {
  margin-top: 15px;
  text-align: center;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 175px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-mapped-pins .wrapper .map .map-wrap .popup .buttons a:focus,
.callout-mapped-pins .wrapper .map .map-wrap .popup .buttons a:hover {
  background: #C6690A;
}
.callout-mapped-pins.simple {
  background: none;
  border: 0;
}
.callout-mapped-pins.simple .wrapper {
  box-shadow: none;
}
.callout-masonry {
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 950px) {
  .callout-masonry {
    padding: 0;
  }
}
.callout-masonry .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .callout-masonry .wrapper {
    padding: 35px 20px;
  }
}
.callout-masonry .wrapper > .copy {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57142857;
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 25px;
  max-width: 540px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 950px) {
  .callout-masonry .wrapper > .copy {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 767px) {
  .callout-masonry .wrapper > .copy {
    padding: 22px 20px;
  }
}
.callout-masonry .wrapper > .copy h1,
.callout-masonry .wrapper > .copy h2,
.callout-masonry .wrapper > .copy h3,
.callout-masonry .wrapper > .copy h4,
.callout-masonry .wrapper > .copy h5,
.callout-masonry .wrapper > .copy h6 {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.21px;
  line-height: 1.19230769;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}
.callout-masonry .wrapper .items {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.callout-masonry .wrapper .items .grid-col--1 {
  float: left;
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .callout-masonry .wrapper .items .grid-col--1 {
    width: 100%;
    padding-right: 0;
  }
}
.callout-masonry .wrapper .items .grid-col--2 {
  float: left;
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  .callout-masonry .wrapper .items .grid-col--2 {
    width: 100%;
    padding-left: 0;
  }
}
.callout-masonry .wrapper .items .itemwrap {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.callout-masonry .wrapper .items .item {
  background: #991318;
  padding: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .callout-masonry .wrapper .items .item {
    padding: 15px;
  }
}
.callout-masonry .wrapper .items .item > img {
  border: 1px solid #000000;
  display: block;
  width: 100%;
  height: auto;
}
.callout-masonry .wrapper .items .item .card {
  margin: 0 20px;
  border: 2px solid #010101;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background-color: #FFFFFF;
  padding: 20px 30px;
}
@media screen and (max-width: 800px) {
  .callout-masonry .wrapper .items .item .card {
    margin: 0 15px;
  }
}
.callout-masonry .wrapper .items .item .card .link {
  text-align: center;
}
.callout-masonry .wrapper .items .item .card .link a {
  color: #991318;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.callout-masonry .wrapper .items .item .card .link a:hover {
  color: #C6690A;
}
.callout-masonry .wrapper .items .item .card .copy {
  margin-top: 15px;
  color: #5E5E5E;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 1.57142857;
}
.callout-masonry .logo {
  padding-top: 72px;
  margin-bottom: -105px;
}
.callout-masonry .logo img {
  display: block;
  width: 144px;
  height: 144px;
  margin: 0 auto;
}
.callout-masonry .logogap {
  height: 72px;
}
.callout-ohio-divider {
  position: relative;
  margin: 15px auto;
}
.callout-ohio-divider .wrapper:before {
  background-position: 50% 50%;
  background-image: url('/wp-content/themes/iuoelocal18/assets/grid-grey.jpg');
  opacity: 0.1;
  display: block;
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 25%;
}
.callout-ohio-divider .wrapper > .icon {
  position: relative;
  height: 320px;
  width: 320px;
  border-radius: 50%;
  border: 12px solid #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .callout-ohio-divider .wrapper > .icon {
    width: 200px;
    height: 200px;
  }
}
.callout-ohio-divider .wrapper > .icon .circle {
  position: relative;
  height: 296px;
  width: 296px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete.jpg');
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .callout-ohio-divider .wrapper > .icon .circle {
    width: 176px;
    height: 176px;
  }
}
.callout-ohio-divider .wrapper > .icon .circle .ohio {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -101px;
  margin-left: -110.5px;
  display: block;
  width: 202px;
  height: 221px;
}
@media screen and (max-width: 767px) {
  .callout-ohio-divider .wrapper > .icon .circle .ohio {
    width: 120px;
    height: 132px;
    margin-top: -66px;
    margin-left: -60px;
  }
}
.callout-ohio-divider .wrapper > .icon .circle .icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .callout-ohio-divider .wrapper > .icon .circle .icon {
    max-width: 72px;
    max-height: 72px;
  }
}
.callout-wysiwyg {
  padding: 0 20px;
}
.callout-wysiwyg .wrapper {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  max-width: 782px;
  margin: 0 auto;
}
.callout-wysiwyg .wrapper h1,
.callout-wysiwyg .wrapper h2,
.callout-wysiwyg .wrapper h3,
.callout-wysiwyg .wrapper h4,
.callout-wysiwyg .wrapper h5,
.callout-wysiwyg .wrapper h6 {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 27px;
  text-align: center;
  margin: 0 auto 0.35em;
  padding: 0;
}
.callout-wysiwyg .wrapper p {
  margin: 1.25em 0;
}
.callout-wysiwyg .wrapper .nf-form-cont {
  max-width: 830px;
  padding: 40px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .callout-wysiwyg .wrapper .nf-form-cont {
    padding: 30px 20px;
    margin: 0 -30px;
  }
}
.callout-wysiwyg .wrapper .nf-form-cont .nf-form-layout {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(151, 151, 151, 0.6);
  padding: 60px 20px 50px;
  margin: 0 auto;
}
.callout-wysiwyg .wrapper .nf-form-cont .nf-form-layout form {
  max-width: 480px;
  margin: 0 auto;
}
.callout-wysiwyg .wrapper ul {
  margin: 0 0 1.25em 0;
  padding: 0;
  list-style: none;
}
.callout-wysiwyg .wrapper ul:last-child {
  margin-bottom: 0;
}
.callout-wysiwyg .wrapper ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.callout-wysiwyg .wrapper ul li:last-child {
  margin-bottom: 0;
}
.callout-wysiwyg .wrapper ul li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #C6690A;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.callout-wysiwyg .wrapper a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.callout-wysiwyg .wrapper a:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 2px solid #C6690A;
}
.callout-wysiwyg.twocolumn .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}
.callout-wysiwyg.twocolumn .wrapper h1,
.callout-wysiwyg.twocolumn .wrapper h2,
.callout-wysiwyg.twocolumn .wrapper h3,
.callout-wysiwyg.twocolumn .wrapper h4,
.callout-wysiwyg.twocolumn .wrapper h5,
.callout-wysiwyg.twocolumn .wrapper h6 {
  width: 100%;
}
.callout-wysiwyg.twocolumn .wrapper p {
  width: 280px;
}
.callout-icon-divider {
  position: relative;
  margin: 20px auto;
}
.callout-icon-divider .wrapper {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.callout-icon-divider .wrapper:before {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(12, 12, 12, 0.3);
}
.callout-icon-divider .wrapper .icon {
  position: relative;
  display: inline-block;
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
  background: #fff;
}
.callout-icon-divider .wrapper .icon img {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 76px;
  max-height: 76px;
}
.callout-faq {
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 950px) {
  .callout-faq {
    padding: 0;
  }
}
.callout-faq .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .callout-faq .wrapper {
    padding: 35px 20px;
  }
}
.callout-faq .wrapper .faqs {
  max-width: 930px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-faq .wrapper .faqs .heading {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.20833333;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 23px;
}
.callout-faq .wrapper .faqs .items {
  padding: 25px 23px 0;
  display: flex;
}
.callout-faq .wrapper .faqs .items .items-left {
  flex: 1;
  margin-right: 11.5px;
}
.callout-faq .wrapper .faqs .items .items-right {
  flex: 1;
  margin-left: 11.5px;
}
@media screen and (max-width: 767px) {
  .callout-faq .wrapper .faqs .items {
    display: block;
  }
  .callout-faq .wrapper .faqs .items .items-left,
  .callout-faq .wrapper .faqs .items .items-right {
    margin: 0;
  }
}
.callout-faq .wrapper .faqs .items .item {
  padding-bottom: 25px;
}
.callout-faq .wrapper .faqs .items .item .question {
  position: relative;
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22222222;
  text-decoration: none;
  padding: 8px 12px 8px 50px;
  background: #991318;
}
@media screen and (max-width: 767px) {
  .callout-faq .wrapper .faqs .items .item .question {
    font-size: 14px;
  }
}
.callout-faq .wrapper .faqs .items .item .question:before {
  content: '+';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38px;
  background: #C6690A;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .callout-faq .wrapper .faqs .items .item .question:before {
    font-size: 20px;
    font-weight: 700;
  }
}
.callout-faq .wrapper .faqs .items .item .question:hover {
  background: #991318 !important;
  color: #fff !important;
}
.callout-faq .wrapper .faqs .items .item .question:hover:before {
  background: #991318 !important;
  border: 1px solid #fff !important;
}
.callout-faq .wrapper .faqs .items .item .copy {
  display: none;
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.57142857;
  padding: 20px 35px 25px 50px;
  background: #FFF;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .callout-faq .wrapper .faqs .items .item .copy {
    padding: 20px 23px 25px 23px;
  }
}
.callout-faq .wrapper .faqs .items .item .copy p {
  margin-top: 0;
}
.callout-faq .wrapper .faqs .items .item:nth-child(even) .question {
  background-color: rgba(249, 140, 28, 0.8);
}
.callout-faq .wrapper .faqs .items .item.expanded .question {
  background: #C6690A;
}
.callout-faq .wrapper .faqs .items .item.expanded .question:before {
  content: '-';
  background-color: #991318;
}
.callout-faq .wrapper .faqs .items .item.expanded .copy {
  display: block;
}
.callout-faq .wrapper .faqs .items .item.expanded:nth-child(even) .question:before {
  content: '-';
  background-color: rgba(249, 140, 28, 0.8);
}
.callout-faq.whitebg .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.callout-faq.whitebg .wrapper .faqs {
  max-width: 884px;
  box-shadow: none;
}
.callout-faq.whitebg .wrapper .faqs .items {
  padding: 0;
}
.callout-testimonials {
  margin: 100px auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials {
    padding: 0 20px;
    margin: 50px auto;
  }
}
.callout-testimonials .wrapper {
  max-width: 1130px;
  margin: 0 auto;
}
.callout-testimonials .wrapper .heading {
  position: relative;
  background: #AAAAAA;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  line-height: 29px;
  padding: 9px 16px;
  padding-left: 75px;
  margin-left: 75px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .heading {
    margin-left: 0;
    padding: 9px 16px;
  }
}
.callout-testimonials .wrapper .heading .circle {
  border-radius: 50%;
  width: 143px;
  height: 143px;
  border: 10px solid #AAAAAA;
  position: absolute;
  top: 50%;
  margin-top: -71.5px;
  left: -75px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .heading .circle {
    display: none;
  }
}
.callout-testimonials .wrapper .heading .circle .icon {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-testimonials .wrapper .heading .circle .icon img {
  display: block;
  max-width: 80px;
  max-height: 85px;
}
.callout-testimonials .wrapper .subheading {
  color: #C6690A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-left: 150px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .subheading {
    margin-left: 0;
  }
}
.callout-testimonials .wrapper .intro-copy {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 22px;
  margin-left: 150px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .intro-copy {
    margin-left: 0;
  }
}
.callout-testimonials .wrapper .items {
  margin-left: 150px;
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .items {
    margin-left: 0;
  }
}
.callout-testimonials .wrapper .items .item {
  position: relative;
  margin-top: 25px;
  padding: 32px 117px 25px 34px;
  background: rgba(216, 216, 216, 0.53);
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .items .item {
    padding: 35px 50px 25px 25px;
  }
}
.callout-testimonials .wrapper .items .item:nth-child(even) {
  background: rgba(216, 216, 216, 0.28);
}
.callout-testimonials .wrapper .items .item:nth-child(even) .icon {
  color: #C5C4C4;
}
.callout-testimonials .wrapper .items .item .icon {
  position: absolute;
  top: -22px;
  right: -20px;
  opacity: 0.17;
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 12.5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .callout-testimonials .wrapper .items .item .icon {
    font-size: 100px;
    top: -10px;
    right: -16px;
  }
}
.callout-testimonials .wrapper .items .item .copy {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57142857;
}
.callout-testimonials .wrapper .items .item .copy p {
  margin: 0 0 1.5em 0;
}
.callout-testimonials .wrapper .items .item .copy p:last-child {
  margin: 0;
}
.callout-testimonials .wrapper .items .item .copy a {
  color: #C6690A;
  text-decoration: none;
}
.callout-testimonials .wrapper .items .item .copy a:focus,
.callout-testimonials .wrapper .items .item .copy a:hover {
  color: #944C01;
}
.callout-flip-flop {
  margin: 40px auto;
  padding: 0 40px;
}
@media screen and (max-width: 950px) {
  .callout-flip-flop {
    padding: 0;
  }
}
.callout-flip-flop .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper {
    padding: 35px 20px;
  }
}
.callout-flip-flop .wrapper .items {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callout-flip-flop .wrapper .items .item {
  margin-bottom: 30px;
  max-width: 100%;
}
.callout-flip-flop .wrapper .items .item:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .item .itemwrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .item .itemwrap {
    display: block;
  }
}
.callout-flip-flop .wrapper .items .item .visual {
  position: relative;
  z-index: 1;
}
.callout-flip-flop .wrapper .items .item .information {
  flex: 1;
  align-self: flex-start;
}
.callout-flip-flop .wrapper .items .itemwrap {
  max-width: 100%;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-left .information {
  margin-left: -130px;
  padding-left: 145px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-left .information {
    margin-left: 0;
    padding-left: 0;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-left .icon {
  left: auto;
  right: -60px;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-left .heading:before {
  left: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-left .heading:before {
    display: none;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-left .spacehold {
  float: left;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-right {
  flex-direction: row-reverse;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-right .information {
  margin-right: -130px;
  padding-right: 145px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-right .information {
    margin-right: 0;
    padding-right: 0;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-right .icon {
  left: -60px;
  right: auto;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-right .heading:before {
  left: 0;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-right .heading:before {
    display: none;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-right .spacehold {
  float: right;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-photo .image {
  min-width: 350px;
  width: 350px;
  height: 245px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-photo .image {
    margin: 0 auto;
    min-width: 0;
    max-width: 100%;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-portrait .image {
  min-width: 240px;
  width: 240px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-portrait .image {
    margin: 0 auto;
    min-width: 0;
    max-width: 100%;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-portrait .spacehold {
  width: 169px;
  height: 288px;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-slider .image {
  min-width: 465px;
  width: 465px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-slider .image {
    margin: 0 auto;
    min-width: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.visual-slider {
    display: flex;
    flex-direction: column-reverse;
  }
  .callout-flip-flop .wrapper .items .itemwrap.visual-slider .information {
    margin-top: 0;
  }
  .callout-flip-flop .wrapper .items .itemwrap.visual-slider .player {
    margin-top: 15px;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.visual-slider .spacehold {
  height: 408px;
}
.callout-flip-flop .wrapper .items .itemwrap.visual-quotes {
  position: relative;
}
.callout-flip-flop .wrapper .items .itemwrap.side-copy .visual {
  margin-right: 90px;
}
.callout-flip-flop .wrapper .items .itemwrap.side-copy .heading {
  margin-right: 330px;
}
.callout-flip-flop .wrapper .items .itemwrap.side-copy .information {
  padding-right: 0;
  margin-right: -330px;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .visual {
    margin-right: 0;
  }
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .heading {
    margin-right: 0;
  }
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .information {
    margin-right: 0;
  }
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .information .side-copy {
    flex: 1;
    margin-top: 0;
    margin-left: 25px;
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .information .copy {
    display: block;
  }
  .callout-flip-flop .wrapper .items .itemwrap.side-copy .information .copy .side-copy {
    margin-top: 14px;
    margin-left: 0;
  }
}
.callout-flip-flop .wrapper .items .itemwrap.width-l {
  width: 1100px;
}
.callout-flip-flop .wrapper .items .itemwrap.width-m {
  width: 920px;
}
.callout-flip-flop .wrapper .items .itemwrap.width-s {
  width: 830px;
}
.callout-flip-flop .wrapper .items .itemwrap.width-xs {
  width: 670px;
}
.callout-flip-flop .wrapper .items .itemwrap.align-center {
  align-self: center;
}
.callout-flip-flop .wrapper .items .itemwrap.align-left {
  align-self: flex-start;
}
.callout-flip-flop .wrapper .items .itemwrap.align-right {
  align-self: flex-end;
}
.callout-flip-flop .wrapper .items .itemwrap.alternate-rows .information {
  padding: 0 !important;
}
.callout-flip-flop .wrapper .items .itemwrap.alternate-rows .spacehold {
  display: block;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .itemwrap.alternate-rows .spacehold {
    display: none;
  }
}
.callout-flip-flop .wrapper .items .image {
  padding: 15px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  display: flex;
}
.callout-flip-flop .wrapper .items .image > div {
  background-color: #3b3b3b;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex: 1;
}
.callout-flip-flop .wrapper .items .player {
  position: relative;
  width: 470px;
  background: #fff;
  padding: 25px 25px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 950px) {
  .callout-flip-flop .wrapper .items .player {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .player {
    margin: 0 auto;
    max-width: 100%;
  }
}
.callout-flip-flop .wrapper .items .player .embed-container {
  background: #555;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  outline: 3px solid #991318;
}
.callout-flip-flop .wrapper .items .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout-flip-flop .wrapper .items .previous {
  position: absolute;
  left: 20px;
  bottom: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 13px solid #991318;
}
.callout-flip-flop .wrapper .items .previous:focus,
.callout-flip-flop .wrapper .items .previous:hover {
  border-right-color: #C6690A;
}
.callout-flip-flop .wrapper .items .next {
  position: absolute;
  right: 20px;
  bottom: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  color: #991318;
  border-left-color: #C6690A;
  border-left: 13px solid #991318;
}
.callout-flip-flop .wrapper .items .next:focus,
.callout-flip-flop .wrapper .items .next:hover {
  border-left-color: #C6690A;
}
.callout-flip-flop .wrapper .items .image-grid {
  margin-top: 30px;
  display: flex;
  overflow: hidden;
  margin: 30px 20px 0;
  height: 77px;
}
.callout-flip-flop .wrapper .items .image-grid .image-grid-button {
  margin-right: 10px;
  transition: margin-left 200ms ease-in-out;
}
.callout-flip-flop .wrapper .items .image-grid .image-grid-button button {
  width: 120px;
  height: 77px;
  background: none;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  display: block;
  position: relative;
  border: 3px solid transparent;
}
@media screen and (max-width: 950px) {
  .callout-flip-flop .wrapper .items .image-grid .image-grid-button button {
    width: 80px;
  }
}
.callout-flip-flop .wrapper .items .image-grid .image-grid-button button img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 9px 8px;
  width: 50px;
  height: 47px;
  background: rgba(0, 0, 0, 0.66);
}
.callout-flip-flop .wrapper .items .image-grid .image-grid-button button[data-videourl="false"] img {
  display: none;
}
.callout-flip-flop .wrapper .items .image-grid .image-grid-button button.active {
  border: 3px solid #991318;
}
.callout-flip-flop .wrapper .items .information {
  position: relative;
  margin-top: 35px;
  background: #ededed;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .information {
    margin-top: 15px;
  }
}
.callout-flip-flop .wrapper .items .quote-arrows .prv {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 20px solid #fff;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quote-arrows .prv {
    top: 125px;
  }
}
.callout-flip-flop .wrapper .items .quote-arrows .prv:focus,
.callout-flip-flop .wrapper .items .quote-arrows .prv:hover {
  border-right-color: #C6690A;
}
.callout-flip-flop .wrapper .items .quote-arrows .nxt {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #fff;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quote-arrows .nxt {
    top: 125px;
  }
}
.callout-flip-flop .wrapper .items .quote-arrows .nxt:focus,
.callout-flip-flop .wrapper .items .quote-arrows .nxt:hover {
  border-left-color: #C6690A;
}
.callout-flip-flop .wrapper .items .quote-dots {
  text-align: center;
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .quote-dots {
    bottom: 24px;
  }
}
.callout-flip-flop .wrapper .items .quote-dots button {
  background: #fff;
  border: 3px solid #991318;
  width: 19px;
  height: 19px;
  margin: 0 2px;
  border-radius: 50%;
}
.callout-flip-flop .wrapper .items .quote-dots button.active,
.callout-flip-flop .wrapper .items .quote-dots button:hover {
  background: #FDE2C6;
  border: 3px solid #FDE2C6;
}
.callout-flip-flop .wrapper .items .quotes {
  width: 100%;
  background: #991318;
  padding: 40px 60px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quotes {
    padding: 40px 20px 60px;
  }
}
.callout-flip-flop .wrapper .items .quotes .quote {
  display: none;
  align-items: center;
}
.callout-flip-flop .wrapper .items .quotes .quote.active {
  display: flex;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quotes .quote.active {
    display: block;
  }
}
.callout-flip-flop .wrapper .items .quotes .quote .text {
  flex: 4;
  position: relative;
  padding: 30px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.06666667;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quotes .quote .text {
    margin: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .callout-flip-flop .wrapper .items .quotes .quote .text {
    font-size: 18px;
  }
}
.callout-flip-flop .wrapper .items .quotes .quote .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: -30px;
  border: 2px solid #FDE2C6;
  border-radius: 8px;
}
@media screen and (max-width: 850px) {
  .callout-flip-flop .wrapper .items .quotes .quote .text:before {
    right: 0;
    bottom: -30px;
  }
}
.callout-flip-flop .wrapper .items .quotes .quote .text:after {
  content: '"';
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  color: #FDE2C6;
  background: #991318;
  padding: 0 22px 0 0;
  line-height: 30px;
  font-size: 80px;
  font-style: italic;
}
.callout-flip-flop .wrapper .items .quotes .quote .text .name {
  color: #FDE2C6;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.38px;
  text-align: right;
  margin-top: 20px;
}
.callout-flip-flop .wrapper .items .quotes .quote .embed {
  flex: 6;
}
.callout-flip-flop .wrapper .items .quotes .quote .embed .embedwrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #555;
}
.callout-flip-flop .wrapper .items .quotes .quote .embed .embedwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout-flip-flop .wrapper .items .icon {
  position: absolute;
  z-index: 1;
  top: -15px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}
@media screen and (max-width: 950px) {
  .callout-flip-flop .wrapper .items .icon {
    display: none;
  }
}
.callout-flip-flop .wrapper .items .icon .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-flip-flop .wrapper .items .icon .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
.callout-flip-flop .wrapper .items .heading {
  position: relative;
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.20833333;
  background: #f7f7f7;
  padding: 10px 23px;
}
.callout-flip-flop .wrapper .items .heading h1,
.callout-flip-flop .wrapper .items .heading h2,
.callout-flip-flop .wrapper .items .heading h3,
.callout-flip-flop .wrapper .items .heading h4,
.callout-flip-flop .wrapper .items .heading h5,
.callout-flip-flop .wrapper .items .heading h6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 24px;
  line-height: 1.20833333;
}
.callout-flip-flop .wrapper .items .heading p {
  display: inline-block;
  margin: 0;
}
.callout-flip-flop .wrapper .items .heading .title {
  display: inline-block;
  color: #C6690A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  line-height: 1.2;
  font-style: italic;
}
.callout-flip-flop .wrapper .items .heading .by-author {
  color: #5C5C5C;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
}
.callout-flip-flop .wrapper .items .heading:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  background: #f7f7f7;
}
.callout-flip-flop .wrapper .items .heading > div {
  position: relative;
}
.callout-flip-flop .wrapper .items .spacehold {
  display: none;
  background: none;
  height: 233px;
  width: 169px;
}
.callout-flip-flop .wrapper .items .rows .text {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.57142857;
  padding: 10px 23px;
}
.callout-flip-flop .wrapper .items .rows .text:first-child {
  padding-top: 25px;
}
.callout-flip-flop .wrapper .items .rows .text:last-child {
  padding-bottom: 25px;
}
.callout-flip-flop .wrapper .items .rows .text:nth-child(odd) {
  color: #373737;
  background: #e2e2e2;
}
.callout-flip-flop .wrapper .items .copy {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57142857;
  padding: 16px 23px 25px;
  display: flex;
}
.callout-flip-flop .wrapper .items .copy h1,
.callout-flip-flop .wrapper .items .copy h2,
.callout-flip-flop .wrapper .items .copy h3,
.callout-flip-flop .wrapper .items .copy h4,
.callout-flip-flop .wrapper .items .copy h5,
.callout-flip-flop .wrapper .items .copy h6 {
  color: #C6690A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 5px 0;
  padding: 0;
}
.callout-flip-flop .wrapper .items .copy p {
  margin: 0 0 1em 0;
}
.callout-flip-flop .wrapper .items .copy a {
  display: inline-block;
  color: #282828;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #C6690A;
}
.callout-flip-flop .wrapper .items .copy a:focus,
.callout-flip-flop .wrapper .items .copy a:hover {
  color: #C6690A;
}
.callout-flip-flop .wrapper .items .copy hr {
  padding: 0;
  margin: 18px 0;
  border: 0;
  height: 1px;
  background: #B0B0B0;
}
.callout-flip-flop .wrapper .items .copy ol,
.callout-flip-flop .wrapper .items .copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.callout-flip-flop .wrapper .items .copy ol:last-child,
.callout-flip-flop .wrapper .items .copy ul:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .copy ol li,
.callout-flip-flop .wrapper .items .copy ul li {
  color: #282828;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1em;
}
.callout-flip-flop .wrapper .items .copy ol li:last-child,
.callout-flip-flop .wrapper .items .copy ul li:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .copy ol li:before,
.callout-flip-flop .wrapper .items .copy ul li:before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 10px;
  color: #C6690A;
  background: #C6690A;
}
.callout-flip-flop .wrapper .items .copy ol {
  counter-reset: section;
}
.callout-flip-flop .wrapper .items .copy ol li {
  padding-left: 25px;
}
.callout-flip-flop .wrapper .items .copy ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none;
}
.callout-flip-flop .wrapper .items .copy .copy-wrap {
  flex: 1;
}
.callout-flip-flop .wrapper .items .copy .copy-wrap > *:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .copy .side-copy {
  width: 307px;
  min-width: 307px;
  margin-left: 40px;
  margin-top: 210px;
  z-index: 2;
  position: relative;
}
.callout-flip-flop .wrapper .items .copy .side-copy .links {
  background: rgba(255, 255, 255, 0.55);
  padding: 15px 35px 15px 23px;
  margin-right: -23px;
}
.callout-flip-flop .wrapper .items .copy .side-copy .links > div {
  margin-bottom: 4px;
}
.callout-flip-flop .wrapper .items .copy .side-copy .links > div:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .copy .side-copy .links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 1.2;
  font-style: italic;
  display: inline-block;
  text-decoration: none;
  border: 0;
  color: #C6690A;
}
.callout-flip-flop .wrapper .items .copy .side-copy .links a:focus,
.callout-flip-flop .wrapper .items .copy .side-copy .links a:hover {
  color: #944C01;
}
.callout-flip-flop .wrapper .items .copy .buttons {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 9px 23px;
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-flip-flop .wrapper .items .copy .buttons:focus,
.callout-flip-flop .wrapper .items .copy .buttons:hover {
  color: #FFFFFF;
  background: #C6690A;
}
.callout-flip-flop .wrapper .items .highlight {
  flex-basis: auto;
  background: #fafafa;
  padding: 20px 15px;
  width: 500px;
  max-width: 80%;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .callout-flip-flop .wrapper .items .highlight {
    margin-top: 30px;
  }
}
.callout-flip-flop .wrapper .items .highlight:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fafafa;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.callout-flip-flop .wrapper .items .highlight .title {
  color: #4A4A4A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.18px;
  line-height: 22px;
  margin-bottom: 3px;
}
.callout-flip-flop .wrapper .items .highlight .text {
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 22px;
}
.callout-flip-flop .wrapper .items .highlight .text p {
  margin: 0 0 1.5em 0;
}
.callout-flip-flop .wrapper .items .highlight .text p:last-child {
  margin-bottom: 0;
}
.callout-flip-flop .wrapper .items .highlight .text a {
  color: #C6690A;
  text-decoration: none;
}
.callout-flip-flop .wrapper .items .highlight .text a:focus,
.callout-flip-flop .wrapper .items .highlight .text a:hover {
  color: #991318;
}
.callout-flip-flop .logo {
  padding-top: 72px;
  margin-bottom: -105px;
}
.callout-flip-flop .logo img {
  display: block;
  width: 144px;
  height: 144px;
  margin: 0 auto;
}
.callout-flip-flop .logogap {
  height: 72px;
}
.callout-flip-flop.simple .wrapper {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.callout-flip-flop.simple .wrapper .items .heading {
  background: #AAA;
  color: #fff;
}
.callout-flip-flop.simple .wrapper .items .heading:before {
  background: #AAA;
}
.callout-flip-flop.simple .wrapper .items .heading h1,
.callout-flip-flop.simple .wrapper .items .heading h2,
.callout-flip-flop.simple .wrapper .items .heading h3,
.callout-flip-flop.simple .wrapper .items .heading h4,
.callout-flip-flop.simple .wrapper .items .heading h5,
.callout-flip-flop.simple .wrapper .items .heading h6,
.callout-flip-flop.simple .wrapper .items .heading .title,
.callout-flip-flop.simple .wrapper .items .heading .by-author {
  color: #fff;
}
.callout-flip-flop.simple .wrapper .items .information {
  box-shadow: none;
  background: #fff;
}
.callout-flip-flop.simple .wrapper .items .information .copy {
  padding-bottom: 0;
}
.callout-flip-flop.simple .wrapper .items .icon {
  background: #AAA;
}
.callout-icon-links {
  margin: 50px auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-icon-links {
    padding: 0 20px;
  }
}
.callout-icon-links .wrapper {
  max-width: 875px;
  margin: 0 auto;
}
.callout-icon-links .wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -125px;
}
@media screen and (max-width: 767px) {
  .callout-icon-links .wrapper .items {
    margin-right: -40px;
  }
}
.callout-icon-links .wrapper .items .item {
  position: relative;
  width: 260px;
  margin-right: 125px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .callout-icon-links .wrapper .items .item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 650px) {
  .callout-icon-links .wrapper .items .item {
    width: 100%;
  }
}
.callout-icon-links .wrapper .items .item a {
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-decoration: none;
  margin-right: 37px;
  display: block;
  padding: 7px 53px 7px 16px;
  background: #991318;
}
.callout-icon-links .wrapper .items .item a span {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  right: 0;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C6690A;
}
.callout-icon-links .wrapper .items .item a span img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}
.callout-icon-links .wrapper .items .item a:focus,
.callout-icon-links .wrapper .items .item a:hover {
  background: #C6690A;
}
.callout-icon-links .wrapper .items .item a:focus span,
.callout-icon-links .wrapper .items .item a:hover span {
  background: #991318;
}
.callout-calendar-links {
  margin: 50px auto;
  padding: 0 50px;
}
.callout-calendar-links .wrapper {
  max-width: 875px;
  margin: 0 auto;
  font-family: 'Montserrat', 'Arial', serif;
}
.callout-calendar-links .wrapper .heading {
  color: #C6690A;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
  border-bottom: 6px solid #991318;
  width: 360px;
  max-width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.callout-calendar-links .wrapper .items {
  width: 360px;
  max-width: 100%;
}
.callout-calendar-links .wrapper .items .item {
  margin-bottom: 10px;
}
.callout-calendar-links .wrapper .items .item:last-child {
  margin-bottom: 0;
}
.callout-calendar-links .wrapper .items .item a {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.callout-calendar-links .wrapper .items .item a .date {
  color: #C6690A;
}
.callout-calendar-links .wrapper .items .item a .text {
  color: #991318;
}
.callout-calendar-links .wrapper .items .item a:focus .date,
.callout-calendar-links .wrapper .items .item a:hover .date {
  color: #991318;
}
.callout-calendar-links .wrapper .items .item a:focus .text,
.callout-calendar-links .wrapper .items .item a:hover .text {
  color: #C6690A;
}
.callout-anchor-links {
  margin: 50px auto;
  padding: 0 40px;
}
@media screen and (max-width: 950px) {
  .callout-anchor-links {
    padding: 0;
  }
}
.callout-anchor-links .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  padding: 22px 35px;
}
@media screen and (max-width: 767px) {
  .callout-anchor-links .wrapper {
    padding: 22px 20px;
  }
}
.callout-anchor-links .wrapper .anchors {
  font-family: 'Montserrat', 'Arial', serif;
  max-width: 930px;
  margin: 0 auto;
}
.callout-anchor-links .wrapper .anchors .heading {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.21428571;
}
.callout-anchor-links .wrapper .anchors .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.callout-anchor-links .wrapper .anchors .items .item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.callout-anchor-links .wrapper .anchors .items .item a {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.81px;
  line-height: 1;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 5px solid #C6690A;
}
.callout-anchor-links .wrapper .anchors .items .item a:focus,
.callout-anchor-links .wrapper .anchors .items .item a:hover {
  color: #C6690A;
  border-bottom-color: #991318;
}
.callout-column-links {
  margin: 50px auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-column-links {
    padding: 0 20px;
  }
}
.callout-column-links .wrapper {
  max-width: 875px;
  margin: 0 auto;
  font-family: 'Montserrat', 'Arial', serif;
}
.callout-column-links .wrapper .groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -35px -35px;
}
.callout-column-links .wrapper .groups.left {
  justify-content: flex-start;
}
.callout-column-links .wrapper .groups.right {
  justify-content: flex-end;
}
.callout-column-links .wrapper .groups .group {
  width: 160px;
  max-width: 100%;
  margin: 0 35px 35px;
}
.callout-column-links .wrapper .heading {
  color: #C6690A;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 6px solid #991318;
  width: 360px;
  max-width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.callout-column-links .wrapper .items {
  width: 360px;
  max-width: 100%;
}
.callout-column-links .wrapper .items .item {
  margin-bottom: 10px;
}
.callout-column-links .wrapper .items .item:last-child {
  margin-bottom: 0;
}
.callout-column-links .wrapper .items .item a {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  color: #991318;
}
.callout-column-links .wrapper .items .item a:focus,
.callout-column-links .wrapper .items .item a:hover {
  color: #C6690A;
}
.callout-column-copy {
  margin: 50px auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-column-copy {
    padding: 0 20px;
  }
}
.callout-column-copy .wrapper {
  max-width: 875px;
  margin: 0 auto;
  font-family: 'Montserrat', 'Arial', serif;
}
.callout-column-copy .wrapper .groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -35px -35px;
}
.callout-column-copy .wrapper .groups.left {
  justify-content: flex-start;
}
.callout-column-copy .wrapper .groups.right {
  justify-content: flex-end;
}
.callout-column-copy .wrapper .groups .group {
  width: 160px;
  max-width: 100%;
  margin: 0 35px 35px;
}
.callout-column-copy .wrapper .heading {
  color: #C6690A;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 6px solid #991318;
  width: 360px;
  max-width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.callout-column-copy .wrapper .items {
  width: 360px;
  max-width: 100%;
}
.callout-column-copy .wrapper .items .item {
  color: #991318;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.callout-column-copy .wrapper .items .item:last-child {
  margin-bottom: 0;
}
.callout-column-copy .wrapper .items .item p {
  margin: 0 0 1em 0;
}
.callout-column-copy .wrapper .items .item p:last-child {
  margin: 0;
}
.callout-column-copy .wrapper .items .item a {
  display: inline-block;
  text-decoration: none;
  color: #991318;
}
.callout-column-copy .wrapper .items .item a:focus,
.callout-column-copy .wrapper .items .item a:hover {
  color: #C6690A;
}
.callout-standout-copy {
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .callout-standout-copy {
    padding: 0;
  }
}
.callout-standout-copy.full-width {
  padding: 0;
}
.callout-standout-copy .logo {
  margin-bottom: -72px;
  position: relative;
  z-index: 1;
}
.callout-standout-copy .logo img {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 144px;
}
.callout-standout-copy .wrapper {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  padding: 110px 35px;
}
@media screen and (max-width: 950px) {
  .callout-standout-copy .wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .callout-standout-copy .wrapper {
    padding: 60px 10px;
  }
}
.callout-standout-copy .wrapper .copy {
  color: #6E6E6E;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  background: rgba(255, 255, 255, 0.7);
  padding: 22px 65px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .callout-standout-copy .wrapper .copy {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 767px) {
  .callout-standout-copy .wrapper .copy {
    padding: 22px 20px;
  }
}
.callout-standout-copy .wrapper .copy h1,
.callout-standout-copy .wrapper .copy h2,
.callout-standout-copy .wrapper .copy h3,
.callout-standout-copy .wrapper .copy h4,
.callout-standout-copy .wrapper .copy h5,
.callout-standout-copy .wrapper .copy h6 {
  color: #991318;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.73px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}
.callout-standout-copy .wrapper .copy .buttons {
  text-align: center;
  margin-bottom: -43px;
}
.callout-standout-copy .wrapper .copy .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-standout-copy .wrapper .copy .buttons a:focus,
.callout-standout-copy .wrapper .copy .buttons a:hover {
  background: #C6690A;
}
.callout-tiled-accordions {
  margin: 50px auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .callout-tiled-accordions {
    padding: 0;
  }
}
.callout-tiled-accordions .startcap {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
}
.callout-tiled-accordions .startcap img {
  display: block;
  width: 17px;
  height: 26px;
  margin: 0 auto;
}
.callout-tiled-accordions .wrapper {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-light.jpg');
  padding: 50px 35px;
}
@media screen and (max-width: 767px) {
  .callout-tiled-accordions .wrapper {
    padding: 50px 20px;
  }
}
.callout-tiled-accordions .wrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.callout-tiled-accordions .wrapper .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px -16px;
}
.callout-tiled-accordions .wrapper .items .item {
  width: 32%;
  z-index: 3;
  padding: 0 8px 16px;
}
@media screen and (max-width: 1030px) {
  .callout-tiled-accordions .wrapper .items .item {
    width: 50%;
    z-index: 2;
  }
}
.callout-tiled-accordions .wrapper .items .item button {
  position: relative;
  display: block;
  height: 130px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-tiled-accordions .wrapper .items .item button:focus,
.callout-tiled-accordions .wrapper .items .item button:hover {
  border-color: #C6690A;
}
.callout-tiled-accordions .wrapper .items .item button:active,
.callout-tiled-accordions .wrapper .items .item button.active {
  border-color: #991318;
}
.callout-tiled-accordions .wrapper .items .item button .image {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.callout-tiled-accordions .wrapper .items .expanded-copy {
  position: relative;
  margin: 19px 0 35px;
  width: 75%;
  background: #fff;
  border: 2px solid #991318;
  padding: 30px 20px 20px;
  text-align: center;
  font-family: 'Montserrat', 'Arial', serif;
}
.callout-tiled-accordions .wrapper .items .expanded-copy:last-child {
  margin-bottom: 0;
}
.callout-tiled-accordions .wrapper .items .expanded-copy:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  margin-left: -30px;
}
.callout-tiled-accordions .wrapper .items .expanded-copy:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-bottom: 33px solid #991318;
  margin: 0 auto;
  position: absolute;
  top: -33px;
  margin-left: -33px;
}
.callout-tiled-accordions .wrapper .items .expanded-copy.left:after,
.callout-tiled-accordions .wrapper .items .expanded-copy.left:before {
  left: 10%;
}
@media screen and (max-width: 1030px) {
  .callout-tiled-accordions .wrapper .items .expanded-copy.left:after,
  .callout-tiled-accordions .wrapper .items .expanded-copy.left:before {
    left: 25%;
  }
}
.callout-tiled-accordions .wrapper .items .expanded-copy.center:after,
.callout-tiled-accordions .wrapper .items .expanded-copy.center:before {
  left: 50%;
}
.callout-tiled-accordions .wrapper .items .expanded-copy.right:after,
.callout-tiled-accordions .wrapper .items .expanded-copy.right:before {
  left: 90%;
}
@media screen and (max-width: 1030px) {
  .callout-tiled-accordions .wrapper .items .expanded-copy.right:after,
  .callout-tiled-accordions .wrapper .items .expanded-copy.right:before {
    left: 75%;
  }
}
.callout-tiled-accordions .wrapper .items .expanded-copy .close {
  position: absolute;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
  top: 5px;
  right: 8px;
  opacity: 0.32;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  letter-spacing: 0.18px;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
}
.callout-tiled-accordions .wrapper .items .expanded-copy .heading {
  color: #991318;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22222222;
}
.callout-tiled-accordions .wrapper .items .expanded-copy .text {
  margin-top: 5px;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57142857;
}
.callout-tiled-accordions .wrapper .items .expanded-copy .link {
  margin-top: 5px;
}
.callout-tiled-accordions .wrapper .items .expanded-copy .link a {
  color: #C6690A;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1875;
}
.callout-tiled-accordions .wrapper .items .expanded-copy .link a:focus,
.callout-tiled-accordions .wrapper .items .expanded-copy .link a:hover {
  color: #991318;
}
.callout-home-cover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.callout-home-cover .wrapper {
  position: relative;
}
.callout-home-cover .wrapper video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
  height: 636px;
}
@media screen and (min-width: 1200px) {
  .callout-home-cover .wrapper video {
    height: 800px;
  }
}
@media screen and (min-width: 1500px) {
  .callout-home-cover .wrapper video {
    height: 850px;
  }
}
.callout-home-cover .wrapper .image {
  height: 636px;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .callout-home-cover .wrapper .image {
    height: 800px;
  }
}
@media screen and (min-width: 1500px) {
  .callout-home-cover .wrapper .image {
    height: 850px;
  }
}
.callout-home-cover .wrapper .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  background: linear-gradient(87.21deg, #6F6F6F 0%, #060606 100%);
}
@media screen and (max-width: 767px) {
  .callout-home-cover .wrapper video,
  .callout-home-cover .wrapper .image {
    height: 400px;
  }
}
.callout-home-intro .startcap {
  height: 22px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.callout-home-intro .wrapper {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 34% 50%;
  padding: 30px 0 25px;
}
.callout-home-intro .wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(249, 140, 28, 0.45);
}
.callout-home-intro .wrapper .text-logo {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 45px 60px 45px 115px;
}
@media screen and (max-width: 950px) {
  .callout-home-intro .wrapper .text-logo {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-intro .wrapper .text-logo {
    padding: 0 20px 0;
  }
}
.callout-home-intro .wrapper .text-logo .text {
  flex: 1;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 300px;
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .callout-home-intro .wrapper .text-logo .text {
    font-size: 26px;
    max-width: 100%;
    margin-top: 0;
  }
}
.callout-home-intro .wrapper .text-logo .logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .callout-home-intro .wrapper .text-logo .logo {
    display: block;
    width: 144px;
    height: auto;
    margin-bottom: 220px;
  }
}
.callout-home-intro .wrapper .copy {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: 'Montserrat', 'Arial', serif;
  max-width: 780px;
  margin: 44px auto 0;
  padding: 20px 50px 40px;
}
@media screen and (max-width: 950px) {
  .callout-home-intro .wrapper .copy {
    padding: 20px 20px 40px;
  }
}
.callout-home-intro .wrapper .copy .heading {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 8.16px;
  line-height: 1.07142857;
  text-shadow: -3px 3px #991318;
  text-transform: uppercase;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .callout-home-intro .wrapper .copy .heading {
    max-width: 365px;
    font-size: 40px;
    letter-spacing: 3px;
  }
}
.callout-home-intro .wrapper .copy .textwrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  margin: 10px auto 0;
}
.callout-home-intro .wrapper .copy .textwrap .text {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.40909091;
}
@media screen and (max-width: 950px) {
  .callout-home-intro .wrapper .copy .textwrap .text {
    font-size: 18px;
  }
}
.callout-home-intro .wrapper .copy .textwrap .buttons {
  margin-top: 20px;
  margin-bottom: -35px;
}
.callout-home-intro .wrapper .copy .textwrap .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-home-intro .wrapper .copy .textwrap .buttons a:focus,
.callout-home-intro .wrapper .copy .textwrap .buttons a:hover {
  background: #C6690A;
}
.callout-home-map {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/grid-blue.png');
  background-color: #991318;
  padding: 60px 20px 40px;
}
.callout-home-map .wrapper {
  max-width: 985px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper {
    flex-direction: column;
  }
}
.callout-home-map .wrapper .copy {
  width: 320px;
  min-width: 320px;
}
@media screen and (max-width: 950px) {
  .callout-home-map .wrapper .copy {
    width: 210px;
    min-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy {
    width: 320px;
    min-width: 320px;
  }
}
.callout-home-map .wrapper .copy .heading {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .callout-home-map .wrapper .copy .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy .heading {
    font-size: 40px;
  }
}
.callout-home-map .wrapper .copy .heading p {
  margin: 0 0 1.5em 0;
}
.callout-home-map .wrapper .copy .heading p:last-child {
  margin: 0;
}
.callout-home-map .wrapper .copy .heading strong {
  display: block;
  font-size: 95px;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .callout-home-map .wrapper .copy .heading strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy .heading strong {
    font-size: 95px;
  }
}
.callout-home-map .wrapper .copy .text {
  position: relative;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.19px;
  line-height: 1.23529412;
  margin-top: 20px;
  margin-left: 20px;
  max-width: 186px;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy .text {
    margin: 20px auto 0;
    text-align: center;
    max-width: 260px;
  }
}
.callout-home-map .wrapper .copy .text p {
  margin: 0 0 1.5em 0;
}
.callout-home-map .wrapper .copy .text p:last-child {
  margin: 0;
}
.callout-home-map .wrapper .copy .text img {
  position: absolute;
  display: block;
  top: 50%;
  left: 100%;
  width: 53px;
  height: 37px;
  margin-left: 10px;
  margin-top: -18.5px;
}
@media screen and (max-width: 950px) {
  .callout-home-map .wrapper .copy .text img {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy .text img {
    display: none;
  }
}
.callout-home-map .wrapper .copy .buttons {
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .copy .buttons {
    margin: 30px auto 0;
    text-align: center;
  }
}
.callout-home-map .wrapper .copy .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-home-map .wrapper .copy .buttons a:focus,
.callout-home-map .wrapper .copy .buttons a:hover {
  background: #C6690A;
}
.callout-home-map .wrapper .map {
  flex: 1;
  font-family: 'Montserrat', 'Arial', serif;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .map {
    margin-top: 70px;
  }
}
.callout-home-map .wrapper .map .map-wrap {
  position: relative;
  max-width: 946px;
  margin: 0 auto;
}
.callout-home-map .wrapper .map .map-wrap .ohio {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.callout-home-map .wrapper .map .map-wrap .pin {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-left: -38px;
  margin-top: -58px;
}
.callout-home-map .wrapper .map .map-wrap .pin img {
  display: block;
  width: 38px;
  min-width: 38px;
  height: 57px;
  min-height: 57px;
}
.callout-home-map .wrapper .map .map-wrap .pin img.active {
  display: none;
}
.callout-home-map .wrapper .map .map-wrap .pin img.inactive {
  display: block;
}
.callout-home-map .wrapper .map .map-wrap .pin.active img.active,
.callout-home-map .wrapper .map .map-wrap .pin:hover img.active {
  display: block;
}
.callout-home-map .wrapper .map .map-wrap .pin.active img.inactive,
.callout-home-map .wrapper .map .map-wrap .pin:hover img.inactive {
  display: none;
}
.callout-home-map .wrapper .map .map-wrap .pin-popup-point {
  position: absolute;
  display: none;
  width: 38px;
}
.callout-home-map .wrapper .map .map-wrap .pin-popup-point.active {
  display: flex;
  justify-content: center;
}
.callout-home-map .wrapper .map .map-wrap .pin-popup-point.left {
  justify-content: flex-start;
}
.callout-home-map .wrapper .map .map-wrap .pin-popup-point.right {
  justify-content: flex-end;
}
.callout-home-map .wrapper .map .map-wrap .pin-popup-point.center .popup {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .map .map-wrap .pin-popup-point {
    left: -50px !important;
    right: -50px !important;
    width: auto;
    margin-left: 0;
  }
  .callout-home-map .wrapper .map .map-wrap .pin-popup-point .popup {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.callout-home-map .wrapper .map .map-wrap .popup {
  width: 405px;
  min-width: 405px;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0 -50px;
  display: flex;
  z-index: 500;
}
.callout-home-map .wrapper .map .map-wrap .popup .close {
  position: absolute;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
  top: 5px;
  right: 8px;
  opacity: 0.32;
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 40px;
  letter-spacing: 0.18px;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
}
.callout-home-map .wrapper .map .map-wrap .popup .brief {
  display: block;
  max-width: 100%;
  width: 375px;
}
@media screen and (max-width: 767px) {
  .callout-home-map .wrapper .map .map-wrap .popup .brief {
    margin: 0 auto;
  }
}
.callout-home-map .wrapper .map .map-wrap .popup .image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 228px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.callout-home-map .wrapper .map .map-wrap .popup .image a {
  background: rgba(0, 0, 0, 0.66);
  padding: 8px 20px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.23px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.callout-home-map .wrapper .map .map-wrap .popup .image a img {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 8px;
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid {
  display: none;
  margin: 15px -10px -20px;
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid .item {
  width: 125px;
  height: 125px;
  padding: 0 10px 20px;
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid .item button {
  width: 105px;
  height: 105px;
  background: none;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  display: block;
  position: relative;
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid .item button img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 9px 8px;
  width: 50px;
  height: 47px;
  background: rgba(0, 0, 0, 0.66);
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid .item button[data-videourl="false"] img {
  display: none;
}
.callout-home-map .wrapper .map .map-wrap .popup .image-grid .item button.active {
  outline: 3px solid #FFD400;
}
.callout-home-map .wrapper .map .map-wrap .popup .summary {
  position: relative;
  margin-top: 15px;
  background: #fff;
  padding: 25px 25px;
}
.callout-home-map .wrapper .map .map-wrap .popup .summary .title {
  color: #898989;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.18px;
  line-height: 22px;
}
.callout-home-map .wrapper .map .map-wrap .popup .summary .text {
  border-top: 3px solid rgba(216, 216, 216, 0.5);
  padding-top: 10px;
  margin-top: 6px;
  color: #575757;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.88px;
  line-height: 21px;
}
.callout-home-map .wrapper .map .map-wrap .popup .buttons {
  margin-top: 15px;
  text-align: center;
}
.callout-home-map .wrapper .map .map-wrap .popup .buttons a {
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background-color: #991318;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 12px;
  min-width: 175px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-home-map .wrapper .map .map-wrap .popup .buttons a:focus,
.callout-home-map .wrapper .map .map-wrap .popup .buttons a:hover {
  background: #C6690A;
}
.callout-home-portal {
  position: relative;
}
.callout-home-portal .startcap {
  height: 22px;
  background: #991318;
}
.callout-home-portal .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 22px;
}
.callout-home-portal .background .top {
  background: #991318;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70%;
}
.callout-home-portal .background .top:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 22px;
  content: '';
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  background-position-y: top;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-home-portal .background .bottom {
  background: #991318;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-home-portal .background .bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 22px;
  content: '';
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  background-position-y: bottom;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
}
.callout-home-portal .wrapper {
  position: relative;
  background: #fff;
  margin: 0 auto;
  max-width: 1150px;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper {
    padding: 40px 0 50px;
  }
}
.callout-home-portal .wrapper .heading {
  color: #000000;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .heading {
    font-size: 20px;
  }
}
.callout-home-portal .wrapper .heading .left {
  flex: 1;
  text-align: right;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .heading .left {
    padding: 0 10px 0 0;
  }
}
.callout-home-portal .wrapper .heading .divider {
  width: 1px;
  min-width: 1px;
  background: #D8D8D8;
}
.callout-home-portal .wrapper .heading .right {
  flex: 1;
  text-align: left;
  color: #991318;
  font-weight: 300;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .heading .right {
    padding: 0 0 0 10px;
  }
}
.callout-home-portal .wrapper .items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .items {
    flex-direction: column;
    margin-top: 0;
  }
}
.callout-home-portal .wrapper .items .item {
  position: relative;
  flex: 1;
  text-align: center;
  font-family: 'Montserrat', 'Arial', serif;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .items .item {
    padding: 30px 0;
  }
}
.callout-home-portal .wrapper .items .item:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  width: 1px;
  background: #D8D8D8;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .items .item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
}
.callout-home-portal .wrapper .items .item:first-child:before {
  display: none;
}
.callout-home-portal .wrapper .items .item .icon {
  height: 57px;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.callout-home-portal .wrapper .items .item .icon img {
  display: block;
  height: auto;
  width: auto;
  max-width: 57px;
  max-height: 57px;
}
.callout-home-portal .wrapper .items .item .title {
  color: #A1A1A1;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 3.86px;
  text-transform: uppercase;
  margin-top: 15px;
  flex: 1 1 auto;
}
.callout-home-portal .wrapper .items .item .text {
  color: #606060;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 10px;
}
.callout-home-portal .wrapper .items .item .icon-buttons {
  margin-top: 20px;
}
.callout-home-portal .wrapper .items .item .icon-buttons a {
  display: inline-block;
}
.callout-home-portal .wrapper .items .item .icon-buttons a img {
  display: block;
  width: auto;
  height: 42px;
}
.callout-home-portal .wrapper .items .item .icon-buttons a:focus img,
.callout-home-portal .wrapper .items .item .icon-buttons a:hover img {
  filter: brightness(90%);
}
.callout-home-portal .wrapper .items .item .buttons {
  margin-top: 20px;
}
.callout-home-portal .wrapper .items .item .buttons a {
  display: inline-block;
  border-radius: 8px;
  background-color: #991318;
  padding: 12px 25px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-home-portal .wrapper .items .item .buttons a:focus,
.callout-home-portal .wrapper .items .item .buttons a:hover {
  background: #C6690A;
}
.callout-home-portal .wrapper .view-all {
  overflow: hidden;
  position: relative;
  max-width: 570px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-home-portal .wrapper .view-all {
    margin-top: 30px;
  }
}
.callout-home-portal .wrapper .view-all a {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-color: #991318;
  padding: 12px 25px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
  text-decoration: none;
}
.callout-home-portal .wrapper .view-all a:focus,
.callout-home-portal .wrapper .view-all a:hover {
  background: #C6690A;
}
.callout-home-portal .wrapper .view-all a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 25px;
  width: 130px;
  height: 1px;
  background: #D8D8D8;
}
.callout-home-portal .wrapper .view-all a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 25px;
  width: 130px;
  height: 1px;
  background: #D8D8D8;
}
.callout-home-signup .wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 115px 75px 150px;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .callout-home-signup .wrapper {
    padding: 60px 20px 100px;
  }
}
.callout-home-signup .wrapper .copy {
  float: right;
  width: 470px;
  max-width: 100%;
  background: transparent;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 50%);
  padding: 25px;
}
.callout-home-signup .wrapper .copy .heading {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  color: #fff;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.26923077;
  text-align: center;
  margin-bottom: 30px;
}
.callout-home-signup .endcap {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/iuoelocal18/assets/concrete-dark.jpg');
  height: 23px;
}
.callout-post-images {
  color: #464646;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53333333;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.callout-post-images .carousel-inner {
  position: relative;
  max-width: 510px;
}
.callout-post-images .controls-dots {
  display: none;
  margin-top: 10px;
  max-width: 510px;
}
.callout-post-images .controls-dots.active {
  display: block;
}
.callout-post-images .controls-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-post-images .controls-dots ul li {
  margin: 0 4px;
  line-height: 13px;
}
.callout-post-images .controls-dots ul li button {
  display: inline-block;
  border: 0;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  background: #991318;
}
.callout-post-images .controls-dots ul li button.active {
  background: #C6690A;
}
.callout-post-images .controls-arrows {
  display: none;
}
.callout-post-images .controls-arrows.active {
  display: block;
}
.callout-post-images .controls-arrows button {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  color: #991318;
}
.callout-post-images .controls-arrows button.previous {
  left: -30px;
  border-right: 13px solid #991318;
}
.callout-post-images .controls-arrows button.previous:focus,
.callout-post-images .controls-arrows button.previous:hover {
  border-right-color: #C6690A;
}
.callout-post-images .controls-arrows button.next {
  right: -30px;
  border-left: 13px solid #991318;
}
.callout-post-images .controls-arrows button.next:focus,
.callout-post-images .controls-arrows button.next:hover {
  border-left-color: #C6690A;
}
.callout-post-images .carousel-slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.callout-post-images .slide {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 260px;
  display: none;
  align-items: flex-end;
}
.callout-post-images .slide article {
  flex: 1;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  background: rgba(0, 0, 0, 0.66);
  padding: 12px 14px;
}
.callout-post-images .slide.active {
  display: flex;
}
.callout-post-wysiwyg {
  color: #464646;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53333333;
}
.callout-post-wysiwyg *:first-child {
  margin-top: 0;
}
.callout-post-wysiwyg *:last-child {
  margin-bottom: 0;
}
.callout-post-wysiwyg a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.callout-post-wysiwyg a:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 2px solid #C6690A;
}
.callout-post-wysiwyg h1 {
  color: #4A4A4A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0;
}
.callout-post-wysiwyg h2 {
  color: #4A4A4A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41176471;
  margin: 5px 0;
}
.callout-post-wysiwyg h3 {
  color: #4A4A4A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0;
}
.callout-post-wysiwyg h4,
.callout-post-wysiwyg h5,
.callout-post-wysiwyg h6 {
  color: #4A4A4A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0;
}
.callout-post-wysiwyg ol,
.callout-post-wysiwyg ul {
  margin: 0 0 1em 20px;
  padding: 0;
  list-style: none;
}
.callout-post-wysiwyg ol:last-child,
.callout-post-wysiwyg ul:last-child {
  margin-bottom: 0;
}
.callout-post-wysiwyg ol li,
.callout-post-wysiwyg ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.callout-post-wysiwyg ol li:last-child,
.callout-post-wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.callout-post-wysiwyg ol li:before,
.callout-post-wysiwyg ul li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #C6690A;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.callout-post-wysiwyg ol {
  counter-reset: section;
}
.callout-post-wysiwyg ol li:before {
  color: #C6690A;
  counter-increment: section;
  content: counter(section) ".";
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none;
}
.callout-post-wysiwyg blockquote {
  overflow: hidden;
  position: relative;
  margin: 35px auto;
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 1.57142857;
  padding: 32px 117px 25px 34px;
  background: rgba(216, 216, 216, 0.53);
}
.callout-post-wysiwyg blockquote:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid #FFF;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 60px;
}
.callout-post-wysiwyg blockquote:after {
  content: '”';
  position: absolute;
  top: -22px;
  right: -20px;
  opacity: 0.17;
  color: #646464;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 12.5px;
  line-height: 1;
}
.callout-pagination {
  margin-top: 30px;
}
.callout-pagination .nav-links {
  color: #9A9A9A;
  font-family: 'Montserrat', 'Arial', serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.callout-pagination .nav-links a {
  text-decoration: none;
}
.callout-pagination .nav-links a:focus,
.callout-pagination .nav-links a:hover {
  color: #991318;
}
.callout-pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0 7px;
}
.callout-pagination .nav-links .current {
  color: #C6690A;
}
.callout-pagination .nav-links .next-link,
.callout-pagination .nav-links .prev-link {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  color: #991318;
}
.callout-pagination .nav-links a:focus .next-link,
.callout-pagination .nav-links a:hover .next-link,
.callout-pagination .nav-links a:focus .prev-link,
.callout-pagination .nav-links a:hover .prev-link {
  border-left-color: #C6690A;
  border-right-color: #C6690A;
}
.callout-pagination .nav-links .next-link {
  border-left: 13px solid #991318;
}
.callout-pagination .nav-links .prev-link {
  border-right: 13px solid #991318;
}
.callout-pagination .nav-links .prev.placeholder .next-link,
.callout-pagination .nav-links .next.placeholder .next-link,
.callout-pagination .nav-links .prev.placeholder .prev-link,
.callout-pagination .nav-links .next.placeholder .prev-link {
  border-right-color: #9A9A9A;
  border-left-color: #9A9A9A;
}
.callout-backtotop {
  z-index: 50;
  position: fixed;
  right: -23px;
  bottom: 20%;
  width: 139px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  background: #C6690A;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 27px 22px 10px;
}
@media screen and (max-width: 767px) {
  .callout-backtotop {
    bottom: -8px;
    padding: 10px 27px 18px 10px;
  }
}
.callout-backtotop:focus,
.callout-backtotop:hover {
  background: #991318;
}
.callout-backtotop img {
  display: block;
  width: 22px;
  height: 34px;
  margin-right: 10px;
}
.callout-backtotop span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 18px;
}