/*----------------------------------------------- GENERAL (END) -----------------------------------------------*/
.partner-employer {
  overflow-x: hidden;
/*  margin: 0px;*/
/*  position: relative;*/
}

.partner-employer .text {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.partner-employer .text div {
  width: 550px;
  max-width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*----------------------------------------------- GENERAL (END) -----------------------------------------------*/



















/*----------------------------------------------- SEMINAR (BANNER ONLY) -----------------------------------------------*/
/*Z-INDEXES*/
# {
  z-index: 4;
}
#seminar .banner {
  z-index: 6;
}
#seminar .module {
  z-index: 7;
}
#seminar .close-solera-module {
  z-index: 7;
}



/*SECTION*/
#seminar {
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation-delay: 3.5s;
  animation-duration: 1.5s;
  position: relative;
  z-index: 4;
}



/*OVERALL DIV (1 OF 2)*/
#seminar .banner {
  background-color: #FCE9C8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 6;
}

#seminar .banner h4 {
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin-right: 12px;
}


/*BUTTON OVERRIDES*/
#seminar [class*="button-overlay-cta"] {
  background-color: #F5A623;
  text-decoration: none;
  animation-delay: 3.5s;
}

#seminar [class*="button-overlay-cta"]:hover {
  box-shadow: inset 0 0 0 3px #FE7E02;
}

@media screen and (max-width: 768px) {
  #seminar [class*="button-overlay-cta"] > div:first-of-type span:first-of-type {
    display: none;
  } 
}
/*----------------------------------------------- SEMINAR (BANNER ONLY) -----------------------------------------------*/



















/*----------------------------------------------- COVID (BANNER ONLY) -----------------------------------------------*/
/*SECTION*/
#covid {
  width: 100%;
  margin: 0px;
  top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation-delay: .5s;
  animation-duration: 1.5s;
  position: relative;
  z-index: 4;
}


/*BANNER*/
#covid .banner {
  background-color: #4C84FF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 6;
}
@media screen and (min-width: 769px) {
  #covid .banner {
    align-items: center;
  }
}

/*BANNER > DIV*/
@media screen and (max-width: 768px) {
  #covid .banner > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}



/*BANNER HEADER*/
@media screen and (max-width: 768px) {
  #covid .banner .header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  #covid .banner .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#covid .banner .header h4 {
  color: white;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #covid .banner .header h4 {
    width: 100%;
    color: white;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #covid .banner .header h4 br {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #covid .banner .header h4 br {
    display: none;
  }
}

#covid .banner a {
  text-decoration: none;
}
/*----------------------------------------------- COVID (BANNER ONLY) -----------------------------------------------*/



















/*----------------------------------------------- BUSINESS SECTION -----------------------------------------------*/
#business {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FFF9F0;
}
@media screen and (max-width: 768px) {
  #business {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #business {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}



/*PIE WRAPPER*/
#business .pie-wrapper {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*PIE CONTAINER*/
#business .pie-container {
  height: 300px;
}
@media screen and (max-width: 768px) {
  #business .pie-container {
    order: 2;
    margin-top: -180px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #business .pie-container {
    width: 300px;
  }
}



/*PIE TEXT*/
#business .pie-text {
  width: 300px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  #business .pie-text {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  #business .pie-text {
    height: 300px;
  }
}

/*BLACK TEXT*/
#business .pie-text > h1 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  line-height: 100%;
  margin-bottom: 30px;
}

/*ORANGE TEXT WRAPPER*/
@media screen and (max-width: 768px) {
  #business .pie-text > div {
    margin-top: 150px;
  }
}
@media screen and (min-width: 769px) {
  #business .pie-text > div {
    padding-top: 0px;
  }
}

/*ORANGE TEXT*/
#business .pie-text > div > h1 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  color: #FE7E02;;
}

#business .pie-text > div > h4 {
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #FE7E02;;
  letter-spacing: -.5px;
  margin-top: -8px;
}



/*LEADER LINE WRAPPER*/
#business .pie-leader-line {
  position: absolute;
  top: -36px;
  left: -50px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #business .pie-leader-line {
    display: none;
  }
}

/*LEADER LINE PATH*/
#business .pie-leader-line path {
  stroke: #FE7E02;
  stroke-width: .5px;
  fill: none;
}



/*STATS*/
#business .stats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width:960px) {
  #business .stats {
  }
}
@media screen and (min-width: 961px) {
  #business .stats {
    max-width: 300px;
  }
}

/*STAT*/
#business .stats .stat {
  width: 100%;
  padding: 10px 30px 16px 30px;
  background-color: #FEF2DE;
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  #business .stats .stat {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 961px) {
  #business .stats .stat {
    margin-left: 60px;
  }
}

