/**
 * HERO
 *
 * @format
 */

.hero {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: black;
  z-index: 2;
}

.hero-slide {
  padding-top: 100px;
  padding-bottom: 50px;
}

.hero-text {
  position: relative;
  color: var(--color-white);
  min-height: calc(100vh - 349px);
}

.hero-text-category {
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  color: var(--color-secondary);
}

.hero-text-title {
  font-size: 1.5rem;
  color: inherit;
  line-height: 1.65;
}

.hero-text-title a {
  color: inherit;
  text-decoration: none;
}

.hero-text-title a:hover,
.hero-text-title a:focus-visible {
  color: var(--color-secondary-yellow);
}

.hero-search {
  position: relative;
  margin-bottom: 40px;
}

.hero-search input {
  padding: 17px 50px 17px 0;
  font-size: 1rem;
  color: var(--color-secondary-yellow);
  border: none;
  border-bottom: 1px solid var(--color-white);
}

.hero-search input::placeholder {
  color: var(--color-secondary-yellow);
}

.hero-search input:focus-visible {
  outline: inherit;
}

.hero-search button {
  position: absolute;
  top: 11px;
  right: -7px;
  padding: 0;
  width: 30px;
  height: 30px;
  color: var(--color-secondary-yellow);
  background-color: transparent;
}

.hero-pagination.swiper-pagination {
  display: flex;
  position: unset;
  justify-content: center;
}

.hero-holder {
  position: relative;
  z-index: 2;
}

.hero-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 40, 72, 0.87);
  mix-blend-mode: multiply;
  content: '';
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .hero-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-slide {
    padding-top: 190px;
  }

  .hero-text {
    max-width: 500px;
    min-height: calc(100vh - 515px);
  }

  .hero-text-category {
    margin-bottom: 31px;
  }

  .hero-text-title {
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .hero-search {
    margin-bottom: 0;
    margin-left: auto;
    order: 2;
    width: 390px;
  }

  .hero-search input {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.125rem;
  }

  .hero-holder .column {
    margin-top: -150px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }

  .hero-pagination.swiper-pagination {
    order: 1;
    width: auto !important;
    margin-right: auto;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  .hero-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1441px) {
  .hero-text {
    max-width: 650px;
  }

  .hero-text-title {
    font-size: 2.5rem;
  }
}

/* SEARCHING */
.searching {
  margin-bottom: 70px;
  padding-top: 30px;
}

.searching input,
.searching select {
  transition: padding 200ms ease-out;
}

.searching input:focus,
.searching select:focus {
  padding-left: 10px;
  padding-right: 10px;
}

.searching h1,
.searching h3 {
  font-size: 1.5rem;
}

.searching-inner-people {
  margin-bottom: 30px;
}

.attorney-search-letters {
  display: flex;
  flex-wrap: wrap;
}

.attorney-search-letters-single {
  font-size: 0.875rem;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  text-align: center;
}

.attorney-search-letters-single:focus,
.attorney-search-letters-single:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.searching .attorney-search-form {
  position: relative;
}

.searching select,
.searching input {
  font-size: 0.875rem;
  color: var(--color-alternate);
  border: none;
  border-bottom: 1px solid var(--color-primary);
}

.searching input::placeholder {
  color: var(--color-alternate);
}

.searching select {
  margin-top: 20px;
  background: url('images/select-arrow.png') top 20px right no-repeat;
}

.searching button {
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 1.125rem;
  color: var(--color-secondary);
  background-color: transparent;
}

.select-practice-area-wrapper {
  position: relative;
}

.select-practice-area-wrapper::after {
  content: '\f0d7';
  font-weight: 900;
  font-family: var(--font-family-icon), sans-serif;
  position: absolute;
  font-size: 1.125rem;
  right: 0;
  top: 0;
  text-align: center;
  width: 20px;
  line-height: 50px;
  color: var(--color-secondary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 768px) {
  .searching {
    margin-bottom: 70px;
    padding-top: 73px;
  }

  .searching h1,
  .searching h3 {
    font-size: 1.875rem;
  }

  .searching-inner {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 2fr);
  }

  .attorney-search-letters {
    margin-top: 33px;
    margin-bottom: 20px;
  }

  .attorney-search-letters-single {
    width: 26px;
    height: 30px;
  }

  .searching-inner-people {
    margin-bottom: 0;
  }

  .searching select {
    margin-top: 41px;
  }
}

@media screen and (min-width: 1200px) {
  .searching-inner {
    grid-column-gap: 60px;
  }

  .attorney-search-letters {
    margin-bottom: 8px;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(13, 13fr);
    line-height: 2.6;
  }

  .attorney-search-letters-single {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .searching {
    margin-bottom: 88px;
    padding-top: 113px;
  }

  .attorney-search-letters {
    grid-column-gap: 40px;
  }
}
