/*
Theme Name: Walksafe on Cleveland
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screenHeight {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.screenHeight:last-child {
  margin-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;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 13px 20px;
  border: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
.signupStyles textarea::-webkit-input-placeholder,
.signupStyles input::-webkit-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea::-moz-placeholder,
.signupStyles input::-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-ms-input-placeholder,
.signupStyles input:-ms-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-moz-placeholder,
.signupStyles input:-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles .nf-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles .nf-field-container {
  margin-bottom: 20px;
}
.signupStyles .nf-error-msg {
  margin-right: 0;
  color: #D62938;
}
.signupStyles #nf-field-12-container {
  margin-bottom: 10px;
}
.signupStyles input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20/15;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.signupStyles input[type="button"]:hover {
  background: #6b141c;
}
.signupStyles .nf-response-msg {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 23/18;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes ani {
  0% {
    right: 0;
  }
  50% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes backgroundScroll {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1C5775;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: '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 .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #000;
  font-family: 'Lato', 'Arial', sans-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: #F98C1C;
}
body section form .nf-field-label {
  margin-bottom: 10px;
}
body section form label {
  color: #C6690A;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 19/16;
}
body section form textarea {
  display: block;
  color: #7B7B7B;
  font-family: 'Lato', 'Arial', sans-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: #7B7B7B;
  font-family: 'Lato', 'Arial', sans-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 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: #F98C1C;
  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;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main.toolkit {
  background: #4d4d4d;
}
header {
  background: #fff;
  padding: 20px;
}
header .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  header .wrapper {
    flex-direction: column;
  }
}
header .wrapper .left {
  flex: 1;
  padding-right: 20px;
}
@media screen and (max-width: 660px) {
  header .wrapper .left {
    align-self: flex-start;
  }
}
header .wrapper .left .logo {
  display: inline-block;
}
header .wrapper .left .logo img {
  display: inline-block;
  width: 230px;
  min-width: 230px;
  height: 85px;
}
@media screen and (max-width: 420px) {
  header .wrapper .left .logo img {
    width: 160px;
    min-width: 160px;
    height: auto;
  }
}
header .wrapper .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 660px) {
  header .wrapper .right .secondary {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  header .wrapper .right .secondary {
    top: 26px;
  }
}
header .wrapper .right .secondary a {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #D03530;
  text-align: center;
  text-decoration: none;
  padding: 12px 25px;
  border: 1px solid #D03530;
}
@media screen and (max-width: 660px) {
  header .wrapper .right .secondary a {
    padding: 12px;
  }
}
header .wrapper .right .secondary a:hover {
  background: #D03530;
  color: #fff;
}
header .wrapper .right .primary {
  padding-top: 25px;
}
@media screen and (max-width: 660px) {
  header .wrapper .right .primary {
    padding-top: 15px;
  }
}
header .wrapper .right .primary ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .wrapper .right .primary ul li {
  margin-left: 25px;
}
header .wrapper .right .primary ul li:first-child {
  margin-left: 0;
}
header .wrapper .right .primary ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}
header .wrapper .right .primary ul li a:hover {
  text-decoration: underline;
}
footer {
  background: #000;
  padding: 50px 20px;
}
footer .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #FFF;
  padding-bottom: 45px;
  margin-bottom: 45px;
  display: flex;
}
@media screen and (max-width: 600px) {
  footer .wrapper {
    flex-direction: column;
  }
}
footer .wrapper .left .logo {
  display: inline-block;
  margin-bottom: 45px;
}
footer .wrapper .left .logo img {
  display: inline-block;
  width: 215px;
  height: 79px;
}
footer .wrapper .left .copy {
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
}
footer .wrapper .right {
  padding: 25px 100px 0;
}
@media screen and (max-width: 800px) {
  footer .wrapper .right {
    padding: 25px 50px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .wrapper .right {
    padding: 45px 20px 0;
  }
}
footer .wrapper .right ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  footer .wrapper .right ul {
    flex-direction: row;
  }
}
footer .wrapper .right ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  footer .wrapper .right ul li {
    margin: 0 10px;
  }
}
footer .wrapper .right ul li:last-child {
  margin-bottom: 0;
}
footer .wrapper .right ul li a img {
  display: inline-block;
  min-width: 49.5px;
  width: 49.5px;
  height: 49.5px;
}
footer .copywrite {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
}
.yellow-btn {
  display: block;
  width: auto;
  text-align: center;
  background-color: #e89304;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 24px;
}
.yellow-btn:hover {
  background: #ffcb05;
}
.callout-cta-banner {
  background: #ffcb05;
  padding: 20px;
  text-align: center;
}
.callout-cta-banner .wrapper {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.callout-cta-banner .wrapper a {
  display: inline-block;
  font-weight: 900;
  position: relative;
  padding-right: 18px;
}
.callout-cta-banner .wrapper a .fa-arrow-right {
  position: absolute;
  top: 2px;
  right: 0;
}
.callout-intro {
  position: relative;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/intro-bg.jpg');
  padding: 150px 20px;
  overflow: hidden;
}
.callout-intro:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: linear-gradient(90deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 700px) {
  .callout-intro:after {
    opacity: 1;
  }
}
.callout-intro .wrapper {
  position: relative;
  z-index: 1;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-intro .wrapper .header {
  width: 460px;
  max-width: 100%;
  font-size: 66px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .callout-intro .wrapper .header {
    font-size: 42px;
    max-width: 360px;
  }
}
.callout-intro .wrapper .copy {
  width: 460px;
  max-width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 35px 0;
  margin-top: 35px;
  border-top: 3px solid #F36C27;
  border-bottom: 3px solid #F36C27;
}
.callout-slides {
  background: #fff;
  padding: 65px 0;
  overflow: hidden;
}
.callout-slides .wrapper .header {
  width: 980px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 66px;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 500px) {
  .callout-slides .wrapper .header {
    font-size: 42px;
    max-width: 250px;
    margin: 0;
  }
}
.callout-slides .wrapper .copy {
  width: 980px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-top: 25px;
}
.callout-slides .wrapper .slides {
  position: relative;
  margin-top: 50px;
  background-image: url('/assets/slides-bg.png');
  background-position: 50% 50%;
  background-size: 213px auto;
}
@media screen and (max-width: 1150px) {
  .callout-slides .wrapper .slides {
    background-size: 147px auto;
  }
}
@media screen and (max-width: 800px) {
  .callout-slides .wrapper .slides {
    background-size: 128px auto;
  }
}
.callout-slides .wrapper .slides .slide {
  padding: 55px 106px;
}
@media screen and (max-width: 1150px) {
  .callout-slides .wrapper .slides .slide {
    padding: 55px 74px;
  }
}
@media screen and (max-width: 800px) {
  .callout-slides .wrapper .slides .slide {
    padding: 55px 65px;
  }
}
.callout-slides .wrapper .slides .slide img {
  display: block;
  width: 640px;
  height: auto;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1150px) {
  .callout-slides .wrapper .slides .slide img {
    width: 440px;
  }
}
@media screen and (max-width: 800px) {
  .callout-slides .wrapper .slides .slide img {
    width: 380px;
  }
}
.callout-slides .wrapper .slides .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  font-size: 74px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
.callout-slides .wrapper .slides .slick-arrow.fa-arrow-left {
  left: 50%;
  margin-left: -458px;
}
@media screen and (max-width: 1150px) {
  .callout-slides .wrapper .slides .slick-arrow.fa-arrow-left {
    margin-left: -327px;
  }
}
@media screen and (max-width: 800px) {
  .callout-slides .wrapper .slides .slick-arrow.fa-arrow-left {
    margin-left: -288px;
  }
}
.callout-slides .wrapper .slides .slick-arrow.fa-arrow-right {
  right: 50%;
  margin-right: -458px;
}
@media screen and (max-width: 1150px) {
  .callout-slides .wrapper .slides .slick-arrow.fa-arrow-right {
    margin-right: -327px;
  }
}
@media screen and (max-width: 800px) {
  .callout-slides .wrapper .slides .slick-arrow.fa-arrow-right {
    margin-right: -288px;
  }
}
.callout-slides .wrapper .slides .slick-arrow:hover {
  color: #F36C27;
}
.callout-slides .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50px;
}
.callout-slides .slick-dots li {
  margin: 0 7px;
  width: 18px;
  height: 18px;
}
.callout-slides .slick-dots li button {
  display: block;
  line-height: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: transparent;
  outline: 0;
  background: #000;
}
.callout-slides .slick-dots li.slick-active button {
  background: #F36C27;
}
.callout-protections {
  background: #fff;
  padding: 65px 20px;
}
.callout-protections .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-protections .wrapper .header {
  font-size: 66px;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 500px) {
  .callout-protections .wrapper .header {
    font-size: 42px;
    max-width: 250px;
  }
}
.callout-protections .wrapper .copy {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-top: 25px;
}
.callout-protections .wrapper .placehold {
  background: #000;
}
.callout-protections .wrapper .legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .callout-protections .wrapper .legend {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.callout-protections .wrapper .legend .item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.callout-protections .wrapper .legend .item .fas {
  color: #d03430;
  font-size: 32px;
  line-height: 1;
}
.callout-protections .wrapper .legend .item .fas.blue {
  color: #01377d;
}
.callout-protections .map-wrapper {
  width: 1360px;
  max-width: 100%;
  margin: 20px auto 0;
}
.callout-protections .map-wrapper .map {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 5%;
  padding-right: 5%;
}
.callout-protections .map-wrapper .map:after {
  content: 'CLEVELAND AVENUE';
  color: #FFCB05;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  z-index: 30;
  left: -40px;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border-top: 6px solid #FFCB05;
  border-bottom: 6px solid #FFCB05;
}
@media screen and (max-width: 767px) {
  .callout-protections .map-wrapper .map:after {
    font-size: 12px;
  }
}
.callout-protections .map-wrapper .map .left {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.callout-protections .map-wrapper .map .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.callout-protections .map-wrapper .map .marker {
  position: relative;
  background: #fff;
  width: 1px;
  min-width: 1px;
  height: 315px;
}
.callout-protections .map-wrapper .map .marker:after {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -58px;
  left: 0;
  z-index: 25;
  height: 88px;
  width: 1px;
}
.callout-protections .map-wrapper .map .marker .text {
  color: #FFF;
  font-size: 14px;
  line-height: 16/14;
  text-align: center;
  background: #000;
  padding: 10px 5px;
  width: 100px;
  text-wrap: balance;
  position: absolute;
  z-index: 50;
  left: -50px;
}
@media screen and (max-width: 950px) {
  .callout-protections .map-wrapper .map .marker .text {
    font-size: 12px;
    width: 80px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .callout-protections .map-wrapper .map .marker .text {
    font-size: 8px;
    width: 52px;
    left: -26px;
  }
}
.callout-protections .map-wrapper .map .marker .fas {
  color: #d03430;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  margin-left: -11px;
  z-index: 50;
}
.callout-protections .map-wrapper .map .marker .fas.blue {
  color: #01377d;
}
.callout-protections .map-wrapper .map .marker:nth-child(odd) .text {
  margin-bottom: 32px;
  bottom: 50%;
}
.callout-protections .map-wrapper .map .marker:nth-child(even) .text {
  margin-top: 20px;
  top: 50%;
}
.callout-protections .map-wrapper .button {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .callout-protections .map-wrapper .button {
    flex-direction: column;
  }
}
.callout-protections .map-wrapper .button a {
  position: relative;
  display: inline-block;
  margin: 15px 40px;
  color: #F36C27;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .callout-protections .map-wrapper .button a {
    margin: 40px 15px;
  }
}
.callout-protections .map-wrapper .button a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -39px;
  width: 1px;
  background: #808080;
}
@media screen and (max-width: 700px) {
  .callout-protections .map-wrapper .button a:after {
    top: auto;
    bottom: -39px;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
  }
}
.callout-protections .map-wrapper .button a:last-child:after {
  display: none;
}
.callout-protections .map-wrapper .button a span {
  position: relative;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  padding-right: 25px;
}
.callout-protections .map-wrapper .button a span .fa-arrow-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.callout-protections .map-wrapper .button a:hover {
  color: #ab4009;
}
.callout-video {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/video-bg.jpg');
  padding: 65px 20px 100px;
  margin-bottom: 30px;
}
.callout-video .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-video .wrapper .header {
  font-size: 66px;
  line-height: 1.1;
  font-weight: bold;
  color: #FFCB05;
}
@media screen and (max-width: 500px) {
  .callout-video .wrapper .header {
    font-size: 42px;
  }
}
.callout-video .wrapper .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 60px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
}
.callout-video .wrapper .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout-video .wrapper .video {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.callout-video .wrapper .video > img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
}
.callout-video .wrapper .video a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -31px;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #F36C27;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
.callout-video .wrapper .video a:hover {
  background: #ab4009;
}
.callout-video .wrapper .video a > img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.callout-lookfor {
  background: #fff;
  padding: 65px 0;
}
.callout-lookfor .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  border: 6px solid #FFCB05;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  .callout-lookfor .wrapper {
    padding: 48px 0 0 0;
  }
}
.callout-lookfor .wrapper .header {
  font-size: 66px;
  line-height: 1.1;
  color: #000;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .callout-lookfor .wrapper .header {
    font-size: 42px;
  }
}
.callout-lookfor .wrapper .image {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .callout-lookfor .wrapper .image {
    overflow: hidden;
    height: 330px;
    background-size: 715px 330px;
    animation: backgroundScroll 15s infinite ease-in-out;
  }
}
.callout-lookfor .wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .callout-lookfor .wrapper .image img {
    display: none;
  }
}
.callout-icons {
  background: #fff;
  padding: 50px 20px 0;
}
.callout-icons .wrapper {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-icons .wrapper .header {
  font-size: 46px;
  line-height: 1.1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .callout-icons .wrapper .header {
    font-size: 38px;
  }
}
.callout-icons .wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
.callout-icons .wrapper .items .item {
  flex: 1 1 180px;
  margin: 0 20px 30px;
}
.callout-icons .wrapper .items .item .icon {
  height: 125px;
  text-align: center;
}
.callout-icons .wrapper .items .item .icon img {
  display: inline-block;
  max-height: 125px;
  max-width: 144px;
}
.callout-icons .wrapper .items .item .copy {
  margin-top: 35px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.scroll-next {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 10;
  margin-left: -50px;
}
.scroll-next > div {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.scroll-next .fas {
  animation: blink 2s linear infinite;
  color: #e89304;
}
.scroll-next:hover > div {
  color: #ffcb05;
}
.scroll-next:hover .fas {
  animation: none;
  opacity: 1;
  color: #FFCB05;
}
.callout-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/intro-bg.jpg');
  padding: 80px 20px;
}
.callout-main:last-child {
  margin-bottom: 0;
}
.callout-main:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: linear-gradient(90deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 700px) {
  .callout-main:after {
    opacity: 1;
  }
}
.callout-main .wrapper {
  position: relative;
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.callout-main .wrapper .header {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  max-width: 550px;
}
@media screen and (max-width: 700px) {
  .callout-main .wrapper .header {
    font-size: 60px;
  }
}
@media screen and (max-width: 485px) {
  .callout-main .wrapper .header {
    font-size: 45px;
  }
}
.callout-main .wrapper .accent {
  background-color: #FFCB05;
  width: 105px;
  height: 5px;
  margin-top: 35px;
}
.callout-main .wrapper .author {
  font-size: 37px;
  line-height: 50px;
  color: #FFF;
  margin-top: 30px;
}
.callout-main .wrapper img {
  width: 230px;
  height: auto;
  float: right;
  margin-top: 160px;
}
.callout-end {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  align-items: flex-end;
  position: relative;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/intro-bg.jpg');
  padding: 80px 20px 40px;
}
.callout-end:last-child {
  margin-bottom: 0;
}
.callout-end:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: linear-gradient(90deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 700px) {
  .callout-end:after {
    opacity: 1;
  }
}
.callout-end .wrapper {
  position: relative;
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.callout-end .wrapper img {
  width: 230px;
  height: auto;
  float: right;
}
.callout-about {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/toolkit-bg.jpg');
  padding: 65px 20px 100px;
}
.callout-about:last-child {
  margin-bottom: 0;
}
.callout-about .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-about .wrapper .top {
  display: flex;
  align-items: center;
}
.callout-about .wrapper .top .header {
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-about .wrapper .top .header {
    font-size: 35px;
  }
}
.callout-about .wrapper .top .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 30px;
  max-width: 100%;
}
.callout-about .wrapper .bottom {
  margin-top: 30px;
  max-width: 650px;
}
.callout-about .wrapper .bottom .copy {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 525px) {
  .callout-about .wrapper .bottom .copy {
    font-size: 15px;
    line-height: 22px;
  }
}
.callout-contents {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 65px 20px 85px;
}
.callout-contents:last-child {
  margin-bottom: 0;
}
.callout-contents .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-contents .wrapper .top {
  display: flex;
  align-items: center;
}
.callout-contents .wrapper .top .header {
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-contents .wrapper .top .header {
    font-size: 35px;
  }
}
.callout-contents .wrapper .top .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 30px;
}
.callout-contents .wrapper .bottom {
  margin-top: 50px;
  max-width: 900px;
}
.callout-contents .wrapper .bottom .columns {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 850px) {
  .callout-contents .wrapper .bottom .columns {
    justify-content: center;
  }
}
.callout-contents .wrapper .bottom .columns .column {
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
  margin: 0 25px 25px;
}
.callout-contents .wrapper .bottom .columns .column .button {
  display: flex;
  flex-direction: column;
}
.callout-contents .wrapper .bottom .columns .column .button a {
  display: inline-block;
  margin-bottom: 25px;
}
.callout-contents .wrapper .bottom .columns .column .button a img {
  width: 200px;
  height: auto;
}
.callout-hashtags {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 65px 20px 85px;
}
.callout-hashtags:last-child {
  margin-bottom: 0;
}
.callout-hashtags .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-hashtags .wrapper .top {
  max-width: 400px;
}
.callout-hashtags .wrapper .top .header {
  font-size: 40px;
  line-height: 47px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-hashtags .wrapper .top .header {
    font-size: 35px;
  }
}
.callout-hashtags .wrapper .top .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 265px;
  margin-top: -22px;
}
.callout-hashtags .wrapper .bottom {
  margin-top: 100px;
  color: #FFF;
  display: flex;
  align-items: flex-start;
}
.callout-hashtags .wrapper .bottom .left {
  flex: 35;
  font-size: 60px;
  color: #FFF;
  background-color: #FFCB05;
  font-style: italic;
  font-weight: 400;
  padding: 20px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .callout-hashtags .wrapper .bottom .left {
    font-size: 50px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 865px) {
  .callout-hashtags .wrapper .bottom .left {
    font-size: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 727px) {
  .callout-hashtags .wrapper .bottom .left {
    font-size: 30px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 579px) {
  .callout-hashtags .wrapper .bottom .left {
    font-size: 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 449px) {
  .callout-hashtags .wrapper .bottom .left {
    font-size: 15px;
  }
}
.callout-hashtags .wrapper .bottom .right {
  flex: 65;
  font-size: 60px;
  color: #FFF;
  background-color: #e89304;
  box-shadow: -1px 6px 8px 0 rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-weight: 400;
  padding: 20px 40px;
  margin-left: -25px;
}
@media screen and (max-width: 1000px) {
  .callout-hashtags .wrapper .bottom .right {
    font-size: 50px;
  }
}
@media screen and (max-width: 865px) {
  .callout-hashtags .wrapper .bottom .right {
    font-size: 40px;
  }
}
@media screen and (max-width: 727px) {
  .callout-hashtags .wrapper .bottom .right {
    font-size: 30px;
  }
}
@media screen and (max-width: 579px) {
  .callout-hashtags .wrapper .bottom .right {
    font-size: 20px;
  }
}
@media screen and (max-width: 449px) {
  .callout-hashtags .wrapper .bottom .right {
    font-size: 15px;
  }
}
.callout-social {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url('/assets/toolkit-bg.jpg');
  padding: 80px 20px;
}
.callout-social:last-child {
  margin-bottom: 0;
}
.callout-social .wrapper {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 150px 20px 100px;
  text-align: center;
  justify-content: center;
}
.callout-social .wrapper .header {
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-social .wrapper .header {
    font-size: 35px;
  }
}
.callout-social .wrapper .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin: 40px auto;
}
.callout-social .wrapper .columns {
  display: flex;
  justify-content: center;
}
.callout-social .wrapper .columns .column {
  margin: 0 20px;
}
.callout-social .wrapper .columns .column .button a {
  display: inline-block;
}
.callout-social .wrapper .columns .column .button a img {
  width: 75px;
  height: auto;
}
.callout-twitter {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 65px 20px 60px;
}
.callout-twitter:last-child {
  margin-bottom: 0;
}
.callout-twitter .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-twitter .wrapper .sides {
  display: flex;
}
@media screen and (max-width: 580px) {
  .callout-twitter .wrapper .sides {
    flex-direction: column;
  }
}
.callout-twitter .wrapper .sides .left {
  flex: 1;
  max-width: 450px;
}
.callout-twitter .wrapper .sides .left .header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
.callout-twitter .wrapper .sides .left .header .icon-asset {
  position: absolute;
  top: -40px;
  left: -60px;
}
@media screen and (max-width: 1050px) {
  .callout-twitter .wrapper .sides .left .header .icon-asset {
    top: -50px;
    left: -35px;
  }
}
.callout-twitter .wrapper .sides .left .header .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-twitter .wrapper .sides .left .header .title {
    font-size: 35px;
  }
}
.callout-twitter .wrapper .sides .left .header .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 30px;
}
.callout-twitter .wrapper .sides .left .copy {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 985px) {
  .callout-twitter .wrapper .sides .left .copy {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-twitter .wrapper .sides .left .copy .website {
  font-weight: 600;
}
.callout-twitter .wrapper .sides .left .copy .hashtag {
  color: #FFCB05;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
}
.callout-twitter .wrapper .sides .left .copy .hashtag.orange {
  color: #e89304;
}
.callout-twitter .wrapper .sides .right {
  flex: 1;
  margin-left: 75px;
  margin-top: 35px;
}
@media screen and (max-width: 985px) {
  .callout-twitter .wrapper .sides .right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 735px) {
  .callout-twitter .wrapper .sides .right {
    margin-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .callout-twitter .wrapper .sides .right {
    margin-left: 0;
    margin-top: 35px;
  }
}
.callout-twitter .wrapper .sides .right .top img {
  width: 100%;
  height: auto;
  display: block;
}
.callout-twitter .wrapper .sides .right .bottom {
  margin-top: 30px;
}
.callout-instagram {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 75px 20px 60px;
}
.callout-instagram:last-child {
  margin-bottom: 0;
}
.callout-instagram .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-instagram .wrapper .sides {
  display: flex;
}
@media screen and (max-width: 600px) {
  .callout-instagram .wrapper .sides {
    flex-direction: column;
  }
}
.callout-instagram .wrapper .sides .left {
  flex: 1;
  max-width: 100%;
}
.callout-instagram .wrapper .sides .left .header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
.callout-instagram .wrapper .sides .left .header .icon-asset {
  position: absolute;
  top: -40px;
  left: -60px;
}
@media screen and (max-width: 1050px) {
  .callout-instagram .wrapper .sides .left .header .icon-asset {
    top: -50px;
    left: -35px;
  }
}
.callout-instagram .wrapper .sides .left .header .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-instagram .wrapper .sides .left .header .title {
    font-size: 35px;
  }
}
.callout-instagram .wrapper .sides .left .header .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 30px;
}
.callout-instagram .wrapper .sides .left .copy {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  .callout-instagram .wrapper .sides .left .copy {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-instagram .wrapper .sides .left .link {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .callout-instagram .wrapper .sides .left .link {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-instagram .wrapper .sides .left .hashtag1 {
  color: #e89304;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  .callout-instagram .wrapper .sides .left .hashtag1 {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-instagram .wrapper .sides .left .hashtag2 {
  color: #FFCB05;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  .callout-instagram .wrapper .sides .left .hashtag2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-instagram .wrapper .sides .left .bottom {
  margin-top: 30px;
}
.callout-instagram .wrapper .sides .right {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .callout-instagram .wrapper .sides .right {
    margin-top: 35px;
    margin-left: 0;
  }
}
.callout-instagram .wrapper .sides .right img {
  width: 100%;
  height: auto;
  display: block;
}
.callout-facebook {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 75px 20px 60px;
}
.callout-facebook:last-child {
  margin-bottom: 0;
}
.callout-facebook .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-facebook .wrapper .sides {
  display: flex;
}
@media screen and (max-width: 655px) {
  .callout-facebook .wrapper .sides {
    flex-direction: column;
  }
}
.callout-facebook .wrapper .sides .left {
  flex: 1;
  max-width: 450px;
}
.callout-facebook .wrapper .sides .left .header {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
.callout-facebook .wrapper .sides .left .header .icon-asset {
  position: absolute;
  top: -40px;
  left: -60px;
}
@media screen and (max-width: 1050px) {
  .callout-facebook .wrapper .sides .left .header .icon-asset {
    top: -50px;
    left: -35px;
  }
}
.callout-facebook .wrapper .sides .left .header .title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-facebook .wrapper .sides .left .header .title {
    font-size: 35px;
  }
}
.callout-facebook .wrapper .sides .left .header .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-left: 30px;
}
.callout-facebook .wrapper .sides .left .copy {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .left .copy {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-facebook .wrapper .sides .left .copy .website {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .left .copy .website {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-facebook .wrapper .sides .left .copy .link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .left .copy .link {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-facebook .wrapper .sides .left .copy .hashtag1 {
  color: #e89304;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .left .copy .hashtag1 {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-facebook .wrapper .sides .left .copy .hashtag2 {
  color: #FFCB05;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .left .copy .hashtag2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.callout-facebook .wrapper .sides .right {
  flex: 1;
  margin-left: 60px;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .callout-facebook .wrapper .sides .right {
    margin-left: 25px;
  }
}
@media screen and (max-width: 655px) {
  .callout-facebook .wrapper .sides .right {
    margin-left: 0;
  }
}
.callout-facebook .wrapper .sides .right .top img {
  width: 100%;
  height: auto;
  display: block;
}
.callout-facebook .wrapper .sides .right .bottom {
  margin-top: 30px;
}
.callout-posters {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #000;
  padding: 75px 20px 60px;
}
.callout-posters:last-child {
  margin-bottom: 0;
}
.callout-posters .wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-posters .wrapper .sides {
  display: flex;
}
@media screen and (max-width: 655px) {
  .callout-posters .wrapper .sides {
    flex-direction: column;
  }
}
.callout-posters .wrapper .sides .left {
  flex: 1;
  max-width: 450px;
}
@media screen and (max-width: 655px) {
  .callout-posters .wrapper .sides .left {
    max-width: 100%;
  }
}
.callout-posters .wrapper .sides .left .header {
  align-items: center;
  margin-bottom: 45px;
}
.callout-posters .wrapper .sides .left .header .title {
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 525px) {
  .callout-posters .wrapper .sides .left .header .title {
    font-size: 35px;
  }
}
.callout-posters .wrapper .sides .left .header .accent {
  background-color: #FFCB05;
  width: 50px;
  height: 5px;
  margin-top: -25px;
  margin-left: 195px;
}
.callout-posters .wrapper .sides .left .bottom {
  margin-top: 30px;
}
.callout-posters .wrapper .sides .right {
  flex: 1;
  margin-left: 75px;
  margin-top: 35px;
}
@media screen and (max-width: 755px) {
  .callout-posters .wrapper .sides .right {
    margin-left: 35px;
  }
}
@media screen and (max-width: 655px) {
  .callout-posters .wrapper .sides .right {
    margin-left: 10px;
  }
}
.callout-posters .wrapper .sides .right img {
  width: 100%;
  height: auto;
  display: block;
}