#business .stat h3 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  color: #F5A623;
  letter-spacing: -1px;
}

#business .stat h5 {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 15px;
}



/*TEXT-WRAPPER*/
#business .text-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #business .text-wrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #business .text-wrapper {
    padding-top: 50px;
  }
}
/*----------------------------------------------- BUSINESS SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- COBESITY STATS -----------------------------------------------*/
#cobesity-stats {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding-top: 32px;
 padding-bottom: 32px;
 background-color: #FEF2DE;
}
@media screen and (max-width: 960px) {
  #cobesity-stats {
  }
}
@media screen and (min-width: 961px) {
  #cobesity-stats {
  }
}


#cobesity-stats .cobesity-stat {
 width: 100%;
 max-width: 240px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-right: 8px;
 padding-left: 8px;
}

#cobesity-stats .cobesity-stat .cobesity-pie-container {
  height: 100px;
  width: 100px;
  position: relative;
}

#cobesity-stats .cobesity-stat .cobesity-pie-container img {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 34px;
  left: 34px;
}

#cobesity-stats .cobesity-stat .cobesity-text {
  margin-left: 4px;
  width: 136px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

#cobesity-stats .cobesity-stat .cobesity-text h1 {
 width: 100%;
 font-weight: 800;
}

#cobesity-stats .cobesity-stat .cobesity-text h5 {
 width: 100%;
 font-weight: 600;
 margin-top: -6px;
 letter-spacing: -.5px;
 padding-left: 2px;
 line-height: 15px;
}

/*----------------------------------------------- COBESITY STATS (END) -----------------------------------------------*/



















/*----------------------------------------------- DIVERSITY SECTION -----------------------------------------------*/
#diversity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
}
@media screen and (max-width: 900px) {
  #diversity {
    padding-top: 75px;
  }
}
@media screen and (min-width: 901px) {
  #diversity {
    padding-top: 175px;
  }
}



/*TEXT*/
#diversity .text h1 {
  font-weight: 800;
  line-height: 36px;
  color: #707070;
  margin-bottom: 8px;
  animation-delay: 3.5s;
}
#diversity .text h3 {
  font-weight: 600;
  margin-bottom: 50px;
  animation-delay: 3.5s;
}



/*IMAGE*/
#diversity .image {
  width: 100vw;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  #diversity .image {
    max-width: 450px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #diversity .image {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  #diversity .image {
    max-width: 900px;
  }
}

#diversity .image > img {
  width: 100%;
}
/*----------------------------------------------- DIVERSITY SECTION -----------------------------------------------*/



















/*----------------------------------------------- PAYERS SECTION -----------------------------------------------*/
#payers {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #00CC91;
}
@media screen and (max-width: 768px) {
  #payers {
    padding-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  #payers {
    padding-top: 125px;
  }
}



/*TEXT*/
#payers .header {
  margin-bottom: 8px;
}

#payers .header h1 {
  font-weight: 800;
  color: white;
}

#payers .header h4 {
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}



/*BUTTON OVERRIDES*/
#payers [class*="button-overlay-cta"] {
  background-color: #4C84FF;
  text-decoration: none;
  margin-bottom: 50px;
}

#payers [class*="button-overlay-cta"]:hover {
  box-shadow: inset 0 0 0 3px #4067C6;
}



/*FEATURES*/
#payers .features {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

#payers .features > div {
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}



/*CARD*/
#payers .features > div .card {
  width: 100%;
  max-width: calc(240px - 24px);
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 22px;
  background-color: white;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out; 
}
#payers .features > div .card:hover {
  -webkit-box-shadow:inset 0px 0px 0px 4px #19B99A;
  -moz-box-shadow:inset 0px 0px 0px 4px #19B99A;
  box-shadow:inset 0px 0px 0px 4px #19B99A;
}


/*IMG*/
#payers .features > div .card img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

/*TEXT*/
#payers .features > div .card .text {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 48px);
}


/*H4*/
#payers .features > div .card .text h4 {
  width: 100%;
  font-weight: 700;
  text-align: left;
  color: #4C84FF;
  margin-top: 10px;
}

/*H5*/
#payers .features > div .card .text h5 {
  width: 100%;
  font-weight: 600;
  text-align: left;
  display: none;
  line-height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}



/*FOOTER*/
#payers .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F5A623;
  padding-top: 40px;
  padding-bottom: 40px; 
}

#payers .footer-wrapper {
  width: 280px;
  position: relative;
}

