@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;700;900&display=swap");


.basicpage a:hover,
.uxdia-o-body a:hover {
  color: #ffffff;
}

.basicpage,
.uxdia-o-body {
  font-family: 'Source Sans Pro', sans-serif;
}

.basicpage b,
.uxdia-o-body b {
  font-weight: 900 !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif !important;
  background-color: #FFF;
  color: #000;
  line-height: 1.6;
  max-width: 1920px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

.panelContent {
  font-family: 'Source Sans Pro', sans-serif;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.header {
  background: #EC1300;
  padding: 9px 0;
}

.header-btns a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 700;
}

.header-btns a:nth-child(2) {
  padding-right: 0;
}

.header-btns a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 2px;
  height: 100%;
}

.header-btns a:nth-child(2)::before {
  content: none;
}

.sub-title {
  color: #fff;
}

.btns {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
}

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

.btns.btn-infos:hover {
  color: #000;
}

.btns::before {
  content: '';
  position: absolute;
  border-color: #FFF;
  border-style: solid;
  transform: rotate(-45deg);
}

.btn-red {
  background-color: #EC1300;
  color: #FFF;
  border-radius: 30px;
}

.title-exp {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-align: center;
  width: 100%;
}

.experience-para {
  /* color: #231f20; */
  text-align: center;
}

.experience h3 {
  font-family: 'Source Sans Pro', sans-serif;
  /* color: #231f20; */
  font-weight: 700;
}

.cards-content h3 {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.skillsets p {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}

strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}

.skillsets p strong {
  display: block;
}

.box {
  display: inline-block;
  position: absolute;
  background: #333;
}

.box.red {
  background: #EC1300;
}

.bar {
  display: flex;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
  background: #EC1300;
  transition: width 2s, background .2s;
  -webkit-transform: translate3d(0, 0, 0);
  width: 0;
  position: relative;
}

.bar span.label {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  border-right: 3px solid #fff;
}

.bar span.skills-text {
  display: none;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.bar span.count {
  font-family: 'Source Sans Pro', sans-serif;
  color: #EC1300;
  display: none;
  position: absolute;
  top: 0rem;
}

.hiring_benefits,
.benfits h3,
.opportunity h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.hiring-title {
  color: #000;
}

.benefits span {
  /* color: #bfbfbf; */
  color: #767676;
}

.details,
.benfits p,
.opportunity p,
.pie-chart ul {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.info-title,
.pictorial-graph-text p,
.head-text,
.chart-info p.percent {
  font-weight: 700;
}

.chart-desclaimer p {
  font-family: 'Source Sans Pro', sans-serif;
  /* opacity: 0.5; */
  /*! margin: 0; */
}

.pictorial-chart {
  padding: 20px 0;
}

.pictorial-graph-text {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d3d3d3;
}

.pictorial-graph-text p {
  text-align: center;
  line-height: 1.2;
}

.pictorial-graph-text p:nth-child(2) {}

.human-charts .head-text {
  font-size: 24px;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

_:-ms-lang(x),
.chart-info p {
  width: 44%\9;
}

_:-ms-lang(x),
.survey p {
  width: 75%\9;
}

_:-ms-lang(x),
.experience-para {
  width: 100%\9;
}

_:-ms-lang(x),
.wrapper {
  overflow-y: hidden\9;
}

.vertical-chart .average::before {
  content: '';
  position: absolute;
  background: #EC1300;
  left: 0;
  bottom: -2px;
  width: 138px;
  height: 1px;
}

.vlabel {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.vbarslist {
  display: flex;
  position: relative;
  justify-content: center;
  flex: 1;
  flex-direction: column-reverse;
  align-items: center;
}

.vertical-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 356px;
}

.vbars {
  background: #EC1300;
  height: 0;
  transition: height 2s, background .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: rotate(180deg);
}

.vbars.grey {
  background: #c4c4c4;
  transition: height 2s, background .2s;
}

.turnover-chart {
  display: flex;
  justify-content: flex-start;
}

.turnover-data {
  text-align: center;
  margin-right: 65px;
}

.turnData {
  margin-bottom: 0;
}

.performance .benefits {
  margin: 0;
}

.details.productivity {
  margin: 0 auto;
  position: relative;
}

.details.productivity strong {
  display: inline-block;
}

.performance .chart-desclaimer {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 50px 10px 20px;
}

.mentors-section .details {
  font-weight: bold;
}

.survey h3 sup {
  font-size: 14px;
  top: -10px;
  left: 3px;
}

.survey {
  display: flex;
}

.tagline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  color: #000;
  text-align: right;
}

.benfits,
.opportunity,
.employee-pledge {
  color: #000;
}

.pledge-title,
.commitment-title,
.what-is-Epp h2 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}

.employee-info {
  background-color: #EC1300;
}

.pledge-logo {
  position: absolute;
}

.info-title {
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.btn-infos {
  border-color: #FFF;
  background-color: #FFF;
  color: #000;
}

.btns.btn-infos::before {
  border-color: #EC1300;
}

.cvs-logo {
  display: inline-block;
}

.cvs-health p {
  color: #333333;
}

.cvs-health p a {
  color: #EC1300;
}

.review h3 {
  font-style: italic;
}

.review p {
  color: #EC1300;
}

.progressbar-stack {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.circle2. .circle {
  position: relative;
}

.accordion,
.panel {
  max-width: 1140px;
  margin: 0 auto;
  cursor: pointer;
}

.panel {
  margin-bottom: 50px;
}

#panel4 {
  max-width: 100%;
}

.slick-prev::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-225deg);
  border-width: 0 4px 4px 0;
}

.slick-prev::before {
  top: 38px;
  left: -24px;
  padding: 10px;
  z-index: 1;
  opacity: 1;
}

