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

.social-feed__container {
  background-color: #d2d2d2;
  padding: 1.875rem;
}
@media (min-width: 55em) {
  .social-feed__container {
    padding: 1.563rem 1.875rem;
  }
}

.social-feed__heading {
  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;
  text-align: center;
  margin-bottom: 0.938rem;
}
.social-feed__heading a {
  color: #7d55c7;
  text-decoration: none;
}
.social-feed__heading a:hover, .social-feed__heading a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .social-feed__heading {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .social-feed__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 55em) {
  .social-feed__heading {
    margin-bottom: 1.25rem;
    letter-spacing: 0.104rem;
  }
}

.social-feed__subheading {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.social-feed__subheading a {
  color: #7d55c7;
  text-decoration: none;
}
.social-feed__subheading a:hover, .social-feed__subheading a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .social-feed__subheading {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .social-feed__subheading {
    font-size: 1.5rem;
    letter-spacing: 0.031rem;
  }
}
@media (min-width: 55em) {
  .social-feed__subheading {
    font-size: 1.25rem;
  }
}

.social-feed__list-container {
  position: relative;
}

.social-feed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-feed__list .slick-list {
  width: 90%;
}

.social-feed__slider-arrows {
  width: 5%;
  position: absolute;
  top: 45%;
}
@media (min-width: 40em) {
  .social-feed__slider-arrows {
    display: none;
  }
}

.social-feed__slider-prev {
  left: -0.625rem;
}

.social-feed__slider-next {
  right: -0.625rem;
}

.social-feed__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 0.313rem;
  margin-bottom: 0.313rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 40em) {
  .social-feed__list-item {
    -ms-flex-preferred-size: calc(50% - 1.875rem);
    flex-basis: calc(50% - 1.875rem);
    max-width: 50%;
    margin-right: 0.938rem;
    padding-bottom: 0.625rem;
  }
  .social-feed__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .social-feed__list-item {
    -ms-flex-preferred-size: calc(25% - 3.75rem);
    flex-basis: calc(25% - 3.75rem);
    max-width: 33%;
  }
  .social-feed__list-item:nth-of-type(2n) {
    margin-right: 0.938rem;
  }
  .social-feed__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.social-feed__item-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
}
@media (min-width: 40em) {
  .social-feed__item-image-container {
    height: auto;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
}

.social-feed__item-image {
  width: 100%;
}
@media (min-width: 40em) {
  .social-feed__item-image {
    position: relative;
  }
}

.social-feed__item-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625rem;
  margin: auto;
  width: 12rem;
  padding: 0.25rem;
  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;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-feed__item-link:hover, .social-feed__item-link:focus {
  background-color: #f3cf45;
  color: #111;
  font-size: 1rem;
}
@media (min-width: 55em) {
  .social-feed__item-link {
    bottom: 1.875rem;
  }
}