@import url("https://use.typekit.net/yft7gck.css");


.navbar-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.content-card-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 17px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.content-card-body {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.content-card-category {
  margin-top: 0px;
}

.content-card-heading {
  margin-bottom: 5px;
  line-height: 1.2;
}

.featured-content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: 1px solid #bebfc1;
  background-image: url('../images/blog_teaser_feature_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
}

.featured-content-card-text-container {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 75px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  background-color: #fff;
}

.featured-cards-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fundy-tide-watch-card {
  display: block;
  margin: 0px 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #bebfc1;
  height: 100%;
}

.home-blog-left-container {
  width: 75%;
}

.home-blog-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.button {
  min-width: 153px;
  margin: 10px 0px;
  padding: 15px 20px;
  background-color: #F1C400;
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.button.white {
  min-width: 153px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 1px solid #F1C400;
  background-color: #fff;
  color: #F1C400;
  text-align: center;
}

.events-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/Screen-Shot-2018-03-02-at-3.37.50-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.events-teaser-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 195px;
  min-width: 100%;
  padding: 0px 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
}

.events-teaser-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  line-height:24px;
}

.events-teaser-date {
  margin-top: 0px;
  color: #fff;
}

.events-teaser-body-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.events-teaser-view-event {
  margin-bottom: 15px;
  padding-bottom: 2px;
  float: left;
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-slide-link-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.instagram-caption-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  background-image: -webkit-linear-gradient(270deg, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
}

.instagram-captions {
  position: relative;
  top: 50%;
  margin-left: 17px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: "korolev", sans-serif;
  color: #bcbcbc;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.newsletter-signup-container {
  background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.06766456582633051) 100%), url(/themes/custom/dsj/images/newsletter-bg.jpg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 497px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.newsletter-signup-heading {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
}

.newsletter-signup-block {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.newsletter-signup-block label{
  color: white;
}

/*.field-label {
  display: none;
}

.field-label-2 {
  display: none;
}*/

.text-field {
  width: 100%;
  border: 1px solid #bebfc1;
  font-family: "korolev", sans-serif;
  color: #989898;
  font-size: 14px;
  font-style: italic;
}

.text-field.body {
  width: 80%;
}

.text-field.membership {
  max-width: 280px;
  margin-left: 20px;
}

.text-field.third {
  width: 31%;
}

.text-field.half {
  width: 48%;
  margin-right: 0px;
}

.text-field.sja {
  width: auto;
  margin-top: 4px;
  margin-right: 20px;
}

.text-field-2 {
  width: 90%;
  border: 1px solid #bebfc1;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  font-style: italic;
}

.text-field-2.body {
  width: 80%;
}

.text-field-3 {
  width: 90%;
  border: 1px solid #bebfc1;
  font-family: "korolev", sans-serif;
  font-size: 14px;
  font-style: italic;
}

.text-field-3.body {
  width: 80%;
}

.checkbox-field {
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 12px;
}

.field-label-3 {
  width: 80%;
  line-height: 15px;
  font-weight: 400;
}

.saintawesome {
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 56px;
  line-height: 72px;
  font-style: normal;
  text-transform: none;
}

.saintawesome-hashtag {
  margin-right: 4px;
  padding-right: 0px;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 76px;
  line-height: 60px;
  font-style: italic;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1162px;
  min-height: 25px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #232528;
}

.footer-left-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-right-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-privacy-link {
  margin-top: 16px;
  font-family: "korolev", sans-serif;
  color: #676f76;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-logo {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.footer-info-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "korolev", sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: gray;
}

.footer-info-link {
  display: block;
  margin-top: 0px;
  margin-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "korolev", sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-right-info-group {
  margin-top: 28px;
}

.footer-info-text {
  font-family: "korolev", sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 24px;
}

.section-newsletter-signup {
  display: block;
  height: 497px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.saint-awesome-hero-text {
  margin-top: 24px;
  margin-bottom: 52px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 95px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.events-teaser-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  float: left;
  display: inline-block;
}
.events-teaser-link-block:last-child {
  float: none;
  display: inline-block;
}

.content-card-linked {
  width: calc(100% / 3 * 1);
  min-width: 200px;
  -webkit-box-flex: 0%;
  -webkit-flex-grow: 0%;
  -ms-flex-positive: 0%;
  flex-grow: 0%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #666a6e;
  text-decoration: none;
}

.featured-content-card-linked {
  width: calc(100% / 3 * 2);
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-decoration: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-4 {
  margin-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog-teaser-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tablet-blog-teaser-container-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 1031px;
  max-width: 1240px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  background-color: #232528;
}

.footer-logo-mobile {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.social-media-links-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.social-media-links-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bi-hero {
  margin-top: 0px;
  margin-left: 0px;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-weight: 500;
  /*text-align: center;*/
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1.2;
  max-width: 200px;
}

.things-to-do {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: block;
  width: 100%;
  margin-bottom: 204px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/events_hero_background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.navbar-clear.home-top {
  height: 95px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.bi-hero-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 1330px;
  margin-left: auto;
}

.bi-hero-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

@media (max-width: 1350px) {
  .bi-hero-header-block {
    padding-left: 10px;
  }
}

.home-slider-left-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider-arrow-image {
  position: static;
  display: block;
  width: 27px;
  height: 49px;
}

.home-slider-right-arrow {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  min-height: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  overflow: hidden;
  margin-right: 60px;
  margin-left: 60px;
}


.bi-hero-body-text {
  margin-top: 30px;
}

.events-hero-header-pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 41px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  align-items: center;
  -webkit-align-items: center;
}

.bi-hero-pictures-second-column {
  width: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.bi-hero-image-1 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: 5px 5px 5px 0px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.bi-hero-pictures-first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.bi-hero-image-3 {
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.bi-hero-image-3.events {
  width: 100%;
  max-height: 450px;
}

.tdd-icon-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1154px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.tdd-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  text-decoration: none;
  width: 100%;
}

.tdd-icon {
  position: relative;
  height: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.tdd-icon-text {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  align-items: center;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  max-width: 75%;
}

.tdd-icon-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.section-featured-cards {
  margin-bottom: 109px;
}

.content-card-brief {
  display: block;
  height: 310px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  border: 1px solid #bebfc1;
}

.content-card-brief-linked {
  min-height: 289px;
  margin: 10px;
  color: #666a6e;
  text-decoration: none;
}

.content-card-brief-image-container {
  display: block;
  height: 215px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex: 0 0 auto;
  background-image: url('../images/TDD_featured.png');
  background-size: cover;
}

.content-card-brief-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-color: #fff;
}

.content-card-brief-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 12px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  line-height: 19px;
}

.section-tdd-slider {
  margin-bottom: 109px;
}

.tdd-slider-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.tdd-slider-slide.first-slide {
  display: inline-block;
  background-image: none;
}

.tdd-slider-slide.second-slide {
  display: inline-block;
  background-image: none;
}

.tdd-slider-slide.fourth-slide {
  display: inline-block;
  background-image: none;
}

.tdd-slider-slide.third-slide {
  display: inline-block;
  background-image: none;
}

.tdd-slider-slide.fifth-slide {
  display: inline-block;
  background-image: none;
}

.tdd-slider {
  max-width: 1200px;
  min-height: 529px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.half-width-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hwtb-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
}

.home-hero-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-slider-heading {
  font-weight: 400;
  text-align: center;
}

.hwtb-body-text {
  padding-bottom: 22px;
  color: #8c9196;
}

.tdd-slider-slide-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 520px;
}

.slide-nav-4 {
  position: relative;
  bottom: 20%;
  width: 50%;
  float: right;
  clear: none;
}

.tdd-slider-image-block {
  width: 50%;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.tdd-slider-image-block.third-slide {
  background-position: 50% 50%;
}

.tdd-slider-image-block.fourth-slide {
  background-position: 50% 50%;
}

.tdd-slider-image-block.fifth-slide {
  background-position: 50% 50%;
}

.banner-hero {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/corporate_information_image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-hero.corporate-information {
  background-image: url('../images/corporate_hero.jpg');
}

.navbar-white-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.section-text-with-sidebar {
  margin-bottom: 40px;
}

.tws-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.tws-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  padding-right: 20px;
  padding-left: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}


p a,
.campaign-title-paragraph li a,
.title-and-paragraph a
{
  color: #F1C400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 250ms linear;

}


p a:hover,
.campaign-title-paragraph li a:hover,
.title-and-paragraph a:hover
{
  border-color: #F1C400;

}

.page-header {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: "korolev", sans-serif;
  line-height: 43px;
  font-weight: 700;
  text-transform: none;
}

.tws-single-image {
  display: block;
  width: 100%;
  max-width: 108%;
  margin: 15px 0px 15px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.black-sub-header {
  margin-bottom: 28px;
  font-family: "korolev", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}

.black-sub-header.large {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.file-download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 380px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 17px 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #bfbfbf;
  font-family: "korolev", sans-serif;
  color: #676f76;
  font-size: 18px;
  text-decoration: none;
}

.file-download-button-text {
  padding-right: 5px;
}

.file-download-button svg {
  width: 16px;
}

.file-download-button:hover svg #SyNUMCaJnG_S1tmCpJhf {
  -webkit-animation-name: SyNUMCaJnG_S1tmCpJhf_Animation;
  animation-name: SyNUMCaJnG_S1tmCpJhf_Animation;
}


.staff-card {
  display: block;
  width: 23%;
  min-height: 441px;
  margin: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #bebfc1;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.staff-card-linked {
  -webkit-box-flex: 0%;
  -webkit-flex-grow: 0%;
  -ms-flex-positive: 0%;
  flex-grow: 0%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  color: #666a6e;
  text-decoration: none;
}

.staff-card-image-container {
  display: block;
  max-height: 263px;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/staff_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tws-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 109px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staff-card-email-link {
  margin-bottom: 15px;
  padding-bottom: 2px;
  float: left;
  border-bottom: 1px solid #F1C400;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 74px;
  padding-bottom: 112px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f1f3f6;
}

.section-gray.last {
  padding-top: 0px;
}

.link-3 {
  color: #F1C400;
  text-decoration: none;
}

.board-card {
  display: block;
  width: 23%;
  min-height: 402px;
  margin: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #bebfc1;
}

.board-card-image-container {
  display: block;
  height: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/board_silhouette.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-teaser-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.board-card-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 17px 17px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-color: #fff;
}

.staff-card-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 17px 17px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-color: #fff;
}

.content-card-linked-mobile {
  min-width: 280px;
  -webkit-box-flex: 0%;
  -webkit-flex-grow: 0%;
  -ms-flex-positive: 0%;
  flex-grow: 0%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  color: #666a6e;
  text-decoration: none;
}

.staff-card-heading {
  margin-top: 17px;
  margin-bottom: 5px;
}

.background-image-hero {
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-hero.things-to-do {
  height: 140vh;
  margin-bottom: 200px;


  background-position: 50% 100%;
}

.background-image-hero.events {
  margin-bottom: 0px;
  background-position: 50% 100%;
  background-attachment: initial;
}

.background-image-hero.member-background {
  height: 95px;
  margin-bottom: 0px;
  background-image: url('../images/premium_member_background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-style: normal;
  text-align: center;
}

.bi-hero-header-pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.section-events-list {
  background-color: #f1f3f6;
}

.blue-heading-block-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 117px;
  margin-top: 0px;
  background-color: #F1C400;
}

.blue-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-heading-header {
  margin-top: 0px;
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: none;
}

.section-search-input {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px;
  border-bottom: 1px solid #fff;
  background: none;
  opacity: 1;
  font-family: "korolev", sans-serif;
  color: white;
  font-style: italic;
  font-weight: 400;
  box-sizing: border-box !important;
}

.section-search-input::-webkit-input-placeholder {
  color: white;
}

.section-search-input:-ms-input-placeholder {
  color: white;
}

.section-search-input::placeholder {
  color: white;
}

.section-search {
  display: block;
  width: 350px;
  margin-top: 34px;
  margin-right: 0px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KICAgICAgICA8ZyBpZD0iRmlsdGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5LjAwMDAwMCwgLTExMS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICAgICAgICA8ZyBpZD0iem9vbS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzAuMDAwMDAwLCAxMTIuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LDE5IEwxMy45MzMzMzMzLDEzLjkzMzMzMzMiIGlkPSJTaGFwZSI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4LjIzMzMzMzMzIiBjeT0iOC4yMzMzMzMzMyIgcj0iOC4yMzMzMzMzMyI+PC9jaXJjbGU+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  border: 0px;
}

.events-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.events-list-left-column {
  -webkit-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}

.events-list-right-column {
  -webkit-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
}

.events-list-date {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.events-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  margin-bottom: 20px;
  border: 1px solid #b7b7b7;
}

.events-list-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F1C400;
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}

.events-list-time-dash {
  margin-top: 7px;
  margin-bottom: 7px;
}

.events-list-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "korolev", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.events-list-event-name {
  margin-bottom: 0px;
  color: #545454;
  font-weight: 700;
}

.events-list-location {
  margin-top: 5px;
}

.events-list-day-container {
  margin-bottom: 40px;
}

.events-list-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 74px;
  padding-bottom: 70px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f1f3f6;
}

.events-list-filters {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.65px;
}

.events-list-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 55px -5px;
}

.events-list-category-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  height: 56px;
  margin-bottom: 15px;
  padding-left: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  background-image: url('../images/arts_events_icon.svg');
  background-position: 17px 50%;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  font-family: "korolev", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  margin: 5px;
}

.events-list-category-button:active {
  border-width: 2px;
  border-color: #F1C400;
  color: #F1C400;
  font-weight: 700;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.events-list-date-input {
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "korolev", sans-serif;
}

.events-list-date-input::-webkit-input-placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.events-list-date-input:-ms-input-placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.events-list-date-input::placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.bi-hero-image-2 {
  display: block;
  height: auto;
  width: 320px;
  margin: 5px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.section {
  margin-bottom: 109px;
}

.section.top-margin {
  margin-top: 109px;
}

.banner-hero-tall {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/food_drink_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 472px;
}

.banner-hero-tall.maps {
  background-image: url('../images/maps_banner_tall.jpg');
}

.banner-hero-tall.fundy {
  background-image: url('../images/fundy_banner.jpg');
}

.banner-hero-tall.blog {
  background-image: url('../images/blog_banner.jpg');
}

.banner-hero-heading {

  font-weight: 500;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size:115px;
  line-height: 115px;
}

.banner-hero-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.banner-hero-body-text {
  margin-top: 10px;
  color: #fff;
}

.four-images-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1154px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.four-images-text-block {
  width: 40%;
  margin-left: 100px;
}

.four-images-text-block h4 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  color:#F1C400;
  font-family: "korolev", sans-serif;
  text-transform: uppercase;
}

.four-images-picture-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.four-images-pictures-first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.four-images-pictures-first-column img:nth-child(1) {
  margin-top: -100px;
}

.four-images-pictures-second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.four-images-small {
  display: block;
  width: 50%;
  margin: 5px;
}

.four-images-left-bottom {
  display: block;
  width: 100%;
  margin: 5px;
}

.four-images-top-right {
  display: block;
  width: 100%;
  height: auto;
  margin: 5px;
}

.section-member-cards {
  margin-bottom: 0px;
  text-align: center;
}

.blue-heading-block-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 168px;
  margin-top: 45px;
  margin-bottom: 60px;
  background-color: #F1C400;
}

.blue-heading-block-tall-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.member-search {
  display: block;
  width: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPg0KICAgICAgICA8ZyBpZD0iRmlsdGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5LjAwMDAwMCwgLTExMS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICAgICAgICA8ZyBpZD0iem9vbS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzAuMDAwMDAwLCAxMTIuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LDE5IEwxMy45MzMzMzMzLDEzLjkzMzMzMzMiIGlkPSJTaGFwZSI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4LjIzMzMzMzMzIiBjeT0iOC4yMzMzMzMzMyIgcj0iOC4yMzMzMzMzMyI+PC9jaXJjbGU+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  border: 0px;
}

.form-block {
  margin-bottom: 0px;
}

.member-search-input {
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 45px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  background-image: url('../images/magnifying_glass.svg');
  background-position: 7px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  font-family: "korolev", sans-serif;
  color: #acbac8;
  font-style: italic;
  font-weight: 400;
}

.member-search-input::-webkit-input-placeholder {
  color: #acbac8;
}

.member-search-input:-ms-input-placeholder {
  color: #acbac8;
}

.member-search-input::placeholder {
  color: #acbac8;
}

.checkbox {
  border-radius: 0px;
}

.blue-heading-block-tall-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.four-images-body-text {
  padding-bottom: 22px;
  color: #8c9196;
}

.sidebar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 380px;
  margin-bottom: 20px;
  padding-bottom: 37px;
  border-bottom: 1px solid #bebfc1;
  color: #F1C400;
  line-height: 24px;
}

.sidebar-info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  font-family: "korolev", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.left-column-text {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 100px;
}

.sidebar-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-4 {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "korolev", sans-serif;
  color: #bebfc1;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.link-4 {
  border-bottom: 1px solid #F1C400;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.header-banner {
  width: 100%;
  min-height: 297px;
  margin-bottom: 50px;
  background-image: url('../images/Meeting-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2 {
  line-height: 43px;
}

.four-column-grid-item {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border: 1px none #bebfc1;
  text-decoration: none;
  width: 25%;
}

.four-column-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.four-column-grid {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-banner-facilities {
  width: 100%;
  min-height: 297px;
  margin-bottom: 50px;
  background-image: url('../images/Meeting-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232528;
}

.footer-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 250px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232528;
}

.banner-hero-travel {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/travel-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tws-single-image-travel {
  display: block;
  width: 100%;
  max-width: 108%;
  margin: 25px 0px 25px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.header-banner-festival {
  width: 100%;
  min-height: 297px;
  margin-bottom: 50px;
  background-image: url('../images/festival-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-hero-member {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/member-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.four-column-grid-item-image {
  max-height: 232px;
  background-image: url(../images/member_card_image.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.newsletter-signup-body-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.legal-label{
  font-size: 12px;

}

.newsletter-signup-form {
  max-width: 400px;
}

.four-column-grid-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 18px 20px;
  text-align: left;
  text-decoration: none;
  transition: border-color 250ms linear;
}

.four-images-grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f3f6;
}

.four-images-grey-box.no-backcolor {
  background: transparent;
}

.four-images-content-container.reverse-order .four-images-picture-block {
  order: 2;
  margin-left: 75px;
}

.section-four-image {
  padding-top: 90px;
  margin-bottom: 109px;
}

.member-tags {
  display: block;
  margin-top: 0px;
  margin-right: 15px;
  padding-bottom: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.member-header {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "korolev", sans-serif;
  line-height: 43px;
  font-weight: 900;
  text-transform: none;
}

.member-tag-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d7dade;
}

.tws-slider {
  width: 100%;
  min-height: 377px;
  margin-top: 15px;
  margin-bottom: 71px;
}

.tws-slider-slide {
  background-image: url('../images/member_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tws-slider-slide.second-slide {
  background-image: url('../images/member_video.jpg');
}

.tws-slider-slide.third-slide {
  background-image: url('../images/travle-body-image.jpg');
}

.tws-slider-slide.fourth-slide {
  background-image: url('../images/corporate_information_image.jpg');
}

.tws-slider-slide.fifth-slide {
  background-image: url('../images/festival-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tws-slider-slide.sixth-slide {
  background-image: url('../images/sports-header.jpg');
}

.slide-nav-5 {
  position: relative;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member-slider-arrow-left {
  display: block;
  margin: 170.5px 20px 168.5px 27px;
}

.member-slider-arrow-right {
  display: block;
  margin: 170.5px 27px 168.5px 34px;
}

.member-video {
  max-width: 794px;
  height: auto;
  margin: 15px auto 20px auto;
}

.member-map {
  width: 100%;
  margin-top: 20px;
}

.section-member-suggestions {
  padding-top: 73px;
  padding-bottom: 10px;
  background-color: #f1f3f6;
}

.body.premium-member {
  background-image: url('../images/premium_member_background_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-member-listing {
  max-width: 1154px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
}

.single-row-four-column-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 62px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-info-heading {
  margin-bottom: 23px;
  font-family: "korolev", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  font-weight: 900;
}

.member-website {
  margin-bottom: 19px;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  line-height: 19px;
  text-decoration: none;
}

.member-address {
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: "korolev", sans-serif;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-weight:500;
}

.member-blue-info-text {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.55px;
  text-decoration: none;
  font-weight: 500;
  max-width: 100%;
}

.member-blue-info-text.hours {
  position: static;
  left: 60px;
  margin-bottom: 15px;
  font-size: 16px;
}

.link-block-facebook {
  padding: 10px;
}

.link-block-twitter {
  padding: 10px 10px 10px 12px;
}

.image-10 {
  width: 26px;
}

.link-block-instagram {
  padding: 10px;
}

.link-block-yelp {
  margin: 0px 15px 0px 0px;
  padding: 0px;
}

.image-11 {
  margin-top: 7px;
}

.member-hours-day {
  display: inline-block;
  width: 95px;
}

.member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.member-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 70%;
  flex-basis: 70%;
}

.member-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.member-paragraph {
  margin-bottom: 30px;
  margin-left: 25%;
}

.div-block-17 {
  width: 70%;
  margin-left: 201px;
}

.member-info-block {
  margin-bottom: 30px;
}

.member-mobile-header {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member-header-logo {
  flex: 0 0 auto;
}

.member-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.member-logo {
  width: 100vw;
  max-width: 167px;
}

.empty-hero {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/events_hero_background2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-header-image {
  width: 100%;
  margin-bottom: 30px;
}

.member-left-column-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member-header-image-mobile {
  width: 100%;
  margin-bottom: 30px;
}

.jump-link-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 72px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F1C400;
  color: #fff;
  position: static;
}

.jump-link-nav.fixed {
  position: fixed;
  left: 0px;
  right: 0px;
}

.jump-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #6784a0;
  font-family: "korolev", sans-serif;
  color: #fff;
}

.jump-link.last {
  border-right-style: none;
}

.jump-link.first {
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 0px;
}

.jump-link.first.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.jump-link-nav-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1154px;
}

.maps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.maps-section-heading {
  font-family: "korolev", sans-serif;
  font-size: 38px;
  line-height: 43px;
  text-transform: none;
  color:#000;
  letter-spacing:0px;
}

.maps-left-column {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.maps-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.body-newsletter-signup-block {
  max-width: 1154px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-newsletter-signup-heading {
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.65px;
  text-transform: none;
}

.body-newsletter-signup-body-text {
  display: block;
  max-width: 400px;
  padding: 0px 10px 15px 0px;
  background-color: transparent;
  color: #8c9196;
  font-size: 14px;
  line-height: 16px;
}

.tdd-slider-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 77%;
  margin-top: 0px;
  padding-left: 70px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maps-info-centre-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mip-row {
  width: 100%;
  margin-top: 36px;
}

.mip-phone {
  font-family: "korolev", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
}

.mip-name {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
}

.mip-column {
  padding-right: 0px;
  padding-left: 0px;
}

.mip-address {
  margin-top: 14px;
  font-family: "korolev", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
}

.mip-hours {
  margin-top: 14px;
  font-family: "korolev", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.maps-two-column-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
}

.maps-two-column-flex-container.photo-left {
  margin-left: auto;
  max-width: 100%;
  justify-content: left;
}

.airport-text-block {
  max-width: 500px;
}

.div-block-19 {
  display: block;
  padding-right: 100px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.airport-text-block {
  display: block;
  padding: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 10px;
}

.section-cruise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f3f6;
}

.section-cruise .cruise-photo-column img {
  margin-top: -54px;
  margin-bottom: -54px;
}

.driving-container {
  width: 50%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.image-14 {
  min-width: 550px;
  width: 100%;
}

.map-2 {
  width: 100%;
}

.section-maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 59px;
  padding-bottom: 59px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f1f3f6;
}

.cruise-photo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 50%;
}

.cruise-text-block {
  display: block;
  width: 45%;
}

.paragraph-2 {
  width: 100%;
}

.body-3-image-combo-2 {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 385px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.body-3-image-combo-3 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 205px;
  margin: 5px;
}

.body-3-image-combo-1 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 385px;
  margin: 5px 5px 5px 0px;
}

.header-banner-event {
  width: 100%;
  min-height: 297px;
  margin-bottom: 50px;
  background-image: url('../images/event_detail_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.detail-header {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: "korolev", sans-serif;
  line-height: 43px;
  font-weight: 700;
  text-transform: none;
}

.gray-text-with-line-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d7dade;
}

.detail-page-subheader {
  display: block;
  margin-top: 0px;
  margin-right: 15px;
  padding-bottom: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.body-3-image-combo-first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.body-3-image-combo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.body-3-image-combo-second-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.link-5 {
  color: #F1C400;
  text-decoration: none;
}

.link-6 {
  color: #F1C400;
  text-decoration: none;
}

.date-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 233px;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.date-picker-placeholder-text {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.fundy-tide-watch-listings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fundy-tide-watch-day-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  min-width: 280px;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fundy-tide-watch-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232528;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.fundy-tide-watch-date.active {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #F1C400;
  color: #000;
  font-weight: 700;
}

.fundy-tide-watch-row-low {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.fundy-tide-watch-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "korolev", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.fundy-tide-watch-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "korolev", sans-serif;
  color: black;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.fundy-tide-watch-row-high {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f1f3f6;
}

.blog-filter-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-filter-link-block {
  font-family: "korolev", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
}

.blog-filter-link {
  padding: 10px;
}

.blog-filter-link:active {
  border-bottom: 1px solid #fff;
}

.high-tide-blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.high-tide-blog-container {
  max-width: 1154px;
  margin-right: auto;
  margin-left: auto;
}

.blog-card-linked {
  width: 25%;
  min-width: 200px;
  -webkit-box-flex: 0%;
  -webkit-flex-grow: 0%;
  -ms-flex-positive: 0%;
  flex-grow: 0%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #666a6e;
  text-decoration: none;
  padding: 10px;
}

.press-releases-content .blog-card-linked .content-card-text-container {
  position: relative;
  padding-bottom: 30px;
}

.press-releases-content .blog-card-linked .content-card-read-more {
  position: absolute;
  bottom: 15px;
  margin: 0px;
}

.press-releases-content .blog-card-linked .content-card-body {
  color: #676f76;
}

.blog-featured-card-linked {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-decoration: none;
  padding: 10px;
}

.button-holding-block {
  margin-top: 63px;
  margin-right: auto;
  margin-left: auto;
}

.section-blog-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 49px;
  padding-bottom: 66px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f1f3f6;
}

.lodging-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid none none;
  border-color: #d7dade;
  border-top-width: 1px;
}

.lodging-icon-link-block {
  padding: 5px;
}

.lodging-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lodging-icon-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lodging_icon_popup.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lodging-icon-popup-text {
  padding-bottom: 9px;
  font-family: "korolev", sans-serif;
  color: #d3d9df;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.77px;
}

.membership-application {
  margin-bottom: 80px;
}

.membership-application-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.business-type-radio-select {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: "korolev", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}

.custom-radio {
  padding-left: 15px;
}

.custom-radio.gray-checkbox {
  margin-bottom: 15px;
  padding-left: 33px;
  background-image: url('../images/gray_radio.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.custom-radio.gray-checkbox:active {
  color: #F1C400;
}

.membership-application-form {
  margin-top: 53px;
  margin-bottom: 62px;
}

.non-lodging-member-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  padding-bottom: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.non-lodging-member-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 459px;
  max-width: 338px;
  min-height: 459px;
  min-width: 318px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 30px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bfbfbf;
}

.non-lodging-member-card.active {
  max-width: 338px;
  border-width: 2px;
  border-color: #F1C400;
}

.membership-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  font-family: "korolev", sans-serif;
  color: #F1C400;
  font-size: 45px;
  line-height: 54px;
  font-weight: 300;
}

.membership-price.gray {
  color: #bebfc1;
}

.non-lodging-membership-features {
  margin-top: -5px;
  margin-bottom: 27px;
  font-family: "korolev", sans-serif;
  color: #bcbcbc;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.3px;
}

.centered {
  color: #8c9196;
  text-align: center;
}

.form-3-input-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-2-input-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.membership-signup-form-subsection {
  padding-top: 26px;
  padding-bottom: 36px;
  border-top: 1px solid #bebfc1;
}

.membership-signup-form-subsection.last {
  padding-top: 45px;
  padding-bottom: 0px;
}

.flex-div-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upgrade-membership-body {
  width: 48%;
}

.member-upgrade-list {
  width: 48%;
  margin-top: -5px;
  margin-bottom: 27px;
  font-family: "korolev", sans-serif;
  color: #676f76;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.red {
  color: #F1C400;
  text-decoration: none;
}

.advertising-opt-in-radio-select {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: "korolev", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}

.display-none {
  display: none;
}

.hotel-association-radio-select {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: "korolev", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}

.form-3 {
  width: 50%;
}

.hotel-association-yes {
  height: auto;
  margin-bottom: 22px;
  border: 1px solid #bfbfbf;
}

.almost-black {
  margin-bottom: 0px;
  padding: 31px 55px;
  color: #232528;
}

.equals-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gray {
  color: #bebfc1;
}

/*.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}*/

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap.page-wrapper {
  height: auto;
  max-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-4 {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.image-15 {
  margin-bottom: 31px;
}

.container {
  display: block;
  margin-top: 0px;
}

.search-input-2 {
  font-family: Merriweather, serif;
}

.search-input-2::-webkit-input-placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.search-input-2:-ms-input-placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.search-input-2::placeholder {
  font-family: "korolev", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
}

.search-page-content {
  margin-top: 60px;
  margin-bottom: 109px;
}

@media (max-width: 991px) {
  .image.color-logo {
    margin-top: 10px;
  }
  .four-images-content-container.reverse-order .four-images-picture-block {
    margin-left: 0px;
  }
  .nav-container {
    width: 100%;
  }
  .nav-container.clear {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    margin-right: -18px;
  }
  .menu-button.blue {
    margin-top: 10px;
  }
  .navbar-sticky.scroll {
    height: 85px;
  }
  .extra-nav-link-box {
    margin-top: 10px;
  }
  .search-button {
    margin-top: 10px;
  }
  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menubar-container {
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block.closebutton {
    float: none;
  }
  .hero-home {
    height: 80vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .bi-hero-content {
    width: 100%;
  }
  .navbar.home-top {
    height: 85px;
  }
  .section-blog-teaser {
    margin-bottom: 70px;
  }
  .content-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 7.5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-card-image-container {
    background-image: url('../images/blog_teaser_sample_image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-card-text-container {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .featured-content-card {
    height: auto;
    max-height: none;
    margin: 7.5px;
    background-position: 50% 50%;
  }
  .featured-content-card-text-container {
    position: static;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .featured-cards-container-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .fundy-tide-watch-card {
    margin: 7.5px;
    background-size: 100% 50%;
  }
  .fundy-tide-watch-heading {
    font-size: 35px;
    line-height: 43px;
  }
  .home-blog-left-container {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  .home-blog-right-container {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 100vh;
  }
  .button.white {
    padding-right: 30px;
    padding-left: 30px;
  }
  .events-teaser {
    height: 450px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: url('../images/Screen-Shot-2018-03-02-at-3.37.50-PM.png');
  }
  .section-events-teaser {
    margin-bottom: 70px;
  }
  .section-instagram-preview {
    margin-bottom: 70px;
  }
  .section-instagram-preview.padding-top {
    margin-top: 30px;
  }
  .mask-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .instagram-slider {
    margin-right: auto;
    margin-left: auto;
  }
  .newsletter-signup-block {
    margin-top: 34px;
  }
  .footer-left-content-container {
    margin-right: 0px;
  }
  .footer-logo {
    max-width: 70%;
  }
  .events-teaser-link-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .content-card-linked {
    height: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .featured-content-card-linked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-4 {
    position: static;
  }
  .div-block-13 {
    height: 100%;
  }
  .blog-teaser-container-div {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .tablet-blog-teaser-container-div-2 {
    width: 100%;
    height: auto;
    margin-top: 7.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo-mobile {
    max-width: 80%;
  }
  .bi-hero {
    font-size: 100px;
    line-height: 90px;
  }
  .things-to-do {
    margin-bottom: 112px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .navbar-clear.home-top {
    height: 85px;
  }
  .bi-hero-content-container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bi-hero-header-block {
    margin-right: 0px;
    padding-left: 0px;
  }
  .bi-hero-body-text {
    font-size: 16px;
    line-height: 22px;
  }
  .events-hero-header-pictures {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bi-hero-pictures-second-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
  }
  .bi-hero-image-1 {
    max-width: 250px;
  }
  .bi-hero-pictures-first-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 47%;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
  }
  .bi-hero-image-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bi-hero-image-3.events {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tdd-icon-box-container {
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tdd-icon-box {
    padding-bottom: 20px;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tdd-icon {
    width: 60%;
  }
  .section-featured-cards {
    margin-bottom: 100px;
  }
  .content-card-brief {
    height: auto;
    margin: 7.5px;
  }
  .content-card-brief-linked {
    min-height: 230px;
    margin: 5px 0px;
  }
  .content-card-brief-image-container {
    display: block;
    min-height: 180px;
    background-image: url('../images/TDD_featured.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-tdd-slider {
    margin-bottom: 24px;
  }
  .tdd-slider-slide.first-slide {
    background-size: 50%;
  }
  .tdd-slider {
    min-height: 285px;
  }
  .half-width-text-block {
    margin-bottom: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hwtb-body-text {
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .slide-nav-4 {
    bottom: 15%;
  }
  .banner-hero {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .navbar-white-top {
    height: 85px;
  }
  .section-text-with-sidebar {
    margin-bottom: 64px;
  }
  .tws-left-column {
    max-width: none;
  }
  .tws-right-column {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .staff-card {
    height: 475px;
    margin: 7.5px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .staff-card-linked {
    height: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .staff-card-image-container {
    background-image: url('../images/staff_photo.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .tws-container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section-gray {
    padding-top: 34px;
    padding-bottom: 82px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .board-card {
    height: auto;
    min-height: 475px;
    margin: 7.5px;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .board-card-image-container {
    background-image: url('../images/board_silhouette.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .events-teaser-container-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-card-linked-mobile {
    height: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .background-image-hero {
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .background-image-hero.things-to-do {
    height: 85vh;
    margin-bottom: 141px;
  }
  .background-image-hero.events {
    background-position: 50% 0px;
  }
  .section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .bi-hero-header-pictures {
    height: auto;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .blue-heading-block-short {
    height: 100px;
  }
  .section-search-input {
    padding-left: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 325px;
    margin-top: 30px;
    margin-bottom: 37px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .events-list-container {
    margin-top: 44px;
  }
  .events-list-grey {
    padding-top: 34px;
    padding-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events-list-category-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .bi-hero-image-2 {
    max-height: 450px;
    max-width: 200px;
  }
  .section {
    margin-bottom: 100px;
  }
  .section.visitor-packet {
    margin-bottom: 80px;
  }
  .section.top-margin {
    margin-top: 90px;
    margin-bottom: 80px;
  }
  .banner-hero-tall {
    margin-bottom: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 300px;
    padding: 0px 10px;
  }
  .banner-hero-tall.maps {
    margin-bottom: 0px;
  }
  .banner-hero-tall.fundy {
    margin-bottom: 0px;
  }
  .banner-hero-tall.blog {
    margin-bottom: 0px;
  }
  .banner-hero-heading {
    font-size: 32px;
    line-height: 38px;
  }
  .banner-hero-body-text {
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .four-images-picture-block {
    overflow: visible;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .four-images-pictures-first-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .four-images-pictures-second-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-small {
    max-width: 250px;
  }
  .four-images-left-bottom {
    max-width: 250px;
  }
  .four-images-top-right {
    max-width: 250px;
  }
  .section-member-cards {
    margin-bottom: 0px;
  }
  .blue-heading-block-tall {
    height: 168px;
    margin-bottom: 40px;
  }
  .blue-heading-block-tall-bottom-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .member-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 325px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .member-search-input {
    padding-left: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-body-text {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .left-column-text {
    padding-left: 0px;
  }
  .four-column-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .four-column-grid-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0px;
  }
  .four-column-grid {
    max-width: 100%;
  }
  .header-banner-facilities {
    margin-bottom: 0px;
  }
  .banner-hero-travel {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .header-banner-festival {
    margin-bottom: 0px;
  }
  .banner-hero-member {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .section-four-image {
    margin-bottom: 70px;
  }
  .member-header {
    margin-bottom: 15px;
  }
  .member-tag-block {
    margin-bottom: 15px;
  }
  .tws-slider {
    margin-top: 10px;
    margin-bottom: 51px;
  }
  .member-video {
    margin-bottom: 30px;
  }
  .member-map {
    margin-top: 20px;
  }
  .body.premium-member {
    background-repeat: no-repeat;
  }
  .section-member-listing {
    margin-bottom: 52px;
  }
  .single-row-four-column-grid {
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .member-reviews {
    margin-bottom: 0px;
  }
  .link-block-tripadvisor {
    padding-left: 10px;
  }

  .member-paragraph {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .member-hours-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .member-info-block.one-column {
    width: auto;
  }

  .empty-hero {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .member-header-image-mobile {
    margin-bottom: 55px;
  }
  .jump-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .jump-link.first {
    font-size: 14px;
    line-height: 22px;
  }
  .jump-link-nav-menu {
    display: block;
  }
  .maps-container {
    padding: 0px 10px;
  }
  .driving-container {
    padding: 0px 10px;
    width: 100%;
  }
  .maps-left-column {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .maps-right-column {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .tdd-slider-text-block {
    height: 85%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-19 {
    padding-right: 0px;
    flex-basis: 50%;
  }
  .airport-text-block {
    padding-left: 40px;
    flex-basis: 50%;
  }
  .image-13 {
    min-width: 400px;
  }
  .div-block-21 {
    margin-left: 0px;
  }
  .image-14 {
    min-width: 400px;
  }
  .section-maps {
    padding-top: 59px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .cruise-photo-column {
    padding-left: 0px;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 50%;
  }
  .cruise-text-block {
    padding-right: 0px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 50%;
  }
  .body-3-image-combo-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .body-3-image-combo-3 {
    max-width: 205px;
  }
  .body-3-image-combo-1 {
    max-width: 385px;
  }
  .header-banner-event {
    margin-bottom: 0px;
  }
  .gray-text-with-line-block {
    margin-bottom: 15px;
  }
  .body-3-image-combo-first-column {
    -webkit-box-flex: 47%;
    -webkit-flex: 47%;
    -ms-flex: 47%;
    flex: 47%;
  }
  .body-3-image-combo-container {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .body-3-image-combo-second-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
  }
  .fundy-tide-watch-day-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-filter-link-container {
    width: 40%;
  }
  .blog-card-linked {
    height: auto;
    min-width: 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .blog-featured-card-linked {
    width: 48%;
  }
  .button-holding-block {
    margin-top: 53px;
  }
  .section-blog-home {
    padding-top: 34px;
    padding-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .membership-signup-form-block {
    padding-bottom: 10px;
  }
  .membership-signup-form-subsection {
    padding-bottom: 26px;
  }
  .membership-signup-form-subsection.last {
    padding-top: 26px;
  }
  .hotel-association-yes {
    margin-bottom: 26px;
  }
  .almost-black {
    margin-bottom: 0px;
  }
  .utility-page-content {
    margin-top: 85px;
  }
  .search-page-content {
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .four-images-text-block {
    margin-left: 30px;
  }
  .blue-heading-block-tall-container {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .member-container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: column;
  }
  .member-right-column {
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .member-right-column.align-left {
    margin-left: 24%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .member-info-block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .member-header-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .member-mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tablet-blog-teaser-container-div-2 {
    max-height: 100%;
    max-width: 100%;
  }
  .four-images-text-block {
    margin-left: 0px;
  }
  .image.white-logo {
    margin-top: 16px;
  }
  .image.color-logo {
    margin-top: 16px;
  }
  .nav-link.dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.top-bar {
    float: right;
  }
  .nav-container {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    margin-top: 12px;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    display: inline-block;
    padding-left: 0px;
  }
  .nav-menu {
    max-height: 620px;
  }
  .search-input.blog {
    margin-top: 1px;
  }
  .search {
    max-width: 326px;
    min-width: 300px;
    margin-top: 23px;
    margin-bottom: 20px;
  }
  .search.blog {
    min-height: 50px;
    margin-top: -10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block.social.twitter {
    width: 40px;
    background-image: url('../images/logo-twitter-x.svg');
    background-position: 50% 50%;
    background-size: 20px;
  }
  .link-block.social.instagram {
    width: 40px;
    background-image: url('../images/logo-instagram.svg');
    background-position: 50% 50%;
    background-size: 20px;
  }
  .link-block.social.facebook {
    width: 40px;
    background-image: url('../images/logo-fb.svg');
    background-position: 50% 50%;
    background-size: 13px;
  }
  .link-block.social.youtube {
    width: 40px;
    background-image: url('../images/logo-youtube.svg');
    background-position: 50% 50%;
    background-size: 22px;
  }
  .link-block.social.tiktok {
    width: 40px;
    background-image: url('../images/logo-tiktok.svg');
    background-position: 50% 50%;
    background-size: 22px;
  }
  .hero-home {
    height: 70vh;
  }
  #widget-container-1774,
  #widget-container-1776 {
    margin-bottom: 54px;
  }
  .bi-hero-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-blog-teaser {
    margin-bottom: 54px;
  }
  .content-wrapper.member {
    margin-top: 10px;
  }
  .content-wrapper.member.white-top {
    margin-top: 20px;
  }
  .content-card {
    margin: 5px;
  }
  .content-card-image-container {
    background-image: url('../images/fries.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .content-card-text-container {
    height: 55%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-card-body {
    color: #807575;
    font-size: 18px;
    line-height: 24px;
  }
  .content-card-heading {
    margin-top: 12px;
    font-size: 22px;
    line-height: 20px;
  }
  .featured-content-card {
    margin-right: 5px;
    background-repeat: no-repeat;
  }
  .featured-content-card.blog {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .featured-content-card-text-container {
    height: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .featured-cards-container-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .fundy-tide-watch-card {
    margin-left: 5px;
  }
  .fundy-tide-watch-heading {
    margin-top: 15px;
  }
  .home-blog-left-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button {
    padding: 11px 16px;
    float: none;
    font-size: 12px;
    line-height: 15px;
  }
  .button.white {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .button.white.member-card {
    display: block;
  }
  .button.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 153px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .button.newsletter-signup {
    border: 1px solid #fff;
    background-color: #F1C400;
  }
  .events-teaser {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .events-teaser-text-block {
    width: 100%;
    min-height: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .events-teaser-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .events-teaser-date {
    margin-top: 5px;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 16px;
  }
  .events-teaser-body-text {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
  }
  .section-events-teaser {
    margin-bottom: 44px;
  }
  .section-instagram-preview {
    margin-bottom: 104px;
  }
  .section-instagram-preview.padding-top {
    margin-top: 20px;
  }
  .instagram-slider-slide {
    width: 47%;
    height: 100%;
  }
  .text-field.sja {
    margin-right: 15px;
  }
  .footer-privacy-link {
    margin-top: 32px;
    color: #a8a8a8;
  }
  .footer-info-label {
    margin-top: 32px;
  }
  .footer-info-link.red {
    color: #F1C400;
  }
  .footer-info-text.black {
    color: #000;
  }
  .saint-awesome-hero-text {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 110px;
    line-height: 75px;
    letter-spacing: 2px;
  }
  .events-teaser-link-block {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .french-mobile-menu-link {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #fff;
    text-decoration: none;
  }
  .image-7 {
    margin-top: 0px;
  }
  .tablet-blog-teaser-container-div-2 {
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mobile-content-card-category {
    margin-top: 0px;
    font-family: "korolev", sans-serif;
    color: #ababab;
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-content-card-category.white {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(90deg, #232528, transparent);
    background-image: linear-gradient(0deg, #232528, transparent);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .footer-mobile {
    width: 100%;
    padding: 20px 10px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo-mobile {
    max-width: 250px;
  }
  .social-media-links-footer-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 32px;
  }
  .social-media-links-menu {
    margin-top: 27px;
  }
  .bi-hero {
    margin-top: 25px;
    margin-bottom: 50px;
    letter-spacing: 2px;
  }
  .things-to-do {
    height: 50vh;
    margin-bottom: -10px;
  }
  .bi-hero-content-container {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: block;
    margin: 0px;
  }
  .events-hero-header-pictures {
    display: none;
  }
  .bi-hero-header-block {
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: block;
  }
  .bi-hero-body-text {
    margin-top: 10px;
  }
  .events-hero-header-pictures {
    margin-left: 17px;
  }
  .bi-hero-image-1 {
    max-width: 180px;
    margin-left: 0px;
  }
  .bi-hero-pictures-first-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tdd-icon-box-container {
    margin-top: 28px;
  }
  .tdd-icon-box {
    max-height: 120px;
    min-width: 100px;
    margin: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    height: 230px;
  }
  .tdd-icon {
    width: 60%;
  }
  .tdd-icon-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .section-featured-cards {
    margin-bottom: 84px;
  }
  .content-card-brief {
    margin: 5px;
  }
  .content-card-brief-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/fries.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .content-card-brief-text-container {
    height: 55%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-card-brief-heading {
    margin-top: 0px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .section-tdd-slider {
    margin-bottom: 40px;
  }
  .hwtb-heading {
    margin-bottom: 10px;
  }
  .home-hero-heading {
    width: 80%;
  }
  .slide-nav-4 {
    bottom: 30%;
  }
  .banner-hero {
    height: 30vh;
  }
  .section-text-with-sidebar {
    margin-bottom: 44px;
  }
  .tws-left-column {
    display: block;
  }
  .tws-right-column {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-header {
    margin-top: 0px;
  }
  .file-download-button-text {
    font-size: 16px;
    line-height: 25px;
    padding-right: 5px;
  }
  .staff-card {
    width: 45%;
    /*min-height: 550px;*/
    min-width: 240px;
    margin: 5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .card-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff-card-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/staff_photo.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .tws-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-gray {
    padding-top: 4px;
    padding-bottom: 44px;
  }
  .board-card {
    min-height: 550px;
    min-width: 240px;
    margin: 5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .board-card-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/board_silhouette.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .board-card-text-container {
    height: 40%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff-card-text-container {
    height: 40%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-card-linked-mobile {
    min-width: 200px;
  }
  .staff-card-heading {
    margin-top: 17px;
    font-size: 22px;
    line-height: 20px;
  }
  .background-image-hero {
    display: block;
    margin-bottom: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .background-image-hero.things-to-do {
    height: 60vh;
    margin-bottom: 70px;
  }
  .section-heading {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .bi-hero-header-pictures {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 11px;
  }
  .blue-heading-block-short {
    height: auto;
    min-height: 120px;
  }
  .blue-heading-container.blog {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blue-heading-header {
    font-size: 28px;
    line-height: 32px;
  }
  .section-search {
    width: 275px;
    margin: 0;
  }
  .events-list-container {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .events-list-left-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0px 10px;
  }
  .events-list-right-column {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0px 10px;
  }
  .events-list-grey {
    padding-bottom: 0px;
  }
  .events-list-filters {
    margin-bottom: 15px;
  }
  .events-list-categories {
    margin: 0px 0px 12px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .events-list-category-button {
    width: 49%;
    height: 56px;
    border-top: 0px;
    margin: 0px;
  }
  .events-list-category-button:nth-child(1) {
    border-top: 1px solid #bfbfbf;
  }
  .date-picker {
    display: flex;
  }
  .bi-hero-image-2 {
    max-height: auto;
    max-width: 100px;
    margin-left: 0px;
  }
  .section {
    margin-bottom: 84px;
  }
  .section.visitor-packet {
    margin-bottom: 34px;
  }
  .section.top-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner-hero-tall {
    margin-bottom: 54px;
    height: 200px;
  }
  .banner-hero-heading {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
  }
  .banner-hero-header-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .banner-hero-body-text {
    margin-top: 10px;
    line-height: 16px;
  }
  .four-images-content-container {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .four-images-text-block {
    width: 100%;
    margin-bottom: 0px;
  }
  .four-images-body-text {
    margin-top: 20px;
  }
  .four-images-body-text p {
    margin: 0px;
  }
  .four-images-picture-block {
    width: 65%;
    margin-bottom: 10px;
  }
  .four-images-pictures-first-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-small {
    max-width: 180px;
    margin-left: 5px;
  }
  .four-images-left-bottom {
    max-width: 180px;
    margin-left: 0px;
  }
  .four-images-top-right {
    max-width: 180px;
    margin-left: 5px;
  }
  .section-member-cards {
    margin-bottom: 54px;
  }
  .blue-heading-block-tall {
    height: 135px;
  }
  .blue-heading-block-tall-bottom-row {
    height: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .member-search {
    width: 275px;
    margin-top: 23px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .blue-heading-block-tall-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .four-images-body-text {
    padding-bottom: 0px;
  }
  .left-column-text {
    padding-left: 0px;
  }
  .four-column-grid-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .four-column-grid {
    max-width: 100%;
  }
  .header-banner-facilities {
    margin-bottom: 0px;
  }
  .footer {
    display: none;
  }
  .footer-home {
    display: none;
  }
  .banner-hero-travel {
    height: 30vh;
  }
  .banner-hero-member {
    height: 30vh;
  }
  .newsletter-signup-body-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .four-column-grid-heading {
    margin-top: 0px;
    font-size: 18px;
  }
  .section-four-image {
    margin: 0px;
  }
  .member-tags {
    padding-bottom: 5px;
  }
  .member-header {
    margin-top: 0px;
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 38px;
  }
  .member-tag-block {
    margin-bottom: 26px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tws-slider {
    min-height: 160px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .member-slider-arrow-left {
    margin-top: 135.5px;
  }
  .member-slider-arrow-right {
    margin-top: 135.5px;
  }
  .member-video {
    margin-top: 30px;
  }
  .member-map {
    max-height: 285px;
    margin-top: 30px;
  }
  .section-member-suggestions {
    padding-top: 53px;
    padding-bottom: 0px;
  }
  .section-member-listing {
    margin-bottom: 42px;
  }
  .member-blue-info-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.35px;
  }
  .member-blue-info-text.hours {
    font-size: 16px;
    line-height: 20px;
  }
  .member-reviews {
    margin-bottom: 0px;
  }
  .member-hours-day {
    width: 85px;
  }
  .member-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .member-left-column {
    display: block;
  }
  .member-paragraph {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0%;
    font-size: 14px;
    line-height: 22px;
  }
  /*.member-info-block {
    width: 45%;
  }*/
  .member-mobile-header {
    margin-right: auto;
    margin-left: auto;
  }
  .member-header-logo {
    margin-bottom: 20px;
  }
  .empty-hero {
    display: block;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jump-link-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
  }
  .jump-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .jump-link.first {
    font-size: 12px;
    line-height: 16px;
  }
  .jump-link-nav-menu {
    display: block;
    margin: 0 auto;
    padding: 5px 2px; /* links have 8px so 8px - 10px */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
  }
  .maps-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maps-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .body-newsletter-signup-body-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
  }
  .tdd-slider-text-block {
    height: 70%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .maps-info-centre-block {
    margin-bottom: 44px;
  }
  .mip-row {
    margin-top: 16px;
  }
  .maps-two-column-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maps-two-column-flex-container.photo-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maps-two-column-flex-container.photo-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .div-block-19 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .airport-text-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding: 0px 10px;
  }
  .section-cruise {
    padding-bottom: 60px;
  }
  .image-13 {
    min-width: 200px;
    margin-top: 0px;
    margin-bottom: -72px;
  }
  .section-maps {
    padding-top: 20px;
    padding-bottom: 54px;
  }
  .cruise-photo-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cruise-text-block {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .body-3-image-combo-2 {
    max-width: 300px;
  }
  .body-3-image-combo-3 {
    max-width: 150px;
    margin-left: 0px;
  }
  .body-3-image-combo-1 {
    max-width: 300px;
    margin-left: 0px;
  }
  .detail-header {
    margin-top: 0px;
  }
  .gray-text-with-line-block {
    margin-bottom: 26px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-page-subheader {
    padding-bottom: 5px;
  }
  .body-3-image-combo-first-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .body-3-image-combo-container {
    margin-left: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body-3-image-combo-second-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fundy-tide-watch-listings {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-filter-link-container {
    width: auto;
    margin: 10px -20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .blog-filter-link {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .high-tide-blog-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-card-linked {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-holding-block {
    margin-top: 23px;
  }
  .section-blog-home {
    padding-top: 4px;
    padding-bottom: 44px;
  }
  .membership-application-container {
    max-width: 600px;
  }
  .business-type-radio-select {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-radio.gray-checkbox {
    padding-bottom: 1px;
  }
  .non-lodging-member-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .non-lodging-member-card {
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .membership-price {
    font-size: 36px;
    line-height: 45px;
  }
  .advertising-opt-in-radio-select {
    font-size: 16px;
    line-height: 20px;
  }
  .hotel-association-radio-select {
    font-size: 16px;
    line-height: 20px;
  }
  .hotel-association-select {
    line-height: 20px;
  }
  .utility-page-form {
    min-height: 300px;
    margin-top: 85px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-16 {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 1180px) {
  .banner-hero-header-block {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 1450px) {
  .DayPickerInput-Overlay {
    left: -130px !important;
  }
}

@media (max-width: 479px) {
  .image.white-logo {
    display: block;
    padding-left: 0px;
    float: none;
  }
  .image.color-logo {
    display: block;
    margin-top: 12px;
    padding-left: 0px;
  }
  .nav-link.dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
  }
  .nav-container {
    display: block;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-container.clear {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-button {
    position: static;
    display: block;
    margin-top: 16px;
    margin-right: -18px;
    margin-bottom: 11px;
    padding-right: 18px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.blue {
    margin-top: 15px;
    margin-right: -19px;
    margin-bottom: 11px;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding-left: 0px;
  }
  .brand.w--current {
    display: inline-block;
    width: 70%;
    margin-top: 0px;
    padding-left: 0px;
  }
  .navbar-sticky.scroll {
    height: 85px;
  }
  .extra-nav-link-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: -17px;
    float: right;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 610px;
  }
  .search-button {
    display: none;
  }
  .search-input.blog {
    padding-left: 40px;
  }
  .search {
    height: 7vh;
    margin-top: 26px;
  }
  .div-block.closebutton {
    width: 60px;
    margin-top: 26px;
    margin-right: -15px;
  }
  .bi-hero-content {
    overflow: visible;
    margin-top: 0px;
  }
  .navbar.home-top {
    height: 85px;
  }
  .section-blog-teaser {
    margin-bottom: 44px;
  }
  .content-card {
    min-height: 226px;
    margin: 0px 0px 10px 0px;
  }
  .content-card-image-container {
    height: 60%;
    min-height: 90px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content-card-text-container {
    height: 50%;
    padding-bottom: 5px;
    padding-left: 12px;
  }
  .content-card-body {
    padding-top: 5px;
    font-size: 12px;
    line-height: 17px;
  }
  .content-card-heading {
    margin-top: 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .featured-content-card {
    height: 100%;
    min-height: 300px;
    margin: 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .featured-content-card.blog {
    max-height: 404px;
    min-height: 226px;
    margin-right: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .featured-content-card-text-container {
    max-height: 75px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .featured-cards-container-div {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .fundy-tide-watch-heading {
    font-size: 19px;
    line-height: 21px;
  }
  .home-blog-left-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.white {
    padding: 10px 15px;
  }
  .button.blue {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
  }
  .events-teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 226px;
    margin-right: 20px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }
  .events-teaser-text-block {
    padding-right: 17px;
    padding-left: 17px;
  }
  .events-teaser-title {
    font-size: 14px;
    line-height: 17px;
  }
  .events-teaser-date {
    font-size: 9px;
    line-height: 11px;
  }
  .events-teaser-body-text {
    font-size: 14px;
    line-height: 21px;
  }
  .div-block-11 {
    margin-top: 26px;
  }
  .section-events-teaser {
    margin-bottom: 24px;
  }
  .section-instagram-preview {
    overflow: hidden;
  }
  .section-instagram-preview.padding-top {
    margin-top: 0px;
  }
  .newsletter-signup-container {
    min-height: 395px;
    padding: 0px 10px;
  }
  .newsletter-signup-heading {
    margin-top: 0px;
  }
  .newsletter-signup-block {
    width: 250px;
  }
  .text-field {
    width: 100%;
  }
  .text-field.body {
    width: 90%;
  }
  .text-field.membership {
    max-width: 190px;
  }
  .text-field.third {
    width: 100%;
  }
  .text-field.half {
    width: 100%;
  }
  .text-field-2 {
    height: 50px;
  }
  .text-field-2.body {
    width: 90%;
    height: auto;
  }
  .text-field-3.body {
    width: 90%;
  }
  .saintawesome {
    font-size: 40px;
  }
  .saintawesome-hashtag {
    font-size: 50px;
    line-height: 65px;
  }
  .section-newsletter-signup {
    height: auto;
  }
  .saint-awesome-hero-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 55px;
    letter-spacing: 2px;
  }
  .events-teaser-link-block {
    width: 100%;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .content-card-linked {
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .image-5 {
    display: none;
  }
  .french-mobile-menu-link {
    display: block;
    padding-top: 0px;
    border-top: 1px solid #fff;
  }
  .image-6 {
    display: block;
  }
  .image-7 {
    display: block;
    margin-top: 0px;
  }
  .blog-teaser-container-div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tablet-blog-teaser-container-div-2 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-content-card-category {
    font-size: 11px;
  }
  .mobile-content-card-category.white {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-image: -webkit-linear-gradient(90deg, #232528 4%, transparent 93%);
    background-image: linear-gradient(0deg, #232528 4%, transparent 93%);
  }
  .footer-logo-mobile {
    max-width: 250px;
  }
  .bi-hero {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 6px;
    letter-spacing: 2px;
  }
  .things-to-do {
    height: 40vh;
  }
  .navbar-clear.home-top {
    height: 85px;
  }
  .bi-hero-content-container {
    margin: 0vh auto 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bi-hero-header-block {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .bi-hero-body-text {
    margin-top: 5px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .events-hero-header-pictures {
    margin-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }
  .bi-hero-pictures-second-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .bi-hero-image-1 {
    max-width: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bi-hero-pictures-first-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
  }
  .bi-hero-image-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tdd-icon-box-container {
    overflow: visible;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tdd-icon-box {
    width: 100%;
    min-height: 80px;
    margin: 5px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .tdd-icon {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .tdd-icon-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 14px;
    line-height: 17px;
  }
  .section-featured-cards {
    margin-bottom: 44px;
  }
  .content-card-brief {
    margin: 3.75px auto;
  }
  .content-card-brief-linked {
    display: block;
    margin: 10px 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .content-card-brief-image-container {
    height: 40%;
  }
  .content-card-brief-text-container {
    height: 60%;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
  }
  .content-card-brief-heading {
    margin-top: 0px;
    font-size: 16px;
    line-height: 19px;
  }
  .tdd-slider-slide.first-slide {
    position: relative;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }
  .tdd-slider-slide.second-slide {
    position: relative;
    display: inline-block;
  }
  .tdd-slider-slide.fourth-slide {
    display: inline-block;
  }
  .tdd-slider-slide.third-slide {
    display: inline-block;
  }
  .tdd-slider-slide.fifth-slide {
    display: inline-block;
  }
  .mask-3 {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tdd-slider {
    height: 460px;
    clear: none;
  }
  .half-width-text-block {
    width: 100%;
    height: 50%;
  }
  .hwtb-heading {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-hero-heading {
    width: 90%;
  }
  .tdd-slider-slide-content-div {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .slide-nav-4 {
    position: absolute;
    bottom: 5%;
    display: inline-block;
    width: 100%;
  }
  .tdd-slider-image-block {
    width: 100%;
    height: 50%;
    background-position: 50% 100%;
  }
  .tdd-slider-image-block.second-slide {
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-size: auto;
  }
  .banner-hero {
    height: 25vh;
  }
  .navbar-white-top {
    display: block;
  }
  .tws-right-column {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .file-download-button {
    min-width: 250px;
  }
  .staff-card {
    /*min-height: 550px;*/
    margin: 3.75px;
  }
  .staff-card-image-container {
    height: 70%;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tws-container {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-gray {
    display: block;
    padding-bottom: 40px;
  }
  .board-card {
    min-height: 500px;
    margin: 3.75px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .board-card-image-container {
    height: 70%;
    min-width: 1px;
  }
  .events-teaser-container-div {
    display: block;
  }
  .board-card-text-container {
    height: 30%;
    padding-bottom: 5px;
    padding-left: 12px;
  }
  .staff-card-text-container {
    height: 30%;
    padding-bottom: 5px;
    padding-left: 12px;
  }
  .content-card-linked-mobile {
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .staff-card-heading {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }
  .background-image-hero {
    margin-bottom: 64px;
  }
  .background-image-hero.things-to-do {
    height: auto;
    margin-bottom: 221px;
  }
  .section-heading {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 27px;
  }
  .bi-hero-header-pictures {
    margin: 0px auto 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blue-heading-block-short {
    height: auto;
  }
  .blue-heading-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 10px;
  }
  .blue-heading-container.blog {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .blue-heading-header {
    font-size: 28px;
  }
  .section-search-input {
    padding-left: 45px;
  }
  .section-search {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .events-list-time {
    font-size: 12px;
    line-height: 15px;
  }
  .events-list-link-box {
    padding-right: 10px;
    padding-left: 15px;
  }
  .events-list-event-name {
    font-size: 16px;
    line-height: 20px;
  }
  .events-list-grey {
    display: block;
  }
  .events-list-category-button {
    width: 100%;
    height: 43px;
  }
  .bi-hero-image-2 {
    max-width: 70px;
    margin-right: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section {
    margin-bottom: 44px;
  }
  .section.visitor-packet {
    margin-bottom: 29px;
  }
  .section.top-margin {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .banner-hero-tall {
    margin-bottom: 0px;
  }
  .banner-hero-header-block {
    width: 100%;
    min-height: auto;
    padding: 0px 10px;
    height: 100%;
  }

  .banner-hero-body-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-content-container {
    overflow: visible;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .four-images-text-block {
    width: 100%;
    padding: 0px 10px;
  }
  .four-images-pictures-first-column {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-pictures-second-column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .four-images-small {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-left-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .four-images-top-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-member-cards {
    margin-bottom: 44px;
  }
  .blue-heading-block-tall {
    height: 200px;
  }
  .blue-heading-block-tall-bottom-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .member-search {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: auto;
    padding-right: 0px;
  }
  .category-select {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-block {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .member-search-input {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-bottom: 16px;
    padding-left: 45px;
  }
  .blue-heading-block-tall-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .heading {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .left-column-text {
    padding-left: 0px;
  }
  .four-column-grid-item {
    display: block;
  }
  .four-column-grid-container {
    display: block;
  }
  .banner-hero-travel {
    height: 25vh;
  }
  .banner-hero-member {
    height: 25vh;
  }
  .newsletter-signup-body-text {
    font-size: 14px;
    line-height: 21px;
  }
  .four-column-grid-heading {
    margin-top: 0px;
    font-size: 16px;
    line-height: 19px;
  }
  .form-2 {
    margin-top: 10px;
  }
  .member-tag-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tws-slider {
    max-height: 250px;
    margin-bottom: 50px;
  }
  .tws-slider-slide {
    height: 250px;
  }
  .member-map {
    max-height: 250px;
    margin-top: 30px;
  }
  .section-member-suggestions {
    padding-top: 33px;
    padding-bottom: 0px;
  }
  .single-row-four-column-grid {
    display: block;
  }

  .member-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .member-right-column {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .member-right-column.align-left {
    margin-left: 0%;
  }
  .member-paragraph {
    margin-left: 0%;
  }
  .member-hours-block {
    margin-top: -1px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .member-info-block {
    width: 100%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .member-mobile-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .member-header-logo {
    width: 30%;
  }
  .member-header-text {
    width: 100%;
  }
  .empty-hero {
    margin-bottom: 0px;
  }
  .member-header-image-mobile {
    margin-bottom: 45px;
    height: auto;
  }
  .maps-container {
    margin-top: 0px;
  }
  .maps-right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }
  .maps-container .maps-right-column {
    height: 300px;
  }
  .membership-application {
    margin-bottom: 20px;
  }
  .maps-container .maps-right-column #map {
    height: 300px !important;
  }
  .body-newsletter-signup-block {
    margin-right: 0px;
  }
  .body-newsletter-signup-heading {
    margin-top: 0px;
  }
  .body-newsletter-signup-body-text {
    font-size: 14px;
    line-height: 21px;
  }
  .tdd-slider-text-block {
    width: 100%;
    height: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mip-row {
    margin-top: 0px;
  }
  .mip-listing {
    margin-top: 15px;
  }
  .section-cruise {
    padding-top: 15px;
  }
  .image-13 {
    width: 100%;
    min-width: 0px;
  }
  .image-14 {
    width: 100%;
    max-width: none;
    min-width: 0px;
  }
  .section-maps {
    display: block;
    padding-top: 15px;
    padding-bottom: 44px;
  }
  .body-3-image-combo-2 {
    max-width: 250px;
  }
  .body-3-image-combo-3 {
    max-width: 125px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .body-3-image-combo-1 {
    max-width: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .detail-header {
    line-height: 46px;
  }
  .gray-text-with-line-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .body-3-image-combo-first-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
  }
  .body-3-image-combo-container {
    margin-bottom: 79px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }
  .body-3-image-combo-second-column {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .date-placeholder {
    height: 45px;
  }
  .blog-filter-link-container {
    width: auto;
    min-width: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .high-tide-blog-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-card-linked {
    width: 23%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .blog-featured-card-linked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-holding-block {
    text-align: center;
  }
  .section-blog-home {
    display: block;
    padding-bottom: 40px;
  }
  .lodging-icons {
    padding-left: 35px;
  }
  .non-lodging-member-options {
    margin-right: -10px;
    margin-left: -10px;
  }
  .non-lodging-member-card {
    max-height: 500px;
    max-width: 338px;
    min-width: 180px;
  }
  .centered {
    color: #8c9196;
  }
  .form-3-input-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-2-input-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-div-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .upgrade-membership-body {
    width: 100%;
  }
  .almost-black {
    padding: 21px 30px;
  }
  .utility-page-form {
    margin-top: 0px;
  }
}