.slick-prev.slick-arrow {
  border-radius: 100% 0 0 100%;
  border: 30px #333;
  border-left: 50px solid #ccc;
  width: 100px;
  height: 100px;
  left: -75px;
}

.slick-next::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
  border-width: 0 4px 4px 0;
}

.slick-next::before {
  top: 38px;
  right: -25px;
  padding: 10px;
  z-index: 1;
  opacity: 1;
}

.slick-next.slick-arrow {
  border-radius: 0 100% 100% 0;
  border: 30px #333;
  border-right: 50px solid #ccc;
  width: 100px;
  height: 100px;
  right: -75px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 32%;
}

.slick-dots {
  top: -45px;
}

.slick-dots li {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 12px;
  padding: 0;
  cursor: none;
  top: -35px;
}

.company_commit .slick-dots li button::before {
  content: "";
  background-color: #d4d4d4;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.company_commit .slick-dots li.slick-active button::before {
  background-color: #666;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}


@media (max-width: 767px) {

  .hero-pledge-logo {
    height: 100px;
  }

  .herobanner {
    padding: 25px 0 15px;
    height: auto;
    background: url('/content/dam/target-share/widgets/images/EPP-banner-hero-m.jpg') no-repeat center center/cover;
  }

  .title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    width: 200px;
    margin-top: 10px;
  }

  .herobanner-mobile.position-relative.d-md-none {
    margin: 0 12px;
  }

  .experience-para {
    color: #37383D;
    text-align: left;
  }

  .employee-pledge {
    border-top: 4px solid #000;
    padding: 40px 0;
    background-size: cover;
    background-position: center left;
    display: flex;
    align-items: center;
  }

  .body-pledge-logo {
    height: 150px;
    margin: 10px auto 0;
  }

  .employee-pledge.moile-pledge {
    border-top: none;
    padding: 15px 0 60px;
  }

  .benfits p,
  .opportunity p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .opportunity .btn-red {
    text-align: center;
    width: 100%;
  }

  .opportunity .btn-red::before {
    left: 188px;
    position: relative;
    display: inline-block;
    top: 0 !important;
  }

  .employee-info {
    padding: 30px 0 40px;
  }

  .info-title {
    font-size: 32px;
    text-align: left;
  }

  .btn-infos {
    padding: 16px 60px 16px 50px;
  }

  .btns.btn-infos::before {
    top: 24px;
    right: 42px;
  }

  .hiring_benefits {
    margin: 20px auto;
  }

  .benefits {
    position: relative;
  }

  .benefits span {
    left: 0px;
    margin: 0 10px;
    position: relative !important;
    bottom: -4px !important;
  }

  .benefits h3 {
    font-size: 24px !important;
    padding-bottom: 10px;
    padding-left: 30px !important;
    display: flex !important;
    align-items: flex-end !important;
  }

  .benefits::before {
    top: 37px !important;
    left: 5px !important;
    padding: 8px;
  }

  .benefits.open::before {
    transform: rotate(-315deg);
    top: 32px !important;
    left: 8px !important;
  }

  .panel {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .company_commit {
    width: 75%;
    margin: 80px auto 0;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .slick-dots {
    top: -30px;
    height: 0;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 13%;
  }

  .slick-prev.slick-arrow {
    border-radius: 100% 0 0 100%;
    border-left: 38px solid #ccc;
    width: 75px;
    height: 75px;
    left: -50px;
  }

  .slick-prev::before {
    top: 28px;
    left: -20px;
    padding: 8px;
    z-index: 1;
    opacity: 1;
    border-width: 0 3px 3px 0;
  }

  .slick-next.slick-arrow {
    border-radius: 0 100% 100% 0;
    border-right: 38px solid #ccc;
    width: 75px;
    height: 75px;
    right: -50px;
  }

  .slick-next::before {
    top: 28px;
    right: -20px;
    padding: 8px;
    z-index: 1;
    opacity: 1;
    border-width: 0 3px 3px 0;
  }

  .commitment .btn-red {
    text-align: center;
    width: 100%;
    font-size: 20px !important;
  }

  .commitment .btns::before {
    top: -1px !important;
    left: 240px;
    position: relative;
    display: inline-block;
  }

  #advantages {
    margin-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .benefits h3 {
    font-size: 20px !important;
  }
}


@media (min-width: 320px) {
  .review {
    padding-bottom: 50px;
  }

  .hero-pledge-logo {
    height: 100px;
  }

  .circle2::before {
    content: "";
    position: absolute;
    background: url('/content/dam/target-share/widgets/images/gradient-patch.png');
    right: 75px;
    top: 0px;
    width: 52px;
    height: 37px;
  }

  .circle::before {
    content: "";
    position: absolute;
    background: url('/content/dam/target-share/widgets/images/gradient-patch2.png');
    right: -93px;
    top: -12px;
    width: 192px;
    height: 131px;
  }

  .percent sup,
  .dataCount sup {
    font-size: 14px;
    top: -16px;
    left: 2px;
  }

  .progressbar-stack div sup {
    position: relative;
    top: -76px;
    left: 65px;
    font-size: 16px;
  }

  .progressbar-stack .circle div sup {
    top: -76px;
    left: 42px;
  }

  .red-icon {
    position: absolute;
    top: 45px;
    left: 74px;
  }

  .progressbar-stack {
    position: relative;
    max-width: 345px;
    margin: 0 auto;
    width: 298px;
  }

  .progressbar {
    position: absolute;
    left: 15px;
    top: 21px;
  }

  .progressbar2 {
    position: relative;
    left: -57px;
  }

  .circle div,
  .circle2 div {
    position: absolute;
    bottom: -64px;
    right: -140px;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
  }

  .circle2 div {
    top: -5px;
    right: -58px;
    bottom: 0;
    color: #EC1300;
  }

  .circle div span,
  .circle2 div span {
    font-size: 16px;
    color: #000;
    display: block;
  }

  .circle2 div span {
    color: #EC1300;
  }

  .circle2 canvas {
    width: 188px !important;
    height: 188px !important;
  }

  .circle canvas {
    width: 145px !important;
    height: 145px !important;
  }

  .desktop_title,
  .desktop-btn {
    display: none;
  }

  .header-btns a {
    font-size: 15px;
    padding: 0 14px;
  }

  .brand img {
    height: 24px;
    width: auto;
    margin: 5px 0;
  }

  .container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herobanner {
    padding: 25px 0 15px;
    height: auto;
    background: url('/content/dam/target-share/widgets/images/EPP-banner-hero-m.jpg') no-repeat center center/cover;
  }

  .herobanner-mobile img {
    width: 100%;
  }

  .title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 700;
  }

  .sub-title {
    font-size: 16px;
    margin: 30px auto 25px;
    line-height: 26px;
    color: #000;
  }

  .btns::before {
    top: 18px;
    right: 26px;
    border-width: 0 2px 2px 0;
    padding: 4px;
  }

  .btn-red {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 45px 13px 30px;
  }

  .herobanner-mobile .btns {
    width: 100%;
    padding: 14px 65px 14px 36px;
    text-align: center;
    font-size: 22px;
  }

  .herobanner-mobile .btns::before {
    top: 0px;
    left: 165px;
    border-width: 0 2px 2px 0;
    padding: 4px;
    position: relative;
    display: inline-block;
  }

  .experience {
    padding: 40px 0;
  }

  .what-is-Epp p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
    margin-bottom: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  .what-is-Epp .cards-content p {
    font-size: 18px;
    padding: 0;
    line-height: 26px;
    margin-bottom: 0;
  }

  .what-is-Epp {
    background: url('/content/dam/target-share/widgets/images/what-is-pledge-m.jpg') no-repeat top center/cover;
    color: #fff;
    height: 405px;
    margin-bottom: 35px;
  }

  .what-is-Epp.mobile-Epp {
    background: #fff;
    color: #000;
    height: auto;
    margin-bottom: 15px;
  }

  .cards {
    margin-bottom: 30px;
  }

  .cards-content h3 {
    font-size: 18px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .title-exp {
    font-size: 32px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .experience-para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    padding: 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  .experience h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: center;
  }

  .skillsets {
    width: 265px;
    margin: 25px auto 0;
  }

  .skillsets p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
  }

  .box {
    width: 19px;
    height: 14px;
    left: 0;
    top: 2px;
  }

  .bar span.label {
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-right: 3px solid #fff;
    padding: 5px;
  }

  .bar span.skills-text {
    font-size: 13px;
    padding: 2px 0px 2px 6px;
    line-height: 30px;
  }

  .bar span.count {
    top: 0.3rem;
    right: -3rem;
    font-size: 18px;
  }

  .hiring-title {
    padding: 15px 0;
    margin-bottom: 60px;
  }

  .benefits {
    width: 100%;
    margin-bottom: 25px;
  }

  .hiring-title h2 {
    font-size: 34px;
    line-height: 44px;
    ;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    color: #000;
    margin: 0 auto;
    font-weight: 700;
  }

  .benefits h3 {
    font-size: 20px;
    line-height: 27px;
    border-bottom: 1px solid #d3d3d3;
    /*! padding-bottom: 10px; */
    padding-left: 116px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #37383D;
    width: 100%;
    position: relative;
    font-weight: 700;
  }

  .benefits h3 span {
    font-weight: 900;
  }

  .pictorial-chart .benefits h3 {
    padding-left: 82px;
  }

  .benefits span {
    font-size: 80px;
    line-height: 77px;
    margin-right: 10px;
    position: absolute;
    bottom: 0;
  }

  .benefits::before {
    content: '';
    position: absolute;
    border-color: #EC1300;
    border-style: solid;
    transform: rotate(-45deg);
    border-width: 0 3px 3px 0;
  }

  .benefits::before {
    top: 32px;
    left: 12px;
    padding: 8px;
  }

  .benefits.open::before {
    transform: rotate(-315deg);
    top: 28px;
    left: 20px;
  }

  .performance .benefits span,
  .vertical-chart .benefits span,
  .human-charts .benefits span {
    /*! top: 6px; */
  }

  .details {
    font-size: 20px;
    line-height: 27px;
    margin-left: 0;
    margin-bottom: 35px;
  }

  .vertical-chart .average {
    position: relative;
    margin-bottom: -20px;
  }

  .pie-chart .details {
    margin-bottom: 0;
  }

  .pie-chart ul {
    margin-left: 40px;
    font-size: 17px;
  }

  .charts-list {
    display: flex;
    flex-wrap: wrap;
    width: 91%;
    margin: 0 auto;
  }

  .charts {
    display: flex;
    align-items: flex-start;
    flex: 1 1 40%;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .charts:nth-child(5) {
    flex-direction: row;
    flex: 1 1 55%;
    align-items: flex-end;
  }

  .charts:last-child {
    justify-content: flex-end;
  }

  .charts:last-child br {
    display: none
  }

  .chart-desclaimer {
    margin-top: 25px;
    text-align: left;
  }

  .chart-desclaimer p {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }

  .pictorial-chart {
    padding: 20px 0;
  }

  .pictorial-graph-text p {
    font-size: 18px;
    margin: 6px 0 0;
  }

  .pictorial-graph-text p:nth-child(2) {
    margin-left: -70px;
  }

  .pie-chart {
    padding-bottom: 30px;
  }

  .human-charts .head-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .chart-img img {
    height: 175px;
  }

  .chart-info p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 8px 0;
  }

  .chart-info p.percent {
    font-size: 36px;
    line-height: 36px;
    margin-top: 10px;
  }

  .vlabel {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .vlabel strong {
    font-size: 22px;
  }

  .vertical-bars {
    height: 330px;
    margin-top: -40px;
    max-width: 345px;
    margin: -40px auto 0;
  }

  .vbars {
    width: 80px;
    margin-bottom: 10px;
  }

  .details.turnover {
    width: 100%;
    margin: 25px 0 35px;
  }

  .turnover-data img {
    height: 104px;
    width: auto;
  }

  .turnover-data {
    margin-right: 65px;
  }

  .turnData {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .turnover-data strong {
    font-size: 36px;
  }

  .performance {
    background: url('/content/dam/target-share/widgets/images/productivity_performance_bg_m.jpg') no-repeat top center/cover;
    position: relative;
    padding-top: 45px;
    height: 490px;
    margin-bottom: 95px;
  }

  .details.productivity {
    padding-left: 0;
    width: 100%;
    padding: 20px 15px 0;
    margin-left: 70px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
  }

  .details.productivity strong {
    font-weight: 700;
  }

  .facts {
    font-family: "AvenirBlack";
    font-size: 22px;
    opacity: 1;
    position: absolute;
    left: -56px;
    top: 23px;
  }

  .details.productivity strong {
    margin-top: 25px;
  }

  .performance .chart-desclaimer {
    padding: 10px 35px 10px 15px;
    /*! display: none; */
    bottom: -108px;
  }

  .mentors-section {
    padding: 50px 0 65px;
    overflow: hidden;
  }

  .mentors-section .details {
    margin: 35px 0 20px;
  }

  .survey h3 {
    font-size: 32px;
    margin-right: 15px;
    min-width: 50px;
    font-weight: 900;
  }

  .survey h3 sup {
    font-size: 14px;
    top: -12px;
    left: 3px;
  }

  .survey {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 0px;
    padding-right: 0;
  }

  .tagline {
    font-size: 11px;
    margin-top: 35px;
    text-align: center;
  }

  .employee-pledge {
    padding: 60px 0 40px;
    background-size: cover;
    background-position: center left;
    height: 372px;
    display: flex;
    align-items: center;
  }

  .employee-pledge.moile-pledge {
    background: #fff;
    color: #000;
    display: inherit;
    height: auto;
  }

  .benfits,
  .opportunity {
    margin: 0;
    color: #000;
    width: 100%;
    padding: 0 0;
  }

  _:-ms-lang(x),
  .benfits {
    width: 50%\9;
  }

  _:-ms-lang(x),
  .opportunity {
    width: 50%\9;
  }

  .opportunity {
    margin-top: 45px;
  }

  .benfits h3,
  .opportunity h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 26px;
  }

  .benfits p,
  .opportunity p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .pledge-title,
  .commitment-title,
  .what-is-Epp h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .commitment-title,
  .pledge-title {
    color: #000;
    font-size: 30px;
    line-height: 42px;
  }

  .what-is-Epp h2 {
    margin-top: 140px;
  }

  .pledge-logo {
    height: 95px;
    top: -120px;
    right: 18px;
  }

  .info-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .btn-infos {
    font-size: 25px;
    padding: 16px 52px 16px 40px;
    line-height: 22px;
  }

  .btns.btn-infos::before {
    top: 22px;
    right: 35px;
    padding: 4px;
  }

  .commitment {
    padding: 30px 0 50px;
  }

  .opportunity .btn-red {
    margin-top: 20px;
    font-size: 25px;
    padding: 14px 44px 15px 30px;
  }

  .opportunity .btn-red::before {
    top: 24px;
    right: 35px;
    padding: 4px;
  }

  .commitment .btn-red {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 33px 15px 15px;
    margin: 0 auto;
  }

  .commitment .btns::before {
    .commitment .btn-red top: 23px;
    right: 22px;
  }

  .cvs-logo {
    margin: 25px 0 20px;
  }

  .cvs-logo img {
    height: 21px;
  }

  .cvs-health p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .review h3 {
    font-size: 18px;
    line-height: 29px;
    margin: 20px 0;
    padding: 0 5px;
  }

  .review p {
    font-size: 18px;
    margin-bottom: 55px;
    line-height: 30px;
    padding: 0 5px;
  }

}

@media only screen and (min-width : 375px) and (max-width : 410px) {
  .benefits.alignArrow::before {
    top: 56px !important;
  }

  .benefits.alignArrow.open::before {
    top: 50px !important;
  }
}

@media (min-width: 375px) {
  .circle2::before {
    right: 100px;
    top: 0px;
  }

  .circle::before {
    right: -93px;
    top: -5px;
  }

  .pictorial-chart .benefits h3 {
    padding-left: 122px;
  }

  .red-icon {
    top: 60px;
    left: 100px;
  }

  .progressbar-stack {
    width: 100%;
  }

  .progressbar {
    left: 28px;
    top: 24px;
  }

  .progressbar2 {
    position: relative;
    left: -57px;
  }

  .circle div,
  .circle2 div {
    bottom: -22px;
    right: -141px;
  }

  .circle2 div {
    top: -5px;
    right: -45px;
  }

  .circle2 canvas {
    width: 220px !important;
    height: 220px !important;
  }

  .circle canvas {
    width: 170px !important;
    height: 170px !important;
  }

  .hiring-title {
    margin-bottom: 40px
  }

  .pie-chart,
  .human-charts {
    padding-bottom: 20px;
  }

  .performance {
    padding-top: 80px;
    margin-bottom: 120px;
    background-position: center;
  }

  .benefits h3 {
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    padding-left: 137px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #231f20;
    width: 100%;
    position: relative;
    /*    display: flex;
  align-items: end; */
  }

  .benefits span {
    font-size: 80px;
    line-height: 77px;
    margin-right: 10px;
    bottom: 4px;
  }

  .herobanner-mobile .btns {
    padding: 14px 65px 14px 36px;
  }

  .opportunity .btn-red {
    font-size: 25px;
    padding: 14px 44px 15px 30px;
  }

  .bar span.label {
    font-size: 21px;
    width: 40px;
    height: 40px;
  }

  .bar span.skills-text {
    font-size: 16px;
  }

  .bar span.count {
    right: -3.5rem;
    font-size: 21px;
  }

  .experience h3 {
    font-size: 22px;
  }

  .pledge-title,
  .commitment-title,
  .what-is-Epp h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .vlabel {
    font-size: 16px;
    line-height: 24px;
  }

  .vbars {
    width: 100px;
    margin-bottom: 10px;
  }

}


@media (min-width: 568px) {
  .herobanner {
    background: url('/content/dam/target-share/widgets/images/EPP-banner-hero-m.jpg') no-repeat top -12.32vw center/cover;
  }

}

@media (min-width: 667px) {

  .pie-chart,
  .human-charts {
    padding-bottom: 115px;
  }

}

@media (min-width: 768px) {
  .slick-slider {
    padding-bottom: 50px;
    margin-bottom: 0;
}
  .head-text {
    font-size: 16px;
  }

  .review {
    padding-bottom: 50px;
  }

  .company_commit {
    margin-top: 80px;
    width: 80%;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .hero-pledge-logo {
    height: 12.33vw;
    margin-bottom: 2.5vw;
  }

  .body-pledge-logo {
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }

  .circle::before {
    right: -99px;
    top: -5px;
  }

  .percent sup,
  .dataCount sup {
    top: -8px;
    left: 3px;
  }

  .pie-chart .col-md-5 {
    min-height: 267px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .red-icon {
    position: absolute;
    top: 54px;
    left: 100px;
  }

  .progressbar {
    left: 35px;
    top: 24px;
  }

  .circle canvas {
    width: 155px !important;
    height: 155px !important;
  }

  .circle div,
  .circle2 div {
    bottom: -6px;
    right: -152px;
    height: 65px;
  }

  .circle2 canvas {
    width: 202px !important;
    height: 202px !important;
  }

  .circle2 div {
    top: 12px;
    right: -52px;
  }

  .brand img {
    height: 31px;
  }

  .header-btns a {
    font-size: 16px;
    padding: 0 18px;
  }

  .container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herobanner {
    background: url('/content/dam/target-share/widgets/images/EPP-banner-hero.jpg') no-repeat top center/cover;
  }

  .herobanner {
    padding: 43px 0 51px;
  }

  .title {
    font-size: calc(36px + (56 - 36) * ((100vw - 768px) / (1200 - 768)));
    line-height: 5.667vw;
    margin-top: 0;
    position: static;
    width: 33.333vw;
  }

  .sub-title {
    font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1200 - 768)));
    padding-right: 0.1vw;
    line-height: 2.167vw;
    color: #fff;
    margin: 1.667vw 0 2.5vw;
    width: 40.667vw;
  }

  .btns::before {
    top: 18px;
    right: 26px;
    border-width: 0 2px 2px 0;
    padding: 4px;
  }

  .btn-red {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 45px 13px 30px;
  }

  .experience {
    padding: 40px 0;
  }

  .what-is-Epp p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .what-is-Epp .cards-content p {
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    margin-bottom: 0;
  }

  .what-is-Epp {
    height: 573px;
    margin-bottom: 0;
    background: url('/content/dam/target-share/widgets/images/what-is-pledge.jpg') no-repeat top center/cover;
  }

  .cards-content h3 {
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .title-exp {
    font-size: 32px;
    padding: 0;
    text-align: center;
  }

  .experience-para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 40px;
    text-align: center;
  }

  .skillsets {
    width: 100%;
    margin: 0 auto;
  }

  .experience h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: left;
  }

  .skillsets p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
  }

  .box {
    width: 19px;
    height: 14px;
    left: 0;
    top: 2px;
  }

  .bar span.label {
    font-size: 16px;
    width: 36px;
    height: 34px;
    border-right: 3px solid #fff;
    padding: 5px;
  }

  .bar span.skills-text {
    font-size: 16px;
    padding: 2px 10px;
    line-height: 30px;
  }

  .bar span.count {
    top: 0.2rem;
    right: -3rem;
    font-size: 18px;
  }

  .hiring-title {
    padding: 15px 0;
    margin-bottom: 25px;
  }

  .hiring-title h2 {
    font-size: 40px;
    line-height: 48px;
    ;
    width: 73%;
    text-align: center;
  }

  .listofqns {
    margin-bottom: 60px;
  }

  .benefits {
    margin-bottom: 20px;
  }

  .benefits::before {
    top: 20px;
    left: 15px;
    padding: 6px;
    border-width: 0 2px 2px 0;
  }

  .benefits.open::before {
    top: 18px;
  }

  .benefits h3,
  .pictorial-chart .benefits h3 {
    font-size: 22px;
    line-height: 28px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .benefits span {
    font-size: 52px;
    line-height: 49px;
    margin: 0 10px 0 32px;
    display: inline-block;
    top: 0;
    left: 0;
    position: inherit;
  }

  .panel {
    margin-bottom: 15px;
  }

  .panelContent {
    padding: 0 15px;
  }

  .performance .benefits span,
  .mentors-section .benefits span,
  .vertical-chart .benefits span,
  .human-charts .benefits span {
    top: 0;
    left: 0;
  }

  .details {
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
    margin-bottom: 0;
  }

  .vertical-chart .average {}

  .vertical-chart .average::before {
    width: 110px;
  }

  .pie-chart ul {
    margin-left: 20%;
    font-size: 15px;
  }

  .chart-desclaimer {
    margin-top: 40px;
  }

  .chart-desclaimer p {
    font-size: 11px;
    line-height: 14px;
    text-align: right;
    margin-bottom: 2px;
  }

  .pictorial-chart {
    padding: 20px 0;
    margin-bottom: 44px;
  }

  .pictorial-graph-text p {
    font-size: 14px;
    margin: 6px 0 0;
  }

  .pictorial-graph-text p:nth-child(2) {
    margin-left: -70px;
  }

  .human-charts,
  .pie-chart {
    padding-bottom: 30px;
  }

  .vertical-chart {
    margin: 0 -15px;
  }

  .human-charts .head-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .charts-list {
    width: 100%;
    flex-wrap: nowrap;
  }

  .charts,
  .charts:nth-child(5) {
    flex-direction: row;
    align-items: flex-end;
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .chart-img img {
    height: 112px;
  }

  .chart-info p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 8px 0;
  }

  .chart-info p.percent {
    font-size: 23px;
    line-height: 28px;
    margin-top: 0;
  }

  .vlabel {
    font-size: 15px;
    line-height: 19px;
  }

  .vlabel strong {
    font-size: 18px;
  }

  .vertical-bars {
    height: 330px;
    max-width: 100%;
    margin: 0;
  }

  .vbars {
    width: 80px;
    margin-bottom: 10px;
  }

  .details.turnover {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .turnover-data img {
    height: 80px;
    width: auto;
  }

  .turnover-data {
    margin-right: 65px;
  }

  .turnData {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .turnover-data strong {
    font-size: 23px;
  }

  .performance {
    padding-top: 60px;
    height: 387px;
    background: url('/content/dam/target-share/widgets/images/productivity_performance_bg.jpg') no-repeat top center/cover;
    margin-bottom: 0;
  }

  .details.productivity {
    padding-left: 67px;
    width: 71%;
    margin: 0 auto;
  }

  .facts {
    font-size: 19px;
    top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    opacity: 0.5;
    left: 0;
  }

  .details.productivity strong {
    margin-top: 10px;
  }

  .performance .chart-desclaimer {
    padding: 10px 35px 10px 15px;
    bottom: 0;
  }

  .mentors-section {
    padding: 65px 0 20px;
  }

  .mentors-section .details {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .survey h3 {
    font-size: 24px;
    margin-right: 15px;
    min-width: 42px;
  }

  .survey h3 sup {
    top: -6px;
  }

  .survey {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0px;
    padding-right: 0;
  }

  .tagline {
    font-size: 11px;
    margin-top: 45px;
    text-align: right;
  }

  .employee-pledge {
    padding: 60px 0;
    background-size: cover;
    background-position: center left;
    display: inherit;
    height: auto;
  }

  .benfits {
    margin-right: 58px;
    color: #000;
  }

  .opportunity {
    margin: 0;
    color: #000;
  }

  .benfits h3,
  .opportunity h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .benfits p,
  .opportunity p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .pledge-title,
  .commitment-title,
  .what-is-Epp h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .what-is-Epp h2 {
    margin-top: 80px;
  }

  .employee-info {
    padding: 15px 0 30px;
  }

  .pledge-logo {
    height: 161px;
    top: -99px;
    right: 9px;
  }

  .info-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .employee-info .row {
    text-align: center;
  }

  .btn-infos {
    font-size: 16px;
    padding: 11px 35px 11px 25px;
    line-height: 22px;
  }

  .btns.btn-infos::before {
    top: 17px;
    right: 18px;
    padding: 3px;
  }

  .commitment {
    padding: 40px 0 30px;
  }

  .opportunity .btn-red {
    margin-top: 30px;
    padding: 14px 56px 14px 38px;
    font-size: 20px;
    line-height: 26px;
  }

  .commitment .btn-red {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 40px 17px 35px;
    width: auto;
  }

  .commitment .btns::before {
    top: 23px;
    right: 22px;
  }

  .cvs-logo {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .cvs-logo img {
    height: 21px;
  }

  .cvs-health p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .review h3 {

    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .review p {
    font-size: 14px;
    line-height: inherit;
    margin: 0 0 15px;
  }

}

@media (min-width: 992px) {
  .what-is-Epp .cards {
    margin-top: 3.5vw;
  }

  .body-pledge-logo {
    display: block;
    height: 150px;
  }

  .percent sup,
  .dataCount sup {
    top: -10px;
  }

  .red-icon {
    position: absolute;
    top: 62px;
    left: 98px;
  }

  .progressbar {
    left: 27px;
    top: 25px;
  }

  .circle canvas {
    width: 170px !important;
    height: 170px !important;
  }

  .circle div,
  .circle2 div {
    bottom: -6px;
    right: -152px;
  }

  .circle2 canvas {
    width: 220px !important;
    height: 220px !important;
  }

  .circle2 div {
    top: 12px;
    right: -60px;
  }

  .container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herobanner {
    padding: 50px 0;
  }

  .title {
    font-size: 52px;
    line-height: 60px;
  }

  .sub-title {
    margin-bottom: 30px;
    line-height: 26px;
    padding-right: 45px;
  }

  .btns::before {
    top: 20px;
    right: 27px;
    border-width: 0 2px 2px 0;
    padding: 5px;
  }

  .btn-red {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 47px 15px 30px;
  }

  .experience {
    padding: 50px 0 35px;
  }

  .title-exp {
    font-size: 41px;
  }

  .experience h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .what-is-Epp p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
  }

  .what-is-Epp .cards-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .cards-content h3 {
    font-size: 18px;
  }

  .box {
    width: 19px;
    height: 14px;
    left: 0;
    top: 2px;
  }

  .bar span.label {
    font-size: 18px;
    border-right: 3px solid #fff;
    padding: 5px;
    width: 36px;
    height: 36px;
  }

  .bar span.skills-text {
    font-size: 16px;
    padding: 2px 15px;
    line-height: 30px;
  }

  .bar span.count {
    top: 0rem;
    font-size: 20px;
  }

  .hiring-title {
    padding: 20px 0;
    margin-bottom: 40px;
  }

  .hiring-title h2 {
    font-size: 52px;
    line-height: 64px;
    ;
  }

  .benefits h3,
  .pictorial-chart .benefits h3 {
    font-size: 28px;
    line-height: 32px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
  }

  .benefits {
    margin-bottom: 20px;
  }

  .benefits::before {
    top: 25px;
    left: 14px;
    padding: 8px;
    border-width: 0 3px 3px 0;
  }

  .benefits.open::before {
    top: 22px;
  }

  .benefits span {
    font-size: 66px;
    line-height: 63px;
    margin: 0 12px 0 40px;
  }

  .details {
    margin-left: 43px;
  }

  .pie-chart ul {
    margin-left: 20%;
    font-size: 16px;
  }

  .chart-desclaimer {
    margin-top: 60px;
  }

  .chart-desclaimer p {
    font-size: 11px;
    line-height: 14px;
  }

  .pictorial-chart {
    padding: 20px 0;
    margin-bottom: 58px;
  }

  .pictorial-graph-text p {
    font-size: 16px;
    margin: 6px 0 0;
  }

  .pictorial-graph-text p:nth-child(2) {
    margin-left: -80px;
  }

  .human-charts .head-text {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .chart-img img {
    height: 143px;
  }

  .chart-info p {
    font-size: 16px;
    line-height: 22px;
  }

  .chart-info p.percent {
    font-size: 29px;
    line-height: 32px;
  }

  .vlabel {
    font-size: 16px;
    line-height: 24px;
  }

  .vlabel strong {
    font-size: 20px;
  }

  .vertical-bars {
    height: 344px;
  }

  .vbars {
    width: 90px;
  }

  .details.turnover {
    margin-left: 0;
  }

  .turnover-data img {
    height: 90px;
  }

  .turnover-data {
    margin-right: 65px;
  }

  .turnData {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .turnover-data strong {
    font-size: 36px;
  }

  .performance {
    padding-top: 60px;
    height: 514px;
  }

  .details.productivity {
    padding-left: 80px;
    width: 56%;
  }

  .facts {
    font-size: 24px;
    top: 22px;
  }

  .details.productivity strong {
    margin-top: 10px;
  }

  .performance .chart-desclaimer {
    padding: 10px 50px 10px 20px;
  }

  .mentors-section {
    padding: 75px 0 20px;
  }

  .mentors-section .details {}

  .survey h3 {
    font-size: 30px;
    margin-right: 15px;
    min-width: 50px;
  }

  .survey h3 sup {
    top: -10px;
  }

  .survey {
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0 0px;
    padding-right: 25px;
  }

  .tagline {
    font-size: 11px;
    margin-top: 45px;
  }

  .employee-pledge {
    padding: 100px 0;
  }

  .benfits {
    margin-right: 25px;
  }

  .benfits h3,
  .opportunity h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .benfits p,
  .opportunity p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .pledge-title,
  .commitment-title,
  .what-is-Epp h2 {
    font-size: 41px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .what-is-Epp {
    height: 580px;
  }

  .what-is-Epp h2 {
    margin-top: 90px;
  }

  .employee-info {
    padding: 25px 0 35px;
  }

  .pledge-logo {
    height: 206px;
    top: -126px;
    right: 25px;
  }

  .info-title {
    font-size: 31px;
    margin-bottom: 25px;
  }

  .btn-infos {
    font-size: 25px;
    padding: 15px 50px;
    line-height: 26px;
  }

  .btns.btn-infos::before {
    top: 22px;
    right: 34px;
  }

  .commitment {
    padding: 70px 0 40px;
  }

  .cvs-logo {
    margin-bottom: 30px;
  }

  .cvs-logo img {
    height: 27px;
  }

  .cvs-health p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .review h3 {

    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .review p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
  }

  .what-is-Epp .cards {
    margin-top: 0;
  }

  .company_commit {
    margin-top: 60px;
    width: 92%;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .circle2::before {
    right: 92px;
    top: 4px;
  }

  .circle::before {
    right: -89px;
    top: -2px;
  }

  .percent sup,
  .dataCount sup {
    top: -14px;
  }

  .red-icon {
    position: absolute;
    top: 80px;
    left: 100px;
  }

  .progressbar {
    left: 16px;
    top: 31px;
  }

  .circle canvas {
    width: 195px !important;
    height: 195px !important;
  }

  .circle div,
  .circle2 div {
    bottom: -6px;
    right: -152px;
  }

  .circle2 canvas {
    width: 260px !important;
    height: 260px !important;
  }

  .circle2 div {
    top: 12px;
    right: -72px;
  }

  .container-fluid {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herobanner {
    padding: 50px 0 70px;
  }

  .hero-pledge-logo {
    height: 100px;
    margin-bottom: 30px;
  }

  .title {
    font-size: 56px;
    line-height: 56px;
    width: 400px;
  }

  .sub-title {
    font-size: 18px;
    margin-bottom: 30px;
    padding-right: 45px;
    line-height: 26px;
    width: 440px;
  }

  .sub-title b {
    font-weight: 700;
  }

  .btns::before {
    top: 23px;
    right: 35px;
    border-width: 0 2px 2px 0;
    padding: 5px;
  }

  .btn-red {
    font-size: 25px;
    line-height: 26px;
    padding: 14px 56px 14px 38px;
  }

  .experience {
    padding: 60px 0;
  }

  .title-exp {
    font-size: 50px;
  }

  .experience-para {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 75px;
  }

  .experience h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .what-is-Epp {
    height: 680px;
    background-position: center;
  }

  .what-is-Epp p {
    font-size: 18px;
    line-height: 32px;
    padding-right: 25px;
    margin-bottom: 30px;
  }

  .cards-content h3 {
    font-size: 18px;
  }

  .box {
    width: 19px;
    height: 14px;
    left: 0;
    top: 2px;
  }

  .bar span.label {
    font-size: 22px;
    padding: 5px;
    width: 45px;
    height: 45px;
  }

  .bar span.skills-text {
    font-size: 18px;
    padding: 5px 15px;
    line-height: 30px;
  }

  .bar span.count {
    top: 4px;
    right: -3.5rem;
    font-size: 24px;
  }

  .hiring-title {
    padding: 30px 0;
    margin-bottom: 60px;
  }

  .hiring-title h2 {
    font-size: 68px;
    line-height: 77px;
    ;
  }

  .benefits h3,
  .pictorial-chart .benefits h3 {
    font-size: 34px;
    line-height: 38px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
  }

  .benefits::before {
    top: 32px;
    left: 12px;
  }

  .benefits.open::before {
    top: 28px;
  }

  .benefits span {
    font-size: 80px;
    line-height: 77px;
    margin: 0 15px 0 40px;
  }

  .panelContent {
    padding: 0 15px;
  }

  #panel4 .panelContent {
    padding: 0;
  }

  .details {
    font-size: 20px;
    line-height: 30px;
    margin-left: 56px;
  }

  .head-text.d-none.d-md-block {
    font-size: 28px;
    text-align: center;
  }

  .pie-chart ul {
    margin-left: 20%;
    font-size: 20px;
  }

  .chart-desclaimer {
    margin-top: 80px;
  }

  .chart-desclaimer p {
    font-size: 11px;
    line-height: 14px;
  }

  .vertical-chart .average::before {
    left: -3px;
    width: 140px;
    height: 2px;
  }

  .pictorial-chart {
    padding: 20px 0;
    margin-bottom: 80px;
  }

  .pictorial-graph-text p {
    font-size: 18px;
    margin: 6px 0 0;
  }

  .pictorial-graph-text p:nth-child(2) {
    margin-left: -95px;
  }

  .human-charts,
  .pie-chart {
    padding-bottom: 30px;
  }

  .human-charts .head-text {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .chart-img img {
    height: 175px;
  }

  .chart-info p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 10px 0;
  }

  .chart-info p.percent {
    font-size: 43px;
    line-height: 36px;
  }

  .vlabel {
    font-size: 20px;
    line-height: 24px;
  }

  .vlabel strong {
    font-size: 24px;
  }

  .vertical-bars {
    height: 356px;
  }

  .vbars {
    width: 100px;
    height: 0;
    margin-bottom: 20px;
  }

  .details.turnover {
    margin-left: 0;
    width: 75%;
    margin-bottom: 40px;
  }

  .turnover-data img {
    height: 110px;
  }

  .turnover-data {
    margin-right: 65px;
  }

  .turnData {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .turnover-data strong {
    font-size: 36px;
  }

  .performance {
    padding-top: 60px;
    height: 676px;
    background-position: center center;
  }

  .details.productivity {
    padding-left: 130px;
    line-height: 27px;
    width: 71%;
    font-size: 23px;
    padding-right: 0;
  }

  .facts {
    font-size: 30px;
    top: 24px;
    left: 33px;
  }

  .details.productivity strong {
    margin-top: 10px;
  }

  .performance .chart-desclaimer {
    padding: 10px 50px 10px 20px;
  }

  .mentors-section {
    padding: 90px 0 20px;
  }

  .mentors-section .details {}

  .survey h3 {
    font-size: 42px;
    margin-right: 15px;
    min-width: 56px;
  }

  .survey h3 sup {
    top: -15px;
  }

  .survey {
    font-size: 20px;
    line-height: 27px;
    margin: 20px 0 0px;
    padding-right: 30px;
  }

  .tagline {
    font-size: 11px;
    margin-top: 45px;
  }

  .body-pledge-logo {
    height: 200px;
  }

  .employee-pledge {
    padding: 100px 0;
  }

  .benfits {
    margin-right: 30px;
  }

  .benfits h3,
  .opportunity h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .benfits p,
  .opportunity p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 22px;
    padding-right: 12px;
  }

  .commitment-title {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 50px;
  }

  .pledge-title {
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  .what-is-Epp h2 {
    font-size: 58px;
    line-height: 54px;
    margin-bottom: 50px;
  }

  .what-is-Epp h2 {
    margin-top: 130px;
    margin-bottom: 30px;
  }

  .employee-info .row {
    text-align: center;
  }

  .employee-info {
    padding: 40px 0;
  }

  .pledge-logo {
    height: 252px;
    top: -164px;
    right: 0px;
  }

  .info-title {
    font-size: 46px;
  }

  .btn-infos {
    font-size: 25px;
    padding: 13px 45px 13px 34px;
    line-height: 26px;
  }

  .btns.btn-infos::before {
    top: 22px;
    right: 28px;
    padding: 4px;
  }

  .commitment {
    padding: 70px 0 70px;
  }

  .commitment .btn-red {
    font-size: 22px;
  }

  .cvs-logo {
    margin-bottom: 30px;
  }

  .cvs-logo img {
    height: 33px;
  }

  .cvs-health p {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .review {
    padding-bottom: 50px;
  }

  .review h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .review p {
    font-size: 20px;
  }

}

@media (min-width: 1400px) {
  .what-is-Epp .row.pb-3.d-none.d-md-flex {
    margin-top: 20px;
  }
}