@media only screen and (min-width: 0px) {
  .component.biography-finder .interior {
    padding: 64px 16px;
  }
  .component.biography-finder .content-container {
    min-height: calc(100vh - 128px);
  }
  /*Text Styles*/
  .component.biography-finder h2 {
    color: #5fe0d3;
    font-size: 24px;
  }
  .component.biography-finder p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .component.biography-finder #or {
    display: block;
    color: #5fe0d3;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    width: 100%;
  }
  /* Button and Input Field Alignments */
  /*.component.biography-finder .finder-search .find-by {*/
  /*}*/
  .component.biography-finder .finder-search .container {
    /*display: inherit;*/
    display: block;
    margin: 0 auto;
    width: auto;
  }
  /* Button */
  .component.biography-finder a.button {
    font-size: 14px;
    line-height: 14px;
  }
  /* Search Input */
  .component.biography-finder .search-input {
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100vw;
    height: 40px;
    max-width: 290px;
    background: #fff;
  }
  .component.biography-finder .search-input input {
    margin-bottom: 0;
    height: 40px;
    border: 1px solid transparent;
    box-shadow: none;
    padding-left: 16px;
    padding-right: 28px;
    max-width: 90%;
  }
  .component.biography-finder .search-input input[type="search"]::placeholder {
    color: #000!important;
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .component.biography-finder .search-input #go-to-search::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #00267e;
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 115%;
  }
  .component.biography-finder .search-input #go-to-search:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 640px) {
  /*Text Styles*/
  .component.biography-finder p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .component.biography-finder .content-container {
    min-height: calc(100vh - 248px); /* 120 + 128 */;
  }
  /*Text Styles*/
  .component.biography-finder h2 {
    font-size: 28px;
    line-height: 35px;
  }
  /* Button and Input Field Alignments */
  .component.biography-finder .finder-search .find-by {
    display: inline-block;
  }
  .component.biography-finder #or {
    margin: 0 25px;
    display: inline;
    font-size: 20px;
    line-height: 25px;
  }
  /* Button */
  .component.biography-finder a.button {
    min-width: 190px;
  }
  /* Search Input */
  .component.biography-finder .search-input {
    width: 360px;
  }
}
