/*big button*/
.articles {
    height: 50px;
    text-align: center;
    padding: 15px;
    background-color: #969696;
    width: 170px;
}

.articles:hover {
    background-color: #a6d265;
}

.border {
    border: solid #000 .15em;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px 0;
}

.embedded_cta {
    height: 65px;
    text-align: center;
    border-radius: 0px;
    padding: 21px;
    background-color: #969696;
}

.embedded_cta:hover {
    background-color: #a6d265;
}
/*end of big button*/



/* custom button */

.custom-button a{
    color: #2A3E55 !important;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

button.custom-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #E2DACB !important;
    border-radius: 50px;
    border: none !important;
    cursor: pointer;
    box-shadow: inset 5px -6px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
        
button.custom-button:hover {
    background-color: #e8cfa2 !important;
}



/* columns */

  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .col20 {
    width: calc(19% - 4px);
    padding: 10px;
  }

  .col25 {
    width: calc(24.6% - 4px);
  }

  .col30 {
    width: 31%;
    padding: 10px;
  }

  .col70 {
    width: 69%;
    padding: 10px;
  }

  .col50 {
    width: 48%;
    padding: 10px;
  }

  .spaced {
    justify-content: space-between;
  }

  .flipped {
    flex-direction: row-reverse;
  }

  .a-center {
    align-items: center;
  }

   .around {
    justify-content: space-around;
  }


  @media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col20,
    .col25 {
      width: 100%;
    }

    .alias-pcontent img {
      display: block;
      margin: auto;
      float: none !important;
    }
    .hide_mobile {
      display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
      display: block !important;
      margin: auto !important;
      float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
      padding-top: 0px !important;
    }
    #ple_column-0 {
      padding-top: 10px !important;
      padding-bottom: 0 !important;
    }
    #ple_column-1 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .section-overlap-container:has(
        .header-a,
        .header-b,
        .header-c,
        .header-d,
        .header-e,
        .header-f,
        .header-g,
        .header-h
      )
      .section__bg--light-4
      .section--inner::before {
      box-shadow: none;
    }
  }

  /* fix for contact forms on brooklyn not showing help Text form color font color */

input#form-name.form__control.form-control::placeholder {
    color: black;
}

input#form-name-email.form__control.form-control::placeholder {
    color: black;
}

input#form-name-phone.form__control.form-control::placeholder {
    color: black;
}

textarea#form-name-comments.form__control.form-control::placeholder {
    color: black;
}

input#form-name.form__control.form-control::placeholder {
    color: black;
}

input#form_appointment-email.form__control.form-control::placeholder {
    color: black;
}

input#form_appointment-phone.form__control.form-control::placeholder {
    color: black;
}

textarea#form_appointment-comments.form__control.form-control::placeholder {
    color: black;
}

input#form-name-name.form__control.form-control::placeholder {
    color: black;
}

input#form-name-phone.form__control.form-control::placeholder {
    color: black;
}

input#form-name-email.form__control.form-control::placeholder {
    color: black;
}

textarea#form_body-comments.form__control.form-control::placeholder {
    color: black;
}

select#form-name-telehealth.form__control.form-control::placeholder {
    color: black;
}

.section--light .form-a .form__form-container .form__input input:not([type=radio]):not([type=checkbox]) {
    color: black;
}

.section--light .form-a .form__form-container .form__input textarea {
    color: black;
}

.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]) {
color: black;
}

/*drop down color */

.section--light .form-a .form__input select option::placeholder {
    color: black;
}

.section--light .form-a .form__input select option:not(:first-of-type) {
    color: black;
}