@charset "UTF-8";
/*
 Theme Name: Avada-Child-Theme
 Theme URI: http://example.com/your-child-theme-uri/
 Description: Avada Child Theme
 Author: Avada
 Author URI: http://example.com/your-author-uri/
 Template: Avada
 Version: 1.0.0
*/
html:not(.avada-has-site-width-percent) body.page-id-9191 {
  /* Custom marker styles */
  /* Loading animation */
  /* Responsive design */
}
html:not(.avada-has-site-width-percent) body.page-id-9191 main {
  padding: 0 !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 main .fusion-row {
  max-width: 100% !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 .content {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  width: 94%;
  max-width: 1400px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 h2,
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 h3 {
  display: block;
  text-align: center;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 h2 {
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: black;
  font-size: clamp(2rem, 3.25vw, 3.25rem) !important;
  line-height: 1.1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 h3 {
  margin: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: black;
  font-size: clamp(1.35rem, 2.5vw, 2.5rem) !important;
  line-height: 1.1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 p {
  line-height: 1.3;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 .xl {
  display: block;
  font-size: 1.2em;
  text-align: center;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 .xl p {
  margin-bottom: 1em;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-video {
  display: block;
  margin: 0;
  padding: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-video .video-cont {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-video .video-cont:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-video .video-cont:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-video video {
  display: block;
  width: 100% !important;
  height: auto !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about {
  background: #fffaec;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .content {
  padding-bottom: 2rem;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .img {
  display: block;
  margin: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 60%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .content .txt {
    width: 70%;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .content .img {
    width: 25%;
    margin-top: 1.5em;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 section#fc200 #fc-about .content .img img {
    width: 100%;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-whats-on {
  padding: 3rem 0;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-whats-on {
    padding: 4rem 0;
  }
}
@media (min-width: 1280px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-whats-on {
    padding: 5rem 0;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider {
  margin: 1rem 0 40px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-track {
  display: flex !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article.slick-slide {
  height: inherit !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: calc(100% + 15px);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 1rem 0 0;
  padding: 0;
  background: white;
  cursor: pointer;
  border: 2px solid #f47521;
  border-radius: 50%;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li.slick-active {
  background: #f47521;
}
@media (min-width: 768px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li:hover {
    background: #f47521;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  opacity: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button:hover,
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button:focus {
  outline: none;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button:hover:before,
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button:focus:before {
  opacity: 1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article {
  display: flex;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article a {
  display: block;
  position: relative;
  width: calc(100% - 8px);
  margin: 0 auto;
  padding-bottom: 90px;
  background: #eee;
  text-decoration: none !important;
  border: 2px solid transparent;
  color: black;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article a:hover {
  color: black;
  border-color: #f47521;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url("assets/images/fc200-bgd.png");
  background-position: center center;
  background-size: contain;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .visual .event-date {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 0;
  padding: 5px 10px 6px;
  background: #f47521;
  color: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .visual .event-title {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 5px 8px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .event-excerpt {
  width: 100%;
  padding: 10px 5px;
  font-size: 0.75em;
  line-height: 1.25;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 5px 10px 10px;
  font-size: 0.75em;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-time,
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-location {
  display: flex;
  align-items: center;
  position: relative;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-time .icon,
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-location .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url("assets/images/clock-icon.png") center center no-repeat;
  background-size: contain;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-location {
  margin-top: 5px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-location .icon {
  background-image: url("assets/images/location-icon.png");
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #events-slider article .cell-bottom .event-location .txt {
  line-height: 1.3;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations {
  width: 94%;
  margin: 1rem auto 40px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations .splide__slide {
  display: flex;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations .splide__pagination {
  bottom: auto;
  top: calc(100% + 15px);
  padding: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 2px solid #f47521;
  border-radius: 50%;
  background: white;
  opacity: 1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations .splide__pagination .splide__pagination__page.is-active {
  background: #f47521;
  transform: scale(1.2);
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame {
  display: block;
  position: relative;
  width: calc(100% - 8px);
  margin: 0 auto;
  background: #eee;
  border: 2px solid transparent;
  color: black;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame:hover {
  color: black;
  border-color: #f47521;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame .visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url("assets/images/fc200-bgd.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame .visual .event-date {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 0;
  padding: 5px 10px 6px;
  background: #f47521;
  color: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame .visual .event-title {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 5px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame .excerpt {
  width: 100%;
  padding: 10px 5px;
  font-size: 0.75em;
  line-height: 1.25;
}
@media (min-width: 1240px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #activations li .cell-frame .visual {
    aspect-ratio: 1/0.95;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px 25px;
  padding: 1.5rem 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article {
  display: block;
  width: 90%;
  margin: 0;
  padding: 1rem 2rem;
  box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.4);
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article a {
  display: block;
  text-align: center;
  font-size: 0.65em;
  line-height: 1.1;
  text-decoration: none !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article a:nth-of-type(2) {
  padding-top: 1em;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid {
    gap: 0 3%;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article {
    width: 47.5%;
    margin: 0 0 3%;
  }
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid {
    gap: 0 2%;
    padding: 2.5rem 0;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article {
    width: 32%;
    margin: 0 0 2%;
  }
}
@media (min-width: 1280px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid {
    gap: 0 5%;
    padding: 3rem 0;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article {
    width: 30%;
    margin: 0 0 5%;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-more #see-more-grid article a {
    font-size: 0.75em;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-the-world {
  display: block;
  position: relative;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 #fc-see-the-world .content p {
  display: block;
  text-align: center;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .map-container {
  display: flex;
  overflow: hidden;
  border: 1px solid #ccc;
  background: white;
  position: relative;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .map-container:first-child {
  width: 100%;
  aspect-ratio: 1/1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid-secondary .map-container,
html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid-secondary .map-container:first-child {
  aspect-ratio: 1/1;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid-secondary {
  display: grid;
  gap: 20px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .map {
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .map-container:first-child {
    aspect-ratio: 1000/535;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid-secondary {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-section {
  width: 94%;
  max-width: 1400px;
  margin: 20px auto 0;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 #content-container.active {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    inset: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item {
  display: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8971c+0,ef4123+100 */
  background: linear-gradient(to bottom, rgb(248, 151, 28) 0%, rgb(239, 65, 35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0;
  margin: 20px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item {
    justify-content: space-between;
    padding: 15px;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
  animation: slideIn 0.5s ease-out;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item.active {
    display: flex;
    max-width: 1400px;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-photo {
  display: block;
  position: relative;
  width: 96%;
  max-width: 100%;
  margin: 2% auto 0;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-photo {
    width: 45%;
    min-width: 45%;
    margin: 0 3% 0 0;
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-photo img {
  width: 100%;
  display: block;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text {
  display: block;
  padding: 30px;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text h2 {
  color: white !important;
  text-transform: uppercase;
  text-align: left !important;
  line-height: 1 !important;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text h2 span {
  display: block;
  font-size: 0.8em;
  text-transform: none;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text .close-popup {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url("assets/images/close_x.png") center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (min-width: 960px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text {
    margin: 0;
    padding: 20px 0;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text .close-popup {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.8rem;
  margin-top: 0;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item p {
  display: block;
  margin: 1.25em 0 0;
  text-align: left;
  color: white;
  line-height: 1.3;
  font-size: 1.1rem;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .custom-marker {
  background: #ff6b6b;
  border: 3px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .custom-marker:hover {
  transform: scale(1.2);
  background: #ff5252;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .custom-marker.active {
  background: #4caf50;
  transform: scale(1.3);
  border-color: #2e7d32;
}
html:not(.avada-has-site-width-percent) body.page-id-9191 .map.loading {
  background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  animation: loadingStripes 1s linear infinite;
}
@keyframes loadingStripes {
  0% {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
  100% {
    background-position: 20px 0, 20px 10px, 30px -10px, 10px 0px;
  }
}
@media (max-width: 768px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid {
    grid-template-columns: 1fr;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .container {
    padding: 20px;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 h1 {
    font-size: 2rem;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item {
    padding: 0;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-text {
    padding: 20px;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item h2 {
    font-size: 1.5rem;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .content-item p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  html:not(.avada-has-site-width-percent) body.page-id-9191 body {
    padding: 10px;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .container {
    padding: 15px;
  }
  html:not(.avada-has-site-width-percent) body.page-id-9191 .maps-grid {
    gap: 15px;
  }
}

.white-bar {
  display: flex;
  align-items: center;
  position: relative;
  background: white;
  margin: 0;
  padding: 0 0 0 2%;
  aspect-ratio: 1000/45;
  color: #f47521;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  font-size: 2.6vw;
  letter-spacing: 2px;
}
.white-bar .ticker1 {
  display: inline-block;
  white-space: nowrap;
  animation-name: ticker;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 600s;
}
.white-bar .ticker2 {
  display: inline-block;
  white-space: nowrap;
  animation-name: ticker;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 600s;
}
@media (min-width: 768px) {
  .white-bar {
    font-size: 2.4vw;
  }
}
@media (min-width: 960px) {
  .white-bar {
    height: 45px;
    aspect-ratio: unset;
    font-size: 21px;
    letter-spacing: 3px;
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.page-id-9191 section#fc200 #fc-see-whatsnew {
  display: block;
  margin: 3rem 0;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew .fusion-slider-loading,
body.page-id-9191 section#fc200 #fc-see-whatsnew .fusion-alert {
  display: none !important;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew .content {
  max-width: 1000px;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew form .wpcf7-email {
  border-color: #ccc;
  border-radius: 0;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew form ::placeholder {
  color: #ccc; /* Example: red color */
}
body.page-id-9191 section#fc200 #fc-see-whatsnew form p {
  margin-top: 0;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew form .submit-box {
  text-align: center;
}
body.page-id-9191 section#fc200 #fc-see-whatsnew form .wpcf7-submit {
  padding: 0.1em 0.75em;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4vw;
  color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: linear-gradient(to bottom, rgb(248, 151, 28) 0%, rgb(239, 65, 35) 100%);
}
@media (min-width: 960px) {
  body.page-id-9191 section#fc200 #fc-see-whatsnew form .wpcf7-submit {
    font-size: 36px;
  }
}

#i-love-nyc {
  display: block;
}
#i-love-nyc .content {
  display: block;
  position: relative;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 0 2rem;
  text-align: center;
}
#i-love-nyc .content img {
  display: block;
  margin: 0 auto 3.5em;
  width: 231px;
  max-width: 35%;
}
#i-love-nyc .content h3 {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #3d352a;
  font-size: clamp(1.15rem, 2.5vw, 1.65rem) !important;
  line-height: 1.1;
}
#i-love-nyc .content small {
  display: block;
  margin: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #3d352a;
  font-size: 12px;
  line-height: 1.1;
}
#i-love-nyc .content small sup {
  vertical-align: top;
}
@media (min-width: 768px) {
  #i-love-nyc .content img {
    max-width: 15.5%;
  }
  #i-love-nyc .content h3 a:hover {
    color: #f47521;
  }
}/*# sourceMappingURL=style.css.map */