@charset "UTF-8";
/* Colors */
.search-wrap {
  padding: 3rem 2rem;
}

@media (min-width: 48em) {
  .search-wrap {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .search-wrap {
    padding: 6rem 1rem;
  }
}

@media (min-width: 112.5em) {
  .search-wrap {
    padding: 8rem 1rem;
  }
}

.attendee-name-grid {
  font-family: bebas-kai, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .attendee-name-grid {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25em) {
  .attendee-name-grid {
    font-size: 1.45rem;
  }
}

@media (min-width: 100em) {
  .attendee-name-grid {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5em) {
  .attendee-name-grid {
    font-size: 1.9rem;
  }
}

.search-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}

.search-meeting-txt {
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .search-meeting-txt {
    margin-bottom: 4rem;
  }
}

.search-meeting-form {
  display: flex;
}

.search-meeting-form-wrap {
  width: 100%;
  max-width: 48em;
  border-radius: 5rem;
  margin: 0 auto;
}

.search-meeting-form-input {
  background: #082E43;
  color: #fff;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border: 0;
  width: 100%;
  outline: 0;
  font-size: 1.1rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 3rem 0 0 3rem;
}

@media (min-width: 48em) {
  .search-meeting-form-input {
    padding: 1.5rem;
  }
}

.search-meeting-form-input.placeholder {
  opacity: 1;
  color: #fff;
}

.search-meeting-form-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-meeting-form-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-meeting-form-input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search-meeting-form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

@media (min-width: 81.25em) {
  .search-meeting-form-input {
    padding: 2rem;
  }
}

.search-meeting-form-input:hover {
  background-color: #978275;
}

.search-meeting-form-input:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #082E43;
  color: #115778;
}

.search-meeting-form-input.placeholder:focus {
  color: #115778;
}

.search-meeting-form-input:focus:-moz-placeholder {
  color: #115778;
}

.search-meeting-form-input:focus::-moz-placeholder {
  color: #115778;
}

.search-meeting-form-input:focus:-ms-input-placeholder {
  color: #115778;
}

.search-meeting-form-input:focus::-webkit-input-placeholder {
  color: #115778;
}

.search-meeting-form-button {
  background: #082E43;
  outline: 0;
  border: 0;
  width: 5rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 0 3rem 3rem 0;
}

.search-meeting-form-button-icon {
  fill: #fff;
  width: 50%;
}

.search-meeting-form-button:hover {
  background-color: #8D0C11;
}

.search-details {
  padding: 2rem 0;
}

.search-details-showing {
  color: #4A4A4A;
}

.search-details-clear {
  background: transparent;
  outline: 0;
  border: 0;
  font-weight: 900;
  color: #115778;
  margin-top: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-details-clear:hover {
  color: #8D0C11;
}

.attendee {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(8, 46, 67, 0.2);
}

.attendee:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.attendee-name {
  font-weight: 900;
}

@media (min-width: 48em) {
  .attendee-name {
    background-color: #E0E0E0;
    color: #082E43;
    border-radius: 1rem;
  }
}

.attendee-name-grid {
  color: #115778;
  margin-bottom: .5rem;
  text-align: center;
}

@media (min-width: 48em) {
  .attendee-name-grid {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .attendee-name-grid > * {
    padding: .5rem;
  }
}

.attendee-meetings-hd {
  width: 100%;
  display: none;
  color: #115778;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(8, 46, 67, 0.1);
}

@media (min-width: 48em) {
  .attendee-meetings-hd {
    display: flex;
  }
}

.attendee-meetings-hd > * {
  padding: .5rem;
}

.attendee-meeting {
  width: 100%;
  border-bottom: 1px solid rgba(8, 46, 67, 0.05);
  text-align: center;
  padding: 1rem;
}

.attendee-meeting:last-of-type {
  border-bottom: 0;
}

@media (min-width: 48em) {
  .attendee-meeting {
    display: flex;
    text-align: left;
    padding: 0;
  }
}

.attendee-meeting-name, .attendee-meeting-details, .attendee-meeting-time, .attendee-meeting-location {
  padding: .25rem;
}

@media (min-width: 48em) {
  .attendee-meeting-name, .attendee-meeting-details, .attendee-meeting-time, .attendee-meeting-location {
    padding: .5rem .5rem;
  }
}

.attendee-meeting .attendee-meeting-name {
  color: #082E43;
  font-weight: 900;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .attendee-meeting-name {
    width: 25%;
  }
}

@media (min-width: 48em) {
  .attendee-meeting-details {
    width: 45%;
  }
}

.attendee-meeting-time {
  display: flex;
  gap: .5rem;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.attendee-meeting-time:before {
  color: #115778;
  content: "TIME:";
  display: block;
}

@media (min-width: 48em) {
  .attendee-meeting-time:before {
    display: none;
  }
}

@media (min-width: 48em) {
  .attendee-meeting-time {
    width: 10%;
    text-align: center;
  }
}

.attendee-meeting-location {
  display: flex;
  gap: .5rem;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.attendee-meeting-location:before {
  color: #115778;
  content: "LOCATION:";
  display: block;
}

@media (min-width: 48em) {
  .attendee-meeting-location:before {
    display: none;
  }
}

@media (min-width: 48em) {
  .attendee-meeting-location {
    width: 20%;
    text-align: center;
  }
}
