  /* Morganite */
@font-face {
  font-family: 'Morganite Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Morganite Bold'), local('Morganite-Bold'),
    url('/request-info/fonts/Morganite/Morganite-Bold.woff2') format('woff2'),
    url('/request-info/fonts/Morganite/Morganite-Bold.woff') format('woff'),
    url('/request-info/fonts/Morganite/Morganite-Bold.ttf') format('truetype');
  font-display: swap;
  /*    unicode-range: U+000-5FF;*/
  /* Download only latin glyphs */
}

/* CircularStd */
@font-face {
  font-family: 'Circular Std Book';
  src: local('Circular Std Book'), local('CircularStd-Book'),
    url('/request-info/fonts/CircularStd/CircularStd-Book.woff2') format('woff2'),
    url('/request-info/fonts/CircularStd/CircularStd-Book.woff') format('woff'),
    url('/request-info/fonts/CircularStd/CircularStd-Book.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  /*    unicode-range: U+000-5FF;*/
  /* Download only latin glyphs */
}

@font-face {
  font-family: 'Circular Std Bold';
  src: local('Circular Std Bold'), local('CircularStd-Bold'),
    url('/request-info/fonts/CircularStd/CircularStd-Bold.woff2') format('woff2'),
    url('/request-info/fonts/CircularStd/CircularStd-Bold.woff') format('woff'),
    url('/request-info/fonts/CircularStd/CircularStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  /*    unicode-range: U+000-5FF;*/
  /* Download only latin glyphs */
}

@font-face {
  font-family: 'Circular Std Medium';
  src: local('Circular Std Medium'), local('CircularStd-Medium'),
    url('/request-info/fonts/CircularStd/CircularStd-Medium.woff2') format('woff2'),
    url('/request-info/fonts/CircularStd/CircularStd-Medium.woff') format('woff'),
    url('/request-info/fonts/CircularStd/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  /*    unicode-range: U+000-5FF;*/
  /* Download only latin glyphs */
}

header {
  background-color: #1b3155;
  height: 60px;
}

header:after {
  content: '';
  background-image: url(/request-info/img/header-sketchy-edge-desktop.svg);
  height: 5px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}

.footer {
  margin-top: 4rem;
}

main {
  border-bottom: 100px solid #1c3155;
  padding-bottom: 75px;
}

body {
  background-color: white;
  font-size: 16px;
}

p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

body,
p,
a {
  font-family: 'Circular Std Book';
}

h1 {
  font-size: 10.8rem;
  font-family: 'Morganite Bold';
}

h2 {
  font-size: 5.6rem;
  font-family: 'Morganite Bold';
}

h3,
.h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Morganite Bold';
  font-size: 3rem;
  letter-spacing: 1.08px;
  line-height: 4.8rem;
  color: #1B3155;
}

h4 {
  font-size: 2.6rem;
  font-family: 'Morganite Bold';
}

h1 {
  color: #007bc2;
  margin-bottom: 4rem;
  margin-top: 4rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 1.5rem;
}

.box h2 {
  font-weight: 700;
  line-height: 40px;
}

h2 svg {
  width: 20px;
}

h1 u,
h2 u {
  background-size: contain;
  background-position: 0px 86%;
  background-repeat: repeat no-repeat;
  background-image: url(/request-info/img/headline-underline-long-white.png);
  padding-bottom: 0px;
  text-decoration: none;
}

.form {
  width: 100%;
  margin-bottom: 60px;
}

div#form_question_3f26bb57-7ee2-4c9e-b546-4059e2fb6b79>.form_label {
  display: none;
}

.container.content {
  padding-top: 50px;
}

img {
  max-width: 100%;
}


.logo {
  background-image: url(/request-info/img/logo-header-white.png);
  height: 60px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 0px 2px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.logo a {
  float: left;
  width: 100%;
  height: 100%;
}

a.cta {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3.2px;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  background-image: url(/request-info/img/submitButtonBg.825001a9.png);
}

@media screen and (min-width: 576px) {
  a.cta {
    position: static;
    background: transparent;
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
}

.hero {
  background-color: #feda48;
}

.hero .h1 {
  font-size: 5rem;
  padding-top: 50px;
  /* padding-bottom: 50px; */
  line-height: 0.9;
  color: #1B3155;
  max-width: 500px;
}

.hero img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero .heading {
  order: 2;
}

@media screen and (min-width: 600px) {
  .hero img {
    border-left: 10px solid white;
  }

  .hero .heading {
    order: 0;
  }
}


@media screen and (min-width: 768px) {
  .box {
    margin-bottom: 0;
  }
}

.mt0 {
  margin-top: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.btn-green {
  background-color: #00a651;
  color: white;
}

.btn:hover {
  background-color: #013e81;
  color: white;
}

footer {
  margin-bottom: 4rem;
}

footer .h3,
footer .h4 {
  width: 100%;
}

footer .h4 {
  color: #feda48;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

footer .h4 span {
  color: #007bc2;
  font-weight: normal;
}

footer .h3 {
  color: #002144;
}

footer span {
  white-space: nowrap;
}

/* Forms stylings */

.form_label {
  font-family: "Circular Std Book";
  left: 0;
  pointer-events: none;
  transition: all .2s ease;
  display: block;
  top: 3px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.form_label b {
  font-family: "Circular Std Bold";
}

.inputtext label.form_label {
  position: absolute;
}

.active label.form_label {
  top: -20px;
  font-size: 12px;
  color: #1b3155;
}

.inputtext {
  position: relative;
}

.form_responses {
  margin-bottom: 35px;
}

.form_responses>input,
.forminput {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgb(27 49 85/40%);
  box-shadow: none !important;
  padding: 0;
  font-family: "Circular Std Book";
  color: #1b3155;
  margin-bottom: 0;
}

.form_responses>input:focus,
.forminput:focus {
  outline: 0;
}

.form_responses>input:focus-visible,
.forminput:focus-visible {
  outline: 1px dashed #0053bc;
}

div.form_question {
  margin: 0 !important;
}

.form_question select {
  width: auto;
  flex-grow: 1;
  margin-top: 0;
  padding: 0;
  height: 25px;
  border: 1px solid rgb(27 49 85/40%);
  border-radius: 5px;
  background-color: white;
}

.form_question[data-export="sys:birthdate"] .form_responses {
  display: flex
}

.form_question[data-export="sys:birthdate"] select {
  width: auto;
  flex-grow: 1;
  margin-top: 7px
}

.form_question textarea {
  border: 1px solid rgb(27 49 85/40%);
  width: 100%;
}

.formWrapperCard.active {
  transform: translateY(0);
  opacity: 1
}

.action .default,
.connectFormBtn {
  border: 0;
  outline: 0;
  width: 133px;
  height: 41px;
  background-color: transparent;
  background-image: url(/request-info/img/submitButtonBg.825001a9.png);
  background-size: 100%;
  font-size: 16px;
  color: #fff;
  font-family: "Circular Std Book";
}

/* thank you text */
h1.thankyouheading {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Morganite Bold';
  font-size: 3rem;
  letter-spacing: 1.08px;
  line-height: 4.8rem;
  color: #1B3155;
}

h1.thankyouheading span {
  font-size: 1em !important;
}