/* VALLEYWISE REBRAND REBUILD 2019 */
/* MAIN STOYLES */

/* FONTS */

@font-face {
  font-family: 'noto_sansregular';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/FWBFJ_notosans-regular-webfont/notosans-regular-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/1VIEE_notosans-regular-webfont/notosans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'noto_sansitalic';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/13TAI_notosans-italic-webfont/notosans-italic-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/7TCPU_notosans-italic-webfont/notosans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'noto_sanslight';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/2OMCP_notosans-light-webfont/notosans-light-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/M4QU6_notosans-light-webfont/notosans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'noto_sanslight_italic';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/E3HO3_notosans-lightitalic-webfont/notosans-lightitalic-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/W4QHQ_notosans-lightitalic-webfont/notosans-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'noto_sansmedium';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/WISY6_notosans-medium-webfont/notosans-medium-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/1TEY4_notosans-medium-webfont/notosans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'noto_sanssemibold';
  src: url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/VWSDJ_notosans-semibold-webfont/notosans-semibold-webfont.woff2') format('woff2'),
    url('https://dokumfe7mps0i.cloudfront.net/oms/16026/font/2025/4/85MR9_notosans-semibold-webfont/notosans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-size: 62.5%;
  font-family: 'noto_sanslight', sans-serif;
  background: #fff;
}

/* navigation */

nav {
  margin: 0 auto;
  background: white;
  padding: 3.5rem 0rem;
  z-index: 999;
  width: 100%;
  position: fixed;
  -webkit-transition: ease all .4s;
  transition: ease all .4s;
}

.nav__logo--wrapper {
  width: 17.3rem;
  height: 4.6rem;
  display: inline-block;
  -webkit-transition: ease all .4s;
  transition: ease all .4s;
}

.nav__logo--wrapper svg {
  width: 100%;
  height: auto;
}

.nav__brger {
  display: inline-block;
  background: white;
  border: solid .2rem #c92d8a;
  border-radius: .7rem;
  padding: 1rem;
  margin-left: 1rem;
}

.nav__brger .bar {
  position: relative;
  display: block;
  width: 1.8rem;
  height: .185rem;
  margin: .4rem auto;
  border-radius: .6rem;
  background-color: #c92d8a;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav__brger.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav__brger.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.nav__brger.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.nav__item,
.nav__dropdown-item {
  margin: 0px;
  line-height: 0px;
}

.nav__link {
  font-family: 'noto_sanssemibold',
    sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #504D4B;
  display: block;
}

.nav__dropdown-link {
  font-family: 'noto_sanssemibold',
    sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #504D4B;
  display: inline-block;
}

.nav__link:hover,
.nav__link:focus,
.nav__link.active,
.nav__dropdown-link:hover,
.nav__dropdown-link:focus {
  text-decoration: none;
  color: rgb(201, 45, 138);
}

.nav__link-btn {
  color: #fff;
  border: 2px solid rgb(201, 45, 138);
  border-radius: 25px;
  font-family: 'noto_sanssemibold',
    sans-serif;
  font-size: 1.8rem;
  padding: 0.8rem 3.6rem 0.6rem;
  text-transform: none;
  background-size: 100px 100px;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  white-space: normal;
  z-index: 10;
  background-image: linear-gradient(135deg, #B01471 50%, transparent 51%);
  background-color: rgb(201, 45, 138);
}

.nav__link-btn:hover,
.nav__link-btn:focus {
  border-color: #B01471;
  color: #fff;
  background-size: 200% 200%;
  background-position: 0 0;
}

@media (min-width: 996px) {

  .nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav__header--wrapper {
    width: 20%;
    padding-left: 1rem;
  }

  .nav__btns--wrapper {
    display: none;
  }

  .nav__wrapper {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav__ul {
    margin: 0px;
  }

  .nav__item {
    display: inline-block;
    padding-left: 1.5rem;
  }

  .nav__link {
    font-size: 1.6rem;
  }

  .nav__dropdown {
    position: absolute;
    background: white;
    z-index: 1;
    padding: 1rem 2rem 2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
  }

  .nav__dropdown-item {
    padding: 1rem 0px;
  }

  .nav__dropdown-link {
    font-size: 1.4rem;
  }

  .nav__item--o-dropdown:hover .nav__dropdown,
  .nav__item--o-dropdown:focus .nav__dropdown {
    opacity: 1;
    visibility: visible;
  }

  nav.scrolled {
    padding: 2rem 0rem;
  }

  nav.scrolled .nav__logo--wrapper {
    width: 13.2rem;
  }

  nav.scrolled .nav__link-btn {
    font-size: 1.6rem;
  }
}

@media (min-width: 1110px) {
  .nav__item {
    padding-left: 3rem;
  }
}

@media (max-width: 995px) {

  .nav__header--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav__btns--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 17.3rem);
  }

  .nav__wrapper {
    height: 0vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 9rem;
    background: white;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 2rem;
  }

  .nav__ul {
    margin-top: 2rem;
  }

  .nav__item--btn {
    display: none;
  }

  .nav__item {
    padding: 2.5rem 0px;
    border-top: .2rem solid rgba(80, 77, 75, 0.12);
  }

  .nav__ul:last-child {
    border-bottom: .2rem solid rgba(80, 77, 75, 0.12);
  }

  .nav__dropdown-item {
    padding-top: 2rem;
  }

  .nav__dropdown {
    display: none;
  }

  #pride-logo {
    max-height: 90px;
  }
}

@media (max-width: 449px) {
  .nav__btns--wrapper .nav__link-btn {
    display: none;
  }

  .nav__item--btn {
    display: block;
    padding-top: 5rem;
  }

  .nav__ul:last-child {
    border-bottom: 0px;
  }
}

/* navigation end */

/* footer */

.talent-community__section {
  background: #F7F7F6;
  padding: 8rem 4rem;
}

.page-culture .talent-community__section,
.page-benefits .talent-community__section,
.page-living-in-phoenix .talent-community__section {
  background: white;
}

.footer-container {
  background: #157c70;
  color: white;
  padding: 4rem 6rem;
  position: relative;
}

.footer__row--top {
  margin-bottom: 3rem;
}

.footer__row--bottom {
  border-top: solid .1rem white;
  padding-top: 3rem;
}

.return-home__btn {
  font-family: 'noto_sansmedium',
    sans-serif;
  display: block;
  color: white;
  font-size: 1.8rem;
  -webkit-transition: ease-in all .2s;
  transition: ease-in all .2s;
}

.return-home__btn:hover i {
  right: .5rem;
}

.return-home__btn i {
  font-weight: bold;
  display: inline-block;
  font-size: 1.9rem;
  margin-right: 1rem;
  position: relative;
  right: 0rem;
  -webkit-transition: ease-in all .2s;
  transition: ease-in all .2s;
}

.return-home__btn:hover,
.return-home__btn:hover i {
  color: white;
  text-decoration: none;
}

.footer__social-media--ul {
  text-align: center;
}

.footer__disclosure--ul,
.footer__social-media--ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer__social-media--li {
  display: inline-block;
  padding: 0px 1rem;
  margin-bottom: 0px;
}

.footer__social-media--link {
  color: white;
  font-size: 2.2rem;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
}

.footer__social-media--link:hover {
  text-decoration: none;
  color: white;
}

.footer__phone-display {
  font-family: 'noto_sansmedium',
    sans-serif;
  display: block;
  color: white;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.footer__link {
  color: white;
  display: block;
  font-size: 1.6rem;
}

.footer__disclosure--li {
  display: inline-block;
  margin-bottom: 0px;
}

.footer__disclosure--link,
.footer__disclosure--li.copyright {
  font-family: "noto_sansregular", sans-serif;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.footer__disclosure--link {
  padding: 0px .5rem;
  border-right: .1rem solid white;
}

.footer__disclosure--link.last {
  border-right: 0rem solid white;
}

.footer__sensitive-positions--wrapper {
  margin-bottom: 5rem;
}

.footer__phone-display,
.footer__link,
.return-home__btn {
  text-align: center;
}

.footer__link:hover,
.footer__disclosure--link:hover {
  color: white;
}

#footerpowered {
  margin-bottom: 0px;
  padding-bottom: 1rem;
  padding-left: 6rem;
  background: #157c70;
}

#footerpowered .PoweredBy,
#footerpowered .PoweredBy a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  margin-bottom: 0px;
}

@media (min-width: 768px) {

  .return-home__btn {
    text-align: left;
  }

  .footer__phone-display,
  .footer__link {
    text-align: right;
  }

  .talent-community__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width: 767px) {
  .footer__social-media--wrapper {
    margin: 2rem 0px;
  }

  .talent-community__col .btn {
    margin-top: 2rem;
  }
}

/* footer end */

/* section */

.overview__hero--section,
.overview__intro--section,
.opportunities__section,
.mission__section,
.split-box__section,
.process__section,
.testimonial__section,
.events__section,
.phx__section,
.search__section,
.new-location__section,
.interior-hero__section,
.video__section,
.diversity__section,
.benefits-dsc__section,
.no-hero-hero__section,
.ssp__section,
.phx__hero--section {
  position: relative;
}

.overview__hero--section,
.interior-hero__section {
  padding-top: 18.6rem;
}

.overview__intro--section {
  padding: 10rem 0;
}

.opportunities__section,
.process__section {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.mission__section,
.video__section,
.benefits-dsc__section,
.phx-blurbies__section {
  padding-bottom: 10rem;
}

.video__section,
.benefits-dsc__section,
.phx-blurbies__section,
.medical-center__section {
  padding-top: 10rem;
}

.testimonial__section {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.events__section {
  padding: 10rem 0px;
}

.phx__section {
  padding: 12rem 0px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}

.phx__section::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
}

.search__section {
  padding: 8rem 0px;
}

.new-location__section {
  margin-top: 5rem;
}

.diversity__section {
  padding-bottom: 8rem;
}

.no-hero-hero__section {
  padding-top: 32.6rem;
  padding-bottom: 8rem;
}

.jobs__hero--section.no-hero-hero__section {
  padding-bottom: 0px;
}

.ssp__section {
  padding: 4rem 0px;
  margin-bottom: 4rem;
}

.overview__hero--section {
  background: -webkit-gradient(linear, right top, left top, from(#F7F7F6), color-stop(94.85%, rgba(247, 247, 246, 0)));
  background: linear-gradient(270deg, #F7F7F6 0%, rgba(247, 247, 246, 0) 94.85%);
}

.no-hero-hero__section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(196, 196, 196, 0) 100%);
}

.overview__intro--section,
.split-box__section {
  background: rgb(21, 124, 112);
}

.opportunities__section {
  background: rgba(0, 156, 173, 0.1);
}

.opportunities__section p {
    color: #55504c;
}

.opportunities__card .link-style {
    color: #00626d;
}

.process__section,
.events__section,
.video__section,
.split-box__section.off-white,
.benefits-dsc__section,
.opportunities__section.off-white,
.phx-blurbies__section {
  background: rgb(247, 247, 246);
}

@media (min-width: 992px) {
  .diversity__section {
    padding-top: 5rem;
  }

  .new-location__section {
    margin: 5rem 0;
  }
}

@media (max-width: 991px) {
  .phx__section {
    padding: 8rem 4rem;
  }
}


/* section end */

/* overview */

.hero-img {
  opacity: 0;
  transition: all ease .4s;
}

.on-load .hero-img {
  opacity: 1;
  transition-delay: .2s;
}

.on-load .overview__hero--section::before {
  border-left: 80vw solid transparent;
  border-top: 100rem solid rgb(136, 203, 38);
}

.overview__hero--section::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 80vw solid transparent;
  border-bottom: 0rem solid rgb(136, 203, 38);
  position: absolute;
  top: 0px;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: .5s;
  right: 0;
}

.hero__content {
  padding-left: 5rem;
}

.intro__numbers--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro__numbers--col {
  width: 250px;
  margin-top: 5rem;
}

.intro-number {
  font-family: 'noto_sanslight', sans-serif;
  font-size: 6.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.opportunities__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opportunities__card {
  width: 38.2rem;
  overflow: hidden;
  margin: 2.5rem;
  background: white;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 90% 100%, 0 100%, 0 100%, 0 6%);
  clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 90% 100%, 0 100%, 0 100%, 0 6%);
}

.opportunities__card-img--wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 25rem;
  padding: 2rem 3rem;
  /*  background-color: rgb(0, 155, 173);
    background-blend-mode: multiply; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 100%, 0 8%);
    clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 100%, 0 8%); */
}

