/* welcome-employee-directory */
.welcome {
  margin: 0 auto;
  padding: 0 96px;
  max-width: 1248px;
  height: 80vh;
  min-height: 470px;
  position: relative;
  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;
  overflow: hidden;
  color: var(--white);
  z-index: 1;
}

.welcome .description {
  margin-right: 20px;
  max-width: 610px;
  width: 100%;
}

.welcome .title {
  margin: 32px 0 32px 0;
  color: var(--white);
}

.welcome .typography-body {
  margin-top: 0;
  margin-bottom: 41px;
}

.welcome .typography-h3 {
  margin-bottom: 20px;
}

.welcome.solutions-pages .typography-body {
  margin-top: 0;
  margin-bottom: 24px;
}

.welcome .image-container {
  width: 560px;
  min-width: 560px;
  height: 431px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: no-repeat center
    url("/static/v2/assets/images/welcome-background.svg");
  background-size: 350px 431px;
}

.welcome .image-container img {
  margin-top: 48px;
  width: 318px;
}

.welcome .image-container .typography-h4 {
  margin-top: 24px;
  color: var(--black);
}

.welcome .image-container .typography-body-small {
  margin-top: 6px;
  color: var(--gray);
}

.image-employee-directory {
  margin-top: 48px;
  width: 318px;
  height: 238px;
}

.welcome .welcome-link,
.welcome .welcome-link-mobile {
  width: 100%;
  height: 100%;
  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;
  cursor: pointer;
}

.welcome .welcome-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 8px 30px rgb(0 58 100 / 45%);
  box-shadow: 0px 8px 30px rgb(0 58 100 / 45%);
}

.welcome .welcome-link-mobile {
  display: none;
}

.welcome .large-button {
  width: 231px;
  height: 48px;
  background: var(--orange);
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 100, 0.24);
  box-shadow: 0px 10px 30px rgba(0, 58, 100, 0.24);
}

.welcome .large-button a {
  height: inherit;
  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;
}

.large-button:hover {
  background: var(--light-orange);
}

.welcome.solutions-pages .description {
  width: 100%;
  max-width: 664px;
}

.welcome.solutions-pages .image-container {
  margin-right: 106px;
  max-width: 350px;
}

.email-button-circle {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: center no-repeat url("/static/v2/assets/icons/email.svg")
    var(--orange);
  border-radius: 50%;
  display: none;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .email-button-circle {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .welcome {
    min-height: 526px;
  }

  .welcome .title {
    margin: 0px 0 20px 0;
  }

  .welcome .image-container {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    min-width: 370px;
  }

  .welcome .description {
    margin-right: 20px;
    max-width: 35vw;
  }
}

@media screen and (max-width: 960px) {
  .welcome .typography-h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.02em;
  }

  .welcome .typography-h2 {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }

  .welcome .typography-body {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .welcome {
    padding: 20px;
    min-height: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcome .welcome-link {
    display: none;
  }

  .welcome .welcome-link-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .welcome .description,
  .welcome .description.about {
    margin: 0;
    max-width: 80%;
  }

  .welcome .title {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .welcome .typography-body {
    text-align: center;
  }

  .welcome .image-container {
    margin-top: 20px;
    min-width: auto;
  }

  .welcome .image-container img {
    width: 70vw;
  }

  .welcome .image-container .image-employee-directory {
    width: 320px;
  }

  .welcome .large-button {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (max-width: 600px) {
  .welcome {
    min-height: 754px;
  }
}

@media screen and (max-width: 538px) {
  .welcome {
    min-height: 782px;
  }
}

@media screen and (max-width: 512px) {
  .welcome {
    min-height: 844px;
  }
}

@media screen and (max-width: 462px) {
  .welcome {
    min-height: 864px;
  }
}

@media screen and (max-width: 425px) {
  .welcome {
    min-height: 780px;
  }

  .welcome .description,
  .welcome .description.about,
  .welcome .description.data-quality {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 416px) {
  .welcome {
    min-height: 832px;
  }
}

@media screen and (max-width: 375px) {
  .welcome {
    min-height: 790px;
  }

  .welcome .image-container {
    width: 300px;
    height: 370px;
    background-size: 300px 370px;
  }

  .welcome .image-container .image-employee-directory {
    width: 252px;
    height: 188px;
  }
}

@media screen and (max-width: 338px) {
  .welcome {
    min-height: 824px;
  }
}

/* profiles */
.profiles {
  margin: 105px auto 0 auto;
}

.profiles a {
  color: #35A0EE;
}

.profiles .navigation,
.profiles .alphabet .alphabet-button {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.people-search-wrapper p a {
  font-size: 20px;
}

.people-search-wrapper p a:hover {
  text-decoration: underline !important;
}

.people-search-wrapper {
  width: 100%;
  max-width: 550px;
  display: flex;
  justify-content: space-between;
}

.profiles .navigation {
  padding: 80px 0 32px 0;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profiles .alphabet {
  margin-top: 28px;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profiles .alphabet .alphabet-button {
  width: 32px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--blue);
  border-radius: 4px;
  cursor: pointer;
}

.profiles .alphabet .alphabet-button:hover {
  color: var(--black);
  background-color: var(--light-blue);
}

.profiles .names-list-container {
  padding: 26px 0 49px 0;
  background-color: var(--light-blue);
}

.main_page.profiles .names-list-container {
  background-color: inherit;
}

.profiles .names-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 20px 0 70px;
  color: var(--blue);
}
.names-list .column:nth-of-type(1) {
  display: none !important;
}
.names-list .column:not(:last-of-type) {
  margin-right: 30px;
}

.profiles .names-list .column,
.profiles .names-list p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.profiles .names-list .column p {
  margin: 6px 0;
  cursor: pointer;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profiles .names-list .column p:hover {
  color: var(--black);
}

.profiles .typography-h3 {
  text-align: center;
  margin-top: 48px;
}

.directory-issue {
  margin: 180px auto 60px auto;
  width: fit-content;
  color:  var(--blue);
}

@media screen and (max-width: 768px) {
  .profiles .names-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .people-search-wrapper p a {
    font-size: 16px;
  }
  
}

@media screen and (max-width: 560px) {
  .profiles .names-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 0 10px;
  }
  .profiles .names-list .column p {
    max-width: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
  .profiles .names-list .column,
  .profiles .names-list p {
    width: unset;
  }
  .directory-issue {
  margin: 180px auto 60px auto;
  width: 300px;
  text-align: center;
}
}

@media screen and (max-width: 375px) {
  .profiles .names-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(1, 1fr);
  }
}
