  .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;
}

.alert {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 2.25rem;
  background-color: #e62600;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alert a {
  color: #7d55c7;
  text-decoration: none;
}
.alert a:hover, .alert a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .alert {
    font-size: 4rem;
  }
}
.alert .alert__inner {
  background-color: #FFF;
  color: #e62600;
  width: 100%;
  padding: 0.938rem;
  max-width: 90rem;
}
.alert .alert__inner .redtext {
  color: #e62600 !important;
}
@media (min-width: 55em) {
  .alert .alert__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    padding-right: 2.813rem;
    padding-left: 0;
  }
}
@media (min-width: 55em) {
  .alert .alert__inner .alert__icon-container {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.alert .alert__inner .alert__icon {
  height: 2.188rem;
  width: 2.188rem;
  float: left;
  margin: 0 0.625rem 0.625rem 0;
}
@media (min-width: 55em) {
  .alert .alert__inner .alert__icon {
    float: none;
    height: 4.5rem;
    width: 4.5rem;
  }
}
.alert .alert__inner .alert__text {
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 1rem;
  color: #111;
  color: #e62600;
  line-height: 1.5rem;
  letter-spacing: normal;
}
.alert .alert__inner .alert__text a {
  color: #4a90e2;
  text-decoration: none;
}
.alert .alert__inner .alert__text a:hover, .alert .alert__inner .alert__text a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert .alert__inner .alert__text {
    font-size: 1.25rem;
  }
}
.alert .alert__inner .alert__text a, .alert .alert__inner .alert__text a:link {
  text-decoration: underline;
}
.alert .alert__inner .alert__text a:hover, .alert .alert__inner .alert__text a:focus {
  text-decoration: none;
}
.alert .alert__inner .alert__text ul li {
  list-style: disc;
}
.alert .alert__inner .alert__text ol li {
  list-style: decimal;
}
@media (min-width: 55em) {
  .alert .alert__inner .alert__text {
    width: 80%;
    line-height: 1.875rem;
  }
}

.alert.purple {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 2.25rem;
  background-color: #7d55c7;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alert.purple a {
  color: #7d55c7;
  text-decoration: none;
}
.alert.purple a:hover, .alert.purple a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert.purple {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .alert.purple {
    font-size: 4rem;
  }
}
.alert.purple .alert__inner {
  background-color: #FFF;
  color: #7d55c7;
  width: 100%;
  padding: 0.938rem;
  max-width: 90rem;
}
@media (min-width: 55em) {
  .alert.purple .alert__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    padding-right: 2.813rem;
    padding-left: 0;
  }
}
@media (min-width: 55em) {
  .alert.purple .alert__inner .alert__icon-container {
    /* display: none; */
    width: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.alert.purple .alert__inner .alert__icon {
  height: 2.188rem;
  width: 2.188rem;
  float: left;
  margin: 0 0.625rem 0.625rem 0;
}
@media (min-width: 55em) {
  .alert.purple .alert__inner .alert__icon {
    float: none;
    height: 4.5rem;
    width: 4.5rem;
  }
}
.alert.purple .alert__inner .alert__text {
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 1rem;
  color: #111;
  color: #7d55c7;
  line-height: 1.5rem;
  letter-spacing: normal;
}
.alert.purple .alert__inner .alert__text a {
  color: #4a90e2;
  text-decoration: none;
}
.alert.purple .alert__inner .alert__text a:hover, .alert.purple .alert__inner .alert__text a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert.purple .alert__inner .alert__text {
    font-size: 1.25rem;
  }
}
.alert.purple .alert__inner .alert__text a, .alert.purple .alert__inner .alert__text a:link {
  text-decoration: underline;
}
.alert.purple .alert__inner .alert__text a:hover, .alert.purple .alert__inner .alert__text a:focus {
  text-decoration: none;
}
.alert.purple .alert__inner .alert__text ul li {
  list-style: disc;
}
.alert.purple .alert__inner .alert__text ol li {
  list-style: decimal;
}
@media (min-width: 55em) {
  .alert.purple .alert__inner .alert__text {
    /* width: 100%; */
    width: 80%;
    line-height: 1.875rem;
  }
}

.alert.yellow {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 2.25rem;
  background-color: #f3cf45;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alert.yellow a {
  color: #7d55c7;
  text-decoration: none;
}
.alert.yellow a:hover, .alert.yellow a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert.yellow {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .alert.yellow {
    font-size: 4rem;
  }
}
.alert.yellow .alert__inner {
  background-color: #FFF;
  color: #7d55c7;
  width: 100%;
  padding: 0.938rem;
  max-width: 90rem;
}
@media (min-width: 55em) {
  .alert.yellow .alert__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    padding-right: 2.813rem;
    padding-left: 0;
  }
}
@media (min-width: 55em) {
  .alert.yellow .alert__inner .alert__icon-container {
    /* display: none; */
    width: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.alert.yellow .alert__inner .alert__icon {
  height: 2.188rem;
  width: 2.188rem;
  float: left;
  margin: 0 0.625rem 0.625rem 0;
}
@media (min-width: 55em) {
  .alert.yellow .alert__inner .alert__icon {
    float: none;
    height: 4.5rem;
    width: 4.5rem;
  }
}
.alert.yellow .alert__inner .alert__text {
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 1rem;
  color: #111;
  color: #7d55c7;
  line-height: 1.5rem;
  letter-spacing: normal;
}
.alert.yellow .alert__inner .alert__text a {
  color: #4a90e2;
  text-decoration: none;
}
.alert.yellow .alert__inner .alert__text a:hover, .alert.yellow .alert__inner .alert__text a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .alert.yellow .alert__inner .alert__text {
    font-size: 1.25rem;
  }
}
.alert.yellow .alert__inner .alert__text a, .alert.yellow .alert__inner .alert__text a:link {
  text-decoration: underline;
}
.alert.yellow .alert__inner .alert__text a:hover, .alert.yellow .alert__inner .alert__text a:focus {
  text-decoration: none;
}
.alert.yellow .alert__inner .alert__text ul li {
  list-style: disc;
}
.alert.yellow .alert__inner .alert__text ol li {
  list-style: decimal;
}
@media (min-width: 55em) {
  .alert.yellow .alert__inner .alert__text {
    /* width: 100%; */
    width: 80%;
    line-height: 1.875rem;
  }
}