/*
Theme Name: InnoSource
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;
}
.solidButtonHover {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.solidButtonHover:hover {
  background-position: 0 100%;
}
.solidButton {
  display: inline-block;
  background: #F6414D;
  padding: 16px 44px;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.solidButton:hover {
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  .solidButton {
    font-size: 20px;
    padding: 12px 36px;
  }
}
.wysiwygStyles ol {
  list-style-type: decimal;
}
.wysiwygStyles ul {
  list-style-type: disc;
}
.wysiwygStyles ul,
.wysiwygStyles ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwygStyles ul li,
.wysiwygStyles ol li {
  margin-bottom: 0.5em;
}
.wysiwygStyles ul li:last-child,
.wysiwygStyles ol li:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul:last-child,
.wysiwygStyles ol:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul > li > ul,
.wysiwygStyles ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Roboto', '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: 'Roboto', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.33333333;
  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: 1.27777778;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes blinker {
  from {
    opacity: 0.75;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripplelg {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1C5775;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #3B3C3E;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .nf-response-msg {
    font-size: 18px;
    line-height: 1.5;
  }
}
body section .nf-form-cont form .nf-form-content {
  padding: 0;
}
body section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
body section .nf-form-cont form .ninja-forms-req-symbol {
  color: #3B3C3E;
}
body section .nf-form-cont form .nf-field-label {
  margin-bottom: 8px;
}
body section .nf-form-cont form .nf-field-container {
  margin-bottom: 35px;
}
body section .nf-form-cont form label {
  color: #3B3C3E;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}
body section .nf-form-cont form textarea {
  display: block;
  color: #000;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: 1px solid #007FAD;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input {
  display: block;
  color: #000;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: 1px solid #007FAD;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form .nf-field-description {
  font-size: 18px;
  line-height: 1.2;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-button-cancel {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-fileinput-button {
  border: 1px solid #CCCCCC;
  border-radius: 32px;
  padding: 16px 60px;
  color: #3B3C3E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
body section .nf-form-cont form .file_upload-wrap [type="file"] {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress {
  height: auto;
  margin: 0;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress-bar-success {
  display: none;
}
body section .nf-form-cont form .submit-container {
  text-align: center;
}
body section .nf-form-cont form .submit-container input,
body section .nf-form-cont form .submit-container .type-submit,
body section .nf-form-cont form .submit-container [value="Submit"],
body section .nf-form-cont form .submit-container [type="submit"] {
  font-family: 'Roboto', 'Arial', sans-serif;
  border: 0;
  display: inline-block;
  background: #F6414D;
  padding: 16px 44px;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
body section .nf-form-cont form .submit-container input:hover,
body section .nf-form-cont form .submit-container .type-submit:hover,
body section .nf-form-cont form .submit-container [value="Submit"]:hover,
body section .nf-form-cont form .submit-container [type="submit"]:hover {
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  body section .nf-form-cont form .submit-container input,
  body section .nf-form-cont form .submit-container .type-submit,
  body section .nf-form-cont form .submit-container [value="Submit"],
  body section .nf-form-cont form .submit-container [type="submit"] {
    font-size: 20px;
    padding: 12px 36px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  overflow-x: hidden;
}
body.interior main {
  margin-top: 220px;
}
@media screen and (max-width: 1600px) {
  body.interior main {
    margin-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  body.interior main {
    margin-top: 0;
  }
}
body.home main:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(59, 60, 62, 0) 100%) 0% 0% no-repeat padding-box;
  height: 230px;
}
@media screen and (max-width: 767px) {
  body.home main:after {
    display: none;
  }
}
body.home header a {
  color: #fff !important;
}
body.home header a.search:after {
  color: #fff !important;
}
header {
  position: fixed;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
    position: sticky;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
  }
}
header .wrapper {
  position: relative;
  padding: 0 140px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  header .wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  header .wrapper {
    padding: 0 35px;
  }
}
header .wrapper .logo {
  background: #fff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
  padding: 24px 40px;
}
.home header .wrapper .logo {
  background: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  header .wrapper .logo {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  header .wrapper .logo {
    padding: 20px 0;
    box-shadow: none;
  }
}
header .wrapper .logo a {
  display: inline-block;
}
header .wrapper .logo a img {
  height: 120px;
  width: auto;
}
header .wrapper .logo a img.mobile {
  display: none;
}
@media screen and (max-width: 1600px) {
  header .wrapper .logo a img {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .wrapper .logo a img {
    height: 60px;
  }
  header .wrapper .logo a img.desktop {
    display: none;
  }
  header .wrapper .logo a img.mobile {
    display: block;
  }
}
header .wrapper .mobile-toggle {
  display: none;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 35px;
}
header .wrapper .mobile-toggle:after {
  position: relative;
  content: '\f0c9';
  color: #E82733;
  font-family: fontawesome;
}
@media screen and (max-width: 1180px) {
  header .wrapper .mobile-toggle {
    display: block;
  }
}
header .wrapper .links {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  header .wrapper .links {
    display: none;
  }
}
header .wrapper .links .secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links .secondary {
    margin-bottom: 15px;
  }
}
header .wrapper .links .secondary li {
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links .secondary li {
    margin-left: 35px;
  }
}
header .wrapper .links .secondary li a {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
header .wrapper .links .secondary li a:hover {
  text-decoration: underline;
}
header .wrapper .links .secondary li a.search {
  position: relative;
  height: 15px;
  width: 20px;
}
header .wrapper .links .secondary li a.search:after {
  position: absolute;
  color: #3B3C3E;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 18px;
  content: '\f002';
  font-family: fontawesome;
}
header .wrapper .links .primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header .wrapper .links .primary > li {
  position: relative;
  padding: 5px 0;
  margin-left: 35px;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links .primary > li {
    margin-left: 30px;
  }
}
header .wrapper .links .primary > li > a {
  display: inline-block;
  color: #3B3C3E;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links .primary > li > a {
    font-size: 20px;
  }
}
header .wrapper .links .primary > li > a:hover {
  text-decoration: underline;
}
header .wrapper .links .primary > li > a.solid {
  background: #F6414D;
  border-radius: 6px;
  padding: 18px 30px;
  color: #fff;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
header .wrapper .links .primary > li > a.solid:hover {
  background-position: 0 100%;
}
@media screen and (max-width: 1600px) {
  header .wrapper .links .primary > li > a.solid {
    padding: 12px 25px;
  }
}
header .wrapper .links .primary > li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 300px;
  padding: 10px 25px;
  text-align: left;
  background: #3B3C3E;
}
header .wrapper .links .primary > li > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #707070;
}
header .wrapper .links .primary > li > ul > li > a:hover {
  text-decoration: underline;
}
header .wrapper .links .primary > li > ul > li > ul {
  margin-left: 20px;
}
header .wrapper .links .primary > li > ul > li > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #707070;
}
header .wrapper .links .primary > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
header .wrapper .links .primary > li > ul > li:last-child a {
  border: 0;
}
header .wrapper .links .primary > li:hover > ul {
  display: block;
}
footer {
  background: #3B3C3E;
  padding: 90px 90px;
}
@media screen and (max-width: 1600px) {
  footer {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 45px 35px;
  }
}
footer .wrapper .top {
  display: flex;
}
footer .wrapper .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #fff;
  padding-right: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 1400px) {
  footer .wrapper .top .logo {
    padding-right: 50px;
    margin-right: 50px;
  }
}
footer .wrapper .top .logo img {
  width: 38px;
  height: auto;
}
footer .wrapper .top .links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-row-gap: 50px;
  grid-column-gap: 15px;
}
@media screen and (max-width: 1100px) {
  footer .wrapper .top .links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  footer .wrapper .top .links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 25px;
  }
}
footer .wrapper .top .links ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .top .links ul li {
    display: none;
    margin-bottom: 0;
  }
  footer .wrapper .top .links ul li:first-child {
    display: block;
  }
}
footer .wrapper .top .links ul li:last-child {
  margin-bottom: 0;
}
footer .wrapper .top .links ul li a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}
footer .wrapper .top .links ul li a.lg {
  font-size: 42px;
  line-height: 1;
  font-family: 'Bebas Neue', cursive;
}
@media screen and (max-width: 767px) {
  footer .wrapper .top .links ul li a.lg {
    font-size: 32px;
  }
}
footer .wrapper .top .links ul li a:hover {
  text-decoration: underline;
}
footer .wrapper .bottom {
  margin-top: 60px;
  margin-left: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  footer .wrapper .bottom {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1200px) {
  footer .wrapper .bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  footer .wrapper .bottom {
    margin-left: 0;
  }
}
footer .wrapper .bottom .text {
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
footer .wrapper .bottom .copy {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  footer .wrapper .bottom .copy {
    margin: 35px 0;
    text-align: left;
  }
}
footer .wrapper .bottom .copy a {
  text-decoration: none;
}
footer .wrapper .bottom .copy a:hover {
  text-decoration: underline;
}
footer .wrapper .bottom .social {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
footer .wrapper .bottom .social a {
  margin-left: 60px;
}
@media screen and (max-width: 1600px) {
  footer .wrapper .bottom .social a {
    margin-left: 30px;
  }
}
footer .wrapper .bottom .social a:first-child {
  margin-left: 0;
}
footer .wrapper .bottom .social a img {
  width: 50px;
  height: auto;
}
main {
  font-family: 'Manrope', sans-serif;
  padding: 95px 7%;
  background: transparent linear-gradient(360deg, #202945 0%, #26768C 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1300px) {
  main {
    padding: 65px 5%;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding: 55px 5%;
  }
}
@media print {
  main {
    padding: 30px;
  }
}
.card {
  overflow: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #00000065;
  border-radius: 20px;
  padding: 95px 14%;
}
@media screen and (max-width: 1300px) {
  .card {
    padding: 65px 10%;
  }
}
@media screen and (max-width: 767px) {
  .card {
    padding: 40px 5%;
  }
}
@media print {
  .card {
    padding: 30px;
  }
}
.arrowAfter {
  position: relative;
  padding-right: 27px;
}
@media screen and (max-width: 1300px) {
  .arrowAfter {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .arrowAfter {
    padding-right: 20px;
  }
}
.arrowAfter:after {
  content: '\f061';
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  position: absolute;
  top: 0.2em;
  right: 0;
  transition: right 400ms;
}
.screen-1 .header {
  color: #202945;
  font-size: 66px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .screen-1 .header {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .header {
    font-size: 40px;
    text-align: left;
  }
}
.screen-1 .subheader {
  color: #454545;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .screen-1 .subheader {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .subheader {
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.screen-1 .questions {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
}
.screen-1 .questions .question {
  position: relative;
  border-bottom: 1px solid #37A8C8;
  margin-bottom: 45px;
  padding-bottom: 45px;
  padding-left: 75px;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question {
    padding-left: 55px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
}
.screen-1 .questions .question > span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-0.5em);
  background: #26768C;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question > span {
    font-size: 20px;
    width: 36px;
    height: 36px;
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question > span {
    font-size: 16px;
  }
}
.screen-1 .questions .question .title {
  color: #454545;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.screen-1 .questions .question .answers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .answers {
    align-items: stretch;
  }
}
.screen-1 .questions .question .answers button {
  position: relative;
  color: #454545;
  font-size: 22px;
  line-height: 1.1;
  padding-left: 55px;
  margin-bottom: 24px;
  transition: color 200ms, background-color 200ms;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question .answers button {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .answers button {
    padding: 0;
    background: #fff;
    border: 2px solid #26768C;
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.screen-1 .questions .question .answers button:after {
  content: '\f0c8';
  font-family: fontawesome;
  font-size: 34px;
  line-height: 1;
  color: #737373;
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  transition: color 400ms;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question .answers button:after {
    font-size: 24px;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .answers button:after {
    display: none;
  }
}
.screen-1 .questions .question .answers button.active:after {
  content: '\f14a';
  color: #26768C;
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .answers button.active {
    color: #fff;
    background: #26768C;
  }
}
.screen-1 .questions .question .answers button.active:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(38, 118, 140, 0.5);
  position: absolute;
  top: -7px;
  left: -5px;
  transform: scale(0);
  animation: ripplelg 400ms forwards;
}
@media screen and (max-width: 1300px) {
  .screen-1 .questions .question .answers button.active:before {
    top: -10px;
    left: -10px;
    animation: ripple 400ms forwards;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .questions .question .answers button.active:before {
    display: none;
  }
}
.screen-1 .submit {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 75px;
}
@media screen and (max-width: 1300px) {
  .screen-1 .submit {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .screen-1 .submit {
    padding: 0;
    text-align: center;
  }
}
.screen-1 .submit button {
  background: linear-gradient(180deg, #26768C 0%, #202945 25%, #202945 50%, #202945 100%);
  border-radius: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  padding: 13px 38px;
  background-size: 100% 400%;
  background-position: 100% 0%;
  transition: background-position 400ms;
}
.screen-1 .submit button:hover {
  background-position: 100% 100%;
}
.screen-1 .submit button.disabled {
  background: #737373;
  cursor: default;
}
.screen-1 .submit button.disabled:hover {
  box-shadow: none;
}
@media screen and (max-width: 1300px) {
  .screen-1 .submit button {
    font-size: 20px;
  }
}
.screen-2 {
  display: none;
}
.screen-2 .bluecard {
  position: relative;
  background: #EBF7FA;
  padding: 50px 12%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard {
    padding: 50px 8%;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard {
    padding: 30px 0;
    margin: -40px 0 55px;
  }
  .screen-2 .bluecard:before {
    content: '';
    display: block;
    background: #EBF7FA;
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    bottom: 0;
  }
}
@media print {
  .screen-2 .bluecard {
    padding: 45px 30px;
  }
}
.screen-2 .bluecard .header {
  position: relative;
  color: #16424E;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .header {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.screen-2 .bluecard .results {
  position: relative;
}
.screen-2 .bluecard .results .result {
  border-bottom: 1px solid #37A8C8;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .results .result {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.screen-2 .bluecard .results .result .subheader {
  color: #26768C;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1em;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard .results .result .subheader {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .results .result .subheader {
    font-size: 16px;
  }
}
.screen-2 .bluecard .results .result .copy {
  color: #26768C;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard .results .result .copy {
    font-size: 17px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .results .result .copy {
    font-size: 14px;
  }
}
.screen-2 .bluecard .startover {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .startover {
    text-align: center;
    margin: 60px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .screen-2 .bluecard .startover {
    align-items: center;
    flex-direction: column;
  }
}
@media print {
  .screen-2 .bluecard .startover {
    display: none;
  }
}
.screen-2 .bluecard .startover .restart {
  color: #26768C;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  padding-right: 27px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard .startover .restart {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .startover .restart {
    padding-right: 20px;
  }
}
.screen-2 .bluecard .startover .restart:after {
  content: '\f061';
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  position: absolute;
  top: 0.2em;
  right: 0;
  transition: right 400ms;
}
.screen-2 .bluecard .startover .restart:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background: #26768C;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.screen-2 .bluecard .startover .restart:hover:before {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard .startover .restart {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .startover .restart {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .screen-2 .bluecard .startover .restart {
    margin-bottom: 40px;
  }
}
.screen-2 .bluecard .startover .print {
  display: none;
  color: #26768C;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border: 2px solid #26768C;
  border-radius: 8px;
  padding: 10px 25px;
  text-align: center;
  margin-left: auto;
  transition: color 250ms, background-color 250ms;
}
.screen-2 .bluecard .startover .print:hover {
  background: #26768C;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .screen-2 .bluecard .startover .print {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .bluecard .startover .print {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .screen-2 .bluecard .startover .print {
    margin-left: 0;
  }
}
.screen-2 .outlinecard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #26768C;
  padding: 0 45px 35px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .screen-2 .outlinecard {
    padding: 0 20px 35px;
    margin-bottom: 50px;
  }
}
.screen-2 .outlinecard .header {
  color: #202945;
  font-size: 40px;
  line-height: 1.2;
  background: #fff;
  padding: 0 20px;
  margin-top: -22px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1300px) {
  .screen-2 .outlinecard .header {
    font-size: 34px;
    margin-top: -18px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .outlinecard .header {
    font-size: 20px;
    margin-top: -12px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.screen-2 .outlinecard .copy {
  color: #454545;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1300px) {
  .screen-2 .outlinecard .copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .outlinecard .copy {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
}
.screen-2 .outlinecard .learnmore a {
  display: inline-flex;
  color: #26768C;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 27px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .screen-2 .outlinecard .learnmore a {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .outlinecard .learnmore a {
    padding-right: 20px;
  }
}
.screen-2 .outlinecard .learnmore a:after {
  content: '\f061';
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  position: absolute;
  top: 0.2em;
  right: 0;
  transition: right 400ms;
}
.screen-2 .outlinecard .learnmore a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background: #26768C;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.screen-2 .outlinecard .learnmore a:hover:before {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .screen-2 .outlinecard .learnmore a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .outlinecard .learnmore a {
    font-size: 16px;
  }
}
.screen-2 .findtreatment {
  position: relative;
  background: transparent linear-gradient(180deg, #26768C 0%, #202945 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .screen-2 .findtreatment {
    flex-direction: column;
  }
}
.screen-2 .findtreatment .left {
  flex: 58;
}
.screen-2 .findtreatment .right {
  flex: 42;
}
.screen-2 .findtreatment .header {
  font-size: 40px;
  line-height: 1.2;
  padding: 50px 0 20px 12%;
}
@media screen and (max-width: 1300px) {
  .screen-2 .findtreatment .header {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .screen-2 .findtreatment .header {
    padding: 30px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .findtreatment .header {
    font-size: 20px;
  }
}
.screen-2 .findtreatment .copy {
  font-size: 24px;
  line-height: 1.2;
  padding: 0 0 40px 12%;
}
@media screen and (max-width: 1300px) {
  .screen-2 .findtreatment .copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .screen-2 .findtreatment .copy {
    padding: 0 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .findtreatment .copy {
    font-size: 14px;
    line-height: 1.3;
    padding: 0 25px 25px;
  }
}
.screen-2 .findtreatment .learnmore {
  padding: 0 0 50px 12%;
}
@media screen and (max-width: 800px) {
  .screen-2 .findtreatment .learnmore {
    padding: 0 25px 25px;
    text-align: center;
  }
}
.screen-2 .findtreatment .learnmore a {
  display: inline-flex;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 27px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .screen-2 .findtreatment .learnmore a {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .findtreatment .learnmore a {
    padding-right: 20px;
  }
}
.screen-2 .findtreatment .learnmore a:after {
  content: '\f061';
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  position: absolute;
  top: 0.2em;
  right: 0;
  transition: right 400ms;
}
.screen-2 .findtreatment .learnmore a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background: #fff;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.screen-2 .findtreatment .learnmore a:hover:before {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .screen-2 .findtreatment .learnmore a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .screen-2 .findtreatment .learnmore a {
    font-size: 16px;
  }
}
.screen-2 .findtreatment img {
  pointer-events: none;
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.2);
}
@media screen and (max-width: 800px) {
  .screen-2 .findtreatment img {
    margin-top: 30px;
    transform: scale(1.2);
  }
}
.footer {
  margin-top: 100px;
  color: #727074;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column-reverse;
    margin-top: 50px;
    justify-content: center;
  }
}
.footer .copy {
  flex: 55;
}
.footer .logo {
  flex: 45;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    padding: 0;
    margin-bottom: 50px;
  }
}
.footer .logo img {
  display: block;
  width: 286px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer .logo img {
    max-width: 90%;
    margin: 0 auto;
  }
}
