/* Employee Hub Landing Page */
.page-employee-hub-landing header .main-navigation {
  justify-content: center;
}
.wellness-main-page header .logo,
.page-employee-hub-landing header .logo,
.benefits-page header .logo {
  top: 0;
  left: 0;
  min-width: 110px;
}
.page-employee-hub-landing header .logo-link,
.wellness-main-page header .logo-link,
.benefits-page header .logo-link {
  position: absolute;
  top: 2.2rem;
  width: 270px;
  max-width: 270px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-decoration: none;
}
.benefits-page header .logo-link {
  max-width: 250px;
}
.wellness-main-page header .logo-link {
  width: 300px;
  max-width: 300px;
}
.wellness-main-page header .logo-link p,
.benefits-page header .logo-link p {
  padding: 0;
  margin: 0.5rem 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.15;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wellness-main-page .sticky .logo-link p,
.benefits-page .sticky .logo-link p,
.page-employee-hub-landing .sticky .logo-link p {
  color: #00529C;
}
.page-employee-hub-landing .sticky-minimal .logo-link,
.wellness-main-page .sticky-minimal .logo-link,
.benefits-page .sticky-minimal .logo-link {
  top: 1.2rem;
}
.benefits-page .sticky-minimal .logo-link {
  max-width: 190px;
}
.wellness-main-page .sticky-minimal .logo-link {
  max-width: 210px;
}
.benefits-page .sticky-minimal .logo-link p,
.wellness-main-page .sticky-minimal .logo-link p {
  margin-top: -5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.wellness-main-page .sticky-minimal .logo-link p {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.benefits-page .sticky-minimal .logo-link p span {
  margin-left: 0.2rem;
}
.benefits-main-page .sticky-minimal .logo-link p span {
  margin-left: 0;
}
.logo-employee-hub {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  min-width: 200px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.main-navigation .nav-main .logo-employee-hub svg {
  width: 161px;
  height: 60px;
  opacity: 1;
}
.sticky-minimal .main-navigation .nav-main .logo-employee-hub svg {
  width: 120px;
  height: auto;
}
.sticky .main-navigation .nav-main .logo-employee-hub {
  border-left-color: rgba(0, 0, 85, 0.2)
}
.sticky .main-navigation .nav-main .logo-employee-hub .fill {
  fill: #00529C;
}
.icon-health-practioner {
  width: 100px;
  height: auto;
}
.icon-vision {
  width: 100px;
  height: auto;
}
.icon-dentist {
  width: 110px;
}
/* Impact Employee Hub Landing */
.impact-employee-landing,
.impact-employee-landing2 {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  min-height: 800px;
  color: #fff;
  background-color: #283B54;
  background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5) );
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  margin-bottom: 10rem;
  padding-top: 11rem;
}
.impact-employee-landing2 {
  padding-top: 10rem;
  margin-bottom: 0;
}
.impact-employee-landing:before,
.impact-employee-landing2:before  {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.impact-employee-landing .h1,
.impact-employee-landing2 .h1 {
  margin: 0 auto;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.impact-employee-landing p,
.impact-employee-landing2 p {
  width: 100%;
  position: relative;
  margin-top: 0;
}
.impact-employee-landing svg,
.impact-employee-landing2 svg {
  position: relative;
  width: 50px;
}
.impact-call-out {
  position: relative;
  bottom: -110px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: auto;
  min-height: 220px;
  width: 100%;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.3);
}
.wellness-main-page .impact-call-out {
  bottom: -110px;
  margin: 0 4rem;
  width: auto;
}
.wellness-main-page .impact-level-two .impact-call-out p {
  max-width: 90%;
  font-size: 16px;
  font-size: 1rem;
}
.wellness-main-page .impact-level-two .impact-call-out .headline {
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.impact-call-out .headline {
  margin-bottom: 1rem;
  font-weight: 500;
}
.impact-call-out p {
  margin-bottom: 0;
  width: 90%;
  max-width: 70%;
}
/* Impact Employee Hub Landing */
/* Employee Hub Landing Cards */
.section-hub-cards {
  padding-top: 3rem;
}
.hline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.impact-homepage_ews {
   background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5) );
   margin-bottom: 160px;
}
.impact-homepage_ews:after {
  background-color: unset;
}
.ewsBox {
   display:block;
   min-height: 500px;
   position: relative;
}
.ewsSubBox {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
}
.ewsL1-p {
   color: white;
   font-size: 22px;
   font-size: 1.375rem;
   margin-top: 0px;
}
.ewsTAM {
   margin-top: 6rem;
}
.section-hub-cards .container,
.section-hub-cards .container .aside-cards {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-hub-cards .container {
  padding: 0 0 0rem;
  max-width: 100%;
}
.section-hub-cards .container .aside-cards {
  width: 64.5%;
  justify-content: space-between;
}
.section-hub-cards .container .aside-cards .card {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
}
.section-hub-cards .container .aside-cards .card div {
  width: 100%;
  max-width: 100%;
}
.section-hub-cards .container .aside-cards .card-body {
  padding-left: 0;
  padding-right: 0;
}
.section-hub-cards .container .aside-cards .card .img-link {
  position: relative;
  height: 280px;
}
.section-hub-cards .container .aside-cards .card h2 {
  min-height: 30px;
}
.section-hub-cards .container .aside-cards .card h2 a {
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 30px;
  font-weight: 500;
}
.section-hub-cards .container .aside-cards .card h2 svg,
.benefits-main-page .three-column .card h2 svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  width: 20px;
  height: 20px;
  background-color: #006EB0;
  border-radius: 50px;
}
.section-hub-cards .container .aside-connexion,
.section-hub-cards .container .aside-connexion .btn-connexion .btn-body {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-hub-cards .container .aside-connexion {
  width: 33%;
}
.section-hub-cards .container .aside-connexion .btn-connexion {
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0 1.5rem 2rem;
  width: 100%;
  color: #fff;
  background-color: #006EB0;
  text-decoration: none;
}
.section-hub-cards .container .aside-connexion .btn-connexion:hover {
  background-color: #00529C;
}
.section-hub-cards .container .aside-connexion .btn-connexion .btn-body {
  padding: 0 0 1.5rem;
  width: 95%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section-hub-cards .container .aside-connexion .btn-connexion span {
  width: 320px;
}
.section-hub-cards .container .aside-connexion .btn-connexion .h6 {
  width: 100%;
  margin-bottom: 0.5rem;
  /*-ms-align-items: center;
  align-items: center;*/
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.section-hub-cards .container .aside-connexion .btn-connexion .h6 svg {
  margin-left: 0.5rem;
  margin-top: 7px;
  min-width: 18px;
  max-width: 18px;
  margin-right: 20px;
}
.section-hub-cards .container .aside-cards .card-body,
.section-hub-cards .container .aside-cards .card {
  background: none;
}
.section-hub-cards .container .aside-connexion .btn-connexion .icon {
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
}
.section-hub-cards .container .aside-connexion .btn-connexion .icon svg {
  margin: 0;
  width: 24px;
  height: 24px;
}
/* Employee Hub Landing Cards */
.section-centered-text {
  padding: 0 0 4rem;
  text-align: center;
}
.section-centered-text .container {
  padding-top: 4rem;
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section-centered-text p {
  display: block;
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 800px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* Employee Hub Landing Page */
/* Represented Employee Benefits */
/* Section Benefits Online */
/* Impact */
.benefits-page .impact-level-two {
  position: relative;
  background: url('../images/impact-benefits-online.jpg') center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.benefits-page .impact-level-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 82, 156, 0.8);
}
.benefits-page .impact-level-two h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
.benefits-page .main-navigation nav .btn-search:link,
.benefits-page .main-navigation nav .btn-search:visited {
  color: #fff;
  background-color: #3385E1;
}
.benefits-page .main-navigation .nav-top a {
  font-size: 15px;
  font-size: 0.9375rem;
}
.benefits-page .main-navigation .nav-top .nav-sub a {
  padding-left: 2rem;
  padding-right: 1rem;
}
/* Impact */
.section-benefits-online .aside-img {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.section-benefits-online .aside-img p {
  padding: 0 1rem;
  ;
  color: #fff;
}
/* Benefits Cards */
.cards-benefits,
.cards-health-information {
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-benefit,
.cards-health-information .card {
  margin: 1rem 0.5%;
  width: 15.66%;
}
.card-benefit a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border-radius: 3px;
  background-color: #EEF2F6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.card-benefit a svg {
  display: block;
  overflow: visible;
}
.card-benefit a .icon {
  width: 100%;
  height: 100%;
}
.card-benefit .arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 24px;
  height: 24px;
}
.card-benefit a:hover {
  background-color: #006EB0;
}
.card-benefit a:hover .arrow,
.card-benefit a:hover .fill {
  fill: #fff;
}
.card-benefit h2 {
  margin-top: 1rem;
  color: #006EB0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}
/* Benefits Cards */
/* Accordions */
.accordion-benefits-online {
  padding-bottom: 0;
}
.accordion-benefits-online .accordion-content {
  padding: 2rem;
}
.accordion-benefits-online p {
  margin: 0;
  padding: 0;
}
.accordion-benefits-online .accordion-content .plan-information {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.accordion-benefits-online .accordion-content .heading {
  margin-bottom: 0.4rem;
  font-weight: 600;
}
/* Accordions */
/* Section Benefits Online */
.benefits-page .one-quarter-content-split aside {
  justify-content: center;
}
.benefits-page .one-quarter-content-split .btn {
  padding: 0 0.5rem 0 1rem;
  min-width: 230px;
  height: 40px;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  background: none;
  border: 2px solid #006EB0;
}
.benefits-page .one-quarter-content-split p {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Represented Employee Benefits */
/* Benefits Main & Wellness */
.benefits-main-page header .main-navigation {
  justify-content: center;
}
.benefits-main-page header .main-navigation nav .btn-search:link,
.benefits-main-page header .main-navigation nav .btn-search:visited {
  color: #006EB0;
  background-color: #fff;
}
.benefits-main-page header .main-navigation nav .btn-search:link .icon-search,
.benefits-main-page header .main-navigation nav .btn-search:visited .icon-search {
  opacity: 1;
}
.benefits-main-page header .main-navigation li:nth-of-type(2):before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.benefits-main-page .impact-benefits-main,
.wellness-main-page .impact-wellness-main {
  padding-top: 15rem;
  background-size: cover;
  -webkit-background-size: cover;
}
.benefits-main-page .impact-benefits-main {
  padding-bottom: 6rem;
  background: url('../images/impact-benefits-main.jpg') center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.wellness-main-page .impact-wellness-main {
  background: url('../images/impact-wellness-main-page.jpg') center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.benefits-main-page .impact-benefits-main .section-impact-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wellness-main-page .impact-wellness-main .section-impact-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits-main-page .impact-benefits-main .section-impact-content h1,
.benefits-main-page .impact-benefits-main .section-impact-content p {
  width: 90%;
  justify-content: center;
  text-align: center;
}
.benefits-main-page .impact-benefits-main .section-impact-content h1 {
  margin-bottom: 2rem;
  max-width: 1000px;
  font-size: 70px;
  font-size: 4.375rem;
}
.benefits-main-page .impact-benefits-main .section-impact-content p {
  position: relative;
  max-width: 800px;
}
.benefits-main-page .three-column {
  padding-top: 4rem;
  justify-content: space-between;
}
.benefits-main-page .three-column .card-body,
.benefits-main-page .three-column .card h2 {
  flex-grow: 0;
}
.benefits-main-page .three-column .card,
.benefits-main-page .three-column .card-body {
  background: none;
}
.form-profile-select {
  position: relative;
  width: 90%;
  max-width: 640px;
  height: 90px;
  min-height: 90px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
}
.form-profile-select label {
  opacity: 0;
  visibility: hidden;
}
.form-profile-select .input-select {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 97%;
  background: none;
}
.form-profile-select .input-select select {
  padding-left: 1.5rem;
  height: 70px;
  min-height: 70px;
  color: #006EB0;
  background-color: #fff;
  background: #fff url('/_assets/img/expand-more.svg') 95% center no-repeat;
  background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 100px;
  border: none;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.section-form .form-profile-select .input-select:after {
  top: 1.9rem;
  width: 20px;
  height: 14px;
  border: none;
  /* background: url('/_assets/img/expand-more.svg') center no-repeat; */
  background-size: 32px;
  -webkit-background-size: 32px;
}
/* Benefits Main */
/* Wellness */
.wellness-main-page .nav-main a {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.3;
}
.wellness-main-page .impact-level-two {
  position: relative;
}
.wellness-main-page .impact-level-two h1,
.wellness-main-page .section-impact-content p {
  width: 90%;
  max-width: 800px;
}
.wellness-main-page .impact-level-two h1 {
  margin-bottom: 0;
}
.wellness-main-page .section-impact-content p {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
}
.cards-health-information {
  padding: 10rem 3rem 4rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.cards-health-information .card {
  margin: 0 1rem 1rem;
  background: none;
  width: 18%;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.cards-health-information .card .img-link {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.cards-health-information .card h3 {
  width: 90%;
  color: #006EB0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}
.wellness-main-page footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* Benefits Profile */
.benefits-profile-page .section-two-column .aside-found-list h2 {
  margin: 0;
  line-height: 1;
}
.benefits-profile-page .section-two-column .aside-found-list svg {
  width: 50px;
}
.highlighted-text {
  color: #00A6DC;
}
.section-whats-covered {
  position: relative;
  min-height: 900px;
  align-content: flex-start;
}
.section-whats-covered:after {
  position: absolute;
  bottom: -100px;
  right: 0;
  content: '';
  width: 800px;
  height: 800px;
  background: url('../images/bg-whats-covered.png') right bottom no-repeat;
  background-size: 800px auto;
  -webkit-background-size: 800px auto;
}
.section-whats-covered h2 {
  margin-top: 4.9rem;
  margin-left: 270px;
}
.section-whats-covered aside,
.section-whats-covered aside div {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
}
.section-whats-covered aside .description-coverage {
  margin-bottom: 0.5rem;
  padding: 2rem 2rem;
  background-color: #fff;
  border-radius: 3px;
}
.section-whats-covered aside div h2 {
  margin: 1rem 0 0;
  text-align: left;
  justify-content: flex-start;
}
.section-whats-covered p a {
  display: inline-block;
  color: #006EB0;
  ;
}
.section-whats-covered aside div p {
  display: block;
}
.benefits-profile-page .section-content {
  position: relative;
  z-index: 4;
  padding-top: 4rem;
  background-color: #fff;
}
.benefits-profile-page .layout-two-column h2 {
  width: 80%;
}
.benefits-profile-page .section-bg {
  margin-top: 10rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 800px;
}
.benefits-profile-page .section-bg h2,
.benefits-profile-page .section-bg p {
  position: relative;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  justify-content: center;
  text-align: center;
}
.benefits-profile-page .section-bg p {
  font-size: 22px;
  font-size: 1.375rem;
}
.benefits-profile-page .section-bg:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.section-icon {
  position: absolute;
  top: -90px;
  left: 4rem;
  height: 180px;
  width: 180px;
  border-radius: 3px;
  background-color: #006EB0;
  z-index: 2;
}
.section-whats-covered .section-icon {
  top: -50px;
}
.benefits-profile-page .section-bg .section-icon {
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.icon-benefits {
  margin: 0 auto;
  width: 110px;
}
.icon-covered {
  margin: auto;
  width: 110px;
}
.page-employee-hub-landing header .logo-link p {
  display: none;
}
/* Benefits Profile */
/* 1400px and smaller */
@media only screen and (max-width: 1400px) {
  .benefits-page .sticky-minimal {
    padding: 0 1rem 0 0;
  }
  .benefits-page .main-navigation nav a {
    padding: 0 0.8rem;
  }
  .wellness-main-page header .logo-link {
    width: 250px;
    min-width: 250px;
  }
  .benefits-page header .logo-link {
    max-width: 220px;
  }
  .wellness-main-page header .logo-link p,
  .benefits-page header .logo-link p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wellness-main-page .main-navigation nav a {
    padding: 0 1rem;
  }
  .cards-health-information {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-page .one-quarter-content-split {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefits-page .one-quarter-content-split aside {
    padding: 0 4rem 2rem;
  }
  .benefits-page .one-quarter-content-split .aside-content {
    width: 100%;
    max-width: 100%;
  }
  .benefits-page .one-quarter-content-split .aside-split:after {
    display: none;
  }
  .card-benefit,
  .cards-health-information .card {
    margin: 1rem 1%;
    width: 23%;
  }
  .section-hub-cards .container .aside-connexion .btn-connexion span {
    width: 80%;
  }
  .section-hub-cards .container .aside-connexion .btn-connexion {
    padding-left: 1.5rem;
  }
  .section-hub-cards .container .aside-connexion .btn-connexion .h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-hub-cards .container .aside-connexion .btn-connexion .h6 svg {
    margin-left: 0.5rem;
    min-width: 18px;
    max-width: 18px;
    margin-top: 3px;
    margin-right: 20px;
  }
}
/* 1400px and smaller */
/* 1024px and smaller */
@media only screen and (max-width: 1024px) {
  .benefits-page .sticky-minimal {
    padding: 0;
  }
  .page-employee-hub-landing header .logo-link p {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .impact-employee-landing p {
    margin-top: 1rem;
  }
  .impact-employee-landing {
    padding: 15rem 2rem 0;
  }
  .benefits-main-page header .main-navigation nav .btn-search,
  .benefits-main-page header .nav-main li:nth-of-type(3) {
    display: none;
  }
  .benefits-main-page header .nav-main li:before {
    display: none;
  }
  .benefits-main-page .impact-benefits-main {
    padding-top: 10rem;
    padding-bottom: 1rem;
    min-height: 650px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .wellness-main-page .nav-main a {
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .benefits-main-page .impact-benefits-main .section-impact-content {
    min-height: auto;
    height: auto;
  }
  .wellness-main-page header .main-navigation,
  .wellness-main-page .sticky-minimal .main-navigation,
  .benefits-main-page header .main-navigation,
  .benefits-main-page .sticky-minimal .main-navigation,
  .page-employee-hub-landing header .main-navigation,
  .page-employee-hub-landing .sticky-minimal .main-navigation {
    top: 0;
  }
  .wellness-main-page .nav-main a span {
    margin-left: 5px;
  }
  .wellness-main-page header .logo-link,
  .page-employee-hub-landing header .logo-link,
  .benefits-page header .logo-link {
    top: 1.2rem;
    left: 50%;
  }
  .page-employee-hub-landing header .logo-link,
  .benefits-page header .logo-link {
    padding-top: 1.5rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: -80px;
    width: 160px;
    max-width: 160px;
    height: 90px;
  }
  .page-employee-hub-landing header .logo-link,
  .wellness-main-page header .logo-link,
  .benefits-page header .logo-link {
    justify-content: center;
  }
  .wellness-main-page header .logo-link {
    left: 50%;
    margin-left: -85px;
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .page-employee-hub-landing header .logo-link p,
  .page-employee-hub-landing .sticky-minimal .logo-link p,
  .wellness-main-page header .logo-link p,
  .benefits-page header .logo-link p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .wellness-main-page header .logo-link p {
    margin-top: 3rem;
  }
  .benefits-page .sticky .logo-link p,
  .wellness-main-page .sticky .logo-link p,
  .page-employee-hub-landing .sticky .logo-link p {
    display: none;
  }
  .wellness-main-page header .logo,
  .page-employee-hub-landing header .logo,
  .benefits-page header .logo {
    left: 50%;
    margin-left: -55px;
    width: 120px;
  }
  .wellness-main-page header .logo,
  .page-employee-hub-landing header .logo,
  .benefits-page header .logo {}
  .wellness-main-page .impact-wellness-main {
    padding: 5rem 0 0;
    height: auto;
    min-height: auto;
  }
  .benefits-main-page .impact-benefits-main .section-impact-content h1 {
    border-top: none;
  }
  .impact-wellness-main::after {
    height: 250px;
  }
  .wellness-main-page .impact-level-two h1,
  .wellness-main-page .section-impact-content p {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .wellness-main-page .impact-level-two h1,
  .benefits-main-page .impact-benefits-main .section-impact-content h1 {
    padding-top: 3rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .benefits-main-page .impact-benefits-main .section-impact-content h1 {
    padding-top: 0;
  }
  .wellness-main-page .impact-call-out {
    margin: 0 2rem;
  }
  .wellness-main-page .section-impact-content {
    padding: 2rem;
    height: auto;
    min-height: auto;
  }
  .benefits-page .impact-level-two h1 {
    padding-top: 0.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .benefits-profile-page .section-bg {
    padding: 5rem 0 2rem;
    min-height: auto;
  }
  .section-icon {
    width: 120px;
    height: 120px;
  }
  .benefits-profile-page .section-bg .section-icon {
    top: -60px;
    margin-left: -60px;
  }
  .benefits-profile-page .section-bg .section-icon .icon-benefits {
    width: 80px;
  }
  .benefits-profile-page .section-two-column .aside-found,
  .benefits-profile-page .section-content,
  .section-benefits-online aside {
    padding-top: 1rem;
  }
  .section-benefits-online {
    padding-top: 0;
  }
  .benefits-profile-page .section-two-column .aside-found {
    padding-bottom: 2rem;
  }
  .benefits-profile-page .section-two-column .aside-found-list {
    padding-bottom: 1rem;
  }
  .benefits-profile-page .section-two-column .aside-found-list svg {
    margin-top: 0
  }
  .section-whats-covered {
    padding-bottom: 100px;
    overflow: hidden;
  }
  .section-whats-covered:after {
    left: 50%;
    margin-left: -50%;
    width: 100%;
    right: initial;
    background-position: center bottom;
    background-size: 400px auto;
    -webkit-background-size: 400px auto;
  }
  .section-whats-covered:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 60px;
    background-color: #1A2A38;
  }
  .section-whats-covered .section-icon {
    top: 0;
    left: 2rem;
  }
  .section-whats-covered h2 {
    margin-top: 7rem;
    margin-left: 2rem;
  }
  .icon-covered {
    width: 50px;
  }
  .benefits-profile-page .section-bg {
    margin-top: 6rem;
  }
  .benefits-page .one-quarter-content-split aside {
    padding: 0 2rem 2rem;
  }
  .cards-benefits {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .card-benefit {
    margin: 1rem 1%;
    width: 23%;
  }
  .cards-health-information {
    justify-content: flex-start;
  }
  .cards-health-information .card {
    margin: 1rem 2%;
    width: 46%;
  }
  .benefits-main-page .section-form .input-container {
    width: 100%;
    height: 70px;
  }
  .form-profile-select {
    margin-top: 1rem;
    background: none;
    height: 70px;
  }
  .benefits-page .impact-level-two h1,
  .benefits-main-page .three-column .card-body,
  .benefits-main-page .three-column .card h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .form-profile-select .input-select select {
    height: 50px;
    min-height: 50px;
  }
  .section-form .form-profile-select .input-select::after {
    top: 0.6rem;
    pointer-events: none;
  }
  .page-employee-hub-landing .main-navigation .nav-main li {
    border: none;
    ;
  }
  .main-navigation .nav-main .logo-employee-hub a {
    padding-left: 0.5rem;
  }
  .main-navigation .nav-main .logo-employee-hub svg {
    width: 130px;
  }
  .impact-employee-landing {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 500px;
  }
  .section-hub-cards .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-hub-cards .container .aside-cards,
  .section-hub-cards .container .aside-connexion {
    width: 100%;
    max-width: 100%;
  }
  .section-hub-cards .container {
    padding-bottom: 0;
  }
  .section-hub-cards {
    padding-top: 3rem;
  }
  .page-employee-hub-landing .impact-call-out {
    bottom: -150px;
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .impact-call-out p {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 100%;
  }
  .benefits-page .impact-level-two h1 {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section-benefits-online .aside-img:nth-of-type(2) {
    padding-top: 2rem;
  }
  .wellness-main-page .impact-call-out,
  .cards-health-information {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* 1024px and smaller */
/* 768px and smaller */
@media only screen and (max-width: 768px) {
  .wellness-main-page .impact-level-two h1 {
    border-top: none;
    ;
  }
  .wellness-main-page .section-impact-content p {
    max-width: 300px;
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 3rem;
  }
  .cards-health-information {
    padding: 10rem 0 1rem;
  }
  .cards-health-information .card .img-link {
    height: 170px;
  }
  .cards-health-information {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .card-benefit {
    margin: 2rem 2% 0;
    width: 46%;
  }
  .section-benefits-online .aside-img,
  .benefits-page .one-quarter-content-split aside {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .section-benefits-online .aside-img {
    min-height: 400px;
  }
  .cards-benefits {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-benefits-online .aside-img p {
    padding-left: 0;
    padding-right: 0;
  }
  .section-hub-cards .container .aside-cards .card {
    width: 1005px;
  }
  .benefits-page .impact-level-two h1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .card-benefit {
    margin-top: 1rem;
  }
  .card-benefit a {
    height: 130px;
  }
}
/* 480px and smaller */
@media only screen and (max-width: 480px) {
  .benefits-page header .logo-link {
    margin-left: -75px;
    width: 120px;
    max-width: 120px;
  }
  /* .page-employee-hub-landing header .logo-link p, 
    .page-employee-hub-landing .sticky-minimal .logo-link p, 
    .benefits-page .sticky-minimal .logo-link p, 
    .wellness-main-page header .logo-link p, 
    .wellness-main-page .sticky-minimal .logo-link p, 
    .benefits-page header .logo-link p,
    .benefits-page .sticky logo-link p {
     font-size: 15px; font-size: 0.9375rem;
   } */
}