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

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

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

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

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

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

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

@font-face {
  font-family: Clearsans REGULAR;
  src: url('../fonts/ClearSans-Regular.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;
}

@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 solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-blue: #147daa;
  --royal-blue: #0d5aa5;
  --white: white;
  --steel-blue: #00679b;
  --midnight-blue: #052e57;
  --dark-slate-blue-2: #12406d;
  --medium-violet-red-2: #9f2a6a;
  --plumhighlight: #b2407e;
  --medium-violet-red: #b72270;
  --dim-grey: #666;
  --midnight-blue-2: #0a2752;
  --bilh-indigo: #25408f;
  --dark-black: #1f2123;
  --light-coral: #e1808e;
  --medium-blue: #6eb9d7;
  --light-blue: #a0e0f1;
  --orchid: #c161a5;
  --deep-sky-blue: #00b5f1;
  --dark-slate-blue: #0a4884;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

strong {
  font-weight: bold;
}

.mainnavtab {
  color: #157ea3;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Clearsans;
  font-size: 14px;
  font-weight: 600;
}

.mainnavtab:hover {
  color: #1a6d8c;
}

.mainnavtab:active {
  color: #4da5c4;
}

.mainnavtab.w--current {
  color: #e97821;
}

.mainnavtab.b2b {
  color: #6fb3d1;
}

.mainnavtab.b2b:hover {
  color: #2f7796;
}

.mainnavtab.b2b:active {
  color: #67b1d0;
}

.mainnavtab.b2b.w--current {
  color: #e97821;
}

.mainnavtab.b2b.lastnav {
  margin-right: 15px;
}

.mainnavtab.cta {
  color: #fff;
  background-color: #157ea3;
  border: 3px solid #157ea3;
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Clearsans;
}

.mainnavtab.cta:hover {
  background-color: #1799c8;
  border-color: #1799c8;
}

.mainnavtab.cta.login {
  background-color: #0000;
  border-width: 3px;
  border-color: #6fb3d1;
  margin-left: 15px;
  margin-right: 15px;
}

.mainnavtab.cta.login:hover {
  border-color: #8ad0ee;
}

.mainnavtab.cta.mobile {
  display: none;
}

.mainnavlogo {
  width: 200px;
  margin-top: 4px;
  margin-left: 15px;
}

.mainnavlogo.w--current {
  float: left;
}

.mainheroheader {
  color: #0000;
  background-color: #ffffffd9;
  height: auto;
  font-size: 14px;
}

.mainheroheader.footernavbar {
  background-color: #eff0f0;
  border-top: 4px #157ea3;
  height: 100%;
  margin: 45px auto 0;
  padding-top: 0;
  display: none;
}

.mainheroheader.landingpage {
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #000;
}

.mainheader1 {
  color: #1f2123;
  text-align: center;
  background-color: #0000;
  margin: 135px auto 15px;
  padding-bottom: 25px;
  font-family: Clearsans;
  font-size: 43px;
  font-weight: 500;
  display: block;
}

.herobuttoncolumn {
  margin-top: 61px;
}

.sectionheader {
  color: #b2407e;
  text-align: center;
  background-color: #0000;
  width: 85%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Clearsans;
  font-size: 33px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.sectionheader.smallheader {
  width: 95%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 39px;
  display: block;
}

.sectionheader.smallheader.aboutus {
  color: #b2407e;
  text-align: center;
  width: 82%;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 33px;
  padding-bottom: 33px;
  font-size: 38px;
  line-height: 41px;
}

.iconsectionparagraph {
  color: #000;
  text-align: left;
  width: 75%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Clearsans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.videoplaybutton {
  color: #157ea3;
  text-align: center;
  width: 150px;
  margin: 45px auto 15px;
  padding-top: 30px;
  font-family: Clearsans;
  font-size: 20px;
  display: block;
}

.videoplaybutton:hover {
  opacity: .75;
}

.videoplaybutton:active {
  transform: scale(1.05);
}

.lightboxvideolink {
  width: 15%;
  margin: 0 auto;
  display: block;
}

.lightboxvideolink.aboutus {
  background-color: #b2407e;
  border-color: #a0e0f1;
  border-top-style: solid;
  border-top-width: 4px;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-style: solid;
  border-right-width: 4px;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: none;
}

.lightboxvideolink.aboutus.landingpage {
  background-color: #0000;
  background-image: url('../images/giftingHeader.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  padding-bottom: 0;
  text-decoration: none;
}

.getstartedsection {
  background-color: #0000;
  background-image: url('../images/GetStartedSection.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 9%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.quotebanneroverlay {
  background-color: #6fb4d1d9;
  height: 330px;
  padding-top: 75px;
  padding-right: 10px;
  position: relative;
}

.quotebanneroverlay.darkbluequoteoveraly {
  background-color: #157da3bf;
  height: 330px;
  padding-top: 105px;
  padding-bottom: 0;
}

.quotebanneroverlay.darkbluequoteoveraly.landingpage {
  margin-left: auto;
  margin-right: auto;
  padding-top: 74px;
  display: block;
}

.herosubheader {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.learnmoreherobutton {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #157ea3;
  border-radius: 5px;
  width: 190px;
  height: 45px;
  margin-right: 20px;
  padding-top: 11px;
  font-size: 16px;
}

.learnmoreherobutton:hover {
  background-color: #157ea3;
}

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

.getstartedherobutoon {
  float: left;
  text-align: center;
  background-color: #b2407e;
  border-radius: 5px;
  width: auto;
  height: 45px;
  margin-top: 0;
  margin-left: 0%;
  margin-right: auto;
  padding-top: 11px;
  font-size: 16px;
  display: block;
}

.getstartedherobutoon:hover {
  background-color: #e1808e;
}

.getstartedherobutoon:active {
  float: left;
  background-color: #b2407e;
  margin-top: 0;
}

.icon {
  width: 76px;
}

.partnerssection {
  padding-bottom: 0;
  display: none;
}

.partnersectionbodybanner {
  background-color: #e9e9e9;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 46px;
}

.howitworksbanner {
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.ourpartners {
  background-color: #0000;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.twopartnercolumn {
  padding-top: 0;
  padding-bottom: 0;
}

.howitworkssteps {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.setupstep {
  margin-top: 0;
  padding-left: 26px;
}

.setupicon {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.setupicon.getstartedicons {
  float: none;
  width: 40%;
}

.setupiconlabel {
  color: #1f2123;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.setupiconlabel.optional1 {
  margin-top: 22px;
  padding-top: 0;
}

.questlogo {
  margin-top: 26px;
  padding-top: 5px;
  padding-left: 0;
}

.factsbanner {
  width: 100%;
  height: 100%;
  display: block;
}

.factsbanner.landingpage {
  width: 100%;
  height: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.factquoteblock {
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-style: normal;
  line-height: 29px;
  display: block;
}

.factquoteblock.quoteattribution {
  background-color: #0000;
  font-size: 15px;
  line-height: 19px;
}

.factquoteblock.centerquote {
  width: 90%;
  font-family: Clearsans;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
}

.factquoteblock.authorattribution {
  padding-top: 0;
  font-size: 18px;
}

.factquoteblock.authorattribution.right {
  margin-top: 0;
}

.factquoteblock.actualquote {
  text-align: left;
  width: 80%;
  margin-bottom: 15px;
  padding-top: 0;
}

.factquoteblock.link {
  width: 99%;
  padding-top: 15px;
  font-size: 16px;
}

.hospitalfoundationheader {
  background-image: url('../images/LandingPageBanner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 560px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Clearsans;
}

.hospitalfoundationheader.gifting {
  background-image: url('../images/giftingHeader.png');
  background-position: 100%;
  background-size: cover;
  height: 600px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.hospitalfoundationheader.gifting.careers {
  background-image: url('../images/CareersHeader.png');
  background-position: 50% 0;
  background-size: cover;
  height: 715px;
}

.hospitalfoundationheader.gifting.careers._404 {
  background-color: #182053;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.quoteattribution {
  width: 88%;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.quoteattribute2 {
  text-transform: none;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.vendorform {
  margin-bottom: 30px;
  padding-top: 0;
}

.nametitle {
  width: 60%;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  display: block;
}

.namefield, .name-field, .emailfield {
  background-color: #eff0f0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bizname {
  width: 60%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  display: block;
}

.othertext {
  background-color: #eff0f0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submitbutton {
  letter-spacing: 2px;
  background-color: #b2407e;
  border-radius: 3px;
  width: 145px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.submitbutton:hover {
  background-color: #963268;
}

.submitbutton.oj {
  margin-right: 110px;
}

.getstartedicontitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.getstartedicontitle.optional {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.optional {
  text-align: center;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.formheader {
  color: #b2407e;
  text-align: center;
  margin-bottom: 10px;
  font-family: Clearsans;
  font-weight: 400;
}

.contactformsubheader {
  width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  display: block;
}

.partnericon {
  height: auto;
  padding-top: 0;
}

.email {
  color: #fffcfc;
}

.usertestimonial {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Clearsans;
  font-size: 16px;
  display: block;
}

.question {
  color: #1f2123;
  text-align: left;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  display: block;
}

.answer {
  text-align: left;
  text-indent: 2em;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.5em;
  display: block;
}

.questionandanswercontainer {
  border: 2px #157ea3;
  padding-bottom: 30px;
}

.questionandanswercontainer:focus {
  border-style: solid;
  border-width: 3px;
}

.wellistheadshots {
  background-color: #6fb3d1;
}

.headshot {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h3name {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans medium, sans-serif;
  display: block;
}

.title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 24px;
}

.personalheadshot {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  display: block;
}

.personalsectiontitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  display: block;
}

.personalbio {
  color: #5d5d5d;
  font-family: Clearsans;
  font-size: 20px;
  line-height: 24px;
}

.partnerthanks {
  text-align: center;
  background-color: #e9e9e9;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 64px;
  font-family: Clearsans;
  font-size: 31px;
  font-weight: 400;
}

.partnerslink {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partnerslink.mgh {
  width: 400px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.partnerslink.quest {
  width: 400px;
  padding: 24px 50px 0;
}

.partnerslogorow {
  padding-left: 30px;
  padding-right: 30px;
}

.partnerlogoimg {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.bioscolumns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.biocolumn {
  background-color: #ffffffd9;
  margin-top: 131px;
}

.jobtitle {
  color: #157ea3;
  text-align: center;
  margin-top: 52px;
  font-family: Clearsans;
}

.jobtitle.lastname {
  margin-top: 5px;
}

.jobtitle.firstname {
  margin-bottom: 0;
}

.jobtitlebio {
  color: #5d5d5d;
  text-align: center;
  margin-bottom: 10px;
  font-family: Clearsans;
  font-size: 20px;
}

.teambio {
  width: 462px;
  margin-top: 28px;
  margin-bottom: 23px;
  padding-top: 0;
  font-family: Clearsans;
  display: block;
  position: static;
}

.personalbioimage {
  border: 5px solid #ffffffc2;
  margin-top: 42px;
  margin-bottom: 43px;
}

.categoriessection {
  height: 61px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dynamiclistwrapper {
  margin-left: 24px;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.categories {
  width: 100%;
  height: 50px;
  display: block;
}

.categorywrapper {
  text-align: center;
  font-size: 14px;
}

.categorylink {
  float: none;
  color: #5d5d5d;
  text-align: center;
  border-radius: 4px;
  font-family: Clearsans medium, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  transition: all .2s;
  overflow: visible;
}

.categorylink:hover {
  color: #6fb3d1;
  border-radius: 4px;
  width: 100px;
  margin-right: 1px;
}

.categorylink:active {
  color: #157ea3;
}

.mainsection {
  background-color: #eef6fa;
  width: 95%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
  display: block;
}

.sectionheading {
  color: #157ea3;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 17px;
  font-family: Clearsans;
  font-weight: 400;
}

.mediumdivide {
  background-color: #157ea3;
  border: 2px solid #157da3f2;
  width: 50%;
  height: 1px;
  margin: 60px auto 41px;
  list-style-type: lower-alpha;
  display: block;
}

.mediumdivide.footerdivide {
  background-color: #5c5c5cbd;
  border: 1px solid #5c5c5cab;
  height: .25px;
  margin: 0;
  padding-bottom: 0;
}

.cattag {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 9px 9px 6px 7px;
  font-family: Clearsans;
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featuredimage {
  color: #e97821;
  border-radius: 3px;
  width: 460px;
  height: 280px;
  text-decoration: none;
  position: static;
}

.blogthumbnail {
  margin-bottom: 15px;
  padding: 6px 12px;
}

.thumbnailwrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnailwrapper:hover {
  box-shadow: 0 0 0 1px #00000017, 0 0 6px #fff;
}

.imagewrapper {
  position: relative;
  overflow: hidden;
}

.thumbnailimage {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 71%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-wrap: wrap;
  width: auto;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.categorytag {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Clearsans;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.thumbnailtext {
  border-top: 1px solid #e5e5e5;
  height: 177px;
  margin-bottom: 0;
  padding: 13px 13px 0;
  position: relative;
  overflow: hidden;
}

.blogtitle {
  color: #157ea3;
  margin-bottom: 6px;
  font-family: Clearsans;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.previewtext {
  color: #7a7a7a;
  height: 113px;
  font-family: Clearsans;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.thumbdetails {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 0 13px;
}

.ctacontainer {
  background-color: #6fb4d1d1;
  border: 3px solid #157ea3;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  bottom: 146px;
  left: 0;
  right: 0;
}

.innerhero {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
}

.innerhero.events {
  background-position: 50% 78%;
  height: 400px;
}

.herowrapper {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.viewall {
  color: #fff;
  background-color: #0000;
  width: 100%;
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Clearsans;
  text-decoration: none;
  transition: color .3s;
}

.heroheader {
  color: #fff;
  margin-top: 20px;
  font-family: Clearsans medium, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

.heroheader._1 {
  margin-top: 175px;
}

.darkoverlay {
  z-index: 0;
  opacity: .23;
  background-color: #000;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

.thumbnaildate {
  color: #5d5d5d;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 35px;
  display: block;
}

.heroblog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 16%;
  background-size: cover;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogposttitle {
  margin-top: 0;
  margin-bottom: 7px;
}

.blogdate {
  color: #6fb3d1;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blogcategory {
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.fulldivide {
  background-color: #157ea3;
  width: 80%;
  height: 1px;
  margin: 30px auto;
  display: block;
}

.backgroundcolor {
  opacity: 1;
  background-color: #6fb4d1b8;
  border: 2px #fff;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
}

.bodybackground {
  background-image: url('../images/BostonCornerBlued.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.vendorsubmitsuccess {
  font-family: Clearsans;
  font-size: 20px;
  font-style: italic;
  line-height: 37px;
}

.vendorsubsuccessmore {
  font-family: Clearsans;
}

.errormsg {
  text-align: center;
  font-family: Clearsans;
  font-size: 20px;
  line-height: 22px;
}

.formerror {
  padding-left: 30px;
  padding-right: 30px;
  font-family: Clearsans;
}

.categoryblurb {
  color: #fff;
  font-family: Clearsans;
  font-size: 15px;
}

.categoriescontainer {
  margin-top: 37px;
}

.ctaheader {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.blogcta {
  text-align: center;
  background-color: #e97821;
  width: 40%;
  height: 30%;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 21px;
  line-height: 27px;
  display: block;
}

.blogcta:hover {
  background-color: #e87720d1;
}

.blogcta:active {
  background-color: #f5b787d1;
}

.temptextcontainer {
  background-color: #6fb4d1;
  margin-top: 132px;
  margin-bottom: 330px;
}

.temptextheader {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-family: Clearsans;
}

.temptext {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 64px;
  font-family: Clearsans;
  font-size: 21px;
}

.richtext {
  color: #000;
  text-align: left;
  text-indent: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.richtextcontainter {
  border: 2px solid #b2407e;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Clearsans REGULAR, sans-serif;
}

.logo {
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.returntobloghome {
  background-color: #6fb3d1cc;
  border: 2px solid #157ea3;
  border-radius: 10px;
  width: 130px;
  height: 45px;
  margin-top: 8px;
  margin-bottom: 150px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: Clearsans;
  font-size: 14px;
}

.returntobloghome:hover {
  background-color: #86d1f1;
}

.returntobloghome:active {
  background-color: #157ea3;
}

.emaillink {
  text-align: center;
}

.emailmelink {
  color: #157ea3;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.emailmelink.sam {
  display: none;
}

.logintext {
  color: #157ea3;
  border: 1px #6fb3d1;
  border-radius: 3px;
}

.headernavmenu {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.footerlist {
  width: 224px;
}

.footerlist.left {
  padding-left: 150px;
}

.footerlist.ctas {
  margin-bottom: 30px;
}

.footerlistitem {
  width: 185px;
  margin-bottom: 5px;
}

.footerlistitem.ctas {
  width: 300px;
}

.footertableheader {
  color: #5d5d5d;
  text-align: left;
  width: 185px;
  margin: 30px auto 15px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.footerlistlink {
  color: #5d5d5d;
  width: 185px;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Clearsans medium, sans-serif;
  text-decoration: none;
}

.footerlistlink:hover {
  color: #000;
}

.footerlistlink.w--current {
  text-decoration: none;
}

.footerlistlink.ctas {
  color: #fff;
  width: 400px;
}

.footerlistlink.ctas.mobile {
  display: none;
}

.footerlink {
  color: #5d5d5d;
  text-align: center;
  text-decoration: none;
}

.footerlink:hover {
  color: #000;
}

.footerlink.hcandvendors {
  color: #6fb3d1;
}

.footerlink.hcandvendors:hover, .footerlink.ctas {
  color: #157ea3;
}

.footerlink.ctas:hover {
  color: #6fb3d1;
}

.divideritem {
  height: 26px;
  margin-top: -17px;
  margin-bottom: 5px;
  display: none;
}

.footercolumn {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.footercolumn.ctas {
  border: 0 #6fb3d1;
  border-radius: 6px;
  height: auto;
}

.copyrightcolumn {
  height: 30px;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 0;
}

.socialcolumn {
  height: auto;
}

.copyrightlinkz {
  color: #929595;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.bottomrow {
  background-color: #5d5d5d;
  height: auto;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.bottomdivblock {
  background-color: #5d5d5d;
  height: 100%;
}

.bottomnavrow {
  border: 2px solid #ccc4c4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  box-shadow: 1px 1px 3px #000;
}

.prvcyandterms {
  color: #929595;
}

.prvcytermslink {
  color: #929595;
  text-decoration: none;
}

.prvcytermslink:hover {
  color: #fff;
}

.sociallinkblock {
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.sociallinkblock.rightside {
  margin-top: 10px;
  margin-left: 90px;
}

.socialimg {
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.ctaborderdivblock {
  background-color: #fff;
  border: 3px solid #b2407e;
  border-radius: 6px;
  width: 437px;
  padding-right: 40px;
}

.emptycolumn {
  height: auto;
}

.navlink {
  color: #eff0f0;
  font-family: Clearsans;
}

.navlink:hover {
  background-color: #0000;
}

.navlink:active {
  color: #157ea3;
  background-color: #fff;
}

.cta {
  color: #157ea3;
}

.fixed-sticky-element {
  background-color: #157ea3;
  border: 3px solid #157ea3;
  border-radius: 12px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 25vh;
  left: 5vh;
  box-shadow: 1px 1px 3px #157ea3;
}

.fixed-sticky-element:hover {
  color: #fff;
  background-color: #6fb3d1;
  font-family: Clearsans;
  display: none;
  box-shadow: 1px 1px 3px #157ea3;
}

.fixed-sticky-element:active {
  box-shadow: inset 0 0 8px #157ea3;
}

.link {
  background-color: #6fb3d1;
  border-radius: 7px;
}

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

.hidden {
  display: block;
}

.newsheader {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% -29px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 4px #157ea3;
  height: 60vh;
}

.modal-background {
  z-index: 2147483647;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-window {
  z-index: 2147483647;
  background-color: #fff;
  border: 3px solid #e97821;
  border-radius: 6px;
  width: 70%;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Clearsans;
  display: block;
  position: static;
  bottom: 0;
  right: 0;
  box-shadow: 2px 2px 3px #000;
}

.modalheader {
  color: #157ea3;
  text-align: left;
  width: 60%;
  margin-top: 0;
  padding-left: 20px;
  font-size: 24px;
}

.checklistform {
  float: none;
  width: 100%;
  display: block;
}

.checklistwrapper {
  float: right;
  width: 50%;
}

.explainer-text {
  float: left;
  width: 40%;
  margin-top: 8px;
  margin-left: 30px;
}

.modalfield {
  width: 80%;
}

.close-modal {
  float: right;
  color: #5d5d5d;
  letter-spacing: 1px;
  margin-right: 15px;
  text-decoration: none;
}

.newsletter-background {
  background-image: url('../images/giftingHeader.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Clearsans;
  display: block;
}

.emailenter {
  float: right;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 352px;
  height: 45px;
  margin-bottom: 0;
}

.emailenter.nameenter {
  margin-top: 5px;
}

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

.newslettersubmit {
  background-color: #b2407e;
  border: 1px solid #b2407e;
  border-radius: 0 6px 6px 0;
  width: 190px;
  height: 45px;
  margin-top: 0;
}

.newslettersubmit:hover {
  background-color: #e1808e;
  border-color: #e1808e;
}

.newslettersubmit:active {
  background-color: #a0336e;
  border-color: #a0336e;
}

.newslettersubmit.new {
  background-color: #b2407e;
  border-color: #b2407e;
  width: auto;
  height: 95px;
  font-size: 1.5em;
}

.newslettersubmit.new:hover {
  background-color: #b2407ecc;
  border-color: #b2407ecc;
}

.newsletterrowemail {
  width: 542px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 84px;
  display: block;
}

.newsletterheader {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletterblurb {
  color: #fff;
  text-align: center;
  width: 580px;
  margin: 15px auto 45px;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
}

.newspostheader {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 3em;
  line-height: 1.2em;
  display: block;
}

.newscontent {
  color: #414141;
  text-align: left;
  width: 80%;
  text-indent: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 1.3em;
  line-height: 1.5em;
  display: block;
}

.newssummary {
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 2em;
  line-height: 1.3em;
  display: block;
}

.datepublished {
  text-align: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 1.2em;
  display: block;
}

.orginalposting {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans;
  font-size: 1.2em;
  display: block;
}

.navmenu {
  margin-right: 15px;
}

.navmenu.lp {
  margin-top: 20px;
}

.heronavmgh {
  z-index: 10;
  background-color: #0000;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.herologomgh {
  margin-top: 10px;
}

.herobrandmgh {
  width: 30%;
  margin-top: 15px;
}

.navlinkhero {
  color: #fff;
  background-color: #b2407e;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Clearsans REGULAR, sans-serif;
}

.navlinkhero.secondary {
  color: #fff;
  background-color: #6eb9d7;
  margin-left: 5px;
}

.downarrow {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: transform .5s;
  display: block;
}

.downarrow:hover {
  margin-top: 8px;
}

.b2b {
  font-family: Clearsans;
}

.b2bnavbar {
  background-color: #fff;
  height: 120px;
  padding-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.b2bnavbar.hide {
  display: none;
}

.b2bnavlink {
  color: #b2407e;
  margin-top: 10px;
  text-decoration: underline;
}

.b2bnavlink:hover {
  color: #6eb9d7;
}

.b2bnavlink.patients {
  color: #147daa;
  letter-spacing: 1px;
  border-left: 1px solid #157ea3;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.b2bnavlink.patients:hover {
  color: #6eb9d7;
}

.b2bnavlink.hidden {
  letter-spacing: 1px;
  display: inline-block;
}

.b2bnavlink.hidden.w--current {
  color: #b2407e;
}

.b2bnavlink.hidden.news {
  display: none;
}

.dropdownlist.w--open {
  z-index: 5;
  background-color: #eef6fa;
  top: 60px;
  right: 18px;
  box-shadow: 1px 0 2px #5d5d5d;
}

.dropdownlink {
  color: #147daa;
  border-bottom: 1px #6eb9d7;
  text-decoration: underline;
}

.dropdownlink:hover {
  color: #6eb9d7;
  border-bottom: 1px #000;
}

.b2bfootersection {
  background-color: #eff0f0;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
}

.b2bfootersection.hide {
  display: none;
}

.footerrow {
  color: #5d5d5d;
  padding-left: 45px;
  font-size: 18px;
}

.addressparagraph {
  padding-left: 10px;
  line-height: 30px;
}

.contactlist {
  color: #5d5d5d;
}

.b2bfooternavlink {
  color: #5d5d5d;
  text-decoration: none;
}

.b2bfooternavlink:hover {
  color: #1f2123;
}

.b2bfooternavlink.w--current {
  color: #5d5d5d;
  text-align: left;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  display: block;
}

.b2bfooternavlink.w--current:hover {
  color: #000;
}

.navlinklistitem {
  color: #5d5d5d;
  height: auto;
  margin-bottom: 5px;
}

.navlinklistitem:hover {
  color: #000;
}

.navlinklistitem.hiddenlink {
  display: none;
}

.spacer {
  height: 20px;
}

.spacer.top {
  height: 52px;
}

.registertext {
  color: #147daa;
  margin-bottom: 15px;
  font-weight: 400;
}

.emailupdatesbutton {
  letter-spacing: 1px;
  background-color: #b2407e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-self: center;
  width: 145px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: static;
  bottom: 0;
  right: 0;
}

.emailupdatesbutton:hover {
  background-color: #943267;
}

.textinputemail {
  width: 300px;
  height: 50px;
  margin-bottom: 0;
  font-size: 20px;
}

.emailupdatesform {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.b2bformcolumn {
  margin-top: 100px;
}

.logofooter {
  margin-bottom: 15px;
  position: relative;
  right: 15px;
}

.ppsection {
  padding-left: 45px;
  padding-right: 45px;
}

.nothingblock {
  width: auto;
  display: inline-block;
}

.lpfooter {
  color: #fff;
}

.lpfooterblock {
  background-color: #147daa;
  padding: 60px 45px 15px;
  font-family: Clearsans;
}

.lpprivacyfooter {
  background-color: #6eb9d7;
  height: auto;
}

.supportinfoblock {
  z-index: 500;
  background-color: #eef6fa;
  border: 3px #b2407e;
  border-style: solid none none solid;
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: -1px -1px 1px #5d5d5d;
}

.disclaimerparagraph {
  margin-top: 25px;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.lpfooterlistitem {
  height: auto;
  margin-bottom: 10px;
}

.lpfooternavlink {
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.lpfooternavlink.later {
  display: none;
}

.lpfooternavtitle {
  margin-bottom: 25px;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.footerbottomrow {
  height: 100px;
}

.footerbottomcolumn {
  height: auto;
  font-family: Clearsans REGULAR, sans-serif;
}

.copyrightinfo {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copyrightinfo.black-text {
  color: #000;
}

.footerlinkwhite {
  color: #fff;
}

.backside {
  float: left;
  backface-visibility: hidden;
  cursor: pointer;
  background-color: #6eb9d7;
  width: 170px;
  height: 190px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: transform .5s;
  position: relative;
  inset: 0;
}

.backside:hover {
  background-color: #a0e0f1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 3px 6px 1px #5d5d5d;
}

.bottomcolumnmobile.later {
  border: 2px solid #eef6fa;
  border-radius: 6px;
  padding: 15px;
  display: inline-block;
}

.modalwrapperfirst {
  z-index: 240;
  background-color: #00000080;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.modalwrappersecond, .modalwrapperthird {
  z-index: 200;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0;
}

.footerlinklp {
  color: #fff;
  text-decoration: underline;
}

.phonesupportfooter {
  font-family: Clearsans REGULAR, sans-serif;
}

.videocontainerblock {
  text-align: center;
  display: block;
}

.navcol {
  padding-top: 15px;
}

.footerrowlp {
  margin-bottom: 75px;
}

.answerfaq1, .answerfaq2 {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
}

.answerfaq3 {
  color: #58595b;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.answerfaq4 {
  background-color: #fff;
  padding: 10px 15px;
}

.nav {
  background-color: #27a4cf;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.html-embed {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-2 {
  margin-bottom: 10px;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 4px 4px 7px #00000026;
}

.brand {
  align-items: center;
  width: 140px;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.nav-link {
  background-color: var(--dark-blue);
  border-radius: 100px;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  display: flex;
}

.section {
  background-image: linear-gradient(#00000040, #00000040), url('../images/GettyImages-5582731951.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 550px;
}

.section.nicu {
  background-image: linear-gradient(#00000040, #00000040), url('../images/shutterstock_50553667_v2_hero.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-bottom: 60px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.heading.nicu {
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.link-block-2:hover {
  background-color: #b2407e;
}

.link-block-2._4trimes {
  margin-top: 20px;
  margin-left: 100px;
}

.text-block-2 {
  float: left;
  color: #fff;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.left {
  text-align: left;
  width: 60%;
  margin-left: 100px;
}

.link-2 {
  color: #fff;
}

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

.heading-2 {
  color: #147daa;
  margin-top: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 30px;
}

.column-2 {
  padding: 30px;
  display: block;
}

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

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

.section-2 {
  perspective: 1600px;
  perspective-origin: 20%;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 50px;
  box-shadow: 5px 5px 5px #00000026;
}

.image-6 {
  height: 100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-arrow {
  display: block;
  bottom: 0;
  left: 0;
  right: -60px;
}

.left-arrow {
  display: block;
  bottom: 0;
  left: -60px;
  right: 0;
}

.slider-2 {
  background-color: #0000;
  height: 240px;
}

.image-7 {
  width: 150px;
  margin-bottom: 20px;
  display: block;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans REGULAR, sans-serif;
  display: block;
}

.footertext {
  text-align: justify;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 8px;
  line-height: 12px;
}

.text-block-4 {
  text-align: center;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 9px;
  line-height: 18px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding: 5px 10%;
  display: flex;
}

.link-3 {
  color: #666;
}

.section-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Tomatoes.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
  padding-left: 0;
}

.heading-3 {
  color: #fff;
  width: 90%;
  margin: 10px auto 80px;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 50px;
  line-height: 70px;
  display: block;
}

.column-6 {
  background-color: #147daacc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 20px;
  display: flex;
}

.column-7 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-8 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-5 {
  color: #fff;
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.row-3 {
  display: flex;
}

.row-4 {
  align-items: center;
  width: 80%;
  display: flex;
}

.heading-4 {
  color: #147daa;
  text-align: center;
  margin-bottom: 20px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 30px;
}

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

.section-6 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.div-block-5 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5.team {
  margin-top: 100px;
  margin-left: 100px;
}

.div-block-5.team._4trimes {
  margin-top: 60px;
}

.section-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  display: none;
}

.icon-2 {
  color: #157ea3;
  inset: 180px 0 0;
}

.icon-3 {
  color: #157ea3;
  position: fixed;
  inset: 180px 0 0;
}

.section-9 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.image-9 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.team {
  margin-top: 0;
}

.image-10 {
  max-width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-4 {
  color: #b2407e;
  text-transform: uppercase;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.div-block-6 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.section-team {
  background-image: url('../images/mghhero-new.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
}

.heading-team {
  color: #fff;
  width: 70%;
  margin-bottom: 30px;
  margin-left: 100px;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.row-5 {
  float: right;
  width: 360px;
}

.div-block-8 {
  background-image: url('../images/CategoryIcon_FC_WhiteCircles_PetCare.svg'), linear-gradient(#b2407e, #b2407e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100px, auto;
  width: 180px;
  height: 180px;
}

.div-block-8._2 {
  background-image: url('../images/CategoryIcon_FC_WhiteCircles_Groceries-.svg'), linear-gradient(#a0e0f1, #a0e0f1);
  background-size: 100px, auto;
}

.div-block-8._2._4trimester2 {
  background-image: url('../images/Nightnursing100__normal.svg'), linear-gradient(#b2407e, #b2407e);
  background-position: 50%, 0 0;
  background-size: 100px, auto;
}

.div-block-8._3 {
  background-image: url('../images/CategoryIcon_FC_WhiteCircles_Laundry.svg'), linear-gradient(#88ba8b, #88ba8b);
  background-size: 100px, auto;
}

.div-block-8._3._4trimester3 {
  background-image: url('../images/emotional_support_and_counseling_highlight.svg'), linear-gradient(#88ba8b, #88ba8b);
  background-position: 50%, 0 0;
  background-size: 100px, auto;
}

.div-block-8._4 {
  background-image: url('../images/dog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._4.trimester4 {
  background-image: url('../images/4834160754_2c4c8e390b_o.jpg');
  background-position: 0;
}

.div-block-8._5 {
  background-image: url('../images/Groceries2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._5.trimester5 {
  background-image: url('../images/pexels-photo-235243.jpeg');
  background-position: 50%;
}

.div-block-8._6 {
  background-image: url('../images/time.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._6.trimester6 {
  background-image: url('../images/iStock_83293737_XLARGE_MGH.jpg');
  background-position: 50%;
}

.div-block-8._4trimester {
  background-image: url('../images/Breastfeedling100__normal.svg'), linear-gradient(#a0e0f1, #a0e0f1);
  background-position: 50%, 0 0;
  background-size: 100px, auto;
}

.paragraph-7 {
  color: #fff;
  width: 60%;
  margin-left: 100px;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

.column-17 {
  background-color: #147daacc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-18 {
  background-color: #88ba8bcc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-19 {
  background-color: #b2407ecc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.row-12 {
  display: flex;
}

.column-20 {
  background-color: #004966;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-13 {
  display: flex;
}

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

.column-22 {
  background-color: #b2407e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-6 {
  justify-content: center;
  width: 60%;
  display: flex;
}

.link-block-6.w--current {
  width: 50%;
}

.row-14 {
  display: flex;
}

.slider-4 {
  background-color: #0000;
  height: 240px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 20px;
}

.div-block-12 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-block-8 {
  color: #888;
  margin-bottom: 0;
  font-family: Clearsans ITALIC, sans-serif;
  font-size: 16px;
  position: relative;
  inset: -28px 0 0;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  inset: 320px 0 0 60px;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  inset: 320px 60px 0 0;
}

.hero {
  z-index: 9;
  background-image: url('../images/GettyImages-558273195_heroIMG.jpg'), linear-gradient(#eff0f0, #eff0f0);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 5px 5px 5px #0003;
}

.hero.team-2 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.hero.team {
  background-image: linear-gradient(to bottom, #12406d40, #12406d40), url('../images/BILH-BACKGROUND.png'), linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  background-position: 0 0, 100% 70%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-wrapper-80 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.subhead-hero {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000000b3;
  margin-bottom: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

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

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

.div-wellist {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-13 {
  color: var(--dark-blue);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-13:hover {
  text-decoration: underline;
}

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

.section-white {
  z-index: 8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 5px 5px 10px #00679b1f;
}

.section-white.team {
  z-index: 6;
  border-top: 2px solid var(--white);
  margin-top: -1px;
}

.heading-blue {
  color: #147daa;
  text-align: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-blue.jleft, .heading-blue.left {
  text-align: left;
}

.heading-blue.left.white._24 {
  width: auto;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.div-line {
  border-top: 1px solid #666;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}

.div-line.jleft {
  margin-left: 0;
}

.paragraph-section {
  color: #666;
  text-align: center;
  margin-bottom: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-section.white-jleft {
  color: #fff;
  text-align: left;
}

.paragraph-section.small-white {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.paragraph-section.jleft {
  text-align: left;
}

.paragraph-section.white {
  color: #fff;
}

.paragraph-section.white._22 {
  margin-top: 60px;
  font-size: 22px;
}

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

.paragraph-section.no-space {
  margin-bottom: 5px;
  line-height: 20px;
}

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

.sub-head-section {
  color: #666;
  text-align: center;
  margin-bottom: 0;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 20px;
}

.sub-head-section.blue {
  color: #147daa;
}

.item-list {
  text-align: center;
  margin-top: 5px;
  font-family: Clearsans LIGHT, sans-serif;
  line-height: 18px;
}

.item-list.white {
  color: #fff;
}

.section-blue {
  z-index: 7;
  background-color: #147daa;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 5px 5px 5px #0003;
}

.section-blue.plum {
  background-color: #9f2a6a;
}

.image-140w {
  border-radius: 100px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 6px -2px #00000080;
}

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

.column-center.border {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

.bold {
  font-family: Clearsans BOLD, sans-serif;
}

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

.button-blue {
  background-color: var(--steel-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -2px #00000080;
}

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

.button-blue.smaller {
  width: 100%;
}

.section-plum {
  background-color: #9f2a6a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-plum.blue {
  background-color: #147daa;
}

.wellist-logo-200 {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-white {
  color: #fff;
  font-family: Clearsans MEDIUM, sans-serif;
  font-weight: 400;
}

.heading-hero-58 {
  color: #fff;
  text-shadow: 3px 3px 6px #0000004d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 42px;
  line-height: 44px;
}

.image-80 {
  width: 80px;
}

.columns-2 {
  width: 100%;
  margin-top: 60px;
}

.link-plum {
  color: #9f2a6a;
  font-family: Clearsans BOLD, sans-serif;
}

.schedule-training-modal {
  z-index: 9999;
  background-color: #3d3d3db3;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
  position: fixed;
  inset: 0%;
}

.schedule-training-form {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  width: 631px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Clearsans LIGHT, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  box-shadow: 0 17px 41px #0000004d;
}

.column-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.column-form-2 {
  padding-right: 0;
}

.schedule-close {
  background-image: url('../images/UI_Icons_DropClose.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  top: 20px;
  left: 520px;
}

.banner-2 {
  background-color: #044d6d;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 12px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 10px #0000002e;
}

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

.banner-2.nonactive-link {
  background-color: var(--midnight-blue);
}

.banner-2.nonactive-link:hover {
  text-decoration: none;
}

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

.paragraph-15 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-15.white {
  color: #fff;
  font-family: Clearsans REGULAR, sans-serif;
  line-height: 22px;
}

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

.paragraph-15.grey._16 {
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.paragraph-15.grey.left {
  text-align: left;
  font-family: Clearsans REGULAR, sans-serif;
  line-height: 24px;
}

.paragraph-15.grey._16 {
  font-size: 16px;
  line-height: 18px;
}

.paragraph-15.grey._16.white {
  color: #fff;
}

.paragraph-15.grey._16.white.relative {
  text-transform: none;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10%;
}

.paragraph-15.grey._16.white.right {
  text-align: right;
}

._80 {
  width: 100%;
}

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

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

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

.image-81._120 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-81._120.right {
  margin-bottom: 20px;
  margin-right: 0;
}

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

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

.divider-41 {
  height: 10px;
}

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

.sub-head-white-24.light {
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-42 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button-plum-2 {
  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-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -2px #00000080;
}

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

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

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

.button-plum-2.h50.left {
  background-color: #9f2a6a;
  width: 200px;
  height: 48px;
  margin-left: 0;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 18px;
}

.button-plum-2.h50.left._24 {
  margin-right: 24px;
}

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

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

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

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

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

.button-plum-2.h50.left.center.white {
  background-color: #0000;
  border: 1px solid #fff;
}

.button-plum-2.h50.left.center.enroll-flow-link._240 {
  width: 240px;
}

.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;
}

.heading-hero {
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.heading-hero.left {
  text-align: left;
  letter-spacing: 0;
  margin-left: 0;
  font-family: Clearsans BOLD, sans-serif;
  line-height: 50px;
}

.heading-hero.left.white {
  color: #fff;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.heading-hero.left {
  color: #104b86;
  text-align: left;
  margin-left: 0;
  line-height: 50px;
}

.heading-hero.left.white {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

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

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

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

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

.white {
  color: #fff;
}

.section-dark-blue {
  z-index: 7;
  background-color: var(--dark-slate-blue-2);
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 6px 7px #0000001f;
}

.section-dark-blue.team {
  border-bottom: 2px solid var(--white);
  background-color: var(--dark-blue);
  box-shadow: none;
  margin-bottom: -1px;
  padding-top: 42px;
  padding-bottom: 0;
}

.button-plum-3 {
  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-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 6px -2px #00000080;
}

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

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

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

.button-plum-3.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-3.h50.ctr:hover {
  color: #147daa;
  background-color: #fff;
  border: 2px #fff;
  transform: none;
}

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

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

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

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

.image-106.team {
  border-color: #0085ca;
  width: 200px;
  height: 200px;
}

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

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

.image-divider-arrow {
  z-index: 10;
  border-bottom: 2px solid var(--white);
  width: 100%;
  margin-top: 1px;
  margin-bottom: -3px;
  padding-bottom: 0;
  position: relative;
}

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

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

.collection-list-wrapper-3.team {
  margin-bottom: 10px;
  margin-left: 0;
}

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

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

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

.sub-head-23.gray {
  color: #666;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

.heading-blue-section.white.medium {
  font-family: Clearsans MEDIUM, sans-serif;
  font-weight: 500;
  line-height: 36px;
}

._20-2 {
  height: 20px;
}

.hidden-2 {
  display: none;
}

.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-49 {
  width: 80%;
}

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

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

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

.div-block-50._100 {
  border-top-color: var(--white);
  width: 100%;
}

.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;
}

.div-icon {
  background-color: var(--dark-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px 6px;
  display: flex;
}

.div-icon.team {
  background-color: var(--midnight-blue);
  width: 90px;
  height: 84px;
}

.text-icon {
  color: #fff;
  text-align: center;
  width: 88%;
  height: 22px;
  margin-top: -15px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.text-icon.team {
  width: 98%;
  margin-top: -12px;
  font-family: Clearsans MEDIUM, sans-serif;
}

.icon-cov {
  width: 60px;
  height: 80px;
  margin-top: -15px;
}

.icon-cov.team {
  width: 72px;
  height: 72px;
  margin-top: -10px;
}

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

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

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

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

.section-19.team {
  background-image: linear-gradient(#06101b57, #06101b57), url('../images/5d8a1ef47ca97cfecdf7a310_nurse-checks-notes-while-talking-on-phone-114426892-5936f8d85f9b58d58a3d7aea2.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.resources {
  margin: 10px;
}

.div-block-45 {
  background-color: var(--dark-blue);
  width: 100%;
  height: 30%;
  box-shadow: none;
  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 5%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.div-block-45.team {
  border-radius: 15px 15px 0 0;
  height: 24%;
}

.div-block-45.team:hover {
  text-decoration: none;
}

.div-block-51 {
  background-image: url('../images/Website-Background.gif');
  background-position: 0 0;
  background-size: cover;
  height: 20px;
}

.slider-5 {
  background-color: #0000;
  height: 240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

.resource-wrapper {
  width: 90%;
  height: 90%;
  box-shadow: none;
  border-radius: 15px;
  margin: 10px auto;
  overflow: hidden;
}

.resource-wrapper.team {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 6px 16px -4px #071e35a8;
}

.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;
}

.resource-header.team {
  border: 1px #e0e0e0;
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: 76%;
  padding: 0;
  box-shadow: 0 19px 15px -13px #0000001a;
}

.text-block-15 {
  color: #fff;
  text-align: justify;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.circle-arrow {
  background-color: #9f2a6a;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

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

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

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

.list-12 {
  display: none;
}

._32-40 {
  color: #004966;
  font-size: 32px;
  line-height: 40px;
}

._32-40.white {
  color: #fff;
}

._18-white {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.image-107 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-form-thin {
  width: 100%;
  height: 18px;
}

.utility-page-content-2 {
  text-align: center;
  background-color: #212e77;
  border-radius: 10px;
  flex-direction: column;
  width: 420px;
  padding: 60px;
  display: flex;
  box-shadow: 0 17px 41px #0000004d;
}

.horizontal {
  margin-top: 42px;
  display: flex;
}

.column-52 {
  padding-right: 5%;
}

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

.bold-text {
  color: #81e4ff;
}

._40 {
  width: 56%;
}

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

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

.link-list {
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.list-item-4 {
  height: 33.3333%;
  display: flex;
}

.list-item-link {
  color: #666;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.list-item-link:hover {
  background-color: #ebebeb;
}

.list-item-link._3, .list-item-link._3:hover {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.image-list {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.columns-44 {
  height: 240px;
  display: flex;
}

.heading-blue-section-4 {
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.heading-blue-section-4.left {
  text-align: left;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

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

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

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

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

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

.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: -36px;
  left: 548px;
}

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

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

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

.list-13.team {
  padding-left: 32px;
}

.heading-blue-section-2 {
  z-index: 10;
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

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

.heading-blue-section-2.left.team {
  font-family: Clearsans BOLD, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

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

.sub-head-white-26 {
  color: #104b86;
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

.sub-head-white-26.light.grey {
  color: #666;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sub-head-white-26.light.grey._24 {
  font-size: 20px;
  line-height: 28px;
}

.description-2 {
  color: #8e8e8e;
  text-align: left;
  font-family: Clearsans REGULAR, sans-serif;
  font-weight: 400;
}

.description-2.price-non-free {
  padding-left: 0;
}

.description-2._w-auto {
  width: auto;
  margin-right: 10px;
}

.description-2.ctr {
  text-align: center;
}

.column-57 {
  display: flex;
}

.static-preview {
  z-index: 99999;
  background-color: #88ba8b;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 10px -4px #364a38;
}

.preview-modal {
  z-index: 999;
  background-color: #0822407d;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  left: 0%;
  right: 0%;
}

.label {
  color: #b2407e;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.vendor-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 24%;
  height: 350px;
  margin-right: 0;
  box-shadow: 0 0 3px #0000001a;
}

.vendor-card.blue {
  background-color: #004966;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.vendor-card.blue.bluue {
  box-shadow: 0 0 9px -3px var(--dark-blue);
  background-color: #f8f8f8;
  justify-content: flex-end;
}

.vendor-card.bluue {
  background-color: #1e7ea8;
  padding-bottom: 20px;
}

.div-block-55 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.header-texts {
  width: 90%;
}

.category-icon {
  border: 3px solid #013850;
  border-radius: 8px;
  align-self: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.blue-banner {
  background-color: #26a4cf;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.checkmark {
  background-color: var(--medium-violet-red-2);
  color: #fff;
  text-transform: uppercase;
  border: 2px #5a9d27;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Clearsans REGULAR, sans-serif;
  line-height: 35px;
  display: flex;
}

.checkmark.clicked {
  color: var(--medium-violet-red-2);
  background-color: #f6e7f0;
}

.checkmark.grow {
  flex: 1;
}

.heading-blue-2 {
  color: #147daa;
  text-align: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.heading-blue-2.left {
  text-align: left;
}

.heading-blue-2.left._24 {
  font-size: 24px;
  line-height: 30px;
}

.triangle {
  background-color: #104b86;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  position: relative;
  top: -28px;
  transform: rotate(45deg);
}

.triangle._5 {
  background-color: #0085ca;
  left: 148px;
}

.triangle.right {
  margin-left: 142px;
}

.speech-bubble {
  z-index: 9999;
  background-color: #104b86;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 80px;
  margin-top: 60px;
  margin-left: 402px;
  padding: 16px;
  position: absolute;
}

.speech-bubble._2 {
  margin-top: 263px;
  margin-left: 51px;
  display: block;
}

.speech-bubble._3 {
  width: 260px;
  margin-top: 83px;
  margin-left: 37px;
  display: block;
}

.speech-bubble._4 {
  margin-top: 172px;
  margin-left: -110px;
  display: block;
}

.speech-bubble._4.mobile-only {
  display: none;
}

.speech-bubble._5 {
  background-color: #0085ca;
  margin-top: 179px;
  margin-left: -89px;
}

.column-58 {
  padding-right: 5%;
}

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

.column-59.right {
  align-items: flex-end;
}

._120 {
  color: #104b86;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.div-block-57 {
  background-image: url('../images/UI_Icons_MapLink_1UI_Icons_MapLink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.category-header {
  width: 1144px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.preview-header {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 3px 0 1px #00000030;
}

.div-gray {
  background-color: #fafafa;
}

.cost-text {
  color: #5a9d27;
  font-size: 15px;
  font-weight: 500;
}

.category-carousel {
  justify-content: space-between;
  align-items: center;
  width: 1144px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

.image-108.team {
  border-color: #0085ca;
  width: 180px;
  height: 180px;
}

.sub-head-24 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.location {
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 8px 14px;
  display: flex;
}

.text-span-9 {
  color: #26a4cf;
}

.category-type {
  color: #013850;
  text-transform: uppercase;
}

.category-type.plum {
  color: #fff;
  letter-spacing: 1px;
  text-indent: 11px;
  font-size: 16px;
  font-weight: 700;
}

.div-preview {
  background-color: #fff;
  width: 96%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 5%;
  bottom: 5%;
  overflow: scroll;
  box-shadow: 6px 6px 13px -6px #082240bd;
}

.section-end {
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: -7px;
}

.section-white-2 {
  z-index: 8;
  margin-top: -2px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 8px 9px -6px #0085ca30;
}

.section-white-2.gray {
  background-color: #fff;
}

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

.div-recos {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.gray {
  color: #666;
}

.card-description-div {
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.filter-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 1144px;
  height: 50px;
  margin: 15px 10px;
  padding: 13px;
}

.card-title {
  color: #013850;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.card-title.white {
  text-align: center;
  text-transform: none;
  margin-top: 0;
}

.card-header {
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}

.banner-content {
  align-items: center;
  width: 640px;
  height: 50px;
  display: flex;
}

.filter-components {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

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

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

.columns-45.no-margin._80 {
  width: 80%;
}

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

.checkbox-2 {
  border: 1px solid #bcb8b8;
  border-radius: 2px;
  align-self: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 5px;
  display: flex;
}

.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.new {
  background-image: url('../images/Stocksy_txp2ca06246CqT200_Large_2319520web2.jpg'), none;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.hero-2.new.v2 {
  background-color: #f1f1f1;
  background-image: linear-gradient(to bottom, #08224061, #08224061), url('../images/BILH-BACKGROUND.png'), linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  padding-bottom: 0;
}

.inactive {
  color: #e0e0e0;
}

.div-block-58 {
  align-items: center;
  display: flex;
}

._w-10 {
  width: 10px;
}

.cost-2 {
  border: 1px solid #5a9d27;
}

.cost-text-2 {
  color: #5a9d27;
  padding: 4px 7px;
  font-family: Clearsans MEDIUM, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-59 {
  height: 40px;
}

.mobile-only, .div-block-60 {
  display: none;
}

.div-no-overflow {
  overflow: hidden;
}

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

.div-block-64 {
  margin: 32px auto;
  display: flex;
}

.black-text {
  color: #9f2a6a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.button-4 {
  background-color: var(--plumhighlight);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 10px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button-4:hover {
  background-color: var(--medium-violet-red);
}

.button-wrapper {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.logo-hero {
  margin-bottom: 60px;
}

.subhead {
  color: #157daa;
  text-align: center;
  margin-bottom: 40px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.subhead._16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.link-footer {
  color: #000dff;
  font-size: 12px;
}

.legal-div {
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.link-5 {
  margin-left: 0;
  margin-right: 5px;
}

.text-rights-light {
  color: var(--dim-grey);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-decoration: none;
}

.wrap.wide {
  flex-direction: column;
  align-items: flex-start;
  max-width: 820px;
  display: flex;
}

.collection-list-7 {
  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;
}

.collection-list-7.team {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.small {
  color: #465258;
  margin-top: 0;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-left: 25vw;
  padding-right: 25vw;
  display: flex;
}

.left-side {
  background-image: linear-gradient(120deg, var(--midnight-blue-2), var(--bilh-indigo));
  align-items: center;
  height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.right-side {
  background-image: url('../images/GettyImages-960189750web.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.option-1 {
  display: none;
}

.section-21 {
  background-image: url('../images/109662.svg');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 5vh 0;
  display: none;
}

.div-block-65 {
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.section-22 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 8vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.image-111 {
  margin-left: 32px;
}

.categories-wrapper {
  width: 100%;
}

.div-block-67 {
  width: 100px;
  height: 100px;
  color: var(--white);
  text-align: center;
  background-color: #2293c3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.container-3 {
  padding: 40px 0;
}

.line {
  border: 2px solid #6fb9d7;
  margin-top: 10px;
  margin-bottom: 20px;
}

.category-label {
  color: #147daa;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Clearsans BOLD, sans-serif;
  font-size: 28px;
  display: flex;
}

.image-112 {
  margin-right: 10px;
}

.bold-text-2 {
  font-family: Clearsans BOLD, sans-serif;
  font-weight: 400;
}

.category-label-vert {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.text {
  margin-bottom: 20px;
  font-family: Clearsans REGULAR, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

html.w-mod-js [data-ix="blogctapopup"] {
  opacity: 0;
  display: block;
}

html.w-mod-js [data-ix="modal-wrapper"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="new-interaction-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="answer1-start-invisi"], html.w-mod-js [data-ix="answer1-start-invisi-2"], html.w-mod-js [data-ix="answer1-start-invisi-3"], html.w-mod-js [data-ix="answer1-start-invisi-4"] {
  display: none;
}

@media screen and (min-width: 1920px) {
  .black-text {
    font-size: 22px;
    line-height: 32px;
  }

  .button-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .logo-hero {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mainnavtab.cta {
    text-align: center;
    width: auto;
    margin-left: 0;
    display: none;
  }

  .mainnavtab.cta.login {
    margin-left: 0;
  }

  .mainnavtab.cta.mobile {
    display: block;
  }

  .sectionheader {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .iconsectionparagraph {
    width: 70%;
  }

  .videoplaybutton {
    margin-top: 31px;
  }

  .quotebanneroverlay {
    padding-top: 63px;
    position: relative;
  }

  .quotebanneroverlay.darkbluequoteoveraly {
    margin-bottom: 1px;
    padding-top: 108px;
    padding-bottom: 170px;
  }

  .herosubheader {
    font-size: 1.5em;
  }

  .learnmoreherobutton {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .getstartedherobutoon {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon {
    width: 60px;
  }

  .menuicon {
    color: #157ea3;
    background-color: #0000;
  }

  .partnersectionbodybanner {
    padding-top: 30px;
  }

  .howitworksbanner {
    padding-top: 0;
  }

  .ourpartners {
    width: 80%;
  }

  .howitworkssteps {
    width: 95%;
  }

  .setupicon {
    width: auto;
    height: 100%;
    margin-top: 33px;
  }

  .setupicon.shortmarginicon {
    margin-top: 22px;
  }

  .factquoteblock.quoteattribution {
    width: 90%;
  }

  .factquoteblock.centerquote {
    width: 90%;
    font-size: 18px;
    line-height: 27px;
  }

  .factquoteblock.authorattribution {
    width: 90%;
  }

  .factquoteblock.actualquote {
    width: 90%;
    font-size: 18px;
  }

  .quoteattribute2 {
    width: 90%;
  }

  .getstartedicontitle {
    height: 60px;
    font-size: 18px;
  }

  .mediumdivide {
    margin-top: 41px;
  }

  .logo {
    margin-top: 0;
    display: block;
  }

  .footerlist {
    padding-left: 0;
  }

  .footerlist.left {
    padding-left: 30px;
  }

  .footerlist.ctas {
    width: 100%;
    padding-left: 15px;
  }

  .footerlistlink.ctas {
    width: 100%;
    max-width: 100%;
    margin-right: 15px;
    display: block;
  }

  .footerlistlink.ctas.mobile {
    max-width: 100%;
    display: block;
  }

  .footerlistlink.ctas.desktop {
    display: none;
  }

  .footerlink.ctas {
    width: 100%;
    display: inline-block;
  }

  .ctaborderdivblock {
    width: 382px;
    padding-right: 0;
    display: block;
  }

  .emptycolumn {
    display: none;
  }

  .navlink {
    display: inline-block;
  }

  .navmenu.lp {
    background-color: #147daa;
    padding-bottom: 0;
  }

  .herobrandmgh {
    width: 50%;
    margin-top: 15px;
  }

  .navlinkhero {
    background-color: #0000;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 0;
    text-decoration: underline;
  }

  .navlinkhero:hover {
    background-color: #cc4990;
  }

  .navlinkhero.secondary {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
  }

  .navlinkhero.secondary:hover {
    background-color: #76c8e9;
  }

  .b2bnavlink, .b2bnavlink.w--current {
    display: block;
  }

  .b2bnavlink.patients {
    border-left-style: none;
    display: inline-block;
  }

  .b2bnavlink.hidden {
    display: inline-block;
  }

  .dropdownlist.w--open {
    width: 650px;
  }

  .dropdownlink {
    display: inline-block;
  }

  .addressparagraph {
    padding-left: 0;
    line-height: 30px;
  }

  .b2bfooternavlink.w--current {
    margin-bottom: 0;
    line-height: 30px;
  }

  .navlinklistitem {
    height: auto;
    margin-bottom: 0;
    line-height: 30px;
  }

  .spacer.top {
    height: 52px;
  }

  .emailupdatesbutton {
    align-self: flex-start;
    width: auto;
  }

  .textinputemail {
    margin-bottom: 5px;
  }

  .emailupdatesform {
    flex-direction: column;
  }

  .logofooter {
    position: relative;
    right: 10px;
  }

  .nothingblock {
    display: inline-block;
  }

  .lpfooter {
    font-family: Clearsans LIGHT, sans-serif;
  }

  .supportinfoblock {
    width: 25%;
    height: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footerbottomcolumn {
    height: auto;
  }

  .backside {
    transition: none;
  }

  .burgericon {
    display: none;
  }

  .menubutton.w--open {
    background-color: #eef6fa;
  }

  .dropnav, .hamburger {
    background-color: #0000;
  }

  .lpmenubutton {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .lpmenubutton.w--open {
    background-color: #147daa;
  }

  .menubuttonhack {
    background-color: #b2407e;
    font-size: 14px;
    display: none;
  }

  .modalwrapperfirst, .modalwrappersecond {
    display: none;
  }

  .answerfaq3 {
    font-size: 16px;
  }

  .navbar {
    padding-bottom: 0;
  }

  .brand {
    width: 140px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .nav-menu {
    display: none;
  }

  .link-block-2 {
    width: 40%;
  }

  .link-block-2._4trimes {
    margin-left: 20px;
  }

  .text-block-2 {
    margin-right: 10px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-2.left {
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 15px;
    line-height: 22px;
  }

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

  .row {
    flex-direction: row;
    align-items: flex-start;
  }

  .image-6 {
    height: 80px;
  }

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    width: 70%;
  }

  .column-7 {
    display: flex;
  }

  .row-4 {
    width: 100%;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .div-block-5.team {
    width: 100px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-5.team._4trimes {
    margin-top: 40px;
  }

  .section-9 {
    padding-bottom: 30px;
  }

  .image-9 {
    margin-right: auto;
    display: block;
  }

  .image-10 {
    max-width: 100%;
  }

  .heading-team {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .row-5 {
    width: auto;
    height: 100%;
  }

  .div-block-8 {
    background-image: url('../images/CategoryIcon_FC_WhiteCircles_PetCare.svg'), linear-gradient(to bottom, null, null);
    background-size: 80px, auto;
    width: 140px;
    height: 140px;
  }

  .div-block-8._2 {
    background-image: url('../images/CategoryIcon_FC_WhiteCircles_Groceries-.svg'), linear-gradient(to bottom, null, null);
    background-size: 80px, auto;
  }

  .div-block-8._2._4trimester2 {
    background-image: url('../images/Nightnursing100__normal.svg'), linear-gradient(#b2407e, #b2407e);
    background-size: 70px, auto;
    width: 120px;
    height: 120px;
  }

  .div-block-8._3 {
    background-image: url('../images/CategoryIcon_FC_WhiteCircles_Laundry.svg'), linear-gradient(to bottom, null, null);
    background-size: 80px, auto;
  }

  .div-block-8._3._4trimester3 {
    background-image: url('../images/emotional_support_and_counseling_highlight.svg'), linear-gradient(#88ba8b, #88ba8b);
    background-size: 70px, auto;
    width: 120px;
    height: 120px;
  }

  .div-block-8._4.trimester4, .div-block-8._5.trimester5, .div-block-8._6.trimester6 {
    width: 120px;
    height: 120px;
  }

  .div-block-8._4trimester {
    background-image: url('../images/Breastfeedling100__normal.svg'), linear-gradient(#a0e0f1, #a0e0f1);
    background-size: 70px, auto;
    width: 120px;
    height: 120px;
  }

  .paragraph-7 {
    width: 70%;
    margin-left: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .column-12, .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    width: 100px;
  }

  .column-17, .column-18, .column-19 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .link-block-6 {
    width: 90%;
  }

  .slider-4 {
    height: 180px;
  }

  .right-arrow-2, .left-arrow-2 {
    top: 260px;
  }

  .hero {
    background-image: url('../images/GettyImages-558273195_heroIMG.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
  }

  .div-wrapper-80, .div-block-14 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-white {
    padding-bottom: 60px;
  }

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

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

  .paragraph-section.no-space {
    font-size: 18px;
  }

  .button-blue {
    transition: all .2s;
  }

  .button-blue:hover {
    transform: scale(1.01);
  }

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

  .banner-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-15.white {
    line-height: 22px;
  }

  .paragraph-15.grey._16 {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-15.grey._16.white.relative {
    font-size: 16px;
    line-height: 18px;
  }

  ._80 {
    width: 68%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .column-26 {
    margin-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-plum-2.h50.left.center.enroll-flow-link {
    margin-left: 0;
  }

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

  .button-plum-2.h50.left.right.enroll-flow-link {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .button-plum-2.h50.left.center.white {
    margin-left: 0;
  }

  .button-plum-2.h50.left.center.enroll-flow-link._240, .row-15.employee.left {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .column-51 {
    padding-left: 32px;
  }

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

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

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

  .image-106.team {
    width: 160px;
    height: 160px;
  }

  .columns-42 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .columns-41 {
    width: 100%;
  }

  .collection-list-wrapper-3.team {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .div-icon.team {
    width: 68px;
  }

  .text-icon.team {
    width: 92%;
    font-size: 10px;
    line-height: 11px;
  }

  .icon-cov {
    width: 72px;
    height: 72px;
  }

  .icon-cov.team {
    width: 60px;
  }

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

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

  .slider-5 {
    height: 220px;
  }

  .carousel-mask {
    width: 88%;
  }

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

  .resource-header {
    height: 70%;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

  .list-12 {
    display: none;
  }

  .horizontal {
    margin-top: 28px;
  }

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

  ._40 {
    width: 100%;
  }

  .schedule-training-modal-2 {
    justify-content: center;
    padding-top: 0;
  }

  .training-popup {
    padding-top: 20px;
  }

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

  .list-13 {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .column-56 {
    padding-left: 32px;
  }

  .description-2 {
    width: 100%;
  }

  .div-block-55 {
    display: none;
  }

  .heading-blue-2.left._24 {
    width: auto;
  }

  .triangle {
    margin-left: 113px;
  }

  .triangle._5 {
    left: 0;
  }

  .speech-bubble {
    width: 200px;
    height: 80px;
    margin-left: 247px;
    display: block;
  }

  .speech-bubble._2 {
    width: 240px;
    margin-left: 78px;
    display: block;
  }

  .speech-bubble._3 {
    width: 240px;
    margin-top: 112px;
    margin-left: 0;
  }

  .speech-bubble._4 {
    width: 240px;
    height: 100px;
    margin-top: 80px;
    margin-left: 89px;
    display: block;
  }

  .speech-bubble._4.mobile-only {
    display: block;
  }

  .speech-bubble._5 {
    width: 220px;
    margin-top: 187px;
    margin-left: 11px;
    padding-left: 23px;
  }

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

  .category-header {
    width: 100%;
  }

  .preview-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .image-108.team {
    width: auto;
    height: 160px;
  }

  .location {
    margin-top: 12px;
  }

  .section-end {
    margin-top: 10px;
  }

  .div-recos {
    z-index: 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

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

  .columns-45.no-margin {
    align-items: flex-start;
  }

  .columns-45.no-margin._80 {
    width: 100%;
  }

  .columns-46 {
    align-items: flex-start;
  }

  .hero-2.new {
    background-position: 0 0, 0 0;
  }

  .mobile-only {
    display: none;
  }

  .div-block-60 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .black-text {
    font-size: 16px;
  }

  .button-wrapper {
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead {
    margin-right: 0;
  }

  .wrap {
    padding-bottom: 20px;
  }

  .collection-list-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list-7.team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-21 {
    justify-content: flex-start;
    padding-top: 5vh;
  }

  .section-22 {
    padding-top: 10vw;
  }

  .categories-wrapper {
    margin-bottom: 10px;
  }

  .div-block-67 {
    width: 80px;
    height: 88px;
  }
}

@media screen and (max-width: 767px) {
  .mainheader1 {
    width: 80%;
    margin-top: 105px;
  }

  .herobuttoncolumn {
    margin-top: 32px;
  }

  .herobuttonrow {
    width: 100%;
  }

  .sectionheader {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    display: block;
  }

  .videoplaybutton {
    margin-top: 0;
    padding-top: 15px;
  }

  .getstartedsection {
    background-position: 63%;
  }

  .quotebanneroverlay {
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    display: block;
  }

  .quotebanneroverlay.darkbluequoteoveraly {
    padding-top: 109px;
    padding-bottom: 0;
  }

  .herosubheader {
    width: 80%;
  }

  .learnmoreherobutton, .getstartedherobutoon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .partnerssection {
    height: 593px;
  }

  .partnersectionbodybanner {
    padding-top: 6px;
    padding-bottom: 56px;
  }

  .onepartnercolumn, .twopartnercolumn {
    padding-left: 0;
    padding-right: 0;
  }

  .howitworkssteps {
    margin-top: 0;
  }

  .setupicon.getstartedicons {
    width: 30%;
    margin-top: 0;
  }

  .questlogo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .factsbanner {
    height: auto;
  }

  .factsbanner.landingpage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .factquoteblock {
    text-align: center;
  }

  .factquoteblock.actualquote {
    text-align: center;
    padding-top: 0;
  }

  .quoteattribution {
    margin-left: 15px;
  }

  .nametitle, .namefield, .name-field, .emailfield, .bizname, .othertext {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .getstartedicontitle {
    margin-bottom: 0;
  }

  .contactformsubheader {
    width: 80%;
  }

  .partnericon {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .usertestimonial {
    text-align: center;
    padding-top: 25px;
  }

  .partnerlogoimg {
    width: 376px;
  }

  .mediumdivide {
    display: none;
  }

  .formerror {
    padding-left: 30px;
  }

  .footerlist, .footerlist.left {
    padding-left: 45px;
  }

  .footercolumn.ctas {
    margin-bottom: 15px;
  }

  .copyrightcolumn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .socialcolumn {
    margin-left: auto;
    margin-right: auto;
    padding-left: 215px;
    display: block;
  }

  .bottomrow {
    height: 145px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .prvcyandterms {
    text-align: center;
  }

  .ctaborderdivblock {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .content {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }

  .emailenter {
    float: none;
  }

  .downarrow {
    max-width: 60%;
  }

  .b2bnavbar {
    padding-top: 0;
  }

  .logob2b {
    max-width: 100%;
    margin-top: 10px;
  }

  .b2bnavlink.hidden.w--current {
    display: inline-block;
  }

  .dropdownlist.w--open {
    width: 470px;
    left: -303px;
  }

  .b2bfootersection {
    height: auto;
    min-height: 320px;
  }

  .footerrow {
    padding-right: 45px;
  }

  .addressparagraph, .b2bfooternavlink, .b2bfooternavlink.w--current, .registertext, .emailupdatesbutton, .textinputemail {
    font-size: 1em;
  }

  .b2bformcolumn {
    margin-top: 30px;
  }

  .b2bbrand.w--current {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .lpfooterblock {
    padding-top: 0;
  }

  .supportinfoblock {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .disclaimerparagraph {
    margin-top: 0;
  }

  .lpfooternavtitle {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .footerbottomcolumn {
    height: auto;
    font-size: .7em;
  }

  .footerbottomcolumn.hidden {
    color: #6eb9d7;
    background-color: #6eb9d7;
    display: block;
  }

  .copyrightinfo {
    margin-top: 0;
  }

  .backside {
    width: 50%;
  }

  .menubutton {
    display: none;
  }

  .dropnav {
    float: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .modalwrapperfirst {
    display: none;
  }

  .videocontainerblock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navcol {
    padding-top: 0;
  }

  .nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand {
    width: 120px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    display: none;
  }

  .heading {
    margin-top: 40px;
    font-size: 60px;
    line-height: 60px;
  }

  .container-2 {
    padding-top: 60px;
  }

  .link-block-2 {
    width: 54%;
  }

  .link-block-2._4trimes {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-2 {
    margin-right: 10px;
    font-family: Clearsans MEDIUM, sans-serif;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-2.left {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-2 {
    line-height: 36px;
  }

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

  .row {
    flex-direction: column;
  }

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

  .image-6 {
    height: auto;
    margin-top: 20px;
  }

  .heading-3 {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 46px;
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .image-8 {
    margin-top: 0;
  }

  .paragraph-5 {
    font-family: Clearsans MEDIUM, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .section-6 {
    padding-top: 20px;
  }

  .div-block-5.team {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .column-9 {
    display: none;
  }

  .lightbox-link {
    margin-bottom: 30px;
  }

  .section-team {
    padding-bottom: 10px;
  }

  .heading-team {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-7 {
    text-align: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row-12 {
    flex-direction: column;
  }

  .column-20 {
    height: auto;
  }

  .link-block-6 {
    width: 80%;
  }

  .slider-4 {
    height: 160px;
  }

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

  .hero.team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-wrapper-80 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .subhead-hero {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-14 {
    align-items: flex-end;
    margin-left: 2%;
    margin-right: 2%;
  }

  .section-white.team {
    padding-top: 48px;
  }

  .heading-blue {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
  }

  .heading-blue.left.white._24 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-section.white._22 {
    font-size: 20px;
  }

  .paragraph-section.left.white {
    font-size: 18px;
    line-height: 24px;
  }

  .column-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-center.border {
    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;
  }

  .button-blue {
    width: 100%;
  }

  .wellist-logo-200 {
    width: 160px;
  }

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

  .schedule-training-modal {
    height: 1000%;
    position: absolute;
  }

  .schedule-training-form {
    width: 94%;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 40px;
  }

  .column-form {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column-form-2 {
    padding-left: 0;
  }

  .schedule-close {
    left: 450px;
  }

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

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

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

  .paragraph-15.grey._16.white.relative {
    font-size: 16px;
    line-height: 20px;
  }

  ._80 {
    width: 80%;
  }

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

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

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

  .sub-head-white-24.light {
    font-size: 18px;
  }

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

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

  .button-plum-2.h50.left, .button-plum-2.h50.left.center.enroll-flow-link._240 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .image-106.team {
    display: none;
  }

  .columns-42 {
    width: 98%;
    margin-bottom: 12px;
  }

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

  .image-divider-arrow {
    margin-bottom: -4px;
  }

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

  .collection-list-wrapper-3.team {
    justify-content: center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .collection-list-5 {
    width: 100%;
    margin-top: 0;
  }

  .div-icon {
    height: 80%;
  }

  .div-icon.team {
    width: 100px;
    height: 72px;
  }

  .icon-cov {
    width: 80%;
    height: auto;
  }

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

  .section-19.team {
    background-image: linear-gradient(#06101b57, #06101b57), url('../images/5d8a1ef47ca97cfecdf7a310_nurse-checks-notes-while-talking-on-phone-114426892-5936f8d85f9b58d58a3d7aea2.jpg');
    background-position: 0 0, 60%;
    background-attachment: scroll, scroll;
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .slider-5 {
    display: none;
  }

  .list-12 {
    display: block;
  }

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

  .column-52 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
    padding-right: 0%;
    display: flex;
  }

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

  .list-item-link {
    padding-left: 16px;
  }

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

  .schedule-training-modal-2 {
    justify-content: center;
    padding-top: 0;
  }

  .close {
    z-index: 100;
    background-size: 20px;
    align-self: flex-end;
    width: 32px;
    height: 32px;
    position: absolute;
    top: auto;
    left: auto;
  }

  .training-popup {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
  }

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

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

  .heading-blue-section-2.left.team {
    text-align: left;
    text-align: left;
    font-family: Clearsans BOLD, sans-serif;
    font-weight: 400;
  }

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

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

  .sub-head-white-26.light {
    font-size: 18px;
  }

  .sub-head-white-26.light.grey {
    font-family: Clearsans REGULAR, sans-serif;
  }

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

  .blue-banner {
    display: none;
  }

  .heading-blue-2 {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
  }

  .triangle {
    margin-left: 101px;
  }

  .speech-bubble {
    margin-left: 234px;
    display: none;
  }

  .speech-bubble._2 {
    margin-top: 643px;
    margin-left: 247px;
  }

  .speech-bubble._3 {
    width: 240px;
    margin-top: 999px;
    margin-left: 214px;
  }

  .speech-bubble._4 {
    width: 240px;
    height: 100px;
    margin-top: 391px;
  }

  .column-58 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
    padding-bottom: 0;
    padding-right: 0%;
    display: flex;
  }

  .column-59.right {
    align-items: center;
  }

  ._120 {
    width: 110px;
  }

  .category-header {
    width: 580px;
    overflow: hidden;
  }

  .preview-header {
    display: none;
  }

  .image-108 {
    border-width: 3px;
    width: 100px;
    height: 100px;
    display: none;
  }

  .image-108.team {
    display: none;
  }

  .category-type.plum {
    text-align: center;
  }

  .section-end {
    margin-top: 10px;
    margin-bottom: -4px;
  }

  .div-recos {
    display: none;
  }

  .filter-box {
    width: 860px;
    overflow: hidden;
  }

  .columns-45 {
    width: 98%;
  }

  .columns-45.no-margin {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .div-block-58 {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .sticky {
    z-index: 9999;
    width: 100%;
    height: 50px;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    background-color: #9f2a6a;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-family: Clearsans BOLD, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    position: sticky;
    inset: auto 0% 0%;
  }

  .sticky:hover {
    text-decoration: underline;
  }

  .black-text {
    text-align: center;
  }

  .button-wrapper {
    width: 88%;
  }

  .subhead {
    margin-bottom: 40px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .wrap.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 0;
  }

  .collection-list-7.team {
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 86%;
  }

  .center {
    position: static;
  }

  .section-21 {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .column-64, .column-65 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-22 {
    padding-top: 14vw;
  }

  .div-block-67 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .mainnavlogo {
    width: 150px;
  }

  .mainheroheader.footernavbar {
    max-width: 100%;
  }

  .mainheroheader.landingpage {
    max-width: 100%;
    max-height: 100%;
  }

  .mainherosection {
    margin-top: 0;
  }

  .mainheader1 {
    margin-top: 105px;
    font-size: 44px;
  }

  .herobuttoncolumn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .herobuttonrow {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionheader {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  .sectionheader.smallheader, .iconsectionparagraph {
    width: 80%;
  }

  .videoplaybutton {
    padding-top: 0;
  }

  .lightboxvideolink.aboutus {
    font-size: 13px;
  }

  .getstartedsection {
    background-image: none;
  }

  .quotebanneroverlay {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 35px;
  }

  .quotebanneroverlay.darkbluequoteoveraly {
    height: auto;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .learnmoreherobutton, .getstartedherobutoon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .onepartnercolumn {
    padding-right: 0;
  }

  .setupstep {
    margin-bottom: 20px;
  }

  .setupicon {
    width: 80%;
  }

  .questlogo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .factsbanner {
    height: auto;
  }

  .factsbanner.landingpage {
    width: 102%;
  }

  .factquoteblock.actualquote {
    text-align: left;
    margin-top: 0;
    padding-top: 24px;
  }

  .hospitalfoundationheader.gifting {
    background-position: 27% 16px;
    padding-bottom: 0;
  }

  .getstartedicontitle, .getstartedicontitle.optional {
    font-size: 25px;
  }

  .partnericon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .question {
    font-size: 1.5em;
  }

  .answer {
    font-size: 1.2em;
  }

  .heroheader {
    margin-top: 0;
  }

  .logo {
    padding-top: 10px;
  }

  .footerlist.ctas {
    margin-bottom: 45px;
  }

  .footerlistitem {
    margin-bottom: 15px;
  }

  .footerlistitem.ctas {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .footerlistlink.ctas, .footerlistlink.ctas.mobile {
    width: 300px;
  }

  .footerlink.ctas, .footerlink.ctas.mobile {
    text-align: left;
    width: 300px;
    max-width: 100%;
    padding-right: 0;
  }

  .copyrightcolumn {
    text-align: center;
    padding-left: 0;
  }

  .socialcolumn {
    padding-left: 45px;
  }

  .copyrightlinkz, .prvcyandterms {
    font-size: 1em;
  }

  .ctaborderdivblock {
    width: 330px;
    max-width: 100%;
    height: auto;
  }

  .navlink {
    width: 95%;
  }

  .newsletter-background {
    height: auto;
    padding-bottom: 45px;
  }

  .emailenter {
    width: 300px;
    max-width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .newslettersubmit {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .newsletterrowemail {
    width: 100%;
    padding-left: 0;
  }

  .newsletterblurb {
    margin-bottom: 0;
    display: none;
  }

  .navmenu.lp {
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .heronavmgh {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .herologomgh {
    width: 150%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .navlinkhero {
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }

  .navlinkhero:hover {
    background-color: #cc4990;
  }

  .navlinkhero.secondary {
    margin-top: 0;
    margin-left: 0;
  }

  .navlinkhero.secondary:hover {
    background-color: #76c8e9;
  }

  .downarrow {
    width: 10%;
    max-width: none;
  }

  .b2bnavbar {
    height: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .logob2b {
    max-width: 100%;
  }

  .dropdownlist.w--open {
    width: 100%;
  }

  .dropdownlink {
    padding-left: 5px;
  }

  .b2bfootersection {
    padding-left: 15px;
  }

  .footerrow {
    padding-left: 5px;
    padding-right: 5px;
  }

  .addressparagraph, .b2bfooternavlink {
    font-size: .8em;
  }

  .registertext {
    margin-bottom: 5px;
    font-size: .8em;
  }

  .emailupdatesbutton {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: .8em;
  }

  .textinputemail {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: .8em;
  }

  .emailupdatesform {
    flex-wrap: wrap;
  }

  .b2bformcolumn {
    padding-left: 0;
    padding-right: 0;
  }

  .b2bbrand {
    width: 50%;
    margin-top: 15px;
  }

  .b2bbrand.w--current {
    width: 50%;
  }

  .lpfooter {
    height: auto;
  }

  .lpfooterblock {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .disclaimerparagraph {
    margin-top: 0;
  }

  .lpfooternavtitle {
    margin-top: 10px;
  }

  .footerbottomrow, .footerbottomcolumn {
    height: auto;
  }

  .footerbottomcolumn.hidden {
    height: 5px;
  }

  .copyrightinfo {
    text-align: center;
    width: auto;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .backside {
    z-index: 3;
  }

  .burgericon {
    width: 40px;
    margin-top: 40px;
    display: block;
  }

  .menubutton {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .dropnav {
    float: none;
    background-color: #eef6fa;
  }

  .hamburger {
    width: 50%;
    height: 50%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lpmenubutton {
    width: 30%;
    max-width: 40%;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .bottomcolumnmobile {
    margin-top: 45px;
  }

  .menubuttonhack {
    background-color: #147daa;
    border-radius: 4px;
    margin-bottom: 0;
    display: none;
    position: relative;
    top: -19px;
    bottom: 0;
    right: 0;
  }

  .modalwrapperfirst {
    display: none;
  }

  .columntop {
    height: 5px;
  }

  .brand {
    width: 62%;
    padding-left: 0;
  }

  .nav-link {
    display: none;
  }

  .section {
    height: 400px;
  }

  .section.nicu {
    background-image: linear-gradient(#00000040, #00000040), url('../images/shutterstock_50553667_v2_hero.png');
    background-position: 0 0, 78%;
  }

  .heading {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading.nicu {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 39px;
    line-height: 46px;
  }

  .container-2 {
    padding-top: 20px;
  }

  .link-block-2 {
    width: 90%;
  }

  .paragraph-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    display: block;
  }

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

  .row {
    flex-direction: column;
  }

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

  .image-7 {
    margin-left: 20px;
  }

  .paragraph-4 {
    margin-left: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .footertext {
    font-size: 7px;
    line-height: 8px;
  }

  .text-block-4 {
    font-size: 7px;
  }

  .section-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-4 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Stocksy_txp93dc1636NZ8100_Original_888935.jpg');
    background-position: 0 0, 50%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 24px;
  }

  .section-5 {
    padding-top: 0;
  }

  .column-8 {
    display: none;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-10 {
    max-width: 100%;
  }

  .div-block-11 {
    display: none;
  }

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

  .row-13 {
    flex-direction: column;
  }

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

  .subhead-hero {
    font-size: 28px;
    line-height: 28px;
  }

  .div-wellist {
    text-align: center;
  }

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

  .heading-blue {
    width: 100%;
    line-height: 30px;
  }

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

  .paragraph-section.no-space {
    margin-top: 20px;
  }

  .sub-head-section {
    margin-top: 30px;
  }

  .columns {
    flex-direction: column;
  }

  .schedule-training-form {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-close {
    left: 250px;
  }

  .banner-2 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-15.grey._16.white.right {
    text-align: center;
  }

  ._80 {
    width: 100%;
    margin-bottom: 0;
  }

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

  .image-81._120.left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .sub-head-white-24 {
    text-align: center;
    line-height: 24px;
  }

  .div-block-42 {
    width: 240px;
    margin-top: 20px;
  }

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

  .button-plum-2.h50.left._24 {
    margin-bottom: 16px;
    margin-right: auto;
  }

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

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

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

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

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

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

  .heading-hero.left {
    text-align: center;
    line-height: 30px;
  }

  .heading-hero.left.white {
    font-size: 28px;
    line-height: 32px;
  }

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

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

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

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

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

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

  .columns-42 {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .collection-list-wrapper-3.team {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .heading-blue-section.white.medium {
    font-size: 22px;
    line-height: 28px;
  }

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

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

  .div-block-50._100 {
    width: 86%;
  }

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

  .collection-list-5 {
    width: 100%;
  }

  .div-icon {
    width: 100%;
    height: 76px;
  }

  .div-icon.team {
    width: auto;
  }

  .text-icon {
    margin-top: -10px;
  }

  .text-icon.team {
    margin-top: -16px;
  }

  .icon-cov {
    width: 60px;
    height: 60px;
    margin-top: -12px;
  }

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

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

  .divider-80 {
    height: 40px;
  }

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

  .resource-wrapper.team {
    width: 86%;
    height: 200px;
    margin-bottom: 32px;
  }

  .list-11 {
    display: none;
  }

  ._18-white {
    font-size: 16px;
  }

  .utility-page-content-2 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .horizontal {
    flex-direction: column;
    width: 240px;
  }

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

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

  .list-item-link {
    font-size: 16px;
  }

  .image-list {
    width: 20px;
    height: 20px;
  }

  .columns-44 {
    flex-direction: column;
    height: auto;
  }

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

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

  .schedule-training-modal-2 {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

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

  .close {
    background-size: 18px;
    width: 32px;
    height: 32px;
  }

  .training-popup {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    padding: 12px;
  }

  .list-13 {
    display: none;
  }

  .list-13.team {
    display: block;
  }

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

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

  .heading-blue-section-2.left.team {
    text-align: left;
    text-align: center;
    margin-bottom: 16px;
    line-height: 28px;
  }

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

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

  .sub-head-white-26.light.grey {
    text-align: left;
    text-align: left;
    font-size: 16px;
  }

  .sub-head-white-26.light.grey._24 {
    text-align: center;
  }

  .div-block-55 {
    flex-direction: column;
    width: 80%;
    margin-top: 20px;
  }

  .heading-blue-2 {
    width: 100%;
  }

  .triangle {
    margin-left: 162px;
  }

  .speech-bubble._2 {
    margin-top: 873px;
    margin-left: 19px;
  }

  .speech-bubble._3 {
    margin-top: 572px;
    margin-left: 40px;
  }

  .speech-bubble._4 {
    margin-top: 236px;
    margin-left: 41px;
  }

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

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

  .section-end {
    display: none;
  }

  .columns-45, .columns-45.no-margin {
    flex-direction: column;
  }

  .columns-45.no-margin._80 {
    margin-bottom: 20px;
  }

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

  .black-text {
    margin-top: 0;
  }

  .button-4 {
    margin-bottom: 12px;
  }

  .button-wrapper {
    flex-direction: column;
    width: 98%;
    margin-top: 63vw;
  }

  .subhead {
    font-size: 18px;
    line-height: 28px;
  }

  .text-rights-light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap {
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .collection-list-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list-7.team {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 78%;
  }

  .center {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-22 {
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

#w-node-_5d8d2462-f1a4-5a2f-e7e1-3ebb135101cd-555cf0e2, #w-node-_8c89389f-345c-03b5-0cb3-f7bada9b7d1e-4d889fe1, #w-node-a9cc637b-3ada-96e9-d537-d80aad68dde6-803c3996, #w-node-ff4a1553-a6c5-1421-5f69-cc8d1858df3b-78b0d71a {
  place-self: center stretch;
}

@media screen and (max-width: 767px) {
  #w-node-ff4a1553-a6c5-1421-5f69-cc8d1858df3b-78b0d71a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff4a1553-a6c5-1421-5f69-cc8d1858df3b-78b0d71a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
}


@font-face {
  font-family: 'Clearsans THIN';
  src: url('../fonts/ClearSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans LIGHT';
  src: url('../fonts/ClearSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans BOLD';
  src: url('../fonts/ClearSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans BOLD-Italic';
  src: url('../fonts/ClearSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans ITALIC';
  src: url('../fonts/ClearSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans MEDIUM';
  src: url('../fonts/ClearSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans MEDIUM-Italic';
  src: url('../fonts/ClearSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Clearsans REGULAR';
  src: url('../fonts/ClearSans-Regular.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;
}
@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 solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}