#payers .footer-wrapper h3 {
  text-align: center;
  font-weight: 800;
  letter-spacing: -1px;
  position: relative;
  z-index: 2;
  color: white;
}

#payers .footer-wrapper h5 {
  text-align: center;
  margin-top: -4px;
  font-weight: 600;
  color: white;  
}


/*PROVEN*/
#payers .proven {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #payers .proven {
    top: 3px;
    right: -4px;
  }
}
@media screen and (min-width: 769px) {
  #payers .proven {
    top: 4px;
    right: -24px;
  }
}

/*PROVEN IMG*/
#payers .proven img {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 5;
}

/*PROVEN SPAN*/
#payers .proven span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ANIMATIONS*/
#payers .proven span {
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#payers .proven span {
  background-color: #4C84FF;
  animation-name: pulseBlue;
}

@-webkit-keyframes pulseBlue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(76,132,255, .5);
  }
  50% {
      -webkit-box-shadow: 0 0 0 25px rgba(76,132,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(76,132,255, 0);
  }
}
@keyframes pulseBlue {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(76,132,255, .5);
    box-shadow: 0 0 0 0 rgba(76,132,255, .5);
  }
  50% {
      -moz-box-shadow: 0 0 0 25px rgba(76,132,255, 0);
      box-shadow: 0 0 0 25px rgba(76,132,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(76,132,255, 0);
      box-shadow: 0 0 0 0 rgba(76,132,255, 0);
  }
}
/*----------------------------------------------- PAYERS SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- EMPLOYEE-RESULTS SECTION -----------------------------------------------*/
#employee-results {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #F2F6FF;
}
@media screen and (max-width: 768px) {
  #employee-results {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #employee-results {
    padding-top: 150px;
    padding-bottom: 25px;
  }
}



/*TEXT*/
#employee-results .text {
  margin-bottom: 50px;
}

#employee-results .text h1 {
  font-weight: 800;
  line-height: 40px;
  color: #1B8A7C;
}

#employee-results .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/*3 DIV'S*/
#employee-results .image > div {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

#employee-results .image > div .images {
  width: 200px;
  height: 100px;
  position: relative;
  overflow: hidden; 
}

#employee-results .image > div .images img {
  width: 200px;
  height: 100px;
  position: absolute;
}

#employee-results .image > div > h3 {
  width: 100%;
  text-align: center;
  font-weight: 800;
  letter-spacing: -1px;
}

#employee-results .image > div > h5 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
/*----------------------------------------------- EMPLOYEE-RESULTS SECTION (END) -----------------------------------------------*/




















/*----------------------------------------------- PARTNERS-MAP SECTION (HEADER AND KEY ONLY) -----------------------------------------------*/
/*KEY-HEADER*/
#partners-map .key-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
#partners-map .key-header h1 {
  font-weight: 800;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #partners-map .key-header h1 span {
    display: none;
  }
}



/*KEY*/
#partners-map .key {
  width: 100%;
  display: flex;
  justify-content: center;
}

#partners-map .key .key-item {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-radius: 12px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  background-color: #F2F6FF;
}
@media screen and (max-width: 768px) {
  #partners-map .key .key-item {
    padding-right: 8px;
  }
}
@media screen and (min-width: 769px) {
  #partners-map .key .key-item {
    padding-right: 12px;
  }
}

/*KEY ICON*/
#partners-map .key .key-item img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #partners-map .key .key-item img {
    display: none;
  }
}

/*KEY LABEL*/
#partners-map .key .key-item > h5 {
  width: 100%;
  font-weight: 700;
  letter-spacing: -.75px;
  margin-left: 4px;
}
#partners-map .key .key-item:nth-of-type(1) > h5 {
  color: #F5A623;
}
#partners-map .key .key-item:nth-of-type(2) > h5 {
  color: #FE7E02;
}
#partners-map .key .key-item:nth-of-type(3) > h5 {
  color: #00CC91;
}
#partners-map .key .key-item:nth-of-type(4) > h5 {
  color: #4E85FF;
}
@media screen and (max-width: 768px) {
  #partners-map .key .key-item:nth-of-type(4) > h5:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #partners-map .key .key-item:nth-of-type(4) > h5:last-of-type {
    display: none;
  }
}


