.styled-input, form.webform-submission-form input[type=tel], form.webform-submission-form input[type=number] {
  border: 0.125rem solid #7d55c7;
  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 #7d55c7;
  min-width: 10.375rem;
  min-height: 1.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  color: #7d55c7;
  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: #7d55c7;
  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;
}

.callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 20.938rem;
  border-top: 0.625rem solid #7d55c7;
  border-bottom: 0.625rem solid #7d55c7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem;
  background-size: cover;
}
.callout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 55em) {
  .callout {
    height: 39.313rem;
  }
}

.callout__inner {
  z-index: 1;
}

.callout__heading {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.068rem;
  text-transform: uppercase;
  margin-bottom: 0.938rem;
  text-align: center;
}
.callout__heading a {
  color: #FFF;
}
.callout__heading a:hover, .callout__heading a:focus {
  text-decoration: underline;
  color: #f3cf45;
}
@media (min-width: 55em) {
  .callout__heading {
    font-size: 3.125rem;
    letter-spacing: 0.112rem;
    text-align: left;
  }
}

.callout__description {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  max-width: 46.125rem;
  margin-bottom: 0.938rem;
  text-align: center;
  line-height: 1.625rem;
}
@media (min-width: 55em) {
  .callout__description {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.75rem;
  }
}

.callout__cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  max-width: 17.938rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.callout__cta-link.hollow-button.hollow-button--yellow:hover, .callout__cta-link.hollow-button.hollow-button--yellow:focus {
  background-color: #f3cf45;
  color: #111;
}
@media (min-width: 55em) {
  .callout__cta-link {
    max-width: 31.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.callout__inner .hollow-button {
  height: 3.125rem;
  padding: 0.75em 0;
}

@media (min-width: 55em) {
  .callout__inner .hollow-button {
    height: 3.125rem;
    padding: 0.5em 0;
  }
}