@charset "UTF-8";
@import url("https://use.typekit.net/yml0dis.css");
.red-text {
  color: #F0493F;
}

html {
  font-size: 17px;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: proxima-nova, sans-serif;
  color: #002533;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.large-title {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.75rem;
  line-height: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .large-title {
    font-size: 2.8rem;
  }
}

.small-title {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .small-title {
    font-size: 1.35rem;
  }
}

.large-text {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .large-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575px) {
  .large-text {
    font-size: 1rem;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
}

.breadcrumb-item {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 500;
  color: #53565A;
}
.breadcrumb-item a {
  color: #53565A;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}

.breadcrumb-item::after {
  content: ">";
  padding-left: 0.25rem;
}

.form-control {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  border-radius: 0px;
  padding: 0.45em 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
.form-control select {
  text-transform: uppercase;
}

.page-link {
  color: #7A6CB2;
  background: #F3F2F8;
  border-color: #939597;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
}
.page-link:hover {
  color: white;
  background: rgb(74.75, 63.25, 120.75);
  border-color: #939597;
}

.current .page-link {
  color: white;
  background: #7A6CB2;
  border-color: #939597;
}

.large-container {
  max-width: 1600px;
  margin: 0 auto;
}

.button {
  display: inline-block;
  font-family: proxima-nova-extra-condensed, sans-serif;
  padding: 0.4em 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.4s ease;
  border: 0px;
}
.button:hover {
  text-decoration: none;
}
.button.icon-button {
  padding: 0.4em 0.8em 0.4em 0.4em;
}
.button.icon-button svg {
  display: inline-block;
  width: 41px;
  height: auto;
  margin-right: 8px;
}
.button.icon-button svg path {
  fill: white !important;
}
.button.icon-button span {
  vertical-align: middle;
}
.button.small-button {
  padding: 0.3em 1.75em;
}
.button.blue-button {
  background: #59C6D1;
  color: #002533;
}
.button.blue-button:hover {
  background: rgb(42.5283018868, 143.3018867925, 153.4716981132);
}
.button.yellow-button {
  background: #FFD726;
  color: #002533;
}
.button.yellow-button:hover {
  background: rgb(191, 155.7926267281, 0);
}
.button.pink-button {
  background: #EC477F;
  color: white;
}
.button.pink-button:hover {
  background: rgb(185.8128078818, 19.1871921182, 75.7389162562);
}
.button.purple-button, .walking-tour .map-select .button.map-toggle.active {
  background: #7A6CB2;
  color: white;
}
.button.purple-button:hover, .walking-tour .map-select .button.map-toggle.active:hover {
  background: rgb(74.75, 63.25, 120.75);
}
.button.red-button {
  background: #F0493F;
  color: white;
}
.button.red-button:hover {
  background: rgb(186.4347826087, 24.2753623188, 14.5652173913);
}
.button.grey-button, .walking-tour .map-select .button.map-toggle {
  background: #939597;
  color: white;
}
.button.grey-button:hover, .walking-tour .map-select .button.map-toggle:hover {
  background: rgb(96.1509433962, 98, 99.8490566038);
}
.button.filter-button, .button.clear-button {
  color: #002533;
  border: 2px solid #002533;
  border-radius: 10px;
}
.button.filter-button i, .button.clear-button i {
  padding-left: 10px;
}
.button.filter-button:hover, .button.clear-button:hover {
  border-color: #F0493F;
  color: #F0493F;
}
.button.filter-button.grey-button, .walking-tour .map-select .button.filter-button.map-toggle, .button.clear-button.grey-button, .walking-tour .map-select .button.clear-button.map-toggle {
  color: white;
  border: 0px;
}

.green-bg {
  background: #78C155;
}

.dark-bg {
  background: #002533;
}

.blue-bg {
  background: #59C6D1;
}

.pink-bg {
  background: #EC477F;
}

.purple-bg {
  background: #7A6CB2;
}

.lilac-bg {
  background: #F3EFFE;
}

.yellow-bg {
  background: #FFD726;
}

.orange-bg {
  background: #FAA624;
}

.gradient-bg {
  background: rgb(236, 71, 127);
  background: linear-gradient(90deg, rgb(236, 71, 127) 0%, rgb(135, 122, 185) 15%, rgb(89, 198, 209) 32%, rgb(120, 193, 85) 49%, rgb(255, 215, 38) 69%, rgb(250, 166, 36) 85%, rgb(236, 71, 127) 100%);
}

.arch-bg {
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.alert-bar {
  background: #F0493F;
  color: white;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 25px;
  pointer-events: none;
  transition: background 0.4s ease;
}
.alert-bar:hover {
  background: #b83129;
}
.alert-bar a {
  color: white;
  font-style: italic;
  text-decoration: none;
  pointer-events: auto;
}

.filters .row > * {
  position: relative;
}
.filters .row > * .filter-label {
  margin-bottom: 0px;
  position: absolute;
  font-weight: 600;
  font-family: proxima-nova-extra-condensed, sans-serif;
  text-transform: uppercase;
  top: -1.2em;
}
@media screen and (max-width: 991px) {
  .filters .row > * .filter-label {
    top: 0px;
  }
}

.fc-toolbar-title {
  font-family: proxima-nova-extra-condensed, sans-serif;
}

.fc .fc-col-header-cell-cushion {
  color: #002533;
}

.fc .fc-daygrid-day-number {
  color: #002533;
}

.fc .fc-button-primary {
  background: #7A6CB2;
}
.fc .fc-button-primary:hover {
  background: rgb(74.75, 63.25, 120.75);
}

.fc .fc-daygrid-day-events {
  padding: 3px;
}

.fc-h-event {
  background-color: #7A6CB2;
  border: 1px solid #7A6CB2;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 1px 4px;
}
.fc-h-event:hover {
  background: rgb(74.75, 63.25, 120.75);
}

.fc .fc-button-primary:disabled {
  background: rgb(182.5625, 174.9375, 213.0625);
  border-color: rgb(182.5625, 174.9375, 213.0625);
}

.navbar-brand {
  width: 30%;
  max-width: 223px;
}
.navbar-brand img {
  width: 100%;
}

.navbar {
  background: white;
}

.navbar-collapse .button {
  margin-left: 15px;
}

.navbar-expand-lg .navbar-nav {
  font-family: proxima-nova-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
  color: #002533;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  color: #002533;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link, .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link {
  color: #0285b6;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) .nav-link:after {
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  content: "|";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #002533;
}
@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item.has-submenu:hover .submenu .nav-link, .navbar-expand-lg .navbar-nav .nav-item.has-submenu.active .submenu .nav-link {
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav .submenu {
    position: absolute;
    background: #002533;
    width: 180px;
    opacity: 0;
    pointer-events: none;
  }
  .navbar-expand-lg .navbar-nav .submenu .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .submenu .nav-item.active .nav-link {
    color: white;
  }
  .navbar-expand-lg .navbar-nav .submenu .nav-link {
    color: white;
  }
  .navbar-expand-lg .navbar-nav .submenu .nav-link:after {
    content: "";
  }
  .navbar-expand-lg .navbar-nav .submenu .nav-link:hover {
    background: #59C6D1;
    color: #002533 !important;
  }
  .navbar-expand-lg .navbar-nav .has-submenu:hover .submenu {
    pointer-events: initial;
    opacity: 1;
  }
}

.top-nav .navigation a {
  color: #002533;
  font-family: proxima-nova-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  position: relative;
  color: #002533;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.top-nav .navigation a:hover {
  color: #0285b6;
}
.top-nav .navigation a:last-of-type:after {
  display: none;
}
.top-nav .navigation a:after {
  content: "|";
  position: absolute;
  right: 0;
  color: #002533;
}

.top-nav .search-container form {
  position: relative;
}
.top-nav .search-container label, .top-nav .search-container input {
  cursor: pointer;
}
.top-nav .search-container .search {
  position: absolute;
  width: 0px;
  opacity: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 16px;
  border: 0px;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.top-nav .search-container .search:focus {
  opacity: 1;
  width: 320px;
  outline: none;
}

.navbar-toggler {
  box-shadow: 0px 0px !important;
}
.navbar-toggler span {
  display: block;
  background-color: #002533;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
  margin-top: 0.3em;
}
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .navbar .container-xl {
    padding: 0px;
  }
  .navbar .container-xl .navbar-brand {
    padding-left: 15px;
  }
  .navbar.navbar-expand-lg .navbar-collapse {
    background: #002533;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar.navbar-expand-lg .navbar-collapse .nav-item .nav-link {
    color: white;
  }
  .navbar.navbar-expand-lg .navbar-collapse .nav-item {
    border: 1px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    font-size: 22px;
    text-transform: none;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu {
    position: relative;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu.active .submenu {
    max-height: 500px;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu .dropdown-link {
    position: absolute;
    height: 49px;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    background: #59C6D1;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu .fas {
    color: #002533;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu .submenu {
    background: #59C6D1;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu .submenu .nav-link {
    color: #002533;
  }
  .navbar.navbar-expand-lg .navbar-collapse .has-submenu .nav-item {
    border: 0px;
  }
  .navbar .mobile-search label {
    cursor: pointer;
  }
  .navbar .mobile-search input {
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0px;
    opacity: 0;
    border: 4px solid #002533;
    outline: none;
    padding: 8px 15px;
    transition: all 0.2s ease;
  }
  .navbar .mobile-search input:focus {
    opacity: 1;
    max-height: 90px;
  }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}
.footer {
  background: #002533;
  color: white;
}
.footer .copy a {
  color: white;
}
.footer .footer-logo {
  width: 100%;
  max-width: 330px;
}
.footer .footer-newsletter {
  width: 100%;
  max-width: 340px;
}
.footer .footer-newsletter p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .footer-newsletter input {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1rem;
}
.footer .footer-contact .contact-method {
  position: relative;
  padding-left: 52px;
}
.footer .footer-contact .contact-method img {
  position: absolute;
  left: 0;
  width: 40px;
}
.footer .footer-contact .contact-method p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.footer .footer-contact .contact-method p a {
  text-decoration: none;
  color: white;
}
.footer .footer-contact .contact-method p a:hover {
  color: #ff908a;
}
.footer .footer-social a {
  text-decoration: none;
  font-size: 1.75em;
  color: #F0493F;
  margin-right: 4px;
}
.footer .footer-social a:hover {
  color: #ff908a;
}

.image-full {
  position: relative;
  overflow: hidden;
}
.image-full.initiative-hero p {
  font-size: 1.5rem;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .image-full.initiative-hero p {
    font-size: 1.2rem;
  }
}
.image-full.image-right .content-container:after {
  left: auto;
  right: 99.5%;
}
.image-full.image-right .hero-image {
  right: 0;
}
.image-full.image-right .home-shape {
  right: 0;
}
.image-full.quarter-image .hero-image {
  width: 39%;
  object-position: top right;
}
.image-full .large-title {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.8rem;
  line-height: 1em;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .image-full .large-title {
    font-size: 2.2rem;
  }
}
.image-full p {
  margin-bottom: 24px;
}
.image-full .hero-image {
  position: absolute;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-full .content-container {
  background: #002533;
  color: white;
  position: relative;
}
.image-full .content-container p a {
  font-weight: 600;
  color: inherit;
}
.image-full .content-container:after {
  content: "";
  position: absolute;
  background: #002533;
  height: 100%;
  width: 500%;
  top: 0;
  left: 99.5%;
}
.image-full.yellow-content {
  background: #FFD726;
}
.image-full.yellow-content .content-container {
  background: #FFD726;
  color: #002533;
}
.image-full.yellow-content .content-container:after {
  background: #FFD726;
}
.image-full.green-content {
  background: #78C155;
}
.image-full.green-content .content-container {
  background: #78C155;
  color: #002533;
}
.image-full.green-content .content-container:after {
  background: #78C155;
}
.image-full.purple-content {
  background: #7A6CB2;
}
.image-full.purple-content .content-container {
  background: #7A6CB2;
}
.image-full.purple-content .content-container:after {
  background: #7A6CB2;
}
.image-full.blue-content {
  background: #59C6D1;
}
.image-full.blue-content .content-container {
  background: #59C6D1;
  color: #002533;
}
.image-full.blue-content .content-container:after {
  background: #59C6D1;
}
.image-full.dark-content {
  background: #002533;
}
.image-full.dark-content .content-container {
  background: #002533;
  color: white;
}
.image-full.dark-content .content-container:after {
  background: #002533;
}
.image-full .container-xl {
  position: relative;
}
.image-full .home-shape {
  position: absolute;
  height: 100%;
  width: auto;
  right: 33.3%;
}
.image-full p {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .image-full .hero-image {
    position: static;
    width: 100%;
    max-height: 279px;
    object-position: bottom;
  }
  .image-full .image-container {
    position: relative;
  }
  .image-full .image-container .mobile-shape {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .image-full h1 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}

.quote-content img, .quote-content svg {
  margin-bottom: 20px;
}
.quote-content p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quote-content p {
    font-size: 1.7rem;
  }
}

.calendar-listing .image-container, .card-listing .image-container {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background: #F3EFFE;
}
.calendar-listing .image-container.full-image, .card-listing .image-container.full-image {
  padding-top: 90%;
}
.calendar-listing .image-container.full-image img, .card-listing .image-container.full-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .calendar-listing .image-container.full-image, .card-listing .image-container.full-image {
    padding-top: 40%;
  }
}
.calendar-listing .image-container img, .card-listing .image-container img {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  object-fit: contain;
  object-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calendar-listing .event-details, .card-listing .event-details {
  background: #F3EFFE;
  padding: 15px 30px;
}
.calendar-listing .event-details .title, .card-listing .event-details .title {
  color: #002533;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.calendar-listing .event-details .host, .card-listing .event-details .host {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.calendar-listing .event-details .host span, .card-listing .event-details .host span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.calendar-listing .event-details .location, .card-listing .event-details .location {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: italic;
  display: block;
  color: #53565A;
}
.calendar-listing .event-details .location img, .card-listing .event-details .location img {
  display: none;
}
.calendar-listing .event-details .location .svg, .card-listing .event-details .location .svg {
  position: absolute;
  width: 25px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calendar-listing .event-details .location .svg path, .card-listing .event-details .location .svg path {
  fill: #7A6CB2 !important;
}
.calendar-listing .card-location, .card-listing .card-location {
  background: #F3EFFE;
  padding: 15px 30px;
}
.calendar-listing .card-location img, .calendar-listing .card-location svg, .card-listing .card-location img, .card-listing .card-location svg {
  width: 40px;
  height: auto;
  vertical-align: middle;
}
.calendar-listing .card-location span, .card-listing .card-location span {
  vertical-align: middle;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #53565A;
}
.calendar-listing .date, .calendar-listing .card-title, .card-listing .date, .card-listing .card-title {
  background: #7A6CB2;
  color: white;
  padding: 15px 30px;
  margin-bottom: 0px;
}
.calendar-listing .date h2, .calendar-listing .card-title h2, .card-listing .date h2, .card-listing .card-title h2 {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.calendar-listing .date .start-date, .calendar-listing .date .end-date, .calendar-listing .card-title .start-date, .calendar-listing .card-title .end-date, .card-listing .date .start-date, .card-listing .date .end-date, .card-listing .card-title .start-date, .card-listing .card-title .end-date {
  display: inline-block;
  font-family: proxima-nova-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.calendar-listing .date .start-date span, .calendar-listing .date .end-date span, .calendar-listing .card-title .start-date span, .calendar-listing .card-title .end-date span, .card-listing .date .start-date span, .card-listing .date .end-date span, .card-listing .card-title .start-date span, .card-listing .card-title .end-date span {
  display: block;
  font-size: 20px;
}
.calendar-listing .date .end-date, .calendar-listing .card-title .end-date, .card-listing .date .end-date, .card-listing .card-title .end-date {
  position: relative;
  padding-left: 32px;
  margin-left: 8px;
}
.calendar-listing .date .end-date:before, .calendar-listing .card-title .end-date:before, .card-listing .date .end-date:before, .card-listing .card-title .end-date:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .calendar-listing.home-calendar, .card-listing.home-calendar {
    background: #78C155;
  }
  .calendar-listing .date, .calendar-listing .event-details, .card-listing .date, .card-listing .event-details {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .calendar-listing, .card-listing {
    padding: 10px 10px;
  }
}

.logo-slider .logo-slide {
  height: 400px;
  padding: 0px 15px;
}
.logo-slider .logo-slide img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .logo-slider .logo-slide {
    height: 300px;
  }
}

.home-logos .container {
  position: relative;
}
.home-logos .container .prev, .home-logos .container .next {
  font-size: 50px;
  color: #7A6CB2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-logos .container .prev {
  left: 0;
}
.home-logos .container .next {
  right: 0;
}

.page-title {
  font-size: 6rem;
  line-height: 1em;
  font-family: proxima-nova-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 3rem;
  }
}
.page-title-smaller {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .page-title-smaller {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title-smaller {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title-smaller {
    font-size: 2rem;
  }
}

.art-results {
  position: relative;
}
.art-results .display-toggle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
}
.art-results .display-toggle a {
  pointer-events: initial;
}
.art-results .card-listing {
  padding-top: 120px;
}

.walking-tour .map-select {
  max-width: 900px;
  margin: 0 auto;
}
.walking-tour .map-select .map-toggle {
  font-size: 1.25rem;
  padding: 0.4em 1.2em;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.04em;
}
.tour-sidebar {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .tour-sidebar {
    margin-top: -70px;
  }
}
.tour-sidebar .scroll-container {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .tour-sidebar .scroll-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    flex-basis: auto;
    flex-direction: row;
  }
  .tour-sidebar .scroll-container .tour-stop {
    display: inline-block;
    padding: 15px;
    width: 250px;
    flex: 0 0 auto;
    white-space: normal;
    margin-bottom: 0px !important;
  }
  .tour-sidebar .scroll-container .button-container {
    width: 100%;
  }
}
.tour-sidebar .tour-stop {
  max-width: 300px;
  margin: 20px auto;
}
.tour-sidebar .location-name {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.35rem;
  line-height: 1.1em;
  font-weight: 600;
  color: #002533;
  padding: 4px 8px;
}
.tour-sidebar .location-name span {
  float: left;
}
.tour-sidebar .location-name p {
  text-indent: 0px;
  padding-left: 22px;
  margin-bottom: 5px;
}
.tour-sidebar .address {
  clear: both;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: italic;
}
.tour-sidebar .address img {
  width: 38px;
}

.map-container {
  /*
   * art-piece styles in highlighted state.
   */
}
.map-container .art-piece {
  align-items: center;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 50px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 50px;
  transform: translateY(-9px);
  pointer-events: none;
}
.map-container .art-piece .details-link {
  pointer-events: initial;
}
.map-container .art-piece::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}
.map-container .art-piece .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  width: 30px;
}
.map-container .art-piece .icon svg {
  height: 20px;
  width: auto;
}
.map-container .art-piece .details {
  display: none;
  flex-direction: column;
  flex: 1;
}
.map-container .art-piece .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.map-container .art-piece .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.map-container .art-piece .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}
.map-container .art-piece.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 8px 15px;
  width: auto;
}
.map-container .art-piece.highlight::after {
  border-top: 9px solid #FFFFFF;
}
.map-container .art-piece.highlight .details {
  display: flex;
}
.map-container .art-piece.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.accordion-section.purple-accordions .accordion-title {
  background: #7A6CB2;
}
.accordion-section.purple-accordions .accordion-content a {
  color: #7A6CB2;
  font-weight: 600;
}
.accordion-section .accordion {
  margin-bottom: 15px;
}
.accordion-section .accordion-title {
  background: #F0493F;
  color: white;
  cursor: pointer;
  position: relative;
}
.accordion-section .accordion-title h3 {
  margin-bottom: 0px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  padding-right: 1.5rem;
}
.accordion-section .accordion-title .fas {
  position: absolute;
  right: 1.5rem;
  font-size: calc(1.3rem + 0.6vw);
  top: 1rem;
}
.accordion-section .accordion-content {
  display: none;
}

.detail-list {
  margin-bottom: 1.5rem;
}
.detail-list .detail-list-item {
  border-top: 2px solid #F0493F;
  padding-top: 8px;
}
.detail-list .detail-list-item a:hover {
  color: #F0493F;
}
.detail-list .detail-list-item a .small-title {
  color: #002533;
  margin-bottom: 8px;
}

.sidebar-content .sidebar-image {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  display: block;
}
.sidebar-content .contact-method {
  position: relative;
  padding-left: 46px;
  margin: 8px auto 16px;
}
.sidebar-content .contact-method a {
  color: #002533;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-content .contact-method p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar-content .contact-method .social-link {
  display: inline-block;
  margin-right: 6px;
  font-size: 22px;
}
.sidebar-content .contact-method .svg {
  position: absolute;
  width: 39px;
  height: auto;
  left: 0px;
}
.sidebar-content .sidebar-presenter {
  font-family: proxima-nova-extra-condensed, sans-serif;
}
.sidebar-content .sidebar-presenter strong {
  text-transform: uppercase;
}
.sidebar-content .event-contact .contact-method .svg path {
  fill: #7A6CB2 !important;
}
.sidebar-content .event-contact .contact-method a {
  color: #002533;
}
.sidebar-content .extras p, .sidebar-content .extras li {
  font-size: 1.2rem;
  font-family: proxima-nova-extra-condensed, sans-serif;
}

.event-sidebar a {
  color: #7A6CB2;
  font-weight: 600;
}

.blockquote {
  max-width: 650px;
  margin: 0 auto 40px;
}
.blockquote img {
  width: 60px;
  margin-bottom: 8px;
}
.blockquote blockquote {
  font-size: 2rem;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.blockquote figcaption {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 500;
}
.blockquote figcaption p {
  font-size: 1.4rem;
  max-width: 420px;
  line-height: 1.1em;
  display: inline-block;
}

.text-content p {
  font-weight: 100;
}
.text-content .small-title {
  text-transform: none;
  margin-bottom: 20px;
}

.prefooter-cta p {
  margin: 25px auto;
}
.prefooter-cta .prefooter-title {
  position: relative;
  padding-left: 120px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.prefooter-cta .prefooter-title h2 {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
.prefooter-cta .prefooter-title .svg {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prefooter-cta .prefooter-title .svg path {
  fill: #002533 !important;
}
@media screen and (max-width: 1076px) {
  .prefooter-cta .prefooter-title {
    padding-left: 80px;
  }
  .prefooter-cta .prefooter-title .svg {
    width: 76px;
  }
}
.prefooter-cta .cta-container {
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.profile-listing .profile {
  background: #F3F2F8;
  margin: 30px auto;
}
.profile-listing .profile .profile-heading {
  background: #78C155;
  font-family: proxima-nova-extra-condensed, sans-serif;
}
.profile-listing .profile .profile-heading .name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 7px;
}
.profile-listing .profile .profile-heading .title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 4px;
}
.profile-listing .profile img {
  width: 100%;
}

.popup-gallery .gallery-link {
  position: relative;
  padding-top: 30%;
}
.popup-gallery .gallery-link img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 991px) {
  .popup-gallery .gallery-link {
    padding-top: 46%;
  }
}
@media screen and (max-width: 991px) {
  .popup-gallery .gallery-link {
    padding-top: 34%;
  }
}

.location-google-map {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.location-google-map img {
  width: 25px;
}

.artist-directory .artist-link {
  display: block;
  background: #EC477F;
  margin-bottom: 30px;
  max-width: 400px;
  margin: 0 auto 30px;
  transition: all 0.2s ease;
}
.artist-directory .artist-link:hover {
  background: rgb(185.8128078818, 19.1871921182, 75.7389162562);
  text-decoration: none;
}
.artist-directory .artist-link .image-container {
  position: relative;
  padding-top: 100%;
  background: #53565A;
}
.artist-directory .artist-link .image-container img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.artist-directory .artist-link .artist-name {
  padding: 20px 15px 10px;
  color: white;
}
.artist-directory .artist-link .artist-name .small-title {
  text-transform: none;
}

.public-art-intro h2 {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1em;
  letter-spacing: 0.02em;
}

.sidebar-location {
  position: relative;
  padding-left: 45px;
}
.sidebar-location p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: italic;
  font-size: 1.1rem;
}
.sidebar-location .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: auto;
}
.sidebar-location .svg path {
  fill: #7A6CB2 !important;
}

.art-info .info-item {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.2rem;
}
.art-info .info-item strong {
  display: block;
}
.art-info .info-item a {
  color: #7A6CB2;
  display: inline-block;
  font-weight: 500;
}

.social-share p {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.social-share p a {
  margin-left: 10px;
  color: #7A6CB2;
  font-size: 30px;
}

.dashboard-heading {
  background: #59C6D1;
  padding: 8px 15px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  margin-top: 20px;
}

.dashboard-section {
  padding: 10px 15px 30px;
}
.dashboard-section label {
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 500;
  color: #53565A;
}
.dashboard-section .form-check-label {
  margin-top: 0;
}
.dashboard-section .form-check label {
  margin-top: 0;
}

.input-summary {
  font-size: 15px;
}

.form-control {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  padding: 6px 10px;
  font-weight: 400;
  text-transform: none;
}

.dashboard-sidebar .sidebar-nav-item {
  background: #002533;
}
.dashboard-sidebar .sidebar-nav-item .nav-heading {
  position: relative;
  display: block;
  padding: 10px 40px 10px 65px;
  color: white;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 2px solid white;
  cursor: pointer;
}
.dashboard-sidebar .sidebar-nav-item .nav-heading:hover {
  text-decoration: none;
  background: #004a66;
}
@media screen and (max-width: 991px) {
  .dashboard-sidebar .sidebar-nav-item .nav-heading {
    font-size: 1.4rem;
    padding-left: 50px;
  }
  .dashboard-sidebar .sidebar-nav-item .nav-heading .svg {
    width: 30px;
  }
}
.dashboard-sidebar .sidebar-nav-item .fas {
  position: absolute;
  right: 0px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-sidebar .sidebar-nav-item .svg {
  width: 45px;
  height: auto;
  height: auto;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-sidebar .sidebar-nav-item .svg path {
  fill: #59C6D1 !important;
}
.dashboard-sidebar .sidebar-nav-item p {
  margin-bottom: 0px;
}
.dashboard-sidebar .sidebar-nav-item.active .dashboard-submenu {
  max-height: 400px;
}
.dashboard-sidebar .dashboard-submenu {
  background: #B9E7EC;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.dashboard-sidebar .dashboard-submenu .submenu-item {
  padding: 10px 10px 10px 60px;
  border-bottom: 2px solid white;
}
.dashboard-sidebar .dashboard-submenu a {
  color: #002533;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
}

.umbraco-forms-hidden {
  display: none !important;
}

.gallery-preview-form .logo-slide {
  position: relative;
  background: #c6c6c6;
  border: 5px solid white;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery-preview-form .logo-slide .fas {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
  cursor: pointer;
  background: #403f3f;
  color: white;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 1px;
}
.gallery-preview-form .logo-slide img {
  max-height: 199px;
  margin: auto;
}

.event-date-group {
  border-top: 2px dashed grey;
}
.event-date-group:first-child {
  border-top: 0px;
}

/*# sourceMappingURL=main.css.map */