/*KEY TALLY*/
#partners-map .key .key-item .tally {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 20px;
  min-width: 20px;
  background-color: white;
}
#partners-map .key .key-item .tally h5 {
  padding-right: 6px;
  padding-left: 6px;
  font-weight: 900;
  letter-spacing: -.5px;
}
#partners-map .key .key-item:nth-of-type(1) .tally h5 {
  color: #F5A623;
}
#partners-map .key .key-item:nth-of-type(2) .tally h5 {
  color: #FE7E02;
}
#partners-map .key .key-item:nth-of-type(3) .tally h5 {
  color: #00CC91;
}
#partners-map .key .key-item:nth-of-type(4) .tally h5 {
  color: #4E85FF;
}
/*----------------------------------------------- PARTNERS-MAP SECTION (HEADER AND KEY ONLY) (END) -----------------------------------------------*/

















/*----------------------------------------------- PARTNERS-MAP SECTION -----------------------------------------------*/
#partners-map {
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #E4ECFF;
}


/*HEADER AND LEGEND*/
#partners-map .legend {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#partners-map .legend div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#partners-map .legend h5 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  #partners-map .legend img {
    width: 24px;
  }
}
@media screen and (min-width: 769px) {
  #partners-map .legend img {
    width: 30px;
  }
}



/*MAP*/
#partners-map .map {
  width: 100%;
  display: flex;
  justify-content: center;
}

#partners-map .map div {
  width: 100%;
  max-width: 1200px;
  position: relative;
}



/*PIN*/
#partners-map .map div img:nth-of-type(n+2) {
  width: 24px;
  position: absolute;
  -webkit-transform:translateZ();
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -ms-transition:all .25s linear;
  -o-transition:all .25s linear;
  transition:all .25s linear;
}

#partners-map .map div img:nth-of-type(n+2):hover {
  cursor: pointer;
  width: 30px !important;
  margin-right: -3px;
  margin-top: -8px;
}

.scale-pin {
  width: 30px !important;
  margin-right: -3px;
  margin-top: -8px;
}



/*TOOLTIP*/
#partners-map span h4,
#partners-map span h5,
#partners-map span button {
  display: none;
}

/*TOOLTIP BUTTON*/
.tooltipster-content .button-rounded-corners-border-sm {
  margin-left: calc((100% - 63px)/2);
  display: flex;
  margin-bottom: 5px;
}



/*TOOLTIP BUTTON (MEDICAL DOCTOR)*/
.tooltipster-content .medical-doctor .button-rounded-corners-border-sm {
  border-color: rgba(78,133,255,.5);
}

.tooltipster-content .medical-doctor .button-rounded-corners-border-sm:hover {
  border-color: #4E85FF;
}

.tooltipster-content .medical-doctor .button-rounded-corners-border-sm h5 {
  color: #4E85FF;
}

.tooltipster-content .medical-doctor h4, 
.tooltipster-content .medical-doctor h5 {
  color: #4E85FF;
}



/*TOOLTIP BUTTON (DIETITIAN)*/
.tooltipster-content .dietitian .button-rounded-corners-border-sm {
  border-color: rgba(245,166,35,.5);
}

.tooltipster-content .dietitian .button-rounded-corners-border-sm:hover {
  border-color: #F5A623;
}

.tooltipster-content .dietitian .button-rounded-corners-border-sm h5 {
  color: #F5A623;
}

.tooltipster-content .dietitian h4, 
.tooltipster-content .dietitian h5 {
  color: #F5A623;
}



/*TOOLTIP BUTTON (NUTRITIONIST)*/
.tooltipster-content .nutritionist .button-rounded-corners-border-sm {
  border-color: rgba(254,126,2,.5);
}

.tooltipster-content .nutritionist .button-rounded-corners-border-sm:hover {
  border-color: #FE7E02;
}

.tooltipster-content .nutritionist .button-rounded-corners-border-sm h5 {
  color: #FE7E02;
}

.tooltipster-content .nutritionist h4, 
.tooltipster-content .nutritionist h5 {
  color: #FE7E02;
}



/*TOOLTIP BUTTON (FITNESS)*/
.tooltipster-content .fitness .button-rounded-corners-border-sm {
  border-color: rgba(0,204,145,.5);
}

.tooltipster-content .fitness .button-rounded-corners-border-sm:hover {
  border-color: #00CC91;
}

.tooltipster-content .fitness .button-rounded-corners-border-sm h5 {
  color: #00CC91;
}

.tooltipster-content .fitness h4, 
.tooltipster-content .fitness h5 {
  color: #00CC91;
}

.tooltipster-content span > h5:nth-of-type(1) {
  display: none;
}



/*TOOLTIP BOX AND CONTENT*/
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  background-color: rgb(255,255,255);
  border: 1px solid rgb(255,255,255); 
  border-radius: 32px;
  padding: 4px;
/*  box-shadow: 0px 15px 20px -5px rgba(0,0,0,.15);*/
}

.tooltipster-content h4 {
  margin-top: 8px;
  font-weight: 700;
}

