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

.hero {
  background-color: #000;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 55em) {
  .hero {
    background-size: cover;
  }
}

.hero__background-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  min-height: 31.25rem;
}
@media (min-width: 55em) {
  .hero__background-container {
    min-height: 35.313rem;
  }
}
@media (min-width: 64em) {
  .hero__background-container {
    min-height: 39.063rem;
  }
}
@media (min-width: 75em) {
  .hero__background-container {
    min-height: 43.75rem;
  }
}
@media (min-width: 1540px) {
  .hero__background-container {
    min-height: 59.375rem;
  }
}

.hero__background-fade-container::after {
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#000));
  background-image: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, #000 100%);
  margin-top: -9.375rem;
  height: 50%;
  width: 100%;
  content: "";
  bottom: 0;
}
@media (min-width: 55em) {
  .hero__background-fade-container::after {
    margin-top: -18.125rem;
    height: 18.125rem;
    bottom: 0;
  }
}

.hero__footer {
  padding: 0 0.938rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 7.813rem;
  /*  background: linear-gradient(180deg, rgba(195, 215, 239, 0) 0%, rgba(0, 0, 0, 1) 15%); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
  height: 50%;
}
@media (min-width: 55em) {
  .hero__footer {
    padding: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 215, 239, 0)), to(rgb(0, 0, 0)));
    background: -o-linear-gradient(top, rgba(195, 215, 239, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(195, 215, 239, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

.hero__footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.hero__title-container {
  margin-bottom: 0.313rem;
  font-size: 1.5rem;
  line-height: 1;
}

.hero__title {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 1.875rem;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  width: 80%;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.175rem;
}
.hero__title a {
  color: #7d55c7;
  text-decoration: none;
}
.hero__title a:hover, .hero__title a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .hero__title {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .hero__title {
    font-size: 3.5rem;
  }
}
.hero__title:hover, .hero__title:focus {
  color: #f3cf45;
  text-decoration: underline;
}
@media (min-width: 55em) {
  .hero__title {
    font-size: 2.5rem;
    letter-spacing: 0.259rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 75em) {
  .hero__title {
    font-size: 3.125rem;
  }
}

.hero__subtitle {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 1.125rem;
  color: #FFF;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.938rem;
  font-family: "Trebuchet", "Arial", sans-serif;
  letter-spacing: 0.031rem;
  font-size: 1rem;
}
.hero__subtitle a {
  color: #7d55c7;
  text-decoration: none;
}
.hero__subtitle a:hover, .hero__subtitle a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .hero__subtitle {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .hero__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.031rem;
  }
}
@media (min-width: 55em) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}

.hero__links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 55em) {
  .hero__links-container {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
}

.hero__link {
  width: 25%;
  margin-bottom: 0.938rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 55em) {
  .hero__link {
    width: auto;
    margin-right: 1.438rem;
    margin-left: 0;
  }
  .hero__link:last-child {
    margin-right: 1.438rem;
  }
  .hero__link:only-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__link-thumbnail {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}
@media (min-width: 55em) {
  .hero__link-thumbnail {
    height: 4.375rem;
    width: 4.375rem;
  }
}
.hero__link-thumbnail:hover, .hero__link-thumbnail:focus {
  -webkit-box-shadow: 0 0 0 0.19rem #f3cf45;
  box-shadow: 0 0 0 0.19rem #f3cf45;
  cursor: pointer;
}