@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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: 1em;
  /* 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Sans-fallback";
  size-adjust: 116.19%;
  ascent-override: 83%;
  src: local("Arial"); }

@font-face {
  font-family: "Serif-fallback";
  size-adjust: 116.19%;
  ascent-override: 83%;
  src: local("Times New Roman"); }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Bold.eot");
  src: local("Euclid Square Bold"), local("EuclidSquare-Bold"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Bold.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Bold.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Regular.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Regular.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBold.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBold.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-LightItalic.eot");
  src: local("Euclid Square Light Italic"), local("EuclidSquare-LightItalic"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-LightItalic.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-LightItalic.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-MediumItalic.eot");
  src: local("Euclid Square Medium Italic"), local("EuclidSquare-MediumItalic"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-MediumItalic.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-MediumItalic.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Medium.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Medium.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Italic.eot");
  src: local("Euclid Square Italic"), local("EuclidSquare-Italic"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Italic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Italic.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Light.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Light.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBoldItalic.eot");
  src: local("Euclid Square SemiBold Italic"), local("EuclidSquare-SemiBoldItalic"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBoldItalic.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBoldItalic.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Euclid Square';
  src: url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-BoldItalic.eot");
  src: local("Euclid Square Bold Italic"), local("EuclidSquare-BoldItalic"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-BoldItalic.woff2") format("woff2"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-BoldItalic.woff") format("woff"), url("https://fonts.ocozzio.com/EuclidSquare/EuclidSquare-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

html, body {
  font-family: "Euclid Square", "Sans-fallback", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #909193;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 991px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 30px; } }
  @media (max-width: 575px) {
    #page-content section,
    #page-footer {
      padding: 20px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #DE4843; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #DE4843; }
    p a:hover {
      text-decoration: underline; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

img {
  max-width: 100%;
  height: auto; }

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Georgia", "Serif-fallback", serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "Euclid Square", "Sans-fallback", sans-serif; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fill-right, .fill-left {
  position: relative; }

.fill-right:after, .fill-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit; }

.fill-right:after {
  left: 100%; }

.fill-left:before {
  right: 100%; }

#body-wrapper .btn,
#body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.7em 1.5em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Euclid Square", "Sans-fallback", sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
  background-color: #DE4843; }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    background-color: #e25d59; }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *,
    #body-wrapper .hs-button:hover,
    #body-wrapper .hs-button:hover span,
    #body-wrapper .hs-button:hover .fl-button-text,
    #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow,
  #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: inherit; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *,
    #body-wrapper .hs-button.btn-hollow,
    #body-wrapper .hs-button.btn-hollow span,
    #body-wrapper .hs-button.btn-hollow .fl-button-text,
    #body-wrapper .hs-button.btn-hollow * {
      color: inherit; }
    #body-wrapper .btn.btn-hollow:hover,
    #body-wrapper .hs-button.btn-hollow:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *,
      #body-wrapper .hs-button.btn-hollow:hover,
      #body-wrapper .hs-button.btn-hollow:hover span,
      #body-wrapper .hs-button.btn-hollow:hover .fl-button-text,
      #body-wrapper .hs-button.btn-hollow:hover * {
        color: #DE4843; }
  #body-wrapper .btn.btn-large,
  #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #909193;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #909193;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

nav.navbar {
  padding: 20px 40px; }
  nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  nav.navbar .navbar-nav {
    margin-left: auto; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 20px; } }

#body-wrapper .form-container {
  /* Add custom arrow */
  /* Default gray if the first option (placeholder) is selected */
  /* Normal color when a valid option is selected */ }
  #body-wrapper .form-container ::placeholder,
  #body-wrapper .form-container option:disabled {
    opacity: 1;
    color: #b3b3b3;
    font-weight: 400; }
  #body-wrapper .form-container .form-columns-2,
  #body-wrapper .form-container .form-columns-1 {
    max-width: 100% !important; }
  #body-wrapper .form-container input[type="text"], #body-wrapper .form-container input[type="email"], #body-wrapper .form-container textarea, #body-wrapper .form-container select {
    padding: 1em;
    border-radius: 5px;
    margin: 8px 0;
    width: 100%;
    border: 1px solid #FFFFFF;
    background-color: white;
    font-size: 14px;
    font-family: "Euclid Square", "Sans-fallback", sans-serif;
    height: 50px; }
    #body-wrapper .form-container input[type="text"]:hover, #body-wrapper .form-container input[type="email"]:hover, #body-wrapper .form-container textarea:hover, #body-wrapper .form-container select:hover {
      border: 2px solid #021B38 !important; }
    #body-wrapper .form-container input[type="text"]:focus, #body-wrapper .form-container input[type="email"]:focus, #body-wrapper .form-container textarea:focus, #body-wrapper .form-container select:focus {
      border: 1px solid #021B38 !important;
      outline: 1px solid #021B38 !important; }
  #body-wrapper .form-container .input:has(select) {
    position: relative;
    /* Remove default arrow */ }
    #body-wrapper .form-container .input:has(select) .hs-input:focus + ::after, #body-wrapper .form-container .input:has(select):focus-within::after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      line-height: 1em;
      border: 0;
      margin-left: 0; }
    #body-wrapper .form-container .input:has(select) .hs-input {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #fff;
      /* optional */
      padding-right: 2em;
      position: relative;
      z-index: 2; }
    #body-wrapper .form-container .input:has(select)::after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      line-height: 1em;
      border: 0;
      margin-left: 0;
      font-size: 2em;
      position: absolute;
      right: .5em;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #D7D8DA;
      transition: transform 0.2s ease, content 0.2s ease;
      z-index: 10; }
  #body-wrapper .form-container .hs-input:has(option:disabled:checked) {
		font-weight: 400;
    color: #b3b3b3!important; }
  #body-wrapper .form-container .hs-input:not(:has(option:disabled:checked)) {
    color: #000000; }
  #body-wrapper .form-container .hs-error-msg.hs-main-font-element, #body-wrapper .form-container ul {
    margin-bottom: 0 !important;
    text-align: start !important;
    font-size: 0.9em !important;
    color: white;
    font-weight: 400 !important; }
  #body-wrapper .form-container .hs-form .form-columns-0 .input,
  #body-wrapper .form-container .hs-form .form-columns-1 .input,
  #body-wrapper .form-container .hs-form .form-columns-2 .input {
    margin-right: 0 !important; }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
    width: calc(100% / 2 - 0.5rem) !important;
    float: left; }
  @media screen and (max-width: 650px) {
    #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
      width: 100% !important; } }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field:last-child {
    float: right !important; }
  #body-wrapper .form-container fieldset.form-columns-1 .hs-input {
    width: 100%; }
  #body-wrapper .form-container .hs-form:has(.hs-error-msgs) label {
    display: block !important; }
  #body-wrapper .form-container label {
    display: none; }
  #body-wrapper .form-container .actions {
    text-align: center;
    margin-top: 2em; }
  #body-wrapper .form-container .hs-button {
    background-color: white;
    color: #DE4843 !important; }
  #body-wrapper .form-container:has(.submitted-message) .submitted-message-oz {
    display: block !important;
    margin: 6em auto 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF; }
  #body-wrapper .form-container:has(.submitted-message) .submitted-message-oz:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1em;
    border: 0;
    margin-left: 0;
    font-size: 1em;
    color: #FFFFFF;
    margin-right: 0.5em; }