.tooltipster-content h4,
.tooltipster-content h5 {
  text-align: center;
}

.tooltipster-content span > h5:last-of-type {
  font-weight: 600;
  margin-top: -3px;
  margin-bottom: 10px;
}

.tooltipster-content .button-rounded-corners-border-sm h5 {
  font-weight: 600;
}


/* TOOLTIP ARROW*/
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: rgb(255,255,255);
  top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: rgb(255,255,255);
  left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgb(255,255,255);
  left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: rgb(255,255,255);
  top: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgb(255,255,255);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: rgb(255,255,255);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: rgb(255,255,255);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgb(255,255,255);
}



/*ANIMATIONS*/
#partners-map .element-to-fadeInDown {
  animation-duration: .25s;
}

#partners-map .map > div img:not(:first-child):hover {
  z-index: 2;
}

/*MARIETTA AMATANGELO*/
#partners-map .map div [data-tooltip-content="#marietta-amatangelo"] {
  top: calc(43% - 38px);
  right: calc(19.7% - 24px);
  animation-delay: .1s;
}

/*ASHOK MEHTA*/
#partners-map .map div [data-tooltip-content="#ashok-mehta"] {
  top: calc(57% - 38px);
  right: calc(35% - 24px);
  animation-delay: .2s;
}

/*TAYLOR ENGELKE*/
#partners-map .map div [data-tooltip-content="#taylor-engelke"] {
  top: calc(29.5% - 38px);
  right: calc(38.2% - 24px);
  animation-delay: .3s;
}

/*BROCK LEONTI*/
#partners-map .map div [data-tooltip-content="#brock-leonti"] {
  top: calc(43% - 38px);
  right: calc(27.5% - 24px);
  animation-delay: .4s;
  z-index: 2;
}

/*KEERTHU SUNDER*/
#partners-map .map div [data-tooltip-content="#keerthy-sunder"] {
  top: calc(59% - 38px);
  right: calc(86.5% - 24px);
  animation-delay: .5s;
}

/*RON SINHA*/
#partners-map .map div [data-tooltip-content="#ron-sinha"] {
  top: calc(44% - 38px);
  right: calc(90.3% - 24px);
  animation-delay: .6s;
}

/*NICK PERSICHETTI*/
#partners-map .map div [data-tooltip-content="#nick-persichetti"] {
  top: calc(43% - 38px);
  right: calc(29.7% - 24px);
  animation-delay: .7s;
  z-index: 2;
}

/*YEMI FATOKI*/
#partners-map .map div [data-tooltip-content="#yemi-fatoki"] {
  top: calc(40% - 38px);
  right: calc(38.3% - 24px);
  animation-delay: .8s;
}

/*FRANCHELL RICHARD-HAMILTON*/
#partners-map .map div [data-tooltip-content="#franchell-richard-hamilton"] {
  top: calc(71% - 38px);
  right: calc(52% - 24px);
  animation-delay: .9s;
}

/*JOHN ECK*/
#partners-map .map div [data-tooltip-content="#john-eck"] {
  top: calc(26% - 38px);
  right: calc(79.5% - 24px);
  animation-delay: 1.0s;
}

/*CYNTHIA SHELBY LANE*/
#partners-map .map div [data-tooltip-content="#cynthia-shelby-lane"] {
  top: calc(35% - 38px);
  right: calc(30.3% - 24px);
  animation-delay: 1.1s;
}

/*KANDACE KICHLER*/
#partners-map .map div [data-tooltip-content="#kandace-kichler"] {
  top: calc(90% - 38px);
  right: calc(19.5% - 24px);
  animation-delay: 1.2s;
  z-index: 2;
}

/*EILEEN SCHUTTE*/
#partners-map .map div [data-tooltip-content="#eileen-schutte"] {
  top: calc(32.3% - 38px);
  right: calc(39.5% - 24px);
  animation-delay: 1.3s;
}

/*ELDRED TAYLOR*/
#partners-map .map div [data-tooltip-content="#eldred-taylor"] {
  top: calc(65% - 38px);
  right: calc(29% - 24px);
  animation-delay: 1.4s;
}

/*BRUCE UNDERWOOD*/
#partners-map .map div [data-tooltip-content="#bruce-underwood"] {
  top: calc(62% - 38px);
  right: calc(84% - 24px);
  animation-delay: 1.5s;
}

/*ROBERT MARVIN*/
#partners-map .map div [data-tooltip-content="#robert-marvin"] {
  top: calc(82% - 38px);
  right: calc(48.5% - 24px);
  animation-delay: 1.6s;
}









