/*
Theme Name: Opiod Toolkit
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Source Sans Pro', '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: 'Source Sans Pro', '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;
}
/*!
 * 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: #C12637;
}
.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: #C12637;
  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);
}
* {
  min-width: 0;
  min-height: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-size: 24px;
  font-size: 2.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 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: 'Source Sans Pro', '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: 'Source Sans Pro', '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: 'Source Sans Pro', '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: 'Source Sans Pro', '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: 0;
  border-radius: 0;
  background-color: #F98C1C;
  box-shadow: none;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  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;
}
.hamburger {
  display: none;
  position: absolute;
  top: 31px;
  right: 35px;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 16px;
    right: 5px;
  }
}
header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  padding: 35px 100px;
}
@media screen and (max-width: 1100px) {
  header {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
header .wrapper {
  display: flex;
}
@media screen and (max-width: 1000px) {
  header .wrapper {
    padding-right: 70px;
  }
  .nav-open header .wrapper {
    flex-direction: column;
  }
}
header .wrapper .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  header .wrapper .logo {
    flex: 1;
  }
}
header .wrapper .logo img {
  display: block;
  height: 49px;
  width: auto;
  margin-right: 45px;
}
header .wrapper .logo .title {
  color: #C12637;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
}
header .wrapper .links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 45px;
}
@media screen and (max-width: 1000px) {
  header .wrapper .links {
    display: none;
    margin-bottom: 20px;
  }
  .nav-open header .wrapper .links {
    display: flex;
    flex-direction: column;
  }
}
header .wrapper .links li {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header .wrapper .links li {
    margin: 20px 0 0 0;
  }
}
header .wrapper .links li > a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #707070;
  text-decoration: none;
}
@media screen and (max-width: 1250px) {
  header .wrapper .links li > a {
    font-size: 18px;
  }
}
header .wrapper .links li > a.active:after,
header .wrapper .links li > a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: -5px;
  right: -5px;
  background: #0098D3;
  height: 2px;
}
header .wrapper .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrapper .icons > div {
  position: relative;
}
header .wrapper .icons > div .shareModal {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  width: 255px;
  padding: 10px 20px;
  background: #F2F2F2;
}
@media screen and (max-width: 1250px) {
  header .wrapper .icons > div .shareModal {
    width: 205px;
  }
}
.showShare header .wrapper .icons > div .shareModal {
  display: block;
}
header .wrapper .icons > div .shareModal > a {
  font-size: 24px;
  line-height: 1;
  color: #707070;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
  padding: 10px;
}
@media screen and (max-width: 1250px) {
  header .wrapper .icons > div .shareModal > a {
    font-size: 18px;
  }
}
header .wrapper .icons > div .shareModal > a:hover {
  color: #0098D3;
}
header .wrapper .icons > div .shareModal > a:last-child {
  border-bottom: 0;
}
header .wrapper .icons .icon {
  display: inline-block;
  margin-right: 30px;
}
header .wrapper .icons .icon:last-child {
  margin: 0;
}
header .wrapper .icons .icon img,
header .wrapper .icons .icon svg {
  max-width: 30px;
  max-height: 30px;
}
footer {
  background: #707070;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  margin-top: 110px;
  padding: 50px 100px;
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 650px) {
  footer {
    padding: 25px 20px;
  }
}
footer .wrapper {
  display: flex;
  align-items: flex-end;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  footer .wrapper {
    flex-direction: column;
  }
}
footer .wrapper .social {
  flex: 1;
}
footer .wrapper .social .header {
  font-weight: 600;
  line-height: 1;
}
footer .wrapper .social .links {
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px;
}
@media screen and (max-width: 650px) {
  footer .wrapper .social .links {
    margin-right: 0;
  }
}
footer .wrapper .social .links li {
  flex-shrink: 0;
  margin-top: 25px;
  margin-right: 25px;
}
footer .wrapper .social .links li a img {
  display: inline-block;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 650px) {
  footer .wrapper .copy {
    margin-top: 25px;
  }
}
footer .wrapper .copy strong {
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  footer .wrapper .copy strong {
    font-weight: 400px;
  }
}
#notification {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #0E3F75;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.callout-intro {
  background: #0E3F75;
  padding: 100px;
}
@media screen and (max-width: 1100px) {
  .callout-intro {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-intro {
    padding: 20px;
  }
}
.callout-intro .wrapper {
  position: relative;
  border: 5px solid #0098D3;
  padding: 100px 220px 100px 100px;
}
@media screen and (max-width: 1100px) {
  .callout-intro .wrapper {
    padding: 50px 170px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-intro .wrapper {
    padding: 20px 100px 20px 20px;
  }
}
.callout-intro .wrapper .superheader {
  color: #FFF;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .callout-intro .wrapper .superheader {
    font-size: 40px;
  }
}
.callout-intro .wrapper .header {
  color: #FFF;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .callout-intro .wrapper .header {
    font-size: 100px;
    font-weight: 700;
  }
}
@media screen and (max-width: 425px) {
  .callout-intro .wrapper .header {
    font-size: 90px;
    font-weight: 700;
  }
}
@media screen and (max-width: 385px) {
  .callout-intro .wrapper .header {
    font-size: 80px;
    font-weight: 700;
  }
}
.callout-intro .wrapper .subheader {
  color: #FFF;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 40px;
  text-wrap: balance;
  max-width: 900px;
}
@media screen and (max-width: 425px) {
  .callout-intro .wrapper .subheader {
    font-size: 30px;
  }
}
.callout-intro .wrapper .image {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 140px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .callout-intro .wrapper .image {
    width: 100px;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .callout-intro .wrapper .image {
    width: 60px;
    right: 20px;
    bottom: 20px;
  }
}
.callout-social-facts {
  margin: 60px 0;
  padding: 0 100px;
}
@media screen and (max-width: 1100px) {
  .callout-social-facts {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-social-facts {
    padding: 0 20px;
  }
}
.callout-social-facts .wrapper {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-social-facts .wrapper .header {
  color: #0E3F75;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.callout-social-facts .wrapper .copy {
  color: #0E3F75;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 50px;
  width: 1250px;
  max-width: 100%;
}
.callout-social-facts .wrapper .columns {
  min-width: 0;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns {
    flex-direction: column;
  }
}
.callout-social-facts .wrapper .columns .left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 240px;
  flex-shrink: 0;
  background: #0098D3;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns .left {
    margin: 0 54px 10px;
    width: auto;
  }
}
.callout-social-facts .wrapper .columns .right {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns .right {
    margin-top: 28px;
  }
}
.callout-social-facts .wrapper .columns .right .items {
  position: relative;
  padding: 0 90px;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns .right .items {
    padding: 0 40px;
  }
}
.callout-social-facts .wrapper .columns .right .items:after {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 90px;
  bottom: 0;
  width: 14px;
  content: '';
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns .right .items:after {
    left: 40px;
  }
}
.callout-social-facts .wrapper .columns .right .items:before {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 90px;
  bottom: 0;
  width: 14px;
  content: '';
  display: block;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .wrapper .columns .right .items:before {
    right: 40px;
  }
}
.callout-social-facts .wrapper .columns .right .items .item {
  background: #707070;
  padding: 50px 20px 20px;
  margin: 0 14px;
  border-top: 10px solid #0098D3;
  box-shadow: 0px 4px 6px #00000033;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
}
.callout-social-facts .wrapper .columns .right .items .item .text {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 20px;
  flex: 1;
  display: flex;
  align-items: center;
}
.callout-social-facts .wrapper .columns .right .items .item .hr {
  margin: 40px auto;
  width: 38%;
  height: 2px;
  background: #fff;
}
.callout-social-facts .wrapper .columns .right .items .item .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
.callout-social-facts .wrapper .columns .right .items .item .link a img {
  display: inline-block;
  width: 56px;
  height: auto;
  flex-shrink: 0;
  margin-right: 15px;
}
.callout-social-facts .wrapper .columns .right .items .item .link a:hover {
  text-decoration: underline;
}
.callout-social-facts .slick-track {
  display: flex;
  padding-bottom: 10px;
}
.callout-social-facts .slick-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 40px;
  font-size: 34px;
  margin-top: -17px;
  color: #D9D9D6;
}
.callout-social-facts .slick-prev:hover {
  color: #0E3F75;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .slick-prev {
    left: 0;
  }
}
.callout-social-facts .slick-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 34px;
  margin-top: -17px;
  color: #D9D9D6;
}
.callout-social-facts .slick-next:hover {
  color: #0E3F75;
}
@media screen and (max-width: 1000px) {
  .callout-social-facts .slick-next {
    right: 0;
  }
}
.callout-web-banners {
  position: relative;
  padding: 80px 100px 0;
}
@media screen and (max-width: 1100px) {
  .callout-web-banners {
    padding: 80px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .callout-web-banners {
    padding: 80px 20px 0;
  }
}
.callout-web-banners:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  background: #0098D3;
  opacity: 0.15;
}
.callout-web-banners .wrapper {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-web-banners .wrapper .header {
  color: #0E3F75;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.callout-web-banners .wrapper .copy {
  color: #0E3F75;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 30PX;
}
.callout-web-banners .wrapper .header-banners {
  margin: 70px -22px -44px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 415px) {
  .callout-web-banners .wrapper .header-banners {
    display: flex;
    flex-direction: column;
  }
}
.callout-web-banners .wrapper .header-banners .header-banner {
  flex: 50%;
  padding: 0 22px 44px;
}
.callout-web-banners .wrapper .header-banners .header-banner .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 30%;
}
.callout-web-banners .wrapper .header-banners .header-banner .link {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 415px) {
  .callout-web-banners .wrapper .header-banners .header-banner .link {
    margin-bottom: 15px;
  }
}
.callout-web-banners .wrapper .header-banners .header-banner .link a {
  display: inline-flex;
  align-items: center;
  background: #0098D3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 12px 19px;
}
.callout-web-banners .wrapper .header-banners .header-banner .link a:hover {
  background: #0E3F75;
}
.callout-web-banners .wrapper .header-banners .header-banner .link a .fas {
  margin-left: 15px;
}
.callout-web-banners .wrapper .banners {
  margin-top: 70px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 80px 75px;
}
.callout-web-banners .wrapper .banners .banner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .callout-web-banners .wrapper .banners .banner {
    flex-direction: column;
    align-items: normal;
  }
}
.callout-web-banners .wrapper .banners .banner .image {
  flex: 68;
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 33%;
}
@media screen and (max-width: 800px) {
  .callout-web-banners .wrapper .banners .banner .image {
    padding-left: 0;
  }
}
.callout-web-banners .wrapper .banners .banner .links {
  flex: 32;
  flex-shrink: 0;
  padding-left: 70px;
}
@media screen and (max-width: 800px) {
  .callout-web-banners .wrapper .banners .banner .links {
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}
.callout-web-banners .wrapper .banners .banner .links .link {
  overflow: hidden;
  margin-bottom: 20px;
}
.callout-web-banners .wrapper .banners .banner .links .link:last-child {
  margin-bottom: 0;
}
.callout-web-banners .wrapper .banners .banner .links .link a {
  display: inline-flex;
  align-items: center;
  background: #0098D3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 12px 19px;
}
.callout-web-banners .wrapper .banners .banner .links .link a:hover {
  background: #0E3F75;
}
.callout-web-banners .wrapper .banners .banner .links .link a span {
  display: block;
}
.callout-web-banners .wrapper .banners .banner .links .link a small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.callout-web-banners .wrapper .banners .banner .links .link a .fas {
  margin-left: 15px;
}
.callout-web-banners .slick-prev {
  z-index: 10;
  position: absolute;
  bottom: 70px;
  left: 70px;
  font-size: 34px;
  color: #D9D9D6;
}
.callout-web-banners .slick-prev:hover {
  color: #0E3F75;
}
.callout-web-banners .slick-next {
  z-index: 10;
  position: absolute;
  bottom: 70px;
  right: 70px;
  font-size: 34px;
  color: #D9D9D6;
}
.callout-web-banners .slick-next:hover {
  color: #0E3F75;
}
.callout-web-banners .slick-dots {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.callout-web-banners .slick-dots li {
  margin: 0 12px;
  width: 16px;
  height: 16px;
}
.callout-web-banners .slick-dots li button {
  display: block;
  line-height: 0;
  border-radius: 50%;
  background: #D9D9D6;
  width: 16px;
  height: 16px;
  color: transparent;
  outline: 0;
}
.callout-web-banners .slick-dots li button:hover {
  background: #0E3F75;
}
.callout-web-banners .slick-dots li.slick-active button {
  background: #0098D3;
}
.callout-videos {
  display: none;
  position: relative;
  padding: 80px 100px;
}
@media screen and (max-width: 1100px) {
  .callout-videos {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-videos {
    padding: 80px 20px;
  }
}
.callout-videos:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2F2F3;
}
.callout-videos .wrapper {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-videos .wrapper .header {
  color: #0E3F75;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.callout-videos .wrapper .videos {
  margin: 70px -90px -80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .callout-videos .wrapper .videos {
    margin: 70px -25px -80px;
  }
}
.callout-videos .wrapper .videos .video {
  flex: 50%;
  padding: 0 90px 80px;
}
@media screen and (max-width: 1100px) {
  .callout-videos .wrapper .videos .video {
    padding: 0 25px 80px;
  }
}
@media screen and (max-width: 767px) {
  .callout-videos .wrapper .videos .video {
    flex: 100%;
  }
}
.callout-videos .wrapper .videos .video .image {
  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;
  padding-top: 56.25%;
}
.callout-videos .wrapper .videos .video .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 34, 85, 0.5);
}
.callout-videos .wrapper .videos .video .image button {
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 25%;
}
.callout-videos .wrapper .videos .video .image button img {
  width: 100%;
  height: auto;
}
.callout-videos .wrapper .videos .video .iframe {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.callout-videos .wrapper .videos .video .iframe iframe {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
}
.callout-videos .wrapper .videos .video .links {
  margin: 30px -30px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #0E3F75;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .callout-videos .wrapper .videos .video .links {
    font-size: 25px;
  }
}
.callout-videos .wrapper .videos .video .links li {
  padding: 0 30px;
  border-right: 2px solid #0E3F75;
}
.callout-videos .wrapper .videos .video .links li:last-child {
  border: 0;
}
.callout-videos .wrapper .videos .video .links li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.callout-videos .wrapper .videos .video .links li a:hover {
  text-decoration: underline;
}
.callout-videos .wrapper .videos .video .links li a .data {
  display: none;
}
.callout-videos .wrapper .videos .video.active .image {
  display: none;
}
.callout-videos .wrapper .videos .video.active .iframe {
  display: block;
}
.callout-social-posts {
  position: relative;
  margin-bottom: 60px;
  padding: 0 100px;
}
.callout-social-posts:before {
  content: '';
  display: block;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F2F2F3;
  height: 125px;
}
@media screen and (max-width: 1100px) {
  .callout-social-posts {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-social-posts {
    padding: 0 20px;
  }
}
.callout-social-posts .wrapper {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-social-posts .wrapper .posts {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 50px;
}
.callout-social-posts .wrapper .posts .post {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .callout-social-posts .wrapper .posts .post {
    flex-direction: column;
  }
}
.callout-social-posts .wrapper .posts .post .left {
  flex: 70;
}
.callout-social-posts .wrapper .posts .post .left .header {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #0E3F75;
}
.callout-social-posts .wrapper .posts .post .left .subheader {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #0E3F75;
  margin-top: 35px;
}
.callout-social-posts .wrapper .posts .post .left .copy {
  font-size: 24px;
  line-height: 30px;
  color: #707070;
  margin-top: 25px;
}
.callout-social-posts .wrapper .posts .post .left .links {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -13px -26px;
}
@media screen and (max-width: 495px) {
  .callout-social-posts .wrapper .posts .post .left .links {
    align-items: center;
    justify-content: center;
  }
}
.callout-social-posts .wrapper .posts .post .left .links a {
  display: inline-flex;
  align-items: center;
  background: #0098D3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 12px 19px;
  width: 165px;
  margin: 0 13px 26px;
}
.callout-social-posts .wrapper .posts .post .left .links a:hover {
  background: #0E3F75;
}
.callout-social-posts .wrapper .posts .post .left .links a span {
  display: block;
}
.callout-social-posts .wrapper .posts .post .left .links a small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.callout-social-posts .wrapper .posts .post .left .links a .fas {
  margin-left: 15px;
}
.callout-social-posts .wrapper .posts .post .right {
  flex: 30;
  padding-left: 135px;
  padding-right: 85px;
}
@media screen and (max-width: 1050px) {
  .callout-social-posts .wrapper .posts .post .right {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .callout-social-posts .wrapper .posts .post .right {
    padding: 0 40px;
    margin-top: 50px;
    padding: 0;
  }
}
.callout-social-posts .wrapper .posts .post .right .image {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.callout-social-posts .wrapper .posts .post .right .caption {
  font-size: 18px;
  line-height: 23px;
  color: #707070;
  margin-top: 15px;
}
.callout-social-posts .slick-prev {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  left: 70px;
  font-size: 34px;
  color: #D9D9D6;
}
.callout-social-posts .slick-prev:hover {
  color: #0E3F75;
}
.callout-social-posts .slick-next {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  right: 70px;
  font-size: 34px;
  color: #D9D9D6;
}
.callout-social-posts .slick-next:hover {
  color: #0E3F75;
}
.callout-social-posts .slick-dots {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.callout-social-posts .slick-dots li {
  margin: 0 12px;
  width: 16px;
  height: 16px;
}
.callout-social-posts .slick-dots li button {
  display: block;
  line-height: 0;
  border-radius: 50%;
  background: #D9D9D6;
  width: 16px;
  height: 16px;
  color: transparent;
  outline: 0;
}
.callout-social-posts .slick-dots li button:hover {
  background: #0E3F75;
}
.callout-social-posts .slick-dots li.slick-active button {
  background: #0098D3;
}
.callout-accordions {
  margin: 90px 0 60px;
  padding: 0 100px;
}
@media screen and (max-width: 1100px) {
  .callout-accordions {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-accordions {
    padding: 0 20px;
  }
}
.callout-accordions .wrapper {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-accordions .wrapper .header {
  color: #0E3F75;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.callout-accordions .wrapper .copy {
  color: #0E3F75;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 30px;
}
.callout-accordions .wrapper .accordions {
  margin-top: 70px;
}
.callout-accordions .wrapper .accordions .accordion {
  margin-bottom: 30px;
}
.callout-accordions .wrapper .accordions .accordion:last-child {
  margin-bottom: 0;
}
.callout-accordions .wrapper .accordions .accordion .title {
  position: relative;
  width: 100%;
  background: #0E3F75;
  padding: 18px 80px 18px 27px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.callout-accordions .wrapper .accordions .accordion .title:hover {
  outline: 4px solid #0098D3;
}
.callout-accordions .wrapper .accordions .accordion .title span {
  font-weight: 400;
  font-style: italic;
}
.callout-accordions .wrapper .accordions .accordion .title:after {
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -19px;
  content: '\f067';
  font-family: fontawesome;
  display: inline-block;
}
.callout-accordions .wrapper .accordions .accordion .text {
  display: none;
  background: #F2F2F3;
  color: #595958;
  font-size: 18px;
  line-height: 26px;
  border: 2px solid #0E3F75;
  border-top: 0;
  padding: 50px;
}
.callout-accordions .wrapper .accordions .accordion .text .left {
  flex-shrink: 0;
  margin-right: 50px;
}
.callout-accordions .wrapper .accordions .accordion .text .left img {
  width: 290px;
  height: auto;
}
.callout-accordions .wrapper .accordions .accordion .link a {
  display: inline-flex;
  align-items: center;
  background: #0098D3;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 12px 19px;
}
.callout-accordions .wrapper .accordions .accordion .link a:hover {
  background: #0E3F75;
}
.callout-accordions .wrapper .accordions .accordion .link a .fas {
  margin-left: 15px;
}
.callout-accordions .wrapper .accordions .accordion.active .title:after {
  content: '\f068';
}
.callout-accordions .wrapper .accordions .accordion.active .text {
  display: flex;
}
