.styled-input, form.webform-submission-form input[type=tel], form.webform-submission-form input[type=number] {
  border: 2px solid #7d5cc6;
  border-radius: 8px;
  height: 40px;
  width: 100%;
  color: #000;
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 0.93875rem;
  padding-left: 15px;
  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: 40px;
  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% - 10px) center;
  padding-right: 40px;
}

.styled-search {
  background: url("/themes/custom/ccny_theme/dist/assets/input-search.svg") no-repeat calc(100% - 10px) center;
  padding-right: 45px;
}
.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: 2px solid #7d5cc6;
  min-width: 166px;
  min-height: 24px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #7d5cc6;
  padding: 15px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 1.25px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  padding: 5px;
}
.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: 236px;
    min-height: 30px;
  }
}
.hollow-button.back-to-calendar {
  margin: 10px 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: 30px 15px;
}
@media (min-width: 55em) {
  .event-listings {
    padding: 60px 40px;
  }
}
.event-listings .inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30em) {
  .event-listings .inner-container {
    width: 414px;
  }
}
@media (min-width: 40em) {
  .event-listings .inner-container {
    width: 568px;
  }
}
@media (min-width: 55em) {
  .event-listings .inner-container {
    width: 768px;
  }
}
@media (min-width: 64em) {
  .event-listings .inner-container {
    width: 1024px;
  }
}
@media (min-width: 75em) {
  .event-listings .inner-container {
    width: 1440px;
  }
}

.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: 30px;
}
@media (min-width: 55em) {
  .event-listings__header {
    width: 100%;
    margin-bottom: 75px;
    -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: 15px;
  letter-spacing: 0.6px;
}
.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: 1.33px;
    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: 75px;
  }
}

#covidEvents.hollow-button {
  color: #fff !important;
  border: none !important;
  width: 100% !important;
}
@media (min-width: 55em) {
  #covidEvents.hollow-button {
    margin: -25px auto 25px 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: 240px;
  padding: 15px 30px;
  height: 160px;
  text-align: center;
  position: relative;
}
.event-listing__list-item:last-of-type {
  border-right: 0;
}
.event-listing__list-item::after {
  content: "";
  height: 2px;
  width: 140px;
  display: inline-block;
  /* background-color: $color-white; */
  position: absolute;
  bottom: 0;
  left: calc(50% - 70px);
}
@media (min-width: 55em) {
  .event-listing__list-item::after {
    content: none;
  }
}
@media (min-width: 55em) {
  .event-listing__list-item {
    border-right: 2px 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: 400px;
}

.event-listing__list-item-date {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 10px;
  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: 200px;
  margin-top: 75px;
  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: 300px;
    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: -45px;
}
.event-listings .slick-dots button {
  background-color: #d2d2d2;
  color: transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  padding: 0;
  margin-right: 8px;
  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: #7d5cc6;
}