/*CHRIS COLGIN*/
#partners-map .map div [data-tooltip-content="#chris-colgin"] {
  top: calc(45% - 38px);
  right: calc(91.5% - 24px);
  animation-delay: 1.7s;
}

/*PEYTONE SANZONE - NEED TO UPDATE!!!*/
#partners-map .map div [data-tooltip-content="#peytone-sanzone"] {
  top: calc(39.5% - 38px);
  right: calc(26.5% - 24px);
  animation-delay: 1.8s;
}

/*LATANIA AKERS-WHITE*/
#partners-map .map div [data-tooltip-content="#latania-akers-white"] {
  top: calc(48% - 38px);
  right: calc(20% - 24px);
  animation-delay: 1.8s;
}

/*CHRISTI BUCK*/
#partners-map .map div [data-tooltip-content="#christi-buck"] {
  top: calc(87% - 38px);
  right: calc(20.3% - 24px);
  animation-delay: 1.9s;
}

/*ANNA MCCALL*/
#partners-map .map div [data-tooltip-content="#anna-mccall"] {
  top: calc(45% - 38px);
  right: calc(18.5% - 24px);
  animation-delay: 2.0s;
  z-index: 2;
}

/*DANIELLE PACIERA - NEED TO UPDATE!!!*/
#partners-map .map div [data-tooltip-content="#danielle-paciera"] {
  top: calc(81% - 38px);
  right: calc(38% - 24px);
  animation-delay: 2.4s;
}

/*RAVI KAMEPALLI*/
#partners-map .map div [data-tooltip-content="#ravi-kamepalli"] {
  top: calc(41% - 38px);
  right: calc(30.5% - 24px);
  animation-delay: 2.1s;
}

/*MICHELLE MOREAU*/
#partners-map .map div [data-tooltip-content="#michelle-moreau"] {
  top: calc(25.5% - 38px);
  right: calc(12% - 24px);
  animation-delay: 2.2s;
}

/*REBECCA BITZER*/
#partners-map .map div [data-tooltip-content="#rebecca-bitzer"] {
  top: calc(43.5% - 38px);
  right: calc(18.5% - 24px);
  animation-delay: .1s;
}

/*MARILYN CARMONA*/
#partners-map .map div [data-tooltip-content="#marilyn-carmona"] {
  top: calc(46% - 38px);
  right: calc(90% - 24px);
  animation-delay: 2.6s;
}



/*CYNTHIA THAIK*/
#partners-map .map div [data-tooltip-content="#cynthia-thaik"] {
  top: calc(57.5% - 38px);
  right: calc(87.5% - 24px);
  animation-delay: 2.7s;
}

/*SEEMA SANGWAN*/
#partners-map .map div [data-tooltip-content="#seema-sangwan"] {
  top: calc(47% - 38px);
  right: calc(91% - 24px);
  animation-delay: 2.8s;
  z-index: 2;
}

/*ALIAA ALDINE*/
#partners-map .map div [data-tooltip-content="#aliaa-aldine"] {
  top: calc(48% - 38px);
  right: calc(90% - 24px);
  animation-delay: 2.8s;
  z-index: 2;
}

/*ANNMARIE MCMANUS*/
#partners-map .map div [data-tooltip-content="#annmarie-mcmanus"] {
  top: calc(38.5% - 38px);
  right: calc(17.5% - 24px);
  animation-delay:2.9s;
}

/*JENNIFER HETRICK*/
#partners-map .map div [data-tooltip-content="#jennifer-hetrick"] {
  top: calc(41.2% - 38px);
  right: calc(28.5% - 24px);
  animation-delay: .4s;
  z-index: 2;
}

/*MICHAEL TEMPLE*/
#partners-map .map div [data-tooltip-content="#michael-temple"] {
  top: calc(65% - 38px);
  right: calc(76.5% - 24px);
  animation-delay: 3.0s;
}

/*TARSHA DARDEN*/
#partners-map .map div [data-tooltip-content="#tarsha-darden"] {
  top: calc(44.3% - 38px);
  right: calc(19.4% - 24px);
  animation-delay: 3.1s;
  z-index: 2;
}

/*LEANDRO PUCCI*/
#partners-map .map div [data-tooltip-content="#leandro-pucci"] {
  top: calc(59% - 38px);
  right: calc(87.5% - 24px);
  animation-delay: 3.2s;
  z-index: 2;
}




/*ASHUTOSH-KAUL*/
#partners-map .map div [data-tooltip-content="#ashutosh-kaul"] {
  top: calc(33% - 38px);
  right: calc(15% - 24px);
  animation-delay: 3.3s;
}

