html {
    scroll-behavior: smooth;
  }

hr {
    background: #ff443b;
    margin: 2rem 0rem;
    height: 1px;
  }

.img__style {
    background-repeat: no-repeat;
    padding: 1rem 2rem;
    background-size: cover;
    background-position: center;
    width: 35%;
    display: table-cell;
}

.content__cell p, .content__cell h3 {
    color: white !important;
    padding-left: 0 !important;
}
.content__cell p {
    font-size: 17px !important;
    font-weight: 400 !important;
}
.content__cell p:first-child {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
  .spacer {
    margin: 1.5rem 0rem;
  }
  .spacer-2 {
    margin: 0;
  }

.container__main {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.container__main p {
    line-height: 1.75 !important;
  }


  .content__cell {
    background: #005197;
    color: #ffffff;
    padding: 3rem;
    text-align: left;
    display: table-cell;
    width: 65%;
  }

  .container__main label {
    font-size: 85%;
    color: #cccccc;
    display: block;
    margin: 3rem 0rem 1rem 0rem;
    font-weight: 400;
  }

  .accordion {
    background-color: transparent;
    color: #bbddf9;
    cursor: pointer;
    padding: 1rem 0rem;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: left;
    font-size: 110%;
    font-weight: 400;
      font-family: 'Poppins', sans-serif;
  }

  .hivsti .active {
    margin-top: 2rem;
    color: #ffffff;
  }
  .hivsti .active::after {
    content: "▼";
    margin: 0rem 0rem 0rem 1rem;
    color: #f99a7c;
    font-size: 80%;
  }

    .accordion:hover {
    color: #ffffff;
  }

  .accordion:hover::after {
    content: "▼";
    margin: 0rem 0rem 0rem 1rem;
    color: #f99a7c;
    font-size: 80%;
  }

  div.panel {
    display: none;
    color: #ffffff;
    width: 100%;
    margin: -0.25rem 0rem 3rem 0rem;
    padding: 0rem;
    font-size: 85%;
    line-height: 1.2;
    font-weight: 400;
  }

  div.panel.show {
    display: block !important;
  }

  .container__main select,
  .container__main input {
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 0.2rem solid #ff443b;
    color: #ffffff !important;
    padding: 0.7rem 1rem;
    width: 15rem;
    font-size: 110%;
    margin: 0rem 1rem 0rem 0rem !important;
  }
 .container__main select:focus,
.container__main input:focus {
    border: 1px solid #33c3f0;
    outline: 0;   
    box-shadow: none;
}


  .container__main input::after {
    content: "Please enter a ZIP code to see providers in your area." !important;
    color: #f99a7c;
  }

  .container__main select:hover,
  .container__main input:hover {
    border-bottom: 0.2rem solid #ff443b;
  }
  

  ::placeholder {
    color: #bbdff9 !important;
  }

  ::-ms-input-placeholder {
    color: #bbdff9 !important;
  }

  .find__btn {
    width: auto;
    background: transparent;
    color: #ffffff;
    padding: 0.85rem 2rem;
    border: 0.2rem solid #ff443b;
    margin: 0rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 85%;
    border-radius: 0.5rem;
    cursor: pointer;
      line-height: 1.15;
  }
  .find__btn:hover {
    background: #ff443b;
    color: #ffffff;
  }
  .intro__content {
    text-align: center;
  }
.container__main .content__cell p a, .container__main .content__cell p a:hover {
    color: white;
}
.panel.show.open .wp-block-details {
    padding-bottom: 10px;
}

  /* -------------------------------------
  RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */

  @media only screen and (max-width: 840px) {
    .img__style {
      display: none !important;
    }
    .content__cell {
      width: 100%;
    }
    .container__main {
      width: 100%;
    }
  }

  @media only screen and (max-width: 600px) {
    .find__btn {
      width: 100%;
      margin: 2rem 0rem 0rem 0rem;
    }
    .container__main select,
    .container__main input {
      width: 100%;
      margin: 1rem 0rem 0rem 0rem;
    }
  }

  /* -------------------------------------
  PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
  @media all {
  }