.styled-input, form.webform-submission-form input[type=tel], form.webform-submission-form input[type=number] {
  border: 0.125rem solid #7d5cc6;
  border-radius: 0.5rem;
  height: 2.5rem;
  width: 100%;
  color: #000;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 0.93875rem;
  padding-left: 0.938rem;
  white-space: normal;
}
.user-login-form .styled-input, .user-login-form form.webform-submission-form input[type=tel], .user-login-form form.webform-submission-form input[type=number] {
  background: none;
  height: 2.5rem;
  width: auto;
}

.styled-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
  background: url("/themes/custom/ccny_theme/dist/assets/dropdown-carat.svg") no-repeat calc(100% - 0.625rem) center;
  padding-right: 2.5rem;
}

.styled-search {
  background: url("/themes/custom/ccny_theme/dist/assets/input-search.svg") no-repeat calc(100% - 0.625rem) center;
  padding-right: 2.813rem;
}
.styled-search::-webkit-input-placeholder {
  color: #000;
}
.styled-search::-moz-placeholder {
  color: #000;
}
.styled-search:-ms-input-placeholder {
  color: #000;
}
.styled-search::-ms-input-placeholder {
  color: #000;
}
.styled-search::placeholder {
  color: #000;
}
.user-login-form .styled-search {
  background: none;
}

.hollow-button {
  font-size: 1rem;
  font-family: "Trebuchet", "Arial", sans-serif;
  background: transparent;
  border: 0.125rem solid #7d5cc6;
  min-width: 10.375rem;
  min-height: 1.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  color: #7d5cc6;
  padding: 0.938rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.078rem;
  text-align: center;
  text-decoration: none;
  height: 2.5rem;
  padding: 0.313rem;
}
.hollow-button:hover, .hollow-button:focus {
  background: #7d5cc6;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
.hollow-button.hollow-button--yellow {
  color: #FFF;
  border-color: #f3cf45;
}
.hollow-button.hollow-button--yellow:hover, .hollow-button.hollow-button--yellow:focus {
  background-color: #111;
}
@media (min-width: 55em) {
  .hollow-button {
    font-size: 1.375rem;
    min-width: 14.75rem;
    min-height: 1.875rem;
  }
}
.hollow-button.back-to-calendar {
  margin: 0.625rem auto;
}

.multi-layout__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 55em) {
  .multi-layout__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }
}

.multi-layout__item-wrapper:not(:last-child) {
  border-bottom: 0.125rem solid #7d5cc6;
}
.multi-layout__item-wrapper .body-paragraph {
  padding: 1.25rem 0;
}
@media (min-width: 55em) {
  .multi-layout__item-wrapper {
    border-bottom: 0;
    margin-bottom: 1.25rem;
  }
  .multi-layout__item-wrapper:not(:last-child) {
    border-bottom: 0;
  }
}
@media (min-width: 55em) {
  .two-column .multi-layout__item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 43.75rem;
  }
  .two-column .multi-layout__item-wrapper:nth-child(even) {
    border-left: 0.125rem solid #7d5cc6;
    padding-left: 1.25rem;
  }
  .two-column .multi-layout__item-wrapper:nth-child(odd) {
    padding-right: 1.25rem;
  }
}
@media (min-width: 55em) {
  .two-column-twenty-five .multi-layout__item-wrapper:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 65.625rem;
    border-left: 0.125rem solid #7d5cc6;
    padding-left: 1.25rem;
  }
  .two-column-twenty-five .multi-layout__item-wrapper:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 21.875rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 55em) {
  .two-column-seventy-five .multi-layout__item-wrapper:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 65.625rem;
    padding-right: 1.25rem;
  }
  .two-column-seventy-five .multi-layout__item-wrapper:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 21.875rem;
    padding-left: 1.25rem;
    border-left: 0.125rem solid #7d5cc6;
  }
}
@media (min-width: 55em) {
  .three-column .multi-layout__item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 30rem;
  }
  .three-column .multi-layout__item-wrapper:nth-child(3n+1) {
    padding-right: 1.25rem;
  }
  .three-column .multi-layout__item-wrapper:nth-child(3n+2) {
    border-left: 0.125rem solid #7d5cc6;
    border-right: 0.125rem solid #7d5cc6;
    padding: 0 1.25rem;
  }
  .three-column .multi-layout__item-wrapper:nth-child(3n) {
    padding-left: 1.25rem;
  }
}
@media (min-width: 55em) {
  .four-column .multi-layout__item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 21.875rem;
    padding: 0 1.25rem;
    border-left: 0.125rem solid #7d5cc6;
  }
  .four-column .multi-layout__item-wrapper:nth-child(4n+1) {
    border-left: none;
  }
}