/*SHAHRAM DANESHMAND*/
#partners-map .map div [data-tooltip-content="#shahram-daneshmand"] {
  top: calc(63% - 38px);
  right: calc(85.5% - 24px);
  animation-delay: 3.4s;
}

/*JESSE ELLIS*/
#partners-map .map div [data-tooltip-content="#jesse-ellis"] {
  top: calc(64% - 38px);
  right: calc(53% - 24px);
  animation-delay: 3.5s;
}
/*----------------------------------------------- PARTNERS-MAP SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- GETABLES -----------------------------------------------*/
#getables {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #F5A623;
}
@media screen and (max-width: 768px) {
  #getables {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #getables {
    padding-top: 125px;
    padding-bottom: 75px;
  }
}



/*TEXT*/
#getables > .text {
  margin-bottom: 25px;
  position: relative;
}

#getables > .text h1 {
  font-weight: 800;
  color: white;
}

#getables > .text img {
  width: 280px;
  height: 50px;
  position: absolute;
}



/*FEATURES*/
#getables .features {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

#getables .features > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 519px) {
  #getables .features > div {
    justify-content: center;
  }
}
@media screen and (min-width: 520px) and (max-width: 779px) {
  #getables .features > div {
    max-width: 520px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 780px) {
  #getables .features > div {
    max-width: 780px;
    justify-content: center;
  }
}


/*CARD*/
#getables .features > div .card {
  width: 100%;
  max-width: calc(240px - 24px);
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 22px;
  background-color: white;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out; 
}
#getables .features > div .card:hover {
  -webkit-box-shadow:inset 0px 0px 0px 4px #F19600;
  -moz-box-shadow:inset 0px 0px 0px 4px #F19600;
  box-shadow:inset 0px 0px 0px 4px #F19600;
}


/*IMG*/
#getables .features > div .card img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

/*TEXT*/
#getables .features > div .card .text {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 48px);
}


/*H4*/
#getables .features > div .card .text h4 {
  width: 100%;
  font-weight: 700;
  text-align: left;
  color: #4C84FF;
  margin-top: 10px;
}

/*H5*/
#getables .features > div .card .text h5 {
  width: 100%;
  font-weight: 600;
  text-align: left;
  display: none;
  line-height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}



/*IMG - RECIPES*/
#getables > .text img:nth-of-type(1) {
  animation-delay: 1s;
}

/*IMG - PHONE*/
#getables > .text img:nth-of-type(2) {
animation-iteration-count: 3;
}

/*IMG - CONNECT*/
#getables > .text img:nth-of-type(3) {
  animation-delay: 2s;
}
/*----------------------------------------------- GETABLES (END) -----------------------------------------------*/



















/*----------------------------------------------- EMPLOYEE-OUTREACH SECTION -----------------------------------------------*/
#employee-outreach {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #employee-outreach {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #employee-outreach {
    padding-top: 125px;
    padding-bottom: 25px;
  }
}



/*TEXT*/
#employee-outreach .text {
  margin-bottom: 25px;
}

#employee-outreach .text h1 {
  font-weight: 800;
  line-height: 40px;
}

#employee-outreach .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/*3 DIV'S*/
#employee-outreach .image > div {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}

#employee-outreach .image > div > img {
  width: 240px;
  height: 180px;
  margin-bottom: 12px;
  border-radius: 24px;
}

#employee-outreach .image > div > h3 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  letter-spacing: -1px;
}

#employee-outreach .image > div > h5 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}

#employee-outreach .image > div > h5 a {
  font-weight: 900;
}
/*----------------------------------------------- EMPLOYEE-OUTREACH SECTION (END) -----------------------------------------------*/



















/*----------------------------------------------- RESOURCES SECTION -----------------------------------------------*/
#resources {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FEF2DE;
}
@media screen and (max-width: 959px) {
  #resources {
    padding-top: 125px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  #resources {
    padding-top: 125px;
    padding-bottom: 75px;
  }
}



/*TEXT*/
@media screen and (max-width: 959px) {
  #resources .text {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  #resources .text {
    margin-bottom: 24px;
  }
}

#resources .text h1 {
  font-weight: 800;
  line-height: 40px;
}



/*IMAGE*/
#resources .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/*RESOURCES-WRAPPER*/
#resources [class*="resources-wrapper"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #resources [class*="resources-wrapper"] {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  #resources [class*="resources-wrapper"] {
    margin-bottom: 16px;
  }
}



/*HEADER*/
#resources [class*="resources-wrapper"] .resources-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media screen and (max-width: 959px) {
  #resources [class*="resources-wrapper"] .resources-header {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #resources [class*="resources-wrapper"] .resources-header {
    width: 200px;
  }
}

