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

.landing-hero {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: calc(100vh - 0.625rem);
  padding-bottom: 1.875rem;
  background-size: auto 80%;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #111;
}
.landing-hero::after {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  width: 100%;
  height: 7.5rem;
}
@media (min-width: 40em) {
  .landing-hero {
    background-size: cover;
    background-position: center center;
  }
}

.fade-bottom-overlap-content {
  display: block;
  height: auto;
  margin-bottom: -3.125rem;
  padding-bottom: 0;
}
@media (min-width: 55em) {
  .fade-bottom-overlap-content {
    margin-bottom: -6.25rem;
  }
}
.fade-bottom-overlap-content::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3.125rem;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, white, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, white, rgba(0, 0, 0, 0));
}
@media (min-width: 55em) {
  .fade-bottom-overlap-content::after {
    height: 7.5rem;
  }
}

.landing-hero__footer {
  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;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 10vw;
}
@media (min-width: 40em) {
  .landing-hero__footer {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.landing-hero__cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 1.875rem);
  background: rgba(17, 17, 17, 0.8);
  color: #FFF;
  font-family: "Trebuchet", "Arial", sans-serif;
  border: 0.125rem solid #f3cf45;
  border-radius: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.036rem;
  font-size: 1.375rem;
  text-align: center;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  margin-bottom: 2.5rem;
  width: 15rem;
  /* height: 8.438rem; */
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.landing-hero__cta-button:hover, .landing-hero__cta-button:focus {
  background-color: #f3cf45;
  color: #111;
}
@media (min-width: 40em) {
  .landing-hero__cta-button {
    position: relative;
    top: auto;
    height: auto;
    min-height: 3.5rem;
    width: auto;
    max-width: 80%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-bottom: 8.125rem;
  }
}

.landing-hero__cta-button-text {
  display: inline-block;
  margin-right: 0.938rem;
}

.landing-hero__cta-button-icon {
  position: absolute;
  bottom: 1.125rem;
  right: 1.125rem;
  width: 0.938rem;
}

.landing-hero__cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFF;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.219rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.landing-hero__cta-link:hover, .landing-hero__cta-link:focus {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media (min-width: 40em) {
  .landing-hero__cta-link {
    position: relative;
  }
}
@media (min-width: 75em) {
  .landing-hero__cta-link {
    bottom: 0;
  }
}

.landing-hero__cta-link-text {
  margin-bottom: 0.313rem;
}

img.landing-hero__cta-link-icon {
  width: 2em;
  margin: 0em auto -1.125rem;
}