#body-wrapper [data-hs-forms-root=true]:has(.submitted-message) {
  display: none; }

#body-wrapper #successMessageModal h2,
#body-wrapper #successMessageModal h3 {
  color: #FFFFFF;
  text-wrap: unset; }

#body-wrapper #successMessageModal h2 {
  font-size: clamp(1.375rem, 4.0625vw, 3.125rem);
  line-height: 1.16;
  text-align: center;
  font-weight: bold;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1em; }

#body-wrapper #successMessageModal h3 {
  font-size: clamp(1.125rem, 2.4375vw, 1.875rem);
  line-height: 1.26;
  font-weight: bold; }

#body-wrapper #successMessageModal .btn-close {
  --bs-btn-close-bg: none;
  font-size: 1.25rem;
  /* Adjust size as needed */
  line-height: 1;
  font-weight: 400;
  opacity: 1;
  background: none;
  border: none; }
  #body-wrapper #successMessageModal .btn-close::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1em;
    border: 0;
    margin-left: 0;
    display: inline-block; }

#body-wrapper #successMessageModal .btn {
  background-color: white;
  color: #DE4843; }

#body-wrapper #successMessageModal .modal-header {
  border-bottom: 0;
  padding-top: 0; }

#body-wrapper #successMessageModal .modal-dialog.modal-dialog-centered {
  max-width: 1150px; }

