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

.breaker-image__container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media (min-width: 55em) {
  .breaker-image__container {
    padding-bottom: 42.85%;
    overflow: hidden;
    min-height: 46.875rem;
  }
}

/* fix for gap on small screens */
@media only screen and (max-width: 68.75rem) {
  .breaker-image__container {
    min-height: 28.125rem;
  }
}
.breaker-image__fade-container {
  position: relative;
  overflow: hidden;
}
.breaker-image__fade-container::after {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  bottom: 0;
  content: "";
  width: 100%;
  height: 4.688rem;
}
@media (min-width: 55em) {
  .breaker-image__fade-container {
    overflow: visible;
  }
}

.breaker-image__image img {
  width: 100%;
}
@media (min-width: 55em) {
  .breaker-image__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.breaker-image__text-container {
  position: relative;
  margin-top: -33.33%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background-color: #FFF;
  padding: 1.25rem;
  -webkit-box-shadow: 0.19rem 0.625rem 0 0 #f3cf45;
  box-shadow: 0.19rem 0.625rem 0 0 #f3cf45;
}
@media (min-width: 40em) {
  .breaker-image__text-container {
    position: absolute;
    margin-top: 0;
    top: 10%;
    left: 10%;
    width: 80%;
  }
}
@media (min-width: 55em) {
  .breaker-image__text-container {
    width: 70%;
    top: 1.875rem;
    left: 1.875rem;
    padding: 2.5rem 1.875rem;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 64em) {
  .breaker-image__text-container {
    width: 50%;
    left: 5rem;
    top: 5rem;
  }
}
@media (min-width: 75em) {
  .breaker-image__text-container {
    width: 40%;
  }
}

.breaker-image__title {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: 1.625rem;
  color: #7d55c7;
  margin-bottom: 1.25rem;
  letter-spacing: 0.041rem;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-weight: bold;
}
.breaker-image__title a {
  color: #7d55c7;
  text-decoration: none;
}
.breaker-image__title a:hover, .breaker-image__title a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .breaker-image__title {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .breaker-image__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 55em) {
  .breaker-image__title {
    line-height: 3rem;
    letter-spacing: 0.063rem;
  }
}

.breaker-image__text {
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.024rem;
  line-height: 1.375rem;
  margin-bottom: 0.938rem;
}
@media (min-width: 55em) {
  .breaker-image__text {
    font-size: 1.125rem;
    letter-spacing: 0.028rem;
    line-height: 1.75rem;
  }
}
.breaker-image__text a, .breaker-image__text a:link, .breaker-image__text a:visited {
  color: #4a90e2;
  text-decoration: none;
}
.breaker-image__text a:hover, .breaker-image__text a:focus {
  text-decoration: underline;
}