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

.event-listings {
  background-color: #111;
  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;
  padding: 1.875rem 0.938rem;
}
@media (min-width: 55em) {
  .event-listings {
    padding: 3.75rem 2.5rem;
  }
}
.event-listings .inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30em) {
  .event-listings .inner-container {
    width: 25.875rem;
  }
}
@media (min-width: 40em) {
  .event-listings .inner-container {
    width: 35.5rem;
  }
}
@media (min-width: 55em) {
  .event-listings .inner-container {
    width: 48rem;
  }
}
@media (min-width: 64em) {
  .event-listings .inner-container {
    width: 64rem;
  }
}
@media (min-width: 75em) {
  .event-listings .inner-container {
    width: 90rem;
  }
}

.event-listings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 55em) {
  .event-listings__header {
    width: 100%;
    margin-bottom: 4.688rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

.event-listings__category-button {
  background: transparent;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 0.9875rem;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  color: #FFF;
  margin-right: 0;
  margin-bottom: 0.938rem;
  letter-spacing: 0.038rem;
}
.event-listings__category-button.active {
  color: #f3cf45;
}
.event-listings__category-button:hover, .event-listings__category-button:focus {
  text-decoration: underline;
  color: #f3cf45;
}
.event-listings__category-button:last-of-type {
  padding-right: 0;
}
@media (min-width: 55em) {
  .event-listings__category-button {
    font-size: 2rem;
    letter-spacing: 0.083rem;
    margin-bottom: 0;
  }
}

.event-listings__lists-container,
.event-listings__list--container {
  position: relative;
  width: 100%;
  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;
}
.event-listings__lists-container .slick-list,
.event-listings__list--container .slick-list {
  width: 100%;
}

.event-listings__list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-listings__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 55em) {
  .event-listings__list {
    margin-bottom: 4.688rem;
  }
}

#covidEvents.hollow-button {
  color: #fff !important;
  border: none !important;
  width: 100% !important;
}
@media (min-width: 55em) {
  #covidEvents.hollow-button {
    margin: -1.563rem auto 1.563rem auto;
  }
}

#covidEvents.hollow-button:hover, #covidEvents.hollow-button:focus {
  background: none !important;
  cursor: default !important;
}

.event-listing__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 15rem;
  padding: 0.938rem 1.875rem;
  height: 10rem;
  text-align: center;
  position: relative;
}
.event-listing__list-item:last-of-type {
  border-right: 0;
}
.event-listing__list-item::after {
  content: "";
  height: 0.125rem;
  width: 8.75rem;
  display: inline-block;
  /* background-color: $color-white; */
  position: absolute;
  bottom: 0;
  left: calc(50% - 4.375rem);
}
@media (min-width: 55em) {
  .event-listing__list-item::after {
    content: none;
  }
}
@media (min-width: 55em) {
  .event-listing__list-item {
    border-right: 0.125rem solid #FFF;
    text-align: left;
  }
}

div.event-listings__list.active[data-list-target="Latest News"] div.event-listing__list-item, div.event-listings__list.active[data-list-target="CCNY In the News"] div.event-listing__list-item {
  width: 25rem;
}

.event-listing__list-item-date {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.event-listing__list-item-date a {
  color: #FFF;
  text-decoration: none;
}
.event-listing__list-item-date a.active {
  color: #f3cf45;
}
.event-listing__list-item-date a:hover, .event-listing__list-item-date a:focus {
  text-decoration: underline;
  color: #f3cf45;
}
@media (min-width: 55em) {
  .event-listing__list-item-date {
    text-transform: capitalize;
  }
}

.event-listing__list-item-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.event-listing__list-item-title a, .event-listing__list-item-title a:link, .event-listing__list-item-title a:visited {
  color: #FFF;
  text-decoration: none;
}
.event-listing__list-item-title a:hover, .event-listing__list-item-title a:active, .event-listing__list-item-title a:focus {
  text-decoration: underline;
}

.event-listings__view-all-button {
  width: 12.5rem;
  margin-top: 4.688rem;
  text-decoration: none;
  display: none;
}
.event-listings__view-all-button.active {
  display: block;
}
.event-listings__view-all-button.hollow-button.hollow-button--yellow:hover, .event-listings__view-all-button.hollow-button.hollow-button--yellow:focus {
  background-color: #f3cf45;
  color: #111;
}
@media (min-width: 55em) {
  .event-listings__view-all-button {
    width: 18.75rem;
    margin-top: 0;
  }
}

.event-listings__slider-arrows {
  width: 4%;
  position: absolute;
  top: 50%;
}
@media (min-width: 40em) {
  .event-listings__slider-arrows {
    display: none;
  }
}

.event-listings__slider-prev {
  left: 0;
}

.event-listings__slider-next {
  right: 0;
}

.event-listings .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -0.625rem;
}
.event-listings .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;
}
.event-listings .slick-dots .slick-active button {
  background-color: #7d55c7;
}