#body-wrapper #successMessageModal .modal-content {
  background: linear-gradient(40deg, #DE4843, #830E0A);
  padding: 2em 0em;
  border-radius: 20px;
  box-shadow: 3px 6px 9px #00000069; }

#body-wrapper #successMessageModal .modal-body {
  max-width: 950px;
  margin: 0 auto;
  width: 100%; }

#body-wrapper #successMessageModal .row {
  margin-top: 3em; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #2f445b;
  --bs-backdrop-opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }

#body-wrapper {
  overflow-x: hidden; }
  #body-wrapper h2 {
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    line-height: 1.175;
    text-align: center;
    font-weight: bold;
    color: #021B38;
    text-wrap: balance; }
  #body-wrapper h3 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h4 {
    font-size: clamp(1.375rem, 1.7875vw, 1.375rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem); }
  #body-wrapper #hero {
  background-color: #021B38;
  background-image: url("https://resources.pointchealth.com/hubfs/Web/hero-graphic.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  min-height: 320px;
    max-height: 450px;
}
    #body-wrapper #hero h1 {
      font-size: clamp(3.4rem, 5.525vw, 4.25rem);
      font-weight: bold;
      line-height: 1;
      color: #DE4843;
      text-wrap: balance;
      margin-bottom: 0; }
    #body-wrapper #hero p {
      color: #FFFFFF;
      font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
      max-width: 600px;
      width: 100%;
      margin-inline: auto;
      margin-bottom: 0; }
   #body-wrapper #hero .header {
  max-width: 710px;
  width: 100%;
     transform: translateY(-3vh);     
}
    #body-wrapper #hero .row {
      justify-content: end; }
    @media (max-width: 1001px) {
      #body-wrapper #hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 450px; }
        #body-wrapper #hero .header {
          margin-inline: auto;
          filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.75)); } }
    @media (max-width: 767px) {
      #body-wrapper #hero {
        background-position: 40% center; } }
  #body-wrapper #compare-plans .comparison .comparison-header {
    display: flex;
    align-items: stretch;
    margin-bottom: 5em;
    max-width: 600px;
    width: 100%;
    margin-inline: auto; }
    #body-wrapper #compare-plans .comparison .comparison-header .column {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      position: relative; }
      #body-wrapper #compare-plans .comparison .comparison-header .column::after {
        content: '';
        position: absolute;
        bottom: -75%;
        left: 35%;
        width: 100%;
        max-width: 30%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1; }
      #body-wrapper #compare-plans .comparison .comparison-header .column .content {
        width: 100%;
        padding: 1em;
        text-align: center; }
        #body-wrapper #compare-plans .comparison .comparison-header .column .content h3 {
          font-weight: 400;
          margin-bottom: 0; }
          #body-wrapper #compare-plans .comparison .comparison-header .column .content h3 span {
            font-weight: 700;
            font-size: clamp(1.6rem, 2.6vw, 2rem); }
      #body-wrapper #compare-plans .comparison .comparison-header .column.fully-insured {
        background-color: #021B38;
        border-radius: 15px 0 0 15px; }
        #body-wrapper #compare-plans .comparison .comparison-header .column.fully-insured::after {
          background-image: url("https://resources.pointchealth.com/hubfs/Web/arrow-down-blue.svg"); }
      #body-wrapper #compare-plans .comparison .comparison-header .column.self-funded {
        background-color: #DE4843;
        border-radius: 0 10px 10px 0; }
        #body-wrapper #compare-plans .comparison .comparison-header .column.self-funded::after {
          background-image: url("https://resources.pointchealth.com/hubfs/Web/arrow-down-red.svg"); }
    #body-wrapper #compare-plans .comparison .comparison-header .vs {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to left, #DE4843, #DE4843 48%, #FFFFFF 49%, #FFFFFF 51%, #021B38 52%, #021B38); }
      #body-wrapper #compare-plans .comparison .comparison-header .vs .text {
        background: linear-gradient(to left, #DE4843, #830E0A);
        padding: 0.8em 1em;
        border: 1px solid #FFFFFF;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content; }
      #body-wrapper #compare-plans .comparison .comparison-header .vs p {
        font-size: clamp(1rem, 1.4625vw, 1.125rem);
        font-weight: bold;
        color: #FFFFFF;
        margin: 0; }
  #body-wrapper #compare-plans .comparison .info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 1em;
    position: relative;
    max-width: 640px;
    width: 100%;
    margin-inline: auto;
    margin-top: 0em; }
    #body-wrapper #compare-plans .comparison .info-box .item-container {
      background: linear-gradient(120deg, #DE4843, #830E0A);
      width: 57px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px 0 0 15px;
      height: 83px;
      position: absolute;
      left: -40px; }
    #body-wrapper #compare-plans .comparison .info-box .item-number p {
      font-size: clamp(3.3rem, 5.3625vw, 4.125rem);
      line-height: 1;
      margin-bottom: 0;
      color: #FFFFFF; }
  #body-wrapper #compare-plans .comparison .comparison-item {
    width: 100%; }
    #body-wrapper #compare-plans .comparison .comparison-item .column {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      padding-block: .6em;
      min-height: 105px; }
      #body-wrapper #compare-plans .comparison .comparison-item .column .content {
        width: 100%;
        padding: 1em;
        text-align: center; }
        #body-wrapper #compare-plans .comparison .comparison-item .column .content h4 {
          font-weight: 700;
          color: #021B38;
          margin-bottom: 0;
          max-width: 230px;
          margin-inline: auto;
          width: 100%; }
      #body-wrapper #compare-plans .comparison .comparison-item .column.fully-insured {
        background-color: #dde0e2;
        border-radius: 15px 0 0 15px; }
      #body-wrapper #compare-plans .comparison .comparison-item .column.self-funded {
        background-color: #fadfde;
        border-radius: 0 10px 10px 0; }
    #body-wrapper #compare-plans .comparison .comparison-item .vs {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to left, #fadfde, #fadfde 48%, #FFFFFF 49%, #FFFFFF 51%, #dde0e2 52%, #dde0e2); }
      #body-wrapper #compare-plans .comparison .comparison-item .vs .text {
        background: linear-gradient(to left, #DE4843, #830E0A);
        padding: 0.8em 1em;
        border: 1px solid #FFFFFF;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content; }
      #body-wrapper #compare-plans .comparison .comparison-item .vs p {
        font-size: clamp(1rem, 1.4625vw, 1.125rem);
        font-weight: bold;
        color: #FFFFFF;
        margin: 0; }
  #body-wrapper #compare-plans .comparison .item-body {
    font-size: 14px;
    color: #021B38;
    line-height: 1.28;
    max-width: 555px;
    margin-inline: auto;
    padding-bottom: 3em; }
  #body-wrapper #compare-plans .red-container {
    background: linear-gradient(to left, #DE4843, #830E0A);
    padding: 4em 2em;
    max-width: 392px;
    width: 100%;
    margin-inline: auto;
    border-radius: 20px; }
    #body-wrapper #compare-plans .red-container p {
      color: #021B38;
      font-size: clamp(1.125rem, 1.95vw, 1.5rem);
      line-height: 1.33; }
    #body-wrapper #compare-plans .red-container h2 {
      color: #FFFFFF;
      line-height: 1.175; }
  @media (max-width: 1200px) {
    #body-wrapper #compare-plans .comparison-header {
      max-width: 100%;
      width: 100%;
      padding-right: 1em; } }
  @media (max-width: 991px) {
    #body-wrapper #compare-plans {
      margin-block: 4em; }
      #body-wrapper #compare-plans .row {
        flex-direction: column;
        align-items: center; }
      #body-wrapper #compare-plans .comparison-header .column .content h3 span {
        display: block; }
      #body-wrapper #compare-plans .col-auto {
        margin-top: 4em;
        margin-inline: auto;
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 767px) {
    #body-wrapper #compare-plans .comparison .comparison-header {
      flex-direction: column;
      padding-right: unset; }
      #body-wrapper #compare-plans .comparison .comparison-header .column {
        width: 100%;
        text-align: center; }
        #body-wrapper #compare-plans .comparison .comparison-header .column::after {
          display: none; }
        #body-wrapper #compare-plans .comparison .comparison-header .column.fully-insured {
          border-radius: 15px 15px 0px 0;
          border-bottom: 1px solid #021B38; }
        #body-wrapper #compare-plans .comparison .comparison-header .column.self-funded {
          border-radius: 0px 0px 15px 15px; }
      #body-wrapper #compare-plans .comparison .comparison-header .vs {
        padding-block: 1em;
        background: linear-gradient(to top, #DE4843, #DE4843 48%, #FFFFFF 49%, #FFFFFF 51%, #021B38 52%, #021B38); }
    #body-wrapper #compare-plans .comparison .info-box {
      flex-direction: column;
      max-width: 600px;
      padding-inline: 0; }
      #body-wrapper #compare-plans .comparison .info-box .item-container {
        position: unset;
        border-radius: 30px 30px 0 0;
        width: 100%;
        max-width: 80px;
        margin-right: auto; }
      #body-wrapper #compare-plans .comparison .info-box .comparison-item {
        flex-direction: column; }
        #body-wrapper #compare-plans .comparison .info-box .comparison-item .fully-insured {
          border-radius: 0px 15px 0 0px; }
        #body-wrapper #compare-plans .comparison .info-box .comparison-item .self-funded {
          border-radius: 0px 0px 15px 15px; }
        #body-wrapper #compare-plans .comparison .info-box .comparison-item .vs {
          padding-block: 0em;
          background: linear-gradient(to top, #fadfde, #fadfde 48%, #FFFFFF 49%, #FFFFFF 51%, #dde0e2 52%, #dde0e2); }
    #body-wrapper #compare-plans .comparison .comparison-item.single-card {
  width: 100%;
}
#body-wrapper #compare-plans .comparison .comparison-item.single-card {
  width: 100%;
}

