/* Google Webfonts Helper */
/* https://google-webfonts-helper.herokuapp.com */
/* rubik-300 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rubik-v14-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v14-latin-300.woff2") format("woff2"), url("../fonts/rubik-v14-latin-300.woff") format("woff"), url("../fonts/rubik-v14-latin-300.ttf") format("truetype"), url("../fonts/rubik-v14-latin-300.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v14-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v14-latin-500.woff2") format("woff2"), url("../fonts/rubik-v14-latin-500.woff") format("woff"), url("../fonts/rubik-v14-latin-500.ttf") format("truetype"), url("../fonts/rubik-v14-latin-500.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-regular - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v14-latin-regular.woff2") format("woff2"), url("../fonts/rubik-v14-latin-regular.woff") format("woff"), url("../fonts/rubik-v14-latin-regular.ttf") format("truetype"), url("../fonts/rubik-v14-latin-regular.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1 {
  font-size: 68px;
  line-height: 80px;
  font-weight: 300;
}

h2 {
  font-size: 68px;
  line-height: 80px;
  font-weight: 300;
  color: #00358e;
}

h3 {
  font-size: 26px;
  color: #00358e;
  line-height: 31px;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 26px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

header,
.content > *,
footer {
  padding: 30px 30px;
}

header {
  padding: 16px 30px;
  background: #1e1a34;
}
header .logo img {
  height: 80px;
}

.content {
  padding-bottom: 20px;
  min-height: calc(100vh - 138px);
}

.hero {
  position: relative;
  padding: 60px 10%;
  min-height: calc(300px + 31vw);
  font-size: 40px;
  background: #1e1a34;
  color: #fff;
}
.hero h1 {
  margin-bottom: 64px;
}
.hero h2 {
  color: #4692df;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}
.hero .wave {
  bottom: -10px;
}

.heading {
  position: relative;
  width: 571px;
  padding: 32px 0 32px;
  text-align: left;
  margin-left: 27vw;
  font-weight: 300;
  font-size: 68px;
  line-height: 80px;
  color: #00358e;
}
.heading .eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  color: #4692df;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.6px;
}
.heading .eyebrow::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 162px;
  height: 2px;
  background: #bcd1e8;
  transform: translateY(-3px);
  margin-left: 8px;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 150px;
  height: 2px;
  background: #bcd1e8;
}
.heading.center {
  text-align: center;
}
.heading.center .eyebrow {
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.heading.center .eyebrow::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #bcd1e8;
  transform: translateY(-3px);
  margin-right: 8px;
}
.heading.center .eyebrow::after {
  width: 120px;
}
.heading.center::after {
  left: 50%;
  transform: translateX(-50%);
}

.info {
  text-align: left;
  width: 577px;
  margin-left: 33vw;
  margin-top: 48px;
  color: #1e1a34;
}
.info h3 {
  margin-bottom: 24px;
}
.info p {
  color: #1e1a34;
}
.info .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
}

.care {
  padding-top: 60px;
  min-height: 604px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E4EDF6 100%);
}
.care .info {
  margin-left: 36vw;
  width: 620px;
}

.products .heading {
  width: auto;
  margin: 32px auto;
}
.products .flex h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  color: #00358e;
  margin: 24px auto;
}
.products .col {
  width: 33vw;
  text-align: center;
  padding: 0 48px;
}
.products img {
  margin: 0 auto;
}

.cta {
  background: #00358e;
  color: #fff;
  position: relative;
  padding-top: 27vw;
  margin-top: 7vw;
}
.cta .wave {
  top: -7vw;
}
.cta .heading {
  width: 775px;
  margin-left: 4%;
  margin-bottom: 48px;
}
.cta .heading .eyebrow::after {
  background: #1e1a34;
}
.cta .heading h2 {
  color: #fff;
}
.cta .heading::after {
  background: #1e1a34;
}
.cta .flex {
  margin-left: 5%;
}
.cta .flex .row {
  display: flex;
  margin-bottom: 32px;
}
.cta .col-2 {
  width: 50%;
  text-align: left;
  padding: 0 48px;
}
.cta .checkmark-o {
  margin-right: 21px;
}
.cta h3 {
  color: #bcd1e8;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 24px;
}

.card {
  max-width: 400px;
  padding: 20px;
  border: 2px solid #555;
  border-radius: 8px;
  max-height: 100vh;
  overflow-y: auto;
}

.payment-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.payment-modal.show {
  display: block;
}
.payment-modal .form-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 9px;
}

.contact .heading {
  margin-left: 16vw;
}
.contact .contained {
  margin-left: calc(16vw + 90px);
  width: 320px;
  text-align: left;
  margin-top: 48px;
}
.contact h3 {
  margin-bottom: 24px;
}

.headshot {
  width: 320px;
}
.headshot img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.form-wrapper {
  position: relative;
  display: inline-block;
}
.form-wrapper .payment-processing,
.form-wrapper .payment-success {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: white;
  opacity: 1;
}
.form-wrapper .payment-processing > *,
.form-wrapper .payment-success > * {
  position: absolute;
  animation: fadeIn 0.5s ease;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.form-wrapper .payment-processing.fade-out,
.form-wrapper .payment-success.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.form-wrapper .payment-success > * {
  color: #060;
}
.form-wrapper .payment-success > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  opacity: 1;
  height: 1px;
  background: #060;
  animation: drawLine 1s ease;
}

.form {
  opacity: 0.4;
  transition: opacity 0.5s ease, max-height 0.2s ease;
  min-width: 360px;
}
.form.hidden {
  max-height: 0;
}
.form > div + div {
  margin: 0;
  padding: 12px 0 0;
}
.form label {
  display: block;
  width: 100%;
  text-align: left;
}
.form input,
.form select,
.form .input {
  padding: 5px 8px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  line-height: 21px;
}
.form input:focus,
.form select:focus,
.form .input:focus {
  outline: none;
}
.form .input {
  padding: 7px 8px;
  min-height: 34px;
}
.form .has-add-on {
  display: flex;
}
.form .has-add-on .add-on {
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.form .has-add-on input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form #cardNumber {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.form #cardExpiry {
  display: inline-block;
  width: 65%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form #cardCvc {
  display: inline-block;
  width: 35%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}
.form input.submit,
.form button.submit {
  display: block;
  padding: 6px 0;
  color: white;
  background: #555;
  border: none;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
}
.form input.submit:disabled,
.form button.submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form .form-error {
  color: #eb1c26;
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
}
.form .errors {
  min-height: 25px;
  text-align: center;
  color: #eb1c26;
}
.form .cancel {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #888;
}

footer {
  background: #1e1a34;
  padding: 19px 30px;
  color: #bcd1e8;
}
footer .left,
footer .right {
  display: inline-block;
  width: 70%;
  text-align: left;
}
footer .right {
  text-align: right;
  width: 30%;
}
footer .copyright {
  text-align: left;
}
footer .year {
  margin-left: 4px;
  margin-right: 4px;
}
footer .formerly {
  opacity: 0.5;
  margin-left: 16px;
  font-size: 13px;
  font-style: italic;
}
footer .col {
  text-align: right;
}
footer .make-payment {
  font-weight: 300;
  color: #fff;
}

.mx-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-n1 {
  margin-top: -1px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-left {
  text-align: left;
}

.loading {
  position: absolute;
}
.loading .message {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 100;
  line-height: 21px;
  margin-left: 5px;
}
.loading .spinner {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  border: 1px solid #444;
  border-radius: 14px;
  animation: app-loading-spinner linear 2s infinite;
}
.loading .spinner .ko,
.loading .spinner .ko::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 7px;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
}
.loading .spinner .ko::after {
  left: -4px;
  top: 14px;
}
.loading .spinner .arrow {
  position: absolute;
  top: -2px;
  left: 3px;
  display: block;
  width: 0;
  height: 0;
  border: 2px solid #444;
  border-color: #444 #444 transparent transparent;
  transform: rotate(30deg);
}
.loading .spinner .arrow.bottom {
  top: 10px;
  left: 7px;
  transform: rotate(210deg);
}

.flex {
  display: flex;
}

@keyframes app-loading-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drawLine {
  0% {
    width: 0;
    opacity: 0;
    margin-left: 0;
  }
  100% {
    width: 240px;
    opacity: 1;
    margin-left: -120px;
  }
}
.wave {
  position: absolute;
  left: 0;
  right: 0;
  height: 31vw;
  width: 100%;
  overflow: hidden;
}
.wave svg {
  width: 100%;
  height: 31vw;
}

.checkmark-o {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #1e1a34;
  border-radius: 50%;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 40px;
  width: 20px;
  border-bottom: 7px solid #2886d8;
  border-right: 7px solid #2886d8;
}

.checkmark-o .checkmark {
  position: absolute;
  left: calc((64px - 20px) / 2);
  top: calc((64px - 40px) / 2.6);
}

@media screen and (max-width: 1000px) {
  .pain .heading {
    margin-left: 13vw;
  }
  .pain .info {
    margin-left: 18vw;
  }
  .care .heading {
    margin-left: 13vw;
  }
  .care .info {
    margin-left: 19vw;
  }
}
@media screen and (max-width: 840px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }
  h2 {
    font-size: 48px;
    line-height: 53px;
  }
  .hero {
    min-height: calc(200px + 31vw);
  }
  .hero h1 {
    margin-bottom: 32px;
  }
  .hero h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .heading {
    width: auto;
  }
  .pain,
  .care {
    min-height: 0;
  }
  .pain .heading,
  .care .heading {
    margin-left: 8vw;
  }
  .pain .info,
  .care .info {
    margin-left: 13vw;
    width: calc(85vw - 60px);
  }
  .cta .heading {
    margin-left: 0;
    width: auto;
  }
  .cta .flex {
    margin-left: 0;
  }
  .cta .col-2 {
    padding: 0 24px;
    width: calc(100% - 200px);
  }
  .cta .col-2 + .col-2 {
    width: 248px;
  }
  .headshot {
    width: 200px;
  }
  .checkmark {
    height: 20px;
    width: 10px;
    border-bottom: 4px solid #2886d8;
    border-right: 4px solid #2886d8;
  }
  .checkmark-o {
    width: 32px;
    height: 32px;
  }
  .checkmark-o .checkmark {
    position: absolute;
    left: calc((32px - 10px) / 2);
    top: calc((32px - 20px) / 2.6);
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  header {
    padding: 10px 30px;
  }
  header .logo img {
    height: 60px;
  }
  .hero {
    padding: 30px 30px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .hero h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .info h3 {
    margin-bottom: 12px;
  }
  .info .col {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .products .flex {
    display: block;
  }
  .products .flex h2 {
    font-size: 16px;
    line-height: 21px;
    margin: 8px auto;
  }
  .products .col {
    width: auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .products .col .icon {
    text-align: center;
    min-width: 126px;
    margin-right: 24px;
    flex: 1;
  }
  .products .col .icon svg {
    width: 80px;
    height: 40px;
  }
  .products .col .icon + * {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .cta {
    position: relative;
  }
  .cta .heading {
    margin-right: 100px;
  }
  .cta .flex {
    display: block;
  }
  .cta .col-2 {
    width: auto;
    padding: 0;
  }
  .headshot {
    position: absolute;
    top: calc(27vw + 30px);
    right: 20px;
    width: 100px;
  }
  .contact .contained {
    margin-left: 0;
    width: auto;
  }
}

/*# sourceMappingURL=index.css.map */
