/*
Theme Name: OAHP Managed Care
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger: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: 'Questrial', 'Arial', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .nf-response-msg {
  color: #000;
  font-family: 'Questrial', '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: 'Questrial', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1875;
}
body section form textarea {
  display: block;
  color: #7B7B7B;
  font-family: 'Questrial', '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 {
  display: block;
  color: #7B7B7B;
  font-family: 'Questrial', '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 .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: 'Questrial', '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;
}
body.page,
body.single {
  padding-top: 106px;
}
body.home {
  padding-top: 0;
}
header.home {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
header.home .wrapper {
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
}
header.home .wrapper .logo {
  display: inline-block;
  background: #fff;
  box-shadow: 0 6px 10px 6px rgba(51, 46, 64, 0.3);
  padding: 24px 37px 22px;
}
header.home .wrapper .logo a {
  text-decoration: none;
}
header.home .wrapper .logo a span {
  display: block;
  color: #1C5775;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
header.home .wrapper .logo a img {
  display: block;
  width: 99px;
  height: auto;
}
header.interior {
  display: none;
  box-shadow: 0 6px 10px 6px rgba(51, 46, 64, 0.3);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.single header.interior {
  display: block;
}
header.interior .wrapper {
  padding: 24px 20px 22px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper {
    display: block;
  }
}
header.interior .wrapper .logo {
  flex: 1;
  width: 350px;
  min-width: 350px;
}
header.interior .wrapper .logo a {
  text-decoration: none;
}
header.interior .wrapper .logo a span {
  display: block;
  color: #1C5775;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
header.interior .wrapper .logo a img {
  display: block;
  width: 99px;
  height: auto;
}
header.interior .wrapper .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .hamburger {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
  }
}
header.interior .wrapper .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav {
    display: none;
  }
  .nav-open header.interior .wrapper .nav {
    display: block;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    background: #1C5775;
  }
}
header.interior .wrapper .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav ul {
    flex-direction: column;
  }
}
header.interior .wrapper .nav ul li {
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav ul li {
    margin-right: 0;
    margin-top: 20px;
  }
}
header.interior .wrapper .nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav ul li:last-child {
    margin-bottom: 20px;
  }
}
header.interior .wrapper .nav ul li a {
  color: #47A3BD;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav ul li a {
    color: #fff;
  }
}
header.interior .wrapper .nav ul li a.active,
header.interior .wrapper .nav ul li a:hover {
  color: #332E40;
}
@media screen and (max-width: 768px) {
  header.interior .wrapper .nav ul li a.active,
  header.interior .wrapper .nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
main {
  flex: 1;
}
.homepage main {
  flex: none;
}
footer {
  background: #332E40;
}
footer .wrapper {
  position: relative;
  padding: 45px 20px 25px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  footer .wrapper {
    flex-direction: column;
  }
}
footer .wrapper .watermark {
  position: absolute;
  top: 0;
  left: 36px;
  display: block;
  width: 202px;
  height: auto;
}
footer .wrapper .logo {
  position: relative;
  width: 244px;
  min-width: 244px;
}
footer .wrapper .logo a {
  display: inline-block;
}
footer .wrapper .logo a img {
  display: block;
  width: 114px;
  height: auto;
}
footer .wrapper .copy {
  position: relative;
}
@media screen and (max-width: 650px) {
  footer .wrapper .copy {
    margin-top: 35px;
  }
}
footer .wrapper .copy .text {
  color: #47A3BD;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 35px;
}
footer .wrapper .copy .copyright {
  color: #47A3BD;
  font-size: 12px;
  line-height: 15px;
}
.callout-home {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-home .background {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-home .wrapper {
  position: relative;
  padding: 177px 20px 100px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .callout-home .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.callout-home .wrapper .left {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .callout-home .wrapper .left {
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.callout-home .wrapper .left .cta {
  color: #FFF;
  font-size: 66px;
  line-height: 1.12121212;
  flex: 1;
}
@media screen and (max-width: 950px) {
  .callout-home .wrapper .left .cta {
    font-size: 54px;
  }
}
@media screen and (max-width: 850px) {
  .callout-home .wrapper .left .cta {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .callout-home .wrapper .left .cta {
    padding-right: 0;
  }
}
.callout-home .wrapper .left .formwrap {
  position: relative;
}
.callout-home .wrapper .left .formwrap .arrows {
  position: absolute;
  right: 100%;
  top: 10px;
  display: flex;
}
.callout-home .wrapper .left .formwrap .arrows .arrow {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #1C5775;
  text-shadow: -6px 0px 8px rgba(0, 0, 0, 0.25);
  margin-right: 14px;
}
.callout-home .wrapper .left .formwrap .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;
}
.callout-home .wrapper .left .formwrap input[type="email"] {
  background: transparent;
  color: #CFE3E8;
  font-family: 'Questrial', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid #332E40;
  box-shadow: none;
}
.callout-home .wrapper .left .formwrap input[type="email"]::-webkit-input-placeholder {
  color: #CFE3E8;
  font-weight: 500;
  font-style: normal;
}
.callout-home .wrapper .left .formwrap input[type="email"]::-moz-placeholder {
  color: #CFE3E8;
  font-weight: 500;
  font-style: normal;
}
.callout-home .wrapper .left .formwrap input[type="email"]:-ms-input-placeholder {
  color: #CFE3E8;
  font-weight: 500;
  font-style: normal;
}
.callout-home .wrapper .left .formwrap input[type="email"]:-moz-placeholder {
  color: #CFE3E8;
  font-weight: 500;
  font-style: normal;
}
.callout-home .wrapper .left .formwrap .nf-error-msg {
  text-align: center;
  margin-right: 0;
  color: #332E40;
}
.callout-home .wrapper .left .formwrap #nf-field-4-container {
  margin-bottom: 0;
}
.callout-home .wrapper .left .formwrap #nf-field-4-container .nf-input-limit {
  margin-top: 0;
}
.callout-home .wrapper .left .formwrap #nf-form-errors-1 .nf-error-msg {
  margin-top: 5px;
}
.callout-home .wrapper .left .formwrap input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: block;
  font-family: 'Questrial', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 8px 26px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.callout-home .wrapper .left .formwrap input[type="button"]:hover {
  background: #6b141c;
}
.callout-home .wrapper .left .formwrap .nf-response-msg {
  color: #1C5775;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 35px;
}
.callout-home .wrapper .right {
  width: 380px;
  min-width: 380px;
}
@media screen and (max-width: 900px) {
  .callout-home .wrapper .right {
    width: 280px;
    min-width: 280px;
  }
}
.callout-home .wrapper .right .nav ul li {
  margin-bottom: 41px;
}
.callout-home .wrapper .right .nav ul li:last-child {
  margin-bottom: 0;
}
.callout-home .wrapper .right .nav ul li a {
  display: block;
  background-color: #1C5775;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.25);
  padding: 22px;
  color: #CFE3E8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.29166667;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .callout-home .wrapper .right .nav ul li a {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.callout-home .wrapper .right .nav ul li a:hover {
  background: #0d2937;
}
.callout-news {
  position: relative;
  background: #1C5775;
}
.callout-news .triangles {
  position: absolute;
  top: -26px;
  right: 2px;
  display: flex;
}
.callout-news .triangles img {
  width: 82px;
  height: auto;
  margin-left: 27px;
}
.callout-news .wrapper {
  position: relative;
  padding: 177px 20px 100px;
  max-width: 950px;
  margin: 0 auto;
}
.callout-news .wrapper .header {
  color: #CFE3E8;
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
  margin-bottom: 80px;
}
.callout-news .wrapper .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .callout-news .wrapper .container {
    flex-direction: column;
  }
}
.callout-news .wrapper .container .left {
  border-right: 1px solid #47A3BD;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .callout-news .wrapper .container .left {
    border-right: 0;
    border-bottom: 1px solid #47A3BD;
    padding-right: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.callout-news .wrapper .container .left .article {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 500px) {
  .callout-news .wrapper .container .left .article {
    flex-direction: column;
  }
}
.callout-news .wrapper .container .left .article:last-child {
  margin-bottom: 0;
}
.callout-news .wrapper .container .left .article .image {
  width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 900px) {
  .callout-news .wrapper .container .left .article .image {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .callout-news .wrapper .container .left .article .image {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.callout-news .wrapper .container .left .article .image img {
  display: block;
  width: 100%;
  height: auto;
}
.callout-news .wrapper .container .left .article .text {
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .callout-news .wrapper .container .left .article .text {
    padding-left: 0;
  }
}
.callout-news .wrapper .container .left .article .text .title {
  color: #CFE3E8;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
.callout-news .wrapper .container .left .article .text .copy {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.callout-news .wrapper .container .left .article .text .readmore a {
  position: relative;
  color: #47A3BD;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  padding-left: 25px;
}
.callout-news .wrapper .container .left .article .text .readmore a .arrow {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #BA304F;
  position: absolute;
  left: 0;
  top: -2px;
  text-shadow: -6px 0px 8px rgba(0, 0, 0, 0.25);
}
.callout-news .wrapper .container .right {
  padding-left: 20px;
  width: 220px;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .callout-news .wrapper .container .right {
    padding-left: 0;
    width: auto;
    min-width: auto;
  }
}
.callout-news .wrapper .container .right .copy {
  color: #CFE3E8;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.callout-news .wrapper .container .right .social {
  text-align: center;
  margin-bottom: 30px;
}
.callout-news .wrapper .container .right .social a {
  display: inline-block;
}
.callout-news .wrapper .container .right .social a img {
  display: block;
  width: 50px;
  height: auto;
}
.callout-about {
  position: relative;
}
.callout-about .watermark {
  position: absolute;
  top: -31px;
  left: 57px;
  display: block;
  height: 226px;
  width: 286px;
}
.callout-about .wrapper {
  position: relative;
  padding: 225px 20px 110px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px) {
  .callout-about .wrapper {
    flex-direction: column;
  }
}
.callout-about .wrapper .left {
  flex: 56;
}
.callout-about .wrapper .left .header {
  color: #1C5775;
  font-size: 56px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 80px;
}
.callout-about .wrapper .left .copy {
  color: #332E40;
  font-size: 16px;
  line-height: 22px;
  padding-right: 22%;
}
@media screen and (max-width: 900px) {
  .callout-about .wrapper .left .copy {
    padding-right: 0;
  }
}
.callout-about .wrapper .left .logoscontain {
  max-width: 500px;
  margin: 0 auto;
}
.callout-about .wrapper .left .logoscontain .logos {
  margin: 60px -20px -20px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 22%;
}
@media screen and (max-width: 900px) {
  .callout-about .wrapper .left .logoscontain .logos {
    padding-right: 0;
  }
}
.callout-about .wrapper .left .logoscontain .logos .logo {
  width: 50%;
  padding: 0 30px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callout-about .wrapper .right {
  flex: 44;
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .callout-about .wrapper .right {
    padding-left: 0;
    padding-top: 60px;
  }
}
.callout-about .wrapper .right .item {
  display: flex;
  margin-bottom: 40px;
}
.callout-about .wrapper .right .item .icon {
  width: 105px;
  min-width: 105px;
}
@media screen and (max-width: 500px) {
  .callout-about .wrapper .right .item .icon {
    width: 50px;
    min-width: 50px;
  }
}
.callout-about .wrapper .right .item .text {
  padding-left: 38px;
}
@media screen and (max-width: 500px) {
  .callout-about .wrapper .right .item .text {
    padding-left: 20px;
  }
}
.callout-about .wrapper .right .item .text .title {
  color: #1C5775;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
.callout-about .wrapper .right .item .text .copy {
  color: #332E40;
  font-size: 16px;
  line-height: 22px;
}
.callout-videos {
  position: relative;
  background: #CFE3E8;
}
.callout-videos .watermark {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 594px;
  height: auto;
  opacity: 0.75;
}
.callout-videos .wrapper {
  position: relative;
  padding: 110px 20px 100px;
  max-width: 950px;
  margin: 0 auto;
}
.callout-videos .wrapper .header {
  color: #1C5775;
  font-size: 56px;
  font-weight: 300;
  line-height: 60px;
  width: 550px;
  max-width: 100%;
  margin-bottom: 80px;
}
.callout-videos .wrapper .flipflop {
  display: flex;
}
@media screen and (max-width: 768px) {
  .callout-videos .wrapper .flipflop {
    flex-direction: column;
  }
}
.callout-videos .wrapper .flipflop .copy {
  color: #332E40;
  font-size: 16px;
  line-height: 22px;
  width: 400px;
  min-width: 400px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .callout-videos .wrapper .flipflop .copy {
    width: auto;
    min-width: none;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.callout-videos .wrapper .flipflop .videos {
  flex: 1;
  overflow: hidden;
}
.callout-videos .wrapper .flipflop .videos .items .item .title {
  color: #332E40;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
.callout-videos .wrapper .flipflop .videos .items .item .embed {
  background-color: #D8D8D8;
  border: 1px solid #979797;
}
.callout-videos .wrapper .flipflop .videos .items .item .embed .embedWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.callout-videos .wrapper .flipflop .videos .items .item .embed .embedWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout-videos .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin-top: 26px;
  padding-bottom: 2px;
}
.callout-videos .slick-dots li {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.callout-videos .slick-dots li button {
  display: block;
  line-height: 0;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  color: transparent;
  outline: 0;
}
.callout-videos .slick-dots li.slick-active button {
  background: #47A3BD;
  transform: scale(1.2);
}
.callout-backto {
  padding: 70px 20px 0;
  max-width: 840px;
  margin: 0 auto;
}
.callout-backto .wrapper .back {
  margin-bottom: 50px;
}
.callout-backto .wrapper .back a {
  position: relative;
  color: #D62938;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  padding-left: 30px;
}
.callout-backto .wrapper .back a .arrow {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #BA304F;
  position: absolute;
  left: 0;
  top: -2px;
  text-shadow: 6px 0px 8px rgba(0, 0, 0, 0.25);
}
.callout-backto .wrapper .back a:hover {
  color: #6b141c;
}
.callout-article {
  position: relative;
  padding: 0 20px 70px;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .callout-article {
    flex-direction: column;
    align-items: center;
  }
}
.callout-article .left {
  border-right: 1px solid #CFE3E8;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .callout-article .left {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.callout-article .left .callout-header .wrapper .date {
  color: #332E40;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}
.callout-article .left .callout-header .wrapper .header {
  color: #1C5775;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 50px;
}
.callout-article .left .callout-copy .wrapper {
  color: #332E40;
  font-size: 16px;
  line-height: 22px;
}
.callout-article .left .callout-copy .wrapper h2,
.callout-article .left .callout-copy .wrapper h3,
.callout-article .left .callout-copy .wrapper h4,
.callout-article .left .callout-copy .wrapper h5,
.callout-article .left .callout-copy .wrapper h6 {
  color: #1C5775;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 24px;
}
.callout-article .left .callout-copy .wrapper h2 {
  font-size: 22px;
}
.callout-article .left .callout-copy .wrapper h3 {
  font-size: 21px;
}
.callout-article .left .callout-copy .wrapper h4 {
  font-size: 20px;
}
.callout-article .left .callout-copy .wrapper h5 {
  font-size: 19px;
}
.callout-article .left .callout-copy .wrapper h6 {
  font-size: 18px;
}
.callout-article .left .callout-copy .wrapper a {
  color: #D62938;
}
.callout-article .left .callout-copy .wrapper a:hover {
  color: #6b141c;
}
.callout-article .left .callout-copy .wrapper blockquote {
  color: #47A3BD;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
.callout-article .left .callout-copy .wrapper blockquote:last-child {
  margin-bottom: 0;
}
.callout-article .left .callout-copy .wrapper p {
  margin-bottom: 24px;
}
.callout-article .left .callout-copy .wrapper p:last-child {
  margin-bottom: 0;
}
.callout-article .left .callout-copy .wrapper ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 24px;
}
.callout-article .left .callout-copy .wrapper ol:last-child {
  margin-bottom: 0;
}
.callout-article .left .callout-copy .wrapper ol li {
  padding-left: 5px;
  margin-bottom: 4px;
}
.callout-article .left .callout-copy .wrapper ol li:last-child {
  margin-bottom: 0;
}
.callout-article .left .callout-copy .wrapper ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 24px;
}
.callout-article .left .callout-copy .wrapper ul:last-child {
  margin-bottom: 0;
}
.callout-article .left .callout-copy .wrapper ul li {
  padding-left: 5px;
  margin-bottom: 4px;
}
.callout-article .left .callout-copy .wrapper ul li:last-child {
  margin-bottom: 0;
}
.callout-article .right {
  padding: 0 35px;
  width: 290px;
  min-width: 290px;
}
.callout-article .right .callout-photo {
  padding-top: 30px;
  margin-bottom: 35px;
}
.callout-article .right .callout-photo .wrapper .photo {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 335px;
  width: 300px;
  transform: translateX(-60px);
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .callout-article .right .callout-photo .wrapper .photo {
    transform: translateX(-40px);
  }
}
.callout-article .right .callout-share {
  margin-bottom: 35px;
}
.callout-article .right .callout-share .wrapper .header {
  color: #1C5775;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.callout-article .right .callout-share .wrapper .icons {
  display: flex;
  justify-content: space-evenly;
}
.callout-article .right .callout-share .wrapper .icons a {
  display: inline-block;
}
.callout-article .right .callout-share .wrapper .icons a img {
  display: inline-block;
  height: 28px;
  width: auto;
}
.callout-article .right .callout-newsletter .wrapper .header {
  color: #1C5775;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 35px;
}
.callout-article .right .callout-newsletter .wrapper .formwrap .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;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="email"] {
  background: #fff;
  color: #47A3BD;
  font-family: 'Questrial', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid #332E40;
  box-shadow: none;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="email"]::-webkit-input-placeholder {
  color: #47A3BD;
  font-weight: 700;
  font-style: normal;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="email"]::-moz-placeholder {
  color: #47A3BD;
  font-weight: 700;
  font-style: normal;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="email"]:-ms-input-placeholder {
  color: #47A3BD;
  font-weight: 700;
  font-style: normal;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="email"]:-moz-placeholder {
  color: #47A3BD;
  font-weight: 700;
  font-style: normal;
}
.callout-article .right .callout-newsletter .wrapper .formwrap .nf-error-msg {
  text-align: center;
  margin-right: 0;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: block;
  font-family: 'Questrial', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 8px 26px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.callout-article .right .callout-newsletter .wrapper .formwrap input[type="button"]:hover {
  background: #6b141c;
}
.callout-article .right .callout-newsletter .wrapper .formwrap .nf-response-msg {
  color: #1C5775;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 35px;
}
.callout-stories-carousel {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.callout-stories-carousel .watermark {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 260px;
  height: auto;
  opacity: 0.75;
}
.callout-stories-carousel .wrapper {
  position: relative;
  padding: 110px 20px 90px;
  max-width: 950px;
  margin: 0 auto;
}
.callout-stories-carousel .wrapper .header {
  color: #1C5775;
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
}
.callout-stories-carousel .wrapper .subheader {
  color: #D62938;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}
.callout-stories-carousel .items {
  position: relative;
}
.callout-stories-carousel .items .item {
  padding: 45px 10px 55px;
  position: relative;
}
.callout-stories-carousel .items .item .block {
  position: relative;
  transition: all 400ms ease-in-out;
  background: #47A3BD;
  height: 300px;
  width: 300px;
  display: flex;
  align-items: flex-end;
}
.callout-stories-carousel .items .item .block .image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: hue-rotate(190deg);
  opacity: 0.25;
}
.callout-stories-carousel .items .item .block .text {
  position: relative;
  padding: 28px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
.callout-stories-carousel .items .item .block .cardclick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-stories-carousel .items .item.slick-center .block {
  transform: scale(1.2);
  box-shadow: 0 6px 10px 6px rgba(51, 46, 64, 0.3);
  z-index: 5;
}
.callout-stories-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  background: #1C5775;
  padding: 110px 0 45px;
  margin-top: -80px;
}
.callout-stories-carousel .slick-dots li {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.callout-stories-carousel .slick-dots li button {
  display: block;
  line-height: 0;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  color: transparent;
  outline: 0;
}
.callout-stories-carousel .slick-dots li.slick-active button {
  background: #47A3BD;
  transform: scale(1.2);
}