#body-wrapper #compare-plans .comparison .comparison-item.single-card .column.single-phrase {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #FADFDE;
  border-radius: 15px;
  padding: 1em 1.25em;
  min-height: 105px;
}

#body-wrapper #compare-plans .comparison .comparison-item.single-card .column.single-phrase .content {
  width: 100%;
  text-align: left;
  padding: 0;
}

#body-wrapper #compare-plans .comparison .comparison-item.single-card .column.single-phrase .content h4 {
  font-weight: 700;
  color: #021B38;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#body-wrapper #compare-plans .comparison .comparison-item.single-card .column.single-phrase {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fadfde;
  border-radius: 15px;
  padding-block: .6em;
  min-height: 105px;
}
    #body-wrapper #compare-plans .item-body {
      max-width: 600px;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 2em;
      text-align: center;
      text-wrap: balance; } }
  #body-wrapper #page-footer {
    background-color: #021B38;
    padding-block: 2em; }
    #body-wrapper #page-footer a {
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px; }
    @media (max-width: 575px) {
      #body-wrapper #page-footer {
        padding-block: 1em; }
        #body-wrapper #page-footer .col-12 {
          text-align: center; }
        #body-wrapper #page-footer .row {
          flex-direction: column-reverse;
          align-items: center;
          justify-content: center;
          gap: 2em; } }