@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Clearsans;
  src: url('../fonts/ClearSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --steel-blue: #147daa;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 15px 30px;
  display: flex;
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.hero-blue {
  z-index: 9;
  background-image: url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png'), linear-gradient(#189ad5, #189ad5);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 260px;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 10px #0000004d;
}

.heading-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  font-family: Clearsans, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.heading-hero._60 {
  font-size: 60px;
  line-height: 60px;
}

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

.heading-hero.left.gray {
  color: #666;
}

.heading-hero.left {
  text-align: left;
  margin-left: 0;
}

.section-white {
  z-index: 8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 3px 10px #00000026;
}

.section-white.shorter {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-container-80 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-container-80.ctr {
  flex-direction: column;
  display: flex;
}

.div-block-container-80.hidden {
  display: none;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.blue {
  color: #147daa;
  line-height: 26px;
}

.paragraph.blue.left {
  margin-bottom: 5px;
}

.paragraph.grey {
  color: #666;
  line-height: 26px;
}

.paragraph.grey.left {
  margin-top: 20px;
}

.paragraph.grey.margin {
  margin-top: 10px;
}

.paragraph.grey._22.ctr {
  text-align: center;
}

.paragraph.grey._22 {
  text-align: center;
  line-height: 28px;
}

.paragraph.grey._22.left, .paragraph.left {
  text-align: left;
}

.paragraph.left._20 {
  color: #666;
  font-size: 20px;
  line-height: 28px;
}

.paragraph.white.left._20, .paragraph._22 {
  font-size: 20px;
}

.paragraph._22.left.white {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

.paragraph._22.left {
  color: #666;
  line-height: 24px;
}

.paragraph._22.left.white {
  color: #fff;
}

.paragraph.small {
  color: #002535;
  margin-top: 6px;
  font-size: 12px;
}

.paragraph.white {
  color: #fff;
  line-height: 22px;
}

.divider-30 {
  width: 100%;
  height: 30px;
}

.button-plum {
  color: #fff;
  text-transform: none;
  background-color: #9f2a6a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 257px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -2px #00000080;
}

.button-plum:hover {
  background-color: #b2407e;
  transform: scale(1.03);
}

.button-plum.wide {
  width: 247px;
}

.button-plum.blue {
  background-color: #147daa;
  width: 450px;
  font-size: 20px;
}

.button-plum.blue:hover {
  background-color: #30a5cd;
}

.button-plum.left {
  margin-left: 0;
}

.button-plum.left._200 {
  width: 200px;
}

.button-plum.left._240-copy {
  width: 240px;
}

.button-plum.left.hidden {
  display: none;
}

.button-plum.orange {
  text-align: center;
  background-color: #e87321;
  width: 300px;
}

.button-plum.orange._50h {
  background-color: #147daa;
  border-radius: 10px;
  width: 260px;
  height: 54px;
}

.button-plum.orange._50h:hover {
  background-color: #4397bb;
  transform: none;
}

.button-plum.orange._50h.left.white {
  color: #147daa;
  background-color: #fff;
  width: 260px;
}

.button-plum.orange._50h.wider {
  width: 300px;
}

.button-plum.orange._50h.wider._400 {
  width: 400px;
}

.button-plum.orange._50h.wider._400:hover {
  background-color: #4397bb;
}

.button-plum.orange._50h.white {
  background-color: var(--white);
  color: #147daa;
  width: 200px;
  height: 48px;
}

.button-plum.orange._50h.white:hover {
  color: #fff;
  background-color: #0000;
  border: 3px solid #fff;
}

.button-plum.w100 {
  width: 100%;
}

.button-plum.right {
  width: 200px;
  margin-right: 0;
}

.button-plum.right.h50 {
  background-color: #9f2a6a;
  border-radius: 10px;
  justify-content: center;
  width: 180px;
  height: 54px;
  margin-bottom: 0;
  margin-left: 0;
}

.button-plum.right.h50:hover {
  background-color: #b2407e;
  transform: none;
}

.button-plum.h50 {
  border-radius: 10px;
  height: 60px;
}

.button-plum.h50.ctr {
  border: 2px solid var(--white);
  width: 90%;
  height: 50px;
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  box-shadow: 3px 3px 6px -2px #0000001c;
}

.button-plum.h50.ctr:hover {
  border: 2px none var(--white);
  background-color: var(--white);
  color: #147daa;
  transform: none;
}

.button-plum.h50.wider._400 {
  width: 430px;
}

.button-plum.h50.wider._400.vertical, .button-plum.h50.vertical {
  flex-direction: column;
}

.button-plum.h50.left {
  width: 200px;
  height: 48px;
  font-size: 18px;
}

.button-plum.h50.left.transparent {
  border: 1px solid var(--white);
  background-color: #0000;
}

.button-plum.h50.left.transparent:hover {
  background-color: var(--white);
  color: #9f2a6a;
}

.button-plum.h50.left.center {
  margin-left: auto;
  margin-right: auto;
}

.button-plum.h50 {
  height: 60px;
}

.button-plum.h50.ctr {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 90%;
  height: 50px;
  box-shadow: 3px 3px 6px -2px #0000001c;
}

.button-plum.h50.ctr:hover {
  color: #147daa;
  background-color: #fff;
  border: 2px #fff;
  transform: none;
}

.button-plum.h50 {
  border-radius: 10px;
}

.button-plum.h50:hover {
  transform: none;
}

.button-plum.h50.left {
  background-color: #9f2a6a;
  width: 200px;
  height: 48px;
  font-size: 18px;
}

.button-plum.h50.left:hover {
  text-decoration: underline;
}

.button-plum.h50.left.center {
  background-color: #9f2a6a;
  margin-left: auto;
  margin-right: auto;
}

.section-s {
  padding-left: 30px;
  padding-right: 30px;
}

.section-s.relative {
  position: sticky;
  inset: 80% auto 0% 0%;
}

.section-2 {
  z-index: 7;
  background-color: #f0f7fa;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 2px 2px 10px #0000004d;
}

.heading-blue-section {
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading-blue-section.left {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.heading-blue-section.left.gray {
  color: #666;
}

.heading-blue-section.white {
  color: var(--white);
}

.heading-blue-section.left {
  text-align: left;
  line-height: 30px;
}

.div-block-2 {
  border-top: 2px solid #147daa;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2.left {
  margin-left: 0;
}

.div-block-2.left.white {
  border: 1px solid var(--white);
}

.div-block-2.white {
  border-top-color: var(--white);
}

.divider-10 {
  height: 10px;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  display: block;
}

.column.line {
  border-right: 1px solid #147daa;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.column.line-left {
  border-left: 2px solid #fff;
}

.column.margin-right {
  padding-left: 0;
  padding-right: 30px;
}

.column.margin-left {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 0;
}

.column.margin-left-wide {
  border-right: 2px solid #666;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column.ctr {
  align-items: center;
}

.rows {
  justify-content: center;
  display: flex;
}

.link-2 {
  color: #666;
}

.link-2:hover {
  color: #666c;
}

.link-2.white {
  color: #fff;
  text-decoration: underline;
}

.link-2.white:hover {
  color: #fffc;
}

.section-white-2 {
  z-index: 6;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 2px 2px 10px #0000004d;
}

.list-item {
  padding-bottom: 10px;
  display: flex;
}

.check {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.footer-blue {
  z-index: 5;
  background-color: #147daa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-blue.plum {
  background-color: #9f2a6a;
  border-bottom-width: 5px;
  border-bottom-color: #0d5aa5;
}

.image {
  width: 150px;
}

.legal {
  padding: 10px 20px;
}

.text-on-button {
  text-align: center;
  text-decoration: none;
}

.legal-text {
  color: #666;
  text-align: center;
  text-transform: none;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  font-family: Clearsans, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 10px;
}

.brand, .brand.w--current {
  width: 200px;
}

.brand._280 {
  align-self: flex-end;
  width: 320px;
}

.brand._150 {
  width: 150px;
}

.image-2 {
  margin-left: 0;
  margin-right: auto;
}

.image-2._120 {
  margin-left: auto;
  margin-right: auto;
}

.image-2._120.left {
  width: 132px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
}

.hero-under-construction {
  background-image: url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-3, .sarah-cannon-ko-link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.column-ctr {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-3 {
  align-items: center;
  display: flex;
}

.wellist-ko-link {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero {
  background-image: linear-gradient(#0006, #0006), url('../images/2319520.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  max-width: none;
  height: 75vh;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 40px;
  box-shadow: 0 8px 10px 3px #00000026;
}

.hero.team {
  z-index: 9;
  background-image: linear-gradient(#0009, #0009), url('../images/nurse-checks-notes-while-talking-on-phone-114426892-5936f8d85f9b58d58a3d7aea2.jpg'), linear-gradient(#147daa, #147daa);
  background-position: 0 0, 100% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.hero.new {
  background-image: url('../images/Stocksy_txp2ca06246CqT200_Large_2319520web_1.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  height: 62vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.hero.new._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Stocksy_txp88c92d74K71200_Medium_1343610-small.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.sub-head-white-24 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Clearsans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.sub-head-white-24.grey {
  color: #666;
  font-weight: 700;
  line-height: 34px;
}

.sub-head-white-24.grey.blue {
  color: #147daa;
}

.sub-head-white-24.left {
  text-align: left;
  width: 600px;
  font-size: 20px;
  line-height: 26px;
}

.sub-head-white-24.left.gray {
  color: #666;
}

.sub-head-white-24.left._33 {
  font-size: 33px;
  font-weight: 500;
}

.divider-80 {
  width: 100%;
  height: 60px;
}

.list-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list-2.hidden {
  display: none;
}

.icon {
  width: 80px;
  height: 80px;
}

.list-item-2 {
  flex-direction: column;
  align-items: center;
  width: 16.66%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-text {
  color: #666;
  text-align: center;
  margin-top: 10px;
  font-family: Clearsans, sans-serif;
}

.icon-text.white {
  color: #fff;
}

.icon-text.dark {
  color: #004966;
}

.icon-text.s10 {
  color: #fff;
  width: 88%;
  height: 22px;
  margin-top: -10px;
  font-size: 11px;
  line-height: 12px;
}

.section-blue {
  z-index: 7;
  background-image: linear-gradient(#eff6fa, #eff6fa);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 3px 10px #00000026;
}

.section-blue._8 {
  z-index: 8;
}

.section-blue.light {
  background-image: linear-gradient(#147, #147);
}

.column-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-4.line {
  border-right: 2px solid #fff;
}

.image-100 {
  border-radius: 100px;
  width: 140px;
  box-shadow: 2px 2px 4px #0006;
}

.columns {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-2 {
  align-items: center;
  width: 90%;
  display: flex;
}

.wellist-logo-footer {
  width: 180px;
}

.columns-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._120 {
  color: #147daa;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  text-decoration: underline;
  display: flex;
}

.image-101 {
  width: 40px;
  margin-left: 5px;
}

.text-block {
  color: #147daa;
  margin-right: 5px;
  font-family: Clearsans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block:hover {
  color: #42b7e9;
}

.link-white {
  color: #fff;
}

.heading-column {
  color: #147daa;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.link-plum {
  color: #9f2a6a;
  font-weight: 700;
}

.schedule-training-modal {
  z-index: 8;
  background-color: #444444b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.training-popup {
  z-index: 9;
  background-color: #f6f6f6;
  flex-direction: column;
  width: 631px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 17px 41px #0000004d;
}

.text-field {
  font-family: Clearsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.column-no-margin-left {
  padding-left: 0;
}

.column-no-margin-right {
  padding-right: 0;
}

.close {
  z-index: 99;
  background-color: #147daa;
  background-image: url('../images/UI_Icons_DropClose_KO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  position: relative;
  top: -62px;
  left: 548px;
}

.success-message {
  background-color: #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
}

._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list-3 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.list-item-3 {
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.list-item-3.hidden {
  display: none;
}

.image-102 {
  width: 60px;
  height: 60px;
}

.link-3 {
  color: #9f2a6a;
  text-align: center;
  margin-top: 20px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.helpful-resources {
  color: #9f2a6a;
  background-color: #fff;
  border-bottom: 3px #9f2a6a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 7px 1px #00000021;
}

.helpful-resources:hover {
  transform: translate(0, -10px);
}

.helpful-resources.hidden {
  display: none;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  padding-right: 0;
}

.heading-4 {
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.heading-4.column {
  text-align: left;
  padding-left: 0;
}

.heading-4.home {
  width: 70%;
  font-size: 26px;
  line-height: 32px;
}

.container-2 {
  transform-style: preserve-3d;
  justify-content: center;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 220px 0 0;
  transform: rotateX(40deg)rotateY(0)rotateZ(0);
}

.field-label {
  color: #147daa;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
}

.column-16 {
  padding: 30px 40px 30px 0;
}

.success-message-2 {
  margin-bottom: 400px;
}

.column-17 {
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.section-15 {
  perspective: 1800px;
  perspective-origin: 20%;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 50px;
  box-shadow: 4px 4px 7px #0003;
}

.section-15.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-15.bg {
  background-image: none;
  background-position: 0 0;
}

.divider {
  width: 100%;
  height: 40px;
}

.divider._10 {
  height: 10px;
}

.divider._20 {
  height: 20px;
}

.checkbox-2 {
  margin-top: 0;
}

.text-field-2 {
  margin-bottom: 10px;
  font-family: Clearsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field-2.white {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.text-field-2.white.hidden {
  display: none;
}

.link-block {
  text-align: center;
  background-color: #9f2a6a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -1px #00000045;
}

.link-block:hover {
  transform: scale(1.01);
}

.link-block.submit {
  background-color: #147daa;
  justify-content: center;
  width: 198px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-13 {
  height: 180px;
  margin-left: 20px;
  margin-right: auto;
  display: block;
  box-shadow: 0 11px 16px -1px #00000061;
}

.image-13._1 {
  float: left;
  height: 220px;
  margin-left: 16px;
  margin-right: 10px;
}

.container-3 {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 300px;
  transform: rotateX(40deg)rotateY(0)rotateZ(0);
}

.div-block-11 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-2 {
  margin-left: 5px;
  font-weight: 300;
}

.div-block-4 {
  border-top: 1px solid #147daa;
  width: 40%;
  margin-top: 20px;
}

.paragraph-2 {
  color: #666;
  margin-top: 20px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.team-column {
  text-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  line-height: 26px;
}

.checkbox-field {
  float: left;
  align-items: center;
  font-family: Clearsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.text-field-3 {
  height: 30px;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-column-2 {
  color: #147daa;
  text-align: center;
  margin-top: 20px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.heading-column-2.pink {
  color: #555;
  margin-top: 0;
}

.columns-4 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.bold-text-3 {
  font-weight: 500;
}

.column-23 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-23.line {
  border-left: 2px dotted #cfcfcf;
  border-right: 2px dotted #cfcfcf;
}

.image-20 {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.row-13 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.row-13.hidden {
  display: none;
}

.div-block-5 {
  border-top: 2px solid #147daa;
  width: 30%;
  margin: 30px auto 40px;
  display: block;
}

.div-block-5.white {
  border-top-color: #fff;
}

.div-block-3 {
  width: 981px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-6 {
  color: #b2407e;
  font-weight: 700;
}

.section-3 {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-3.homenew {
  z-index: 8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 3px 10px #0000004d;
}

._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 120px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #147daa;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.sub-head-22 {
  color: #fff;
  font-family: Clearsans, sans-serif;
  font-size: 22px;
}

.sub-head-22.hidden {
  display: none;
}

.banner {
  background-color: #147daa;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.banner.hidden {
  background-color: #147daa;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 10px 3px #00000026;
}

.text-span {
  text-decoration: underline;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  padding: 28px 10px 20px;
  text-decoration: none;
  display: flex;
}

.image-103 {
  width: 100px;
  padding-bottom: 0;
}

.image-103.optumcare {
  width: 200px;
}

.image-103._80 {
  width: 150px;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-31 {
  justify-content: center;
  display: flex;
}

.div-block-container-90 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-container-90.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.list-item-4 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-104 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.text-field-4 {
  color: #666;
  border: 1px solid #cdcdcd;
  height: 50px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
}

.form-block {
  background-color: #eff6fa;
  padding: 20px;
}

.field-label-11 {
  float: left;
  margin-left: 5px;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.phone-availability-block {
  display: none;
}

.field-label-12 {
  float: none;
  color: #147daa;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
}

.field-label-12.white {
  color: #fff;
  margin-top: 0;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-field-5 {
  color: #666;
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.text-field-5.contact-group {
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
}

.text-field-6 {
  font-size: 18px;
  line-height: 28px;
}

.text-field-6.contact-group {
  color: #666;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
}

.text-field-6._130 {
  height: 80px;
}

.staff-select-checkboxes {
  margin-right: 20px;
  font-size: 24px;
  line-height: 30px;
}

.contact-method-preference-block {
  display: none;
}

.radio-button-2 {
  margin-top: 7px;
}

.list-4 {
  border-bottom: 1px solid #147daa;
  display: flex;
}

.text-block-3 {
  color: #147daa;
  font-size: 20px;
  line-height: 28px;
}

.form {
  color: #147daa;
  text-align: left;
  background-color: #eff6fa;
  border-radius: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.form.bg {
  background-color: #eff6fa5c;
  width: auto;
  margin-left: 0;
}

.form.bg._100 {
  width: 100%;
}

.form.bg.hidden {
  display: none;
}

.success-message-3 {
  background-color: #eef6fa;
}

.submit-button {
  float: left;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#712c6a, #712c6a);
  border-radius: 100px;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  display: block;
}

.submit-button.blue {
  background-image: linear-gradient(#147daa, #147daa);
}

.submit-button.blue:hover {
  background-image: none;
}

.radio-button-field-2 {
  font-size: 24px;
  line-height: 30px;
}

.text-field-7 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.text-field-7.contact-group {
  color: #666;
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.text-field-7.contact-group.no-margin {
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
}

.form-block-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-33 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.column-33.margin {
  padding-right: 40px;
}

.text-block-4 {
  z-index: 99;
  color: #9f2a6a;
  text-align: center;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.text-block-4.blue {
  color: #147daa;
}

.text-block-4.blue.left {
  color: #666;
  text-align: left;
}

.text-block-4.fa {
  color: #666;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.list-item-5 {
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.columns-6 {
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-6.hidden {
  display: none;
}

.columns-6._600w {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.columns-6._900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.columns-7 {
  align-items: center;
  height: auto;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.div-block-14 {
  background-image: url('../images/UI_Icons_arrowbutton.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex: 1;
  height: 100%;
}

.heading-2 {
  color: #147daa;
  margin-top: 0;
  font-size: 30px;
}

.lpsectionsub {
  color: #999;
  text-align: center;
  font-size: 16px;
}

.lpsectionsub.px {
  width: 85%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lpsectionsub.px.small {
  margin-top: 15px;
  font-size: 14px;
}

.div-block-15 {
  border-top: 2px solid #666;
}

.section-6 {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 40px;
}

.link-block-5 {
  background-color: #b2407e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-5.px {
  width: 287px;
  margin-top: 30px;
}

.paragraph-3 {
  color: #666;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.column-34 {
  padding: 30px 30px 30px 0;
}

.pxportalimage {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
  text-decoration: none;
}

.div-block-10 {
  width: 1234px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.list-5 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.list-item-6 {
  margin-bottom: 20px;
}

.column-35 {
  padding-left: 0;
  padding-right: 10px;
}

.columns-8 {
  margin-top: 20px;
}

.columns-8.hidden {
  display: none;
}

.columns-9 {
  align-items: center;
  display: flex;
}

.columns-9.hidden {
  display: none;
}

.row-14 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-column-3 {
  color: #147daa;
  text-align: center;
  margin-top: 10px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.column-36 {
  padding-left: 0;
}

.text-span-2 {
  text-decoration: underline;
}

.phone-30 {
  background-image: url('../images/phone-blue.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.phone-30.white {
  position: relative;
}

.list-item-7 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-37 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

._60 {
  height: 60px;
}

._16 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-4 {
  line-height: 26px;
}

.columns-35 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-42 {
  justify-content: center;
  display: flex;
}

.div-block-40 {
  width: 400px;
  height: 100%;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #147daa33;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-40:hover {
  box-shadow: 0 0 10px 2px #147daa1a;
}

.list-7 {
  margin-bottom: 0;
}

.list-item-9 {
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.list-item-10 {
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.text-block-10 {
  z-index: 99;
  color: #666;
  text-align: center;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.list-8 {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.columns-36 {
  width: 460px;
}

.phone-31 {
  width: 24px;
  margin-right: 18px;
}

.learn-more {
  background-color: #eef6fa;
  border: .5px #979797;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 271px;
  margin: 40px auto;
  display: flex;
  box-shadow: 0 17px 40px #0003;
}

.learn-more._360h {
  background-color: #147daa;
  height: 360px;
}

.heading-ctr {
  color: #004966;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Clearsans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-ctr.close {
  margin-top: 0;
}

.heading-ctr.close.no-bottom {
  text-align: left;
  margin-bottom: 10px;
}

.columns-37 {
  align-items: center;
  width: 90%;
  display: flex;
}

.button-cta-hero {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 48px;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-cta-hero.blue {
  background-color: #30a5cd;
  border-style: none;
  width: 200px;
}

.button-cta-hero.blue:hover {
  background-color: #6eb9d7;
}

.button-cta-hero.blue.ctr {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-cta-hero.blue.ctr:hover {
  background-color: #6eb9d7;
}

.column-43 {
  flex-direction: column;
  display: flex;
}

.section-wrapper {
  width: 960px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.paragraph-hero {
  color: #fff;
  width: 544px;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-hero._600 {
  width: 600px;
}

.text-block-11 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #888;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-style: italic;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}

.text-block-9.employee {
  font-size: 14px;
  top: 230px;
  bottom: 0;
}

.collection-item-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-4 {
  height: 20%;
  position: absolute;
  inset: 250px 60px 0 0;
}

.left-arrow-4.employee {
  top: 160px;
}

.heading-blue-section-2 {
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.heading-blue-section-2.white {
  color: #fff;
}

.collection-list-4 {
  width: 100%;
  display: flex;
}

.image-21 {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-21.r {
  bottom: 0;
  left: auto;
  right: 0;
}

.slider-4 {
  background-color: #0000;
  height: 300px;
  margin-top: 10px;
  padding-top: 10px;
}

.slider-4.employee {
  height: 230px;
  margin-bottom: 20px;
}

.right-arrow-4 {
  height: 20%;
  inset: 250px 0 0 60px;
}

.right-arrow-4.employee {
  top: 160px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.body-copy {
  color: #004966;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-copy.white {
  font-weight: 400;
}

.body-copy.center {
  text-align: center;
}

.body-copy.center.gray {
  color: #666;
}

.section-10 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/581ba1eac9b0d76c5dcedfa0_Stocksy_txp676fcc90TVA100_Small_316594.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-10._2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Stocksy_txp93dc1636NZ8100_Original_872302.jpg');
  background-position: 0 0, 50% 26%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 4px 4px 7px #0000004d;
}

.section-10._2.employee {
  background-image: linear-gradient(to right, #000000b3, #0000), linear-gradient(#0000001a, #0000001a), url('../images/Stocksy_txp45994d41ftX100_Large_1400144web.jpg');
  background-position: 0 0, 0 0, 100% 58%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-15 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.row-15.employee {
  align-items: center;
  width: 480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.row-15.employee.left {
  width: 420px;
  margin-left: 0;
}

.section-19 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-22 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-38 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-43 {
  width: 400px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #147daa33;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-43:hover {
  box-shadow: 0 0 10px 2px #147daa1a;
}

.list-item-11 {
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.image-105 {
  background-color: #0d5aa5;
  border-radius: 100px;
  width: 40px;
}

.div-block-44 {
  border-top: 2px solid #147daa;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44.left {
  margin-left: 0;
}

.column-51 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 46px;
  display: block;
}

.collection-list-wrapper-3 {
  justify-content: center;
  display: flex;
}

.text-block-14 {
  z-index: 99;
  color: #fff;
  text-align: center;
  font-family: Clearsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.slider-5 {
  background-color: #0000;
  align-items: center;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.resource-wrapper {
  width: 90%;
  height: 90%;
  margin: 10px 20px;
  overflow: hidden;
}

.fa {
  color: #fff;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.circle {
  background-color: #212e77;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.list-12, .hidden-exc-mobile-2 {
  display: none;
}

.column-50 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-divider-arrow {
  width: 100%;
  margin-top: -1px;
}

.column-52 {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.white {
  color: #fff;
}

.section-wrapper-2 {
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 0;
  display: block;
}

.sub-head-23 {
  color: #fff;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.sub-head-23.gray {
  color: #666;
  font-size: 20px;
  line-height: 24px;
}

.image-106 {
  border: 5px solid #8ed8f6;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  box-shadow: 2px 2px 4px #0006;
}

.section-20 {
  background-color: #eff6fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-20.no-pad {
  z-index: 7;
  padding-top: 0;
  position: relative;
  box-shadow: 0 6px 7px #0000001f;
}

._20 {
  height: 20px;
}

.slider-wrapper {
  overflow: hidden;
}

.columns-41 {
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 10px;
  display: grid;
}

.left-arrow-resources {
  width: 5%;
  box-shadow: none;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-49 {
  width: 80%;
}

.resources {
  margin: 10px;
}

.button-plum-2 {
  color: #fff;
  text-transform: none;
  background-color: #cc147c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -2px #00000080;
}

.button-plum-2:hover {
  text-decoration: underline;
}

.button-plum-2.h50 {
  background-color: #293896;
  border-radius: 10px;
  width: 200px;
  height: 48px;
}

.button-plum-2.h50:hover {
  transform: none;
}

.button-plum-2.h50.ctr {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 90%;
  height: 50px;
  box-shadow: 3px 3px 6px -2px #0000001c;
}

.button-plum-2.h50.ctr:hover {
  color: #147daa;
  background-color: #fff;
  border: 2px #fff;
  transform: none;
}

.button-plum-2.h50.left {
  height: 48px;
  font-size: 18px;
}

.button-plum-2.h50.left:hover {
  text-decoration: underline;
}

.button-plum-2.h50.left.center {
  background-color: #29295c;
  margin-left: auto;
  margin-right: auto;
}

.section-dark-blue {
  z-index: 7;
  background-color: #0d5aa5;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  box-shadow: 0 4px 5px #0000001f;
}

.heading-blue-section-3 {
  color: #29295c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading-blue-section-3.left {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.heading-blue-section-3.left.white {
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}

.div-block-45 {
  width: 100%;
  height: 30%;
  box-shadow: none;
  background-color: #0d5aa5;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0%;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-45:hover {
  color: #fff;
  text-decoration: underline;
}

.right-arrow-resources {
  width: 5%;
  box-shadow: none;
  background-image: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.legal-2 {
  padding: 10px 10%;
}

.card-slider-resources {
  width: 33.3333%;
}

.hero-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/2319520.jpg'), none;
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  max-width: none;
  height: 75vh;
  max-height: none;
  padding-top: 140px;
  padding-bottom: 40px;
  box-shadow: 0 8px 10px 3px #00000026;
}

.hero-2.team {
  z-index: 9;
  background-image: url('../images/Stocksy_txp2ca06246CqT200_Large_2319520web2.jpg'), linear-gradient(#f6f6f6, #f6f6f6);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: auto;
  padding-top: 60px;
  padding-bottom: 86px;
  position: relative;
}

.slider-mask-resources {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wellist-logo-footer-2 {
  width: 180px;
}

.resource-header {
  background-color: #f9fbfd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  padding: 28px;
  display: flex;
}

.div-block-50 {
  border-top: 2px solid #b72270;
  width: 25%;
  margin: 20px auto 40px;
  display: block;
}

.circle-arrow {
  width: 40px;
  height: 40px;
  box-shadow: none;
  background-color: #b72270;
  border-radius: 100px;
}

.circle-2 {
  background-color: #9f2a6a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.div-block-51 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-white-3 {
  z-index: 8;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 3px 10px #0d5aa526;
}

.div-block-52 {
  background-image: linear-gradient(#147daa, #147daa);
  height: 20px;
}

.column-47 {
  padding-right: 0;
}

.div-block-48 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-hero-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  font-family: Clearsans, sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.heading-hero-2.left {
  color: var(--steel-blue);
  text-align: left;
  margin-left: 0;
  line-height: 50px;
}

.slide-nav-resources {
  display: none;
}

.column-49 {
  padding-left: 0;
  padding-right: 0;
}

._120-2 {
  color: #0d5aa5;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  font-family: Clearsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

._120-2:hover {
  text-decoration: underline;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  display: flex;
  box-shadow: 0 8px 9px #0003;
}

.banner-2 {
  background-color: #0d5aa5;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-bottom: 92px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: all .2s;
  display: none;
  box-shadow: 1px 1px 10px #0003;
}

.banner-2:hover {
  color: #fff;
  text-decoration: underline;
}

.sub-head-white-25 {
  color: var(--steel-blue);
  text-align: left;
  margin-top: 10px;
  font-family: Clearsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.sub-head-white-25.light {
  font-size: 20px;
  font-weight: 400;
}

.sub-head-white-25.left {
  width: 60%;
  color: var(--steel-blue);
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.columns-42 {
  align-items: center;
  width: 80%;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-42.no-margin {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-53 {
  background-color: #6eb9d7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px 6px;
  display: flex;
}

.image-107 {
  width: 76px;
  margin-top: 0;
}

.legal-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    margin-bottom: 0;
  }

  .heading-hero {
    letter-spacing: 0;
  }

  .heading-hero.left {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .div-block-container-80 {
    width: 94%;
  }

  .paragraph.grey._22 {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph._22.left.white {
    line-height: 26px;
  }

  .paragraph.white {
    font-size: 16px;
    line-height: 20px;
  }

  .button-plum {
    width: 249px;
  }

  .button-plum.wide {
    width: 100%;
  }

  .button-plum.h50.left {
    margin-left: 0;
    margin-right: auto;
  }

  .column.margin-left {
    padding-left: 20px;
  }

  .column.margin-left-wide {
    padding-left: 0;
    padding-right: 20px;
  }

  .legal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .legal-text {
    font-size: 7px;
    line-height: 10px;
  }

  .brand._280 {
    width: 200px;
  }

  .hero.new {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Stocksy_txp2ca06246CqT200_Large_2319520web.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
    background-position: 0 0, 0%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, scroll;
  }

  .sub-head-white-24.left {
    text-align: center;
    width: auto;
  }

  .list-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-text.s10 {
    height: 20px;
    margin-top: 0;
    line-height: 10px;
  }

  .columns {
    width: 100%;
  }

  .columns-2 {
    flex-direction: row;
  }

  .list-3 {
    width: 100%;
  }

  .list-item-3 {
    width: 320px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .helpful-resources {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4.home {
    width: 100%;
  }

  .container-2 {
    padding-right: 0;
    top: 240px;
    transform: rotateX(20deg)rotateY(0)rotateZ(0);
  }

  .column-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .success-message-2 {
    margin-bottom: 380px;
  }

  .column-17 {
    padding-left: 10px;
  }

  .link-block {
    width: 42%;
  }

  .image-13 {
    height: 125px;
    margin-left: 5px;
    margin-right: 10px;
  }

  .image-13._1 {
    height: 140px;
    margin-left: 10px;
  }

  .container-3 {
    padding-left: 0;
    transform: rotateX(20deg)rotateY(0)rotateZ(0);
  }

  .div-block-11 {
    width: 95%;
  }

  .paragraph-2.team-column {
    margin-top: 10px;
  }

  .column-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    width: 95%;
  }

  .div-block-container-90 {
    width: 740px;
  }

  .div-block-container-90.nav {
    margin-left: 5%;
    margin-right: 5%;
  }

  .field-label-12 {
    font-size: 18px;
  }

  .submit-button {
    display: block;
  }

  .lpsectionsub.px {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-35 {
    display: flex;
  }

  .column-42 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .columns-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-37 {
    flex-direction: row;
  }

  .section-wrapper {
    width: 740px;
  }

  .paragraph-hero {
    width: 100%;
  }

  .text-block-11 {
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-9 {
    bottom: 40px;
  }

  .left-arrow-4 {
    top: 190px;
  }

  .heading-blue-section-2 {
    font-size: 22px;
  }

  .image-21 {
    width: 40px;
    height: 40px;
  }

  .slider-4 {
    height: 200px;
    display: block;
  }

  .right-arrow-4 {
    top: 190px;
  }

  .text-block-12 {
    text-align: center;
  }

  .columns-38 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-43 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .list-item-11 {
    flex-direction: row;
    justify-content: center;
  }

  .slider-5 {
    height: 220px;
  }

  .resource-wrapper {
    width: 94%;
    height: 100%;
    margin: auto;
  }

  .list-12, .hidden-exc-mobile-2 {
    display: none;
  }

  .column-52 {
    padding-left: 0;
    padding-right: 10px;
  }

  .section-wrapper-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-20.no-pad {
    padding-bottom: 60px;
  }

  .columns-41 {
    width: 100%;
  }

  .left-arrow-resources {
    width: auto;
  }

  .button-plum-2 {
    width: 200px;
  }

  .button-plum-2.h50.left {
    margin-left: auto;
    margin-right: auto;
  }

  .section-dark-blue {
    padding-top: 30px;
  }

  .heading-blue-section-3.left.white {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-45 {
    height: 30%;
    padding: 10px 5px;
  }

  .right-arrow-resources {
    width: auto;
  }

  .legal-2 {
    padding: 10px 2%;
  }

  .list-11 {
    padding-left: 30px;
  }

  .hero-2.team {
    background-image: url('../images/Stocksy_txp2ca06246CqT200_Large_2319520web2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-attachment: scroll, scroll;
  }

  .slider-mask-resources {
    width: 88%;
  }

  .resource-header {
    height: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 1%;
  }

  .div-block-48 {
    align-items: flex-start;
  }

  .heading-hero-2 {
    letter-spacing: 0;
  }

  .heading-hero-2.left {
    text-align: left;
    font-size: 42px;
  }

  .banner-2 {
    height: auto;
  }

  .sub-head-white-25.left {
    text-align: left;
    width: auto;
  }

  .columns-42 {
    flex-direction: row;
  }

  .div-block-53 {
    width: 100%;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-107 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-bottom: 0;
  }

  .heading-hero {
    font-size: 34px;
    line-height: 38px;
  }

  .heading-hero.left {
    text-align: center;
  }

  .div-block-container-80 {
    width: 94%;
  }

  .paragraph._22.left.white {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.white {
    font-size: 16px;
    line-height: 18px;
  }

  .button-plum {
    width: 255px;
  }

  .button-plum.h50.left, .button-plum.h50.left.transparent {
    margin-right: 0;
  }

  .button-plum.h50.left {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-blue-section.left {
    text-align: center;
  }

  .heading-blue-section.left {
    text-align: center;
    font-size: 24px;
  }

  .heading-blue-section.left.white {
    text-align: left;
  }

  .column {
    padding-left: 20px;
    padding-right: 0;
  }

  .column.line {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.margin-right {
    justify-content: center;
    align-self: center;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .column.margin-left {
    border-top: 2px solid #147daa;
    border-left-style: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .column.margin-left-wide {
    border-right-width: 0;
    align-items: center;
    padding-left: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 200px;
  }

  .brand._280 {
    width: 220px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    align-items: center;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .image-2._120.left {
    margin-left: 0;
    margin-right: auto;
  }

  .hero.team {
    background-image: linear-gradient(#0009, #0009), url('../images/nurse-checks-notes-while-talking-on-phone-114426892-5936f8d85f9b58d58a3d7aea2.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
    background-position: 0 0, 80% 100%, 0 0;
  }

  .sub-head-white-24 {
    line-height: 26px;
  }

  .sub-head-white-24.left {
    text-align: center;
  }

  .list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: grid;
  }

  .list-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-text.s10 {
    font-size: 12px;
    line-height: 12px;
  }

  .columns {
    flex-direction: column;
  }

  .helpful-resources {
    padding: 10px 5px;
  }

  .column-16 {
    padding-bottom: 0;
  }

  .column-17 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .divider._20 {
    display: none;
  }

  .link-block {
    width: 56%;
  }

  .paragraph-2.team-column {
    margin-top: 10px;
  }

  .column-23 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-23.line {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #cfcfcf;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfcf;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .row-13 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-block-3 {
    width: 90%;
  }

  .div-block-container-90 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-container-90.nav {
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
  }

  .lpsectionsub {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block-5 {
    width: 60%;
  }

  .row {
    flex-direction: column;
  }

  .row-14 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .columns-35 {
    flex-direction: column;
  }

  .column-42 {
    margin-bottom: 20px;
  }

  .div-block-40 {
    justify-content: center;
    width: 100%;
    height: 80px;
  }

  .list-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .list-item-9 {
    display: none;
  }

  .list-item-10 {
    margin-left: 10px;
  }

  .columns-36 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-wrapper {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-hero {
    text-align: center;
    line-height: 28px;
  }

  .paragraph-hero._600 {
    width: 100%;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .unordered-list-9 {
    color: #666;
    padding-left: 20px;
    font-family: Clearsans, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .body-copy {
    margin-bottom: 20px;
  }

  .row-15 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .row-15.employee {
    width: auto;
  }

  .row-15.employee.left {
    flex-direction: row;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-19 {
    padding-bottom: 40px;
  }

  .column-44 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-38 {
    flex-direction: column;
  }

  .div-block-43 {
    justify-content: center;
    width: 100%;
    height: 80px;
  }

  .list-item-11 {
    margin-left: 10px;
  }

  .div-block-44 {
    width: 40%;
  }

  .column-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-12 {
    display: block;
  }

  .hidden-exc-mobile-2 {
    display: none;
  }

  .column-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-wrapper-2 {
    justify-content: center;
    margin-left: 2%;
    margin-right: 2%;
  }

  .sub-head-23.gray {
    font-size: 18px;
    line-height: 22px;
  }

  .image-106 {
    border-width: 3px;
    width: 100px;
    height: 100px;
  }

  .section-20 {
    padding-bottom: 40px;
  }

  ._20.hidden-exc-mobile {
    display: block;
  }

  .slider-wrapper {
    display: none;
  }

  .columns-41 {
    flex-direction: column;
  }

  .collection-list-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 22px;
  }

  .left-arrow-resources {
    display: none;
  }

  .div-block-49 {
    width: 90%;
  }

  .button-plum-2 {
    width: 200px;
  }

  .button-plum-2.h50.left {
    margin-left: auto;
    margin-right: auto;
  }

  .section-dark-blue {
    padding-top: 26px;
  }

  .heading-blue-section-3.left.white {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-45 {
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    height: 60px;
  }

  .right-arrow-resources {
    display: none;
  }

  .slider-mask-resources {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-50 {
    margin-bottom: 10px;
  }

  .div-block-51 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-47 {
    margin-bottom: 20px;
  }

  .div-block-48 {
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-hero-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .heading-hero-2.left {
    font-size: 28px;
    line-height: 30px;
  }

  .list-item-resources {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .slide-nav-resources {
    display: block;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-head-white-25 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .sub-head-white-25.light {
    margin-top: 4px;
    font-size: 18px;
  }

  .sub-head-white-25.left {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .columns-42 {
    width: 98%;
  }

  .columns-42.no-margin {
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    width: 100%;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-hero.left {
    line-height: 42px;
  }

  .paragraph._22.left {
    text-align: center;
  }

  .paragraph._22.left.white {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.white {
    font-size: 16px;
    line-height: 18px;
  }

  .button-plum {
    width: 288px;
  }

  .button-plum.blue {
    text-align: center;
    width: 100%;
  }

  .button-plum.h50.left, .button-plum.h50.left.transparent {
    margin-left: auto;
    margin-right: auto;
  }

  .button-plum.h50.left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-plum.h50.left.center {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-s {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-blue-section {
    line-height: 28px;
  }

  .heading-blue-section.left {
    text-align: center;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-blue-section.left.white {
    text-align: center;
  }

  .column {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column.line {
    border-bottom: 1px solid #147daa;
    border-right-style: none;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .rows {
    flex-direction: column;
  }

  .footer-blue.plum {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand, .brand.w--current {
    width: 180px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2._120 {
    margin-bottom: 20px;
  }

  .image-2._120.left {
    margin-left: auto;
    margin-right: auto;
  }

  .sarah-cannon-ko-link {
    margin-bottom: 30px;
  }

  .column-ctr {
    flex-direction: column;
    width: 100%;
  }

  .hero.team {
    background-image: linear-gradient(to bottom, null, null), url('../images/nurse-checks-notes-while-talking-on-phone-114426892-5936f8d85f9b58d58a3d7aea2.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
    background-position: 0 0, 70% 100%, 0 0;
    padding-top: 80px;
  }

  .hero.new {
    background-image: linear-gradient(#0006, #0006), url('../images/2319520.jpg'), url('../images/Screen-Shot-2019-06-06-at-10.30.21-PM.png');
    background-position: 0 0, 20%, 0 0;
  }

  .sub-head-white-24, .sub-head-white-24.grey {
    line-height: 28px;
  }

  .sub-head-white-24.left {
    font-size: 22px;
    line-height: 28px;
  }

  .divider-80 {
    height: 40px;
  }

  .list-2 {
    grid-column-gap: 10px;
    width: 100%;
  }

  .icon-text.s10 {
    font-size: 11px;
    line-height: 11px;
  }

  .columns-2 {
    flex-direction: column;
  }

  ._120 {
    justify-content: flex-end;
  }

  .image-101 {
    display: none;
  }

  .list-3 {
    flex-direction: column;
  }

  .list-item-3 {
    width: 80%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4.column {
    font-size: 26px;
  }

  .heading-4.home {
    font-size: 26px;
    line-height: 31px;
  }

  .column-16 {
    padding-top: 0;
  }

  .link-block {
    width: 90%;
  }

  .link-block.submit {
    width: 100%;
  }

  .paragraph-2.team-column {
    margin-top: 10px;
  }

  .column-23 {
    padding: 20px 0;
  }

  .column-23.line {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #cfcfcf;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfcf;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .row-13 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-12 {
    width: 70px;
  }

  .text-block-2 {
    text-align: right;
    flex: 1;
  }

  .div-block-container-90 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-container-90.nav {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .lpsectionsub, .link-block-5 {
    width: 80%;
  }

  .pxportalimage {
    max-width: 100px;
  }

  .row-14 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-40 {
    flex-direction: column;
    justify-content: center;
    height: 90px;
    padding: 10px;
    display: flex;
  }

  .div-block-40:hover {
    transform: translate(0, -5px);
  }

  .list-7 {
    padding-left: 0;
  }

  .columns-36 {
    flex-direction: column;
    width: 100%;
  }

  .phone-31 {
    display: none;
  }

  .learn-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .learn-more._360h {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-37 {
    flex-direction: column;
  }

  .section-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-hero {
    margin-bottom: 0;
  }

  .text-block-11 {
    margin-left: 0;
    margin-right: 10px;
  }

  .heading-blue-section-2 {
    line-height: 28px;
  }

  .unordered-list-9 {
    margin-bottom: 0;
  }

  .body-copy {
    margin-bottom: 10px;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-15 {
    flex-direction: column;
    margin-top: 0;
  }

  .row-15.employee.left {
    flex-direction: column;
    width: 100%;
  }

  .column-44 {
    margin-bottom: 10px;
  }

  .div-block-43 {
    flex-direction: column;
    justify-content: center;
    height: 90px;
    padding: 10px;
    display: flex;
  }

  .list-item-11 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-105 {
    display: none;
  }

  .div-block-44 {
    width: 72%;
  }

  .column-51 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .hidden-exc-mobile-2 {
    margin-bottom: 20px;
    display: none;
  }

  .image-divider-arrow {
    margin-top: -3px;
    display: none;
  }

  .column-52 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-head-23.gray {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-20.no-pad {
    padding-bottom: 40px;
  }

  ._20.hidden-exc-mobile {
    margin-bottom: 0;
  }

  .button-plum-2 {
    width: 278px;
  }

  .button-plum-2.h50.left {
    margin-left: auto;
    margin-right: auto;
  }

  .button-plum-2.h50.left.center {
    width: 278px;
  }

  .section-dark-blue {
    padding-bottom: 30px;
  }

  .heading-blue-section-3 {
    line-height: 28px;
  }

  .heading-blue-section-3.left {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-blue-section-3.left.white {
    text-align: center;
  }

  .div-block-45 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .list-11 {
    padding-left: 20px;
    display: none;
  }

  .wellist-logo-footer-2 {
    width: 120px;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-48 {
    width: 100%;
  }

  .heading-hero-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-hero-2.left {
    text-align: center;
    margin-bottom: 10px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  ._120-2 {
    justify-content: flex-end;
  }

  .banner-2 {
    margin-bottom: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sub-head-white-25 {
    text-align: center;
    margin-bottom: 10px;
  }

  .sub-head-white-25.light {
    line-height: 22px;
  }

  .sub-head-white-25.left {
    text-align: center;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .columns-42 {
    flex-direction: column;
  }
}

#w-node-_15a38258-4773-029c-dec7-4e09e852cad9-6a4741d3, #w-node-_15a38258-4773-029c-dec7-4e09e852cad9-5e4741d8, #w-node-_15a38258-4773-029c-dec7-4e09e852cad9-c21c35c1 {
  place-self: center stretch;
}


@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans';
  src: url('../fonts/ClearSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}