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

.footer {
  background-color: #111;
  border-top: 1.25rem solid #7d5cc6;
  padding: 0 1.25rem 1.875rem;
}
@media (min-width: 55em) {
  .footer {
    padding: 0;
  }
}
.footer .accordion__header-icon {
  background-image: url("/themes/custom/ccny_theme/dist/assets/circle-plus-yellow.svg") !important;
}
.footer .accordion__header-icon--active {
  background-image: url("/themes/custom/ccny_theme/dist/assets/circle-minus-yellow.svg") !important;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.938rem 0;
}
@media (min-width: 55em) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.875rem;
  }
}
@media (min-width: 64em) {
  .footer__inner {
    padding: 2.813rem 2.813rem 0;
  }
}

.footer__seal-logo-and-contact-container {
  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;
}
@media (min-width: 55em) {
  .footer__seal-logo-and-contact-container {
    width: 25%;
    padding-right: 1.875rem;
  }
}

.footer__seal-and-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.938rem;
  margin-bottom: 0.938rem;
}
@media (min-width: 55em) {
  .footer__seal-and-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 0.938rem;
  }
}

.footer__seal {
  width: 5.688rem;
}
@media (min-width: 55em) {
  .footer__seal {
    width: 9.875rem;
  }
}

.footer__contact-info {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.563rem 0 0.938rem;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
}
.footer__contact-info a[href^=tel] {
  color: inherit;
  text-decoration: none;
  display: contents;
}
@media (min-width: 55em) {
  .footer__contact-info {
    padding: 0.938rem 0;
    font-size: 1rem;
    line-height: 1.188rem;
  }
}

.footer__logo {
  width: 8.563rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 0.313rem;
}
@media (min-width: 55em) {
  .footer__logo {
    margin-bottom: 0;
    width: 75%;
  }
}

.footer__menu-container {
  font-family: "Trebuchet", "Arial", sans-serif;
  font-size: 1rem;
  color: #111;
  color: #FFF;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.375rem;
}
.footer__menu-container a {
  color: #4a90e2;
  text-decoration: none;
}
.footer__menu-container a:hover, .footer__menu-container a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .footer__menu-container {
    font-size: 1.25rem;
  }
}
.footer__menu-container .footer__link, .footer__menu-container #_ba__link, .footer__menu-container .footer__menu-container #browsealoud a {
  color: #FFF !important;
  font-size: 1rem;
}

.footer__menu-container.desktop {
  display: none;
  position: relative;
}
@media (min-width: 55em) {
  .footer__menu-container.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
  }
}
@media (min-width: 64em) {
  .footer__menu-container.desktop {
    padding-top: 2.5rem;
  }
}

.footer__menu-container.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
@media (min-width: 55em) {
  .footer__menu-container.mobile {
    display: none;
  }
}
.footer__menu-container.mobile .accordion {
  width: 100%;
}
.footer__menu-container.mobile .accordion__heading {
  color: #f3cf45;
  text-transform: uppercase;
  background: none;
  border: none;
}
.footer__menu-container.mobile .accordion__section {
  border-color: #f3cf45;
}
.footer__menu-container.mobile .accordion__section .ui-accordion-content {
  background: none;
  border: none;
  font-family: "Trebuchet", "Arial", sans-serif;
}

.footer__link-section {
  width: 100%;
}
@media (min-width: 55em) {
  .footer__link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .footer__link-section {
    width: 25%;
  }
}

.footer__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2.813rem;
}
@media (min-width: 55em) {
  .footer__links-list {
    padding-left: 0;
  }
}

div.footer__menu-container.mobile ul.footer__links-list {
  padding-left: 0 !important;
}

.footer__links-list-heading {
  font-family: "Trebuchet Bold", "Arial Bold", sans-serif;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0;
  font-size: 1.125rem;
  font-family: "Trebuchet", "Arial", sans-serif;
  color: #f3cf45;
  text-transform: uppercase;
  letter-spacing: 0.066rem;
}
.footer__links-list-heading a {
  color: #7d5cc6;
  text-decoration: none;
}
.footer__links-list-heading a:hover, .footer__links-list-heading a:focus {
  text-decoration: underline;
}
@media (min-width: 55em) {
  .footer__links-list-heading {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 55em) {
  .footer__links-list-heading {
    font-size: 1.5rem;
    letter-spacing: 0.031rem;
  }
}
@media (min-width: 55em) {
  .footer__links-list-heading {
    font-size: 1.3875rem;
  }
}

.footer__link-list-item {
  margin-bottom: 0.938rem;
}
@media (min-width: 55em) {
  .footer__link-list-item {
    margin-bottom: 0;
  }
}
.footer__link-list-item #__ba_panel .customText {
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  font-family: "Trebuchet", "Arial", sans-serif;
}
.footer__link-list-item #__ba_panel .customText:hover, .footer__link-list-item #__ba_panel .customText:focus {
  text-decoration: underline;
}

.footer__social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0.938rem;
}
@media (min-width: 55em) {
  .footer__social-container {
    text-align: center;
    margin-top: 0;
    width: auto;
  }
}
@media (min-width: 64em) {
  .footer__social-container {
    position: absolute;
    bottom: 0;
  }
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 55em) {
  .footer__social-list {
    padding-right: 0.625rem;
  }
}
@media (min-width: 64em) {
  .footer__social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.footer__social-icons {
  margin-right: 1.563rem;
  width: 3.125rem;
  height: 3.125rem;
}
.footer__social-icons:last-child {
  margin-right: 0;
}
@media (min-width: 55em) {
  .footer__social-icons {
    width: 3rem;
    height: 3rem;
  }
}

.footer__social-icons img {
  width: 3rem;
  height: 3rem;
}

.footer__script-tag.desktop {
  display: none;
}
@media (min-width: 55em) {
  .footer__script-tag.desktop {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.footer__script-tag.mobile {
  display: block;
  width: 100%;
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}
.footer__script-tag.mobile select {
  width: 12.5rem;
}
@media (min-width: 55em) {
  .footer__script-tag.mobile {
    display: none;
  }
}

.footer__copyright {
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.938rem;
}
@media (min-width: 55em) {
  .footer__copyright {
    padding: 3.125rem;
  }
}

.skiptranslate.goog-te-gadget, .skiptranslate.goog-te-gadget span, .skiptranslate.goog-te-gadget span a {
  color: #FFF;
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0.063rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.063rem;
}