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

.fast-facts {
  height: 32.5rem;
  position: relative;
  overflow: hidden;
}
.fast-facts::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(125, 92, 198, 0.9);
}
@media (min-width: 40em) {
  .fast-facts {
    height: 36.875rem;
  }
}
@media (min-width: 55em) {
  .fast-facts {
    height: 27.5rem;
  }
}

.fast-facts__background-image {
  position: absolute;
  height: 100%;
  max-width: none;
}
@media (min-width: 55em) {
  .fast-facts__background-image {
    width: 100%;
  }
}
.fast-facts__background-image picture source, .fast-facts__background-image picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.fast-facts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.875rem 5%;
  z-index: 1;
}
.fast-facts__inner .fast-facts__fact:nth-of-type(4) ~ .fast-facts__fact {
  display: none;
}
.fast-facts__inner .fast-facts__fact:nth-of-type(4) ~ .fast-facts__fact.slick-current {
  display: block;
}

.fast-facts__title {
  text-decoration: none;
  text-align: center;
}

.fast-facts__title h3 {
  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;
  display: inline-block;
  color: #f3cf45;
  text-align: center;
}
.fast-facts__title h3 a {
  color: #7d5cc6;
  text-decoration: none;
}
.fast-facts__title h3 a:hover, .fast-facts__title h3 a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .fast-facts__title h3 {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .fast-facts__title h3 {
    font-size: 2.5rem;
  }
}
.fast-facts__title h3:hover, .fast-facts__title h3:focus {
  color: #f3cf45;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .fast-facts__title h3 {
    color: #FFF;
  }
}

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

.fast-facts__facts-container {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fast-facts__facts-container .slick-list {
  width: 90%;
}
@media (min-width: 40em) {
  .fast-facts__facts-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.fast-facts__fact {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.469rem 0.938rem;
  height: 10.938rem;
}
.fast-facts__fact:last-of-type, .fast-facts__fact:nth-of-type(4) {
  border-right: 0;
}
@media (min-width: 40em) {
  .fast-facts__fact {
    border-bottom: 0;
    width: 50%;
    margin-bottom: 1.875rem;
    height: 9.375rem;
  }
  .fast-facts__fact:nth-of-type(1), .fast-facts__fact:nth-of-type(3) {
    border-right: 0.19rem solid #FFF;
  }
}
@media (min-width: 55em) {
  .fast-facts__fact {
    width: 25%;
    border-right: 0.19rem solid #FFF;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 10.938rem;
  }
}

.fast-facts__fact-highlight {
  color: #f3cf45;
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 0.469rem;
  text-align: center;
}

.fast-facts__fact-details {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.fast-facts__fact-details a, .fast-facts__fact-details a:link, .fast-facts__fact-details a:visited {
  color: #FFF;
  text-decoration: underline;
}
.fast-facts__fact-details a:hover, .fast-facts__fact-details a:focus {
  text-decoration: none;
}

.fast-facts__slider-arrows {
  width: 5%;
  position: absolute;
  top: 50%;
}
@media (min-width: 40em) {
  .fast-facts__slider-arrows {
    display: none;
  }
}

.fast-facts__slider-prev {
  left: 0.625rem;
}

.fast-facts__slider-next {
  right: 0.625rem;
}

.fast-facts__cta-button {
  text-decoration: none;
}
@media (min-width: 40em) {
  .fast-facts__cta-button {
    display: none;
  }
}

.fast-facts .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -4.688rem;
}
.fast-facts .slick-dots button {
  background-color: #d2d2d2;
  color: transparent;
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
  padding: 0;
  margin-right: 0.5rem;
  border: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.fast-facts .slick-dots .slick-active button {
  background-color: #f3cf45;
}
.fast-facts .slick-dots li:nth-of-type(4) ~ li {
  display: none;
}