#resources [class*="resources-wrapper"] .resources-header img {
  width: 200px;
  height: 100px;
}

#resources [class*="resources-wrapper"] .resources-header h3 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  letter-spacing: -.75px;
}

#resources [class*="resources-wrapper"] .resources-header a {
  text-decoration: none;
}

#resources [class*="resources-wrapper"] .resources-header h5 {
  width: 100%;
  font-weight: 800;
  margin-top: -4px;
  color: #4C84FF;
}



/*LIST*/
#resources [class*="resources-wrapper"] .resources-list {
  width: 100%;
  /*ADD OR SUBTRACT 143PX DEPENDING ON HOW MANY ITEMS*/
  max-width: 572px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #resources [class*="resources-wrapper"] .resources-list {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  #resources [class*="resources-wrapper"] .resources-list {
    justify-content: flex-start;
  }
}



/*ITEM*/
#resources [class*="resources-wrapper"] .resources-list .resources-item {
  width: 103px;
  height: 124px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  align-content: space-between;
  justify-content: flex-end;
  background-color: white;
  text-decoration: none;
  border-radius: 28px;
  margin-left: 4px;
  margin-right: 4px;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out; 
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:hover {
  -webkit-box-shadow:inset 0px 0px 0px 4px #FCE9C8;
  -moz-box-shadow:inset 0px 0px 0px 4px #FCE9C8;
  box-shadow:inset 0px 0px 0px 4px #FCE9C8;
}

/*ITEM SEE IMG*/
#resources [class*="resources-wrapper"] .resources-list .resources-item img {
  width: 32px;
  height: 32px;
  margin-right: -4px;
  border-radius: 50%;
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:hover img {
  background-color: #DEEAFB;
}

/*ITEM H5*/
#resources [class*="resources-wrapper"] .resources-list .resources-item h5 {
  width: 100%;
  text-align: left;
  height: 90px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item h5:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 16px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}



/*ANIMATIONS*/
#resources [class*="resources-wrapper"] .resources-list .resources-item:nth-of-type(1) {
  animation-delay: .25s;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:nth-of-type(2) {
  animation-delay: .5s;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:nth-of-type(3) {
  animation-delay: .75s;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:nth-of-type(4) {
  animation-delay: 1s;
}
#resources [class*="resources-wrapper"] .resources-list .resources-item:nth-of-type(5) {
  animation-delay: 1.25s;
}

/*----------------------------------------------- RESOURCES (END) -----------------------------------------------*/



















/*----------------------------------------------- PARTNER SECTION -----------------------------------------------*/
#partner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  background-color: #F4F4F4;
}



/*IMAGE*/
@media screen and (max-width: 768px) {
  #partner > img {
    width: 280px;
    height: 280px;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  #partner > img {
    width: 240px;
    height: 240px;
    margin-right: 12px;
/*    background-color: yellow;*/
  }
}



/*TEXT WRAPPER*/
#partner .text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #partner .text-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #partner .text-wrapper {
    width: 300px;
    margin-left: 12px;
  }
}



/*H1*/
#partner .text-wrapper > h1 {
  width: 100%;
  text-align: center;
  font-weight: 800;
  line-height: 40px;
}

/*H5*/
#partner .text-wrapper > h4 {
  width: 300px;
  text-align: center;
  letter-spacing: -.75px;
  font-weight: 600;
  margin-bottom: 16px;
}



/*BUTTON-WRAPPER*/
#partner .text-wrapper .button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#partner .text-wrapper a {
  text-decoration: none;
}



/*BUTTON*/
#partner .text-wrapper .button-cta-go {
  background-color: #4C84FF;
}

#partner .text-wrapper .button-cta-go > div:last-of-type {
  background-color: #4173E8;
  overflow: hidden;
}

#partner .text-wrapper .button-cta-go img  {
  -webkit-transition:all .25s ease-in-out;
     -moz-transition:all .25s ease-in-out;
      -ms-transition:all .25s ease-in-out;
       -o-transition:all .25s ease-in-out;
          transition:all .25s ease-in-out; 
}

#partner .text-wrapper .button-cta-go:hover img  {
  animation: go-arrow .5s ease 1;
}

@keyframes go-arrow {
  0% { 
    transform: translateX(0px); 
  }
  24% { 
    transform: translateX(24px);
    opacity: 0; 
  }
  25% { 
    transform: translateX(-24px);
    opacity: 0; 
  }
  50% {
    transform: translateX(0px);
  }
}
/*----------------------------------------------- PARTNER SECTION (END) -----------------------------------------------*/