.opportunities__card--content {
  padding: 3rem;
}

.centered__row {
  margin-top: 8rem;
}

.triangle-img {
  width: 90%;
  margin-right: 0px;
  margin-left: auto;
  max-width: 59.4rem;
  display: block;
  /*  height: 70vh;
    max-height: 75.8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%); */
}

.icon__card {
  text-align: center;
}

.icon-title {
  text-transform: uppercase;
  font-family: 'noto_sanssemibold', sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: .4rem;
}

.timeline__row {
  margin-top: 10rem;
  position: relative;
}

.timeline__line {
  width: 100%;
  position: absolute;
  background: rgb(191, 186, 182);
  background: -webkit-gradient(linear, left top, right top, from(rgba(191, 186, 182, 0)), color-stop(10%, rgba(191, 186, 176, 1)), color-stop(90%, rgba(191, 186, 176, 1)), to(rgba(191, 186, 176, 0)));
  background: linear-gradient(90deg, rgba(191, 186, 182, 0) 0%, rgba(191, 186, 176, 1) 10%, rgba(191, 186, 176, 1) 90%, rgba(191, 186, 176, 0) 100%);
  height: .4rem;
  top: -4rem;
  left: 0;
  right: auto;
}

.timeline__card {
  position: relative;
  background-color: white;
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline__card::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 3.2rem solid transparent;
  border-top: 2.8rem solid rgba(137, 203, 38, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
}

.timeline__card::after {
  content: '';
  display: block;
  background-color: #766F6A;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  position: absolute;
  top: -4.7rem;
  left: auto;
  right: auto;
}

.timeline__card p {
  margin-bottom: 0px;
}

.testimonial__row {
  margin-top: 5rem;
  padding: 0px 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial__card {
  background: white;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 4rem;
  padding-bottom: 28rem;
  margin: 0px 1.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial__title {
  margin-bottom: 2rem;
}

.testimonial__quote,
.testimonial-slider__quote {
  font-style: italic;
  font-family: 'noto_sanslight', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.testimonial__img--wrapper {
  position: absolute;
  bottom: 0px;
  right: 2rem;
}

.testimonial__triangle,
.testimonial-slider__triangle {
  width: 0;
  height: 0;
  border-bottom: 13rem solid rgba(137, 203, 38, 0.4);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.testimonial__triangle {
  display: block;
  right: 0;
  border-left: 20rem solid transparent;
}

.testimonial-slider__triangle {
  display: none;
  left: 0;
  border-right: 20rem solid transparent;
}

.testimonial__triangle.teal,
.testimonial-slider__triangle.teal {
  border-bottom: 13rem solid rgba(0, 156, 173, 0.4);
}

.testimonial__triangle.lt-green,
.testimonial-slider__triangle.lt-green {
  border-bottom: 13rem solid rgba(137, 203, 38, 0.4);
  z-index: 1;
}

.testimonial__triangle.green,
.testimonial-slider__triangle.green {
  border-bottom: 13rem solid rgba(21, 124, 112, 0.4);
}

.testimonial__triangle.yellow,
.testimonial-slider__triangle.yellow {
  border-bottom: 13rem solid rgba(255, 200, 0, 0.4);
  z-index: 1;
}

.testimonial-slider {
  margin-top: 1rem;
}

.testimonial-slider__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  border: 2px solid #BFBAB6;
  border-radius: 6px;
  padding: 3.5rem;
  margin-bottom: 2.2rem;
  overflow: hidden;
}

.testimonial-slider__title {
  margin-top: 2rem;
}

.testimonial-slider .owl-dots {
  text-align: center;
}

.testimonial-slider .owl-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 .4rem;
  background-color: rgba(0, 156, 173, 0.3);
  border-radius: 50%;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.testimonial-slider .owl-dot:hover {
  background-color: rgb(0, 156, 173);
}

.testimonial-slider .owl-dot.active {
  background-color: rgba(0, 156, 173, 0.7);
}

.testimonial-slider__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-slider__nav .owl-prev,
.testimonial-slider__nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.6rem;
  color: #fff;
  background-color: rgb(201, 45, 138);
  line-height: 1;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.testimonial-slider__nav .owl-prev:hover,
.testimonial-slider__nav .owl-next:hover,
.testimonial-slider__nav .owl-prev:focus,
.testimonial-slider__nav .owl-next:focus {
  background-color: #B01471;
  cursor: pointer;
}

.events__card {
  background: white;
  border: 2px solid #BFBAB6;
  border-radius: 6px;
  padding: 3.5rem;
}

.events__card--inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.events__content {
  margin-left: 2.4rem;
  width: calc(100% - 2.4rem - 80px);
}

.events__content .p-style {
  margin-bottom: 1rem;
}

.events__row {
  margin-top: 2rem;
}

.new-location__row {
  position: relative;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border-radius: .6rem;
  z-index: 1;
  overflow: hidden;
  padding: 8rem 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-location__row::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 124, 111, 0.8);
  position: absolute;
  bottom: 0px;
  right: 0px;
}


@media (min-width: 992px) {

  .hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero__row .col-md-5,
  .interior-hero__col {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }


  .triangle-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }


  .split-box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-box__col--img {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    /* -webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%); */
  }

  .split-box__col--content {
    padding: 12rem 0px;
    padding-left: 8.33333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial__card {
    width: 32%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .testimonial-slider__item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
    min-height: 40rem;
  }

  .testimonial-slider__img {
    width: 32.5rem;
    padding: 0 2rem;
  }

  .testimonial-slider__content {
    width: calc(100% - 34rem);
    padding: 0 2rem;
    padding-bottom: 2rem;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .testimonial-slider__item--no-img .testimonial-slider__content {
    width: 100%;
  }

  .testimonial-slider__triangle {
    display: block;
  }

  .testimonial-slider__nav .owl-prev,
  .testimonial-slider__nav .owl-next {
    position: absolute;
    top: 42%;
    z-index: 99;
  }

  .testimonial-slider__nav .owl-prev {
    left: 0;
  }

  .testimonial-slider__nav .owl-next {
    right: 0;
  }
}


@media (min-width: 1327px) {
  .timeline__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .timeline__card {
    width: 15%;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .icon__row {
    margin-top: -8rem;
  }
}

@media (max-width: 1326px) {

  .timeline__card {
    margin-bottom: 4rem;
  }

  .timeline__card::before {
    border-right: 6.2rem solid transparent;
    border-top: 4.8rem solid rgba(137, 203, 38, 0.4);
  }

}

@media (max-width: 991px) {

  /* .on-load .overview__hero--section::after {
        border-left: 153vw solid transparent;
    } */

  .hero__content {
    padding: 0 4rem;
  }

  .triangle-img__col,
  .split-box__col--img,
  .triangle__img--col-left {
    display: none;
  }

  .triangle-info__row {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }

  .split-box__col--content {
    padding: 8rem 4rem;
  }

  .testimonial__row {
    padding: 1.5rem;
  }

  .testimonial__card {
    margin-bottom: 3rem;
  }

  .testimonial-slider__img {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    background-color: #E3E1DF;
    overflow: hidden;
  }

}

@media (max-width: 767px) {
  .events__card {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1326px) and (min-width: 520px) {
  .timeline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;

  }

  .timeline__outer-col {
    width: auto;
  }

  .timeline__card {
    position: relative;
    width: 438px;
    max-width: 90%;
    margin: 0 auto;
  }

  .timeline__card::after {
    top: 40%;
    left: -5rem;
  }

  .timeline__line {
    width: .4rem;
    height: 100%;
    background: rgb(191, 186, 182);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(191, 186, 182, 0)), color-stop(10%, rgba(191, 186, 176, 1)), color-stop(90%, rgba(191, 186, 176, 1)), to(rgba(191, 186, 176, 0)));
    background: linear-gradient(0deg, rgba(191, 186, 182, 0) 0%, rgba(191, 186, 176, 1) 10%, rgba(191, 186, 176, 1) 90%, rgba(191, 186, 176, 0) 100%);
    left: -.5rem;
    top: -2rem;
  }

  .timeline__card {
    margin-bottom: 6rem;
  }
}

@media (max-width: 519px) {
  .timeline__line {
    display: none;
    width: 0px;
    height: 0px;
  }

  .timeline__card::after {
    display: none;
    width: 0px;
    height: 0px;
  }

  .events__card--inner-wrapper {
    display: block;
  }

  .events__content {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}


/* culture pg */

.interior-hero__col {
  z-index: 3;
}

.on-load .culture__hero--section::before {
  border-left: 80vw solid transparent;
  border-top: 74rem solid #c92d8a;
}

.culture__hero--section::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 80vw solid transparent;
  border-bottom: 0rem solid #c92d8a;
  position: absolute;
  top: 0;
  right: 0;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: .5s;
}

.culture__hero--section::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-bottom: 0rem solid rgb(255, 199, 0);
  opacity: .8;
  bottom: 0px;
  right: 0px;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video__row {
  margin-top: 4rem;
}

.video__poster--wrapper {
  position: relative;
  margin-bottom: 2.5rem;
  overflow: hidden;
  z-index: 1;
}

/*.video__poster--wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(55, 51, 49, 0.25);
    position: absolute;
    bottom: 0px;
    right: 0px;
} */

/*.video__poster--wrapper {
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 0, 100% 80%, 84% 100%, 0 100%, 0 100%, 0% 20%);
    clip-path: polygon(16% 0, 100% 0, 100% 0, 100% 80%, 84% 100%, 0 100%, 0 100%, 0% 20%);
} */

.video__btn {
  display: block;
  position: absolute;
  bottom: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video__btn.new {
  bottom: calc(50% - (58px/2));
  left: calc(50% - (75px/2));
  transform: none;
  -webkit-transform: none;
}

@media (max-width:992px) {
  .medical-center__section>div .video__col {
    padding-top: 3rem;
  }
}

.triangle-img.left {
  margin-left: 0px;
  margin-right: auto;
}

.culture-video-title__row,
.diversity-video-title__row {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .interior-hero__col {
    padding-right: 4rem;
    padding-top: 2%;
  }
}


/* culture pg end */

/* benefits pg */

/* .on-load .overview__hero--section::after {
    border-left: 50vw solid transparent;
    border-bottom: 32rem solid #009bad;
    transition-delay: .8s;
} */

.on-load .benefits__hero--section::after,
.on-load .phx__hero--section:after,
.on-load .culture__hero--section::after,
.on-load .overview__hero--section::after {
  /* border-left: 45vw solid transparent;
    border-bottom: 20rem solid rgb(255, 199, 0); */
  border-style: solid;
  border-width: 27.5rem 54rem 0 0;
  transition-delay: .8s;
}

.on-load .benefits__hero--section::after,
.on-load .phx__hero--section:after,
.on-load .culture__hero--section::after {
  border-color: transparent rgb(255, 199, 0) transparent transparent;
}

.on-load .overview__hero--section::after {
  border-color: transparent #009bad transparent transparent;
}

.benefits__hero--section::after,
.phx__hero--section::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-bottom: 0rem solid rgb(255, 199, 0);
  opacity: .8;
  bottom: 0px;
  right: 0px;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.on-load .benefits__hero--section::before,
.on-load .phx__hero--section:before {
  border-left: 80vw solid transparent;
  border-top: 74rem solid #009bad;
}

.benefits__hero--section::before,
.phx__hero--section:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 80vw solid transparent;
  border-bottom: 0rem solid #009bad;
  position: absolute;
  top: 0;
  right: 0;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: .5s;
}

.overview__hero--section::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-bottom: 0rem solid #009bad;
  opacity: .8;
  bottom: 0px;
  right: 0px;
  transition: border 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefits-list__row {
  margin-top: 4rem;
}

.benefits__list {
  list-style: disc;
  -webkit-column-count: 2;
  column-count: 2;
  list-style-position: inside;
}

.benefits__list--item {
  color: rgb(118, 111, 106);
  font-family: 'noto_sansregular', sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.nursing__list {
  list-style: disc;
}

@media (min-width: 992px) {

  .benefits__hero--section .interior-hero__row,
  .phx__hero--section .interior-hero__row,
  .culture__hero--section .interior-hero__row {
    display: flex;
  }

  .benefits__hero--section .interior-hero__row .col-md-6,
  .phx__hero--section .interior-hero__row .col-md-6,
  .culture__hero--section .interior-hero__row .col-md-6 {
    display: flex;
    align-items: flex-end;
  }

  .benefits__list {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .nursing__list {
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 5rem;
  }
}

@media (max-width: 519px) {
  .benefits__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

/* benefits pg end */

/* FAQs pg */

.no-hero-hero__section::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 30vw solid transparent;
  border-top: 30rem solid rgb(136, 203, 38);
  position: absolute;
  top: 12.1rem;
  right: 0px;
}

.no-hero-hero__section.jobs__hero--section::before {
  border-top: 30rem solid rgb(255, 199, 0);
}

.questions__row {
  margin-top: 5rem;
}

.accordion__title {
  background-color: white;
  outline: 0px;
  border: 0px;
  font-family: 'noto_sansregular', sans-serif;
  border-top: .2rem solid rgb(191, 186, 182);
  color: rgb(0, 155, 173);
  cursor: pointer;
  padding: 1.5rem 2rem;
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.active.accordion__title,
.accordion__title:hover {
  background-color: white;
}

.active.accordion__title span,
.accordion__title:hover span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__panel {
  padding: 0 2rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion__panel.last {
  border-bottom: .2rem solid rgb(191, 186, 182);
}

.accordion__title span {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 800;
  color: rgb(80, 77, 75);
  position: absolute;
  right: 2rem;
  -webkit-transition: .2s;
  transition: .2s
}

/* FAQs pg end */

/* living in phoenix */

.blurbies__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blurbies__card {
  width: 38.2rem;
  margin: 2.5rem;
  text-align: center;
}

.blurbies__icon--wrapper {
  width: 10rem;
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* living in phoenix end */

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* search bar in hero */


/* joblist search end */

/* jobs list */



/* job detail end */

/************************************************************************/
/* TYPOGRAPHY 
/************************************************************************/
a {
  color: #00626d;
  font-family: 'noto_sanssemibold', sans-serif;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #006d7a;
  outline: 0;
  text-decoration: none;
}

a.base-font {
  font-family: 'noto_sansregular', sans-serif;
}

a.text-magenta * {
  color: #c92d8a;
}

a.text-magenta *:hover {
  color: #9f246d;
}

a.text-black {
  color: #373331;
}

a.text-black:hover {
  color: #009bad;
  text-decoration: none;
}

p,
ul li {
  -webkit-font-smoothing: antialiased;
  color: #766f6a;
  font-family: 'noto_sanslight', sans-serif;
  font-size: 1.8rem;
  line-height: 3.4rem;
  /* margin-bottom: 2.5rem; */
}

p .bold-font,
ul li .bold-font,
p strong,
ul li strong {
  font-family: 'noto_sanssemibold', sans-serif;
}

p.large {
  font-family: 'noto_sanslight', sans-serif;
  font-size: 2.2rem;
}

p.large.bold-font,
p.large strong {
  font-family: 'noto_sansmedium', sans-serif;
}

p.small {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

p.xsmall {
  font-family: 'noto_sansregular', sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

p.smallcaps {
  font-family: 'noto_sanssemibold', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.6rem;
  text-transform: uppercase;
}

.base-font-size {
  font-size: 1.8rem;
}

.light-font {
  font-family: 'noto_sanslight', sans-serif;
}

.reg-font {
  font-family: 'noto_sansregular', sans-serif;
}

.semi-bold-font {
  font-family: 'noto_sanssemibold', sans-serif;
}

.bold-font {
  font-family: 'noto_sanssemibold', sans-serif;
}

h1,
h2,
h3,
button.is-heading,
h4,
h5,
h6 {
  color: #504d4b;
  margin: 0px;
}

h1,
h2,
h3,
button.is-heading,
h5 {
  font-family: 'noto_sanslight', sans-serif;
}

h4,
h6 {
  font-family: 'noto_sansregular', sans-serif;
}

h1 {
  font-family: 'noto_sanslight', sans-serif;
  font-size: 6.4rem;
  color: #157c70;
  line-height: 7.8rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}

h2 {
  font-size: 4.8rem;
  line-height: 6.5rem;
}

.content-block h2,
h2.section-title {
  font-size: 3.2em;
  line-height: 4.2rem;
}

.h2-sm-style {
  font-family: 'noto_sanslight', sans-serif;
  font-size: 3.2rem;
  line-height: 4.4rem;
  margin-bottom: 1.5rem;
}

h3,
button.is-heading,
.content-block h3,
.content-block button.is-heading,
h3.section-title {
  font-size: 2.4rem;
  line-height: 3.3rem;
}

.h3-style {
  margin-bottom: 1.4rem;
}

.h3-sm-style {
  font-family: 'noto_sansregular', sans-serif;
  color: #504D4B;
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin: 0px;
}

h4 {
  font-size: 2.4rem;
  line-height: 3.3rem;
}

.h4-style {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.7rem;
}

h6 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.h6-style {
  font-family: 'noto_sanssemibold',
    sans-serif;
  color: rgb(80, 77, 75);
  margin-bottom: 1rem;
}

ul {
  padding: 0;
  list-style-type: none;
}

strong {
  font-family: 'noto_sansmedium', sans-serif;
}

article ul,
article ol {
  color: #766f6a;
  font-family: 'noto_sansregular', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

article ul,
article ol {
  -webkit-font-smoothing: antialiased;
  padding-left: 2rem;
}

article ul li,
article ol li {
  margin-bottom: 1.5rem;
  position: relative;
}

article ul {
  list-style-type: disc;
}

/************************************************************************/
/* BUTTONS 
/************************************************************************/
.btn {
  color: #fff;
  border: 2px solid;
  border-radius: 25px;
  font-family: 'noto_sanssemibold',
    sans-serif;
  font-size: 1.8rem;
  padding: 0.8rem 3.6rem 0.6rem;
  text-transform: none;
  background-size: 100px 100px;
  /* some initial size to get the slanted appearance */
  background-position: -100px -100px;
  /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  white-space: normal;
  z-index: 10;
  min-width: 18rem;
}

.btn:hover,
.btn:focus {
  background-size: 200% 200%;
  /* 200% because gradient is colored only for 50% */
  background-position: 0 0;
  /* bring it fully into view */
}

.btn.btn-primary {
  background-image: linear-gradient(135deg, #9f246d 50%, transparent 51%);
  background-color: #c92d8a;
  border-color: #c92d8a;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  border-color: #9f246d;
  color: #fff;
}

.btn.btn-light {
  background-image: linear-gradient(135deg, #e6e6e6 50%, transparent 51%);
  background-color: #fff;
  border-color: #fff;
  color: #157c70;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active {
  border-color: #fff;
}

.btn.btn-secondary {
  background-image: linear-gradient(135deg, #fbeff7 50%, transparent 51%);
  background-color: transparent;
  border-color: #c92d8a;
  color: #c92d8a;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  border-color: #c92d8a;
}

.btn.btn-green {
  background-image: linear-gradient(135deg, #006357 50%, transparent 51%);
  background-color: rgb(21, 124, 112);
  border-color: rgb(21, 124, 112);
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
  border-color: #006357;
  color: #fff;
}

.btn.btn-light-outline {
  background-image: linear-gradient(135deg, #fff 50%, transparent 51%);
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active {
  border-color: #fff;
  color: #157c70;
}

.btn.btn-light-green {
  background-image: linear-gradient(135deg, #fff 50%, transparent 51%);
  background-color: transparent;
  border-color: #157c70;
  color: #157c70;
  padding: 0.8rem 0;
  width: 18.4rem;
}

.btn.btn-light-green:hover,
.btn.btn-light-green:focus,
.btn.btn-light-green:active {
  background-image: linear-gradient(135deg, #157c70 50%, transparent 51%);
  border-color: #157c70;
  color: #fff;
  outline: none;
}

button.is-link {
  color: #009bad;
  -webkit-appearance: none;
  border: none;
  font-family: 'noto_sanssemibold',
    sans-serif;
  font-size: 1.8rem;
}

button.is-link:hover,
button.is-link:focus {
  color: #006d7a;
  outline: 0;
}

button.is-heading {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
}

button.is-heading:active,
button.is-heading:focus {
  outline: 0;
}

.inline-btns {
  text-align: center;
}

.inline-btns .btn {
  padding: 0.8rem 3.6rem 0.6rem;
  width: auto !important;
  margin: 0px 1rem;
  margin-top: 3.5rem;
}

/* helper classes */

.text-white {
  color: white;
}

.text-green {
  color: rgb(21, 124, 112);
}

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

.text-drk-grey {
  color: rgb(80, 77, 75);
}

.link-style {
  display: block;
  color: #00626d;
  font-family: 'noto_sanssemibold', sans-serif;
  font-size: 1.8rem;
}

.link-style:hover,
.link-style:focus {
  color: #006d7a;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;

}

.link-white {
  color: white;
}

.link-white i {
  font-weight: bold;
  display: inline-block;
  font-size: 1.9rem;
  margin-left: 1rem;
  position: relative;
  left: 0rem;
  -webkit-transition: ease-in all .2s;
  transition: ease-in all .2s;
}

.link-white:focus,
.link-white:hover {
  color: white;
}

.link-white:hover i,
.link-white:focus i {
  left: .5rem;
}

.no-padding {
  padding: 0px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.mb-2 {
  margin-bottom: 2rem;
}

/* helper classes end */


/* Styles for dialog window */
#talent-community {
  background: #EFEFEF;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/* Hero mobile/tablet */

@media (max-width: 991px) {

  .benefits__hero--section::before,
  .phx__hero--section:before,
  .overview__hero--section::before,
  .culture__hero--section::before {
    content: none;
  }
}

@media (max-width: 645px) {

  .benefits__hero--section::after,
  .phx__hero--section:after,
  .overview__hero--section::after,
  .culture__hero--section::after {
    z-index: -99;
  }

  .overview__hero--section {
    background: none;
  }
}