/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:400,700|Patua+One");
@font-face {
  font-family: "Ganache";
  src: url("https://www.visitbuffaloniagara.com/content/themes/VBN/assets/fontsganache-webfont.woff2") format("woff2"), url("https://www.visitbuffaloniagara.com/content/themes/VBN/assets/fontsganache-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Din";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.maddencdn.com/content/fonts/din/din-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Din";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.maddencdn.com/content/fonts/din/din-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "Din";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.maddencdn.com/content/fonts/din/din-bold-webfont.woff") format("woff");
}
body {
  margin: 0;
}

.customStoryCss * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#isSmall {
  visibility: hidden;
  float: none;
}

#isMedium {
  visibility: hidden;
  float: none;
}

#isLarge {
  visibility: hidden;
  float: none;
}

.w1Col {
  width: 12.5%;
}

.w2Col {
  width: 25%;
}

.w3Col {
  width: 37.5%;
}

.w4Col {
  width: 50%;
}

.w5Col {
  width: 62.5%;
}

.w6Col {
  width: 75%;
}

.w7Col {
  width: 87.5%;
}

.w8Col {
  width: 100%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.mobileMenuWrapper {
  display: none;
}

#loading {
  background: rgba(255, 255, 255, 0.75) url(https://maddencdn.com/content/images/2024/buffalo_niagara/48-hours-in-buffalo/flagstaff_logo.png) no-repeat center 56%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1011;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#loading.complete {
  opacity: 0;
  pointer-events: none;
}
#loading img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}

.chapterImage {
  cursor: default;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 500;
  text-align: center;
  height: 75vh;
  line-height: 1.5em;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.chapterImage#ci0 {
  height: 90vh;
  background-position: bottom center;
}
.chapterImage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(https://maddencdn.com/content/images/2024/buffalo_niagara/48-hours-in-buffalo/nav-wave-blue.png);
  background-position: bottom center;
  background-size: 2000px auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1900px) {
  .chapterImage:after {
    background-size: cover;
  }
}
.chapterImage .chapterTitle {
  position: fixed;
  display: block;
  top: 170px;
  left: 50%;
  width: 90%;
  max-width: 800px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  opacity: 1;
}
.chapterImage .chapterTitle.fadeIn {
  opacity: 0;
}
.chapterImage .chapterTitle h1 {
  display: none;
}
.chapterImage .chapterTitle .chapterImgTitle {
  width: 100%;
}
.chapterImage .cityOverlay {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90vh;
  background-image: url(https://maddencdn.com/content/images/2024/buffalo_niagara/48-hours-in-buffalo/c0_hero_outline_lg.png);
  background-position: top center;
  background-size: cover;
}

.chapter {
  background: #fff url(https://maddencdn.com/content/images/2024/buffalo_niagara/48-hours-in-buffalo/bg.png) center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 501;
  overflow: hidden;
}
.chapter.c1 {
  background: #fff;
}
.chapter h2 {
  font-size: 1.5em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

section {
  position: relative;
  padding: 3em 5%;
  color: #384045;
  font-size: 1em;
  font-family: "Jost", sans-serif;
  margin: 0 auto;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.c1 {
  display: block;
  max-width: 1000px;
  font-size: 1.2em;
  font-weight: 700;
  color: #00468B;
}
section.c1 p:first-child::first-letter {
  color: #F7921E;
  font-weight: 700;
  font-size: 3em;
  line-height: 0.5;
}
section.c1 p {
  line-height: 1.8em;
}
section .author {
  font-size: 1.1em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #5EAEE0;
}
section .left_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .right_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .right_col .insider_tip {
  display: none;
}
section h3 {
  font-size: 8em;
  font-family: "Ganache", sans-serif;
  color: #00468B;
}
section h4 {
  font-size: 2.5em;
  font-family: "Ganache", sans-serif;
  color: #00468B;
  margin: 0;
}

.insider_tip {
  margin: 5em 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.insider_tip.fadeIn {
  opacity: 0;
}
.insider_tip .divider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -30px -10px -30px -10px;
}
.insider_tip .divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5EAEE0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.insider_tip .divider .dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5EAEE0;
  border-radius: 50%;
}
.insider_tip .divider .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7921E), to(#DB8119));
  background: linear-gradient(to bottom, #F7921E, #DB8119);
  position: relative;
  z-index: 5;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.insider_tip .divider .icon img {
  width: 100%;
}
.insider_tip p {
  padding-right: 100px;
}
.insider_tip strong {
  font-weight: 700;
  color: #00468B;
}

.pullquote {
  margin: 2em auto;
  text-align: center;
  position: relative;
  padding: 0 2em;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pullquote.fadeIn {
  opacity: 0;
}
.pullquote:before {
  content: "";
  display: block;
  background: url(https://maddencdn.com/content/images/2024/buffalo_niagara/48-hours-in-buffalo/icon-quote.png) no-repeat center;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.pullquote p {
  font-size: 2.5em;
  color: #5EAEE0;
  font-weight: 700;
}

.swiper {
  width: 100%;
  margin: 2em auto 3em auto;
  position: relative;
  overflow: visible !important;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 5;
  width: auto;
  text-wrap: nowrap;
  color: #fff;
  font-size: 0.9em;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 10px !important;
}
.swiper .caption:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 0 0 30px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #fff;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.4);
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-pagination {
  bottom: -25px !important;
}

.inlineShare {
  text-align: center;
  margin: 2em 0 0 0;
}
.inlineShare span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
}
.inlineShare a {
  text-decoration: none !important;
  background: none !important;
  display: inline-block;
  vertical-align: middle;
}
.inlineShare a img {
  width: 25px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 8px;
}
.inlineShare a:hover {
  background: none !important;
  text-decoration: none !important;
}

.mmFooter {
  display: block !important;
  z-index: 550;
}