/* ==========================================================================
GLOBAL
========================================================================== */

#search::placeholder {
    color: #fff !important;
}

.node__submitted {
    display: none;
}

.fullwidth-column {
    max-width: 940px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.section-tdd-slider .w-slider-mask {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-tdd-slider .slick-dots {
    bottom: 40px;
    right: 300px;
    position: absolute;
    z-index: 9999;
    padding: 0px;
}

.tdd-slider-text-block {
    height: 100%;
    justify-content: center;
}

.w-slider {
    height: auto;
}

.top-email-form input {
    border: 1px solid #ccc;
}

.flex {
    display: flex;
}

.email-form .flex > div {
    width: 50%;
}

.email-form .flex > div:last-child {
    margin-left: 2%;
}

.mail-success {
    background-color: #cbfacb;
    padding: 5px 10px;
    margin: 10px 0;
    border: 1px solid #70c970;
    display: none;
    color: black;
}

.tabs {
    text-align: center;
    margin: 20px 0 50px;
}

@media screen and (max-width: 768px) {
    .tdd-slider-slide-content-div {
        display: block;
        height: auto;
    }

    .email-form {
        width: 90%;
    }

    .email-form .flex > div {
        width: 100%;
    }

    .email-form .flex > div:last-child {
        margin-left: 0;
    }

    .email-form .flex {
        flex-direction: column;
    }

    .tdd-slider-image-block {
        width: 100%;
        height: 300px;
    }

    .tdd-slider-text-block {
        width: 100%;
        padding-left: 40px;
        padding-top: 20px;
    }

    .section-tdd-slider .slick-dots {
        bottom: 0;
        position: initial;
        margin-left: 0;
        padding: 20px 0 0 40px;
        width: 100%;
        align-self: flex-start;
        justify-content: flex-start;
    }
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
}

body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: "korolev", sans-serif;
    color: black;
    font-size: 16px;
    line-height: 27px;
}

body.active {
    overflow: hidden;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: white;
    font-size: 28px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

.mb-15 {
    margin-bottom: 60px;
}

.lang-fr .mb-15 {
    margin-bottom: 0px;
}

.hero-home h1 {
    letter-spacing: 14px;
}

.hero-home h1 span {
    color: #F1C400;
    font-family: "korolev", sans-serif;
    font-size: 200px;
    font-weight: 500;
}

.lang-fr .hero-home h1 span {
    font-size: 160px;
    line-height: 136px;
}

.white-arrow-down {
    position: absolute;
    bottom: 50px;
    z-index: 30;
}

.fundy-tide {
    position: sticky;
    top: 195px;
    left: 100%;
    z-index: 25;
    width: 150px;
    display: flex;
    height: 0px;
}

.fundy-tide img {
    width: 150px;
    height: 60.4px;

}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: white;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: black;
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: black;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    text-transform: none;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
}

p {
    color: black;
    margin-bottom: 25px;
}

a {
    text-decoration: underline;
}

.fb-pixel {
    position: absolute;
}

.button.white {
    float: none;
}

.page-header {
    margin-bottom: 38px;
}

.four-images-small {
    height: auto;
}

.four-images-left-bottom {
    height: auto;
}

.centered {
    color: #8c9196;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.block-container,
.text__container {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 30px auto;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #676f76;
}

@media (max-width: 1090px) {
    .paragraph-button {
        padding-left: 0;
    }
}

/* ==========================================================================
Search
========================================================================== */

.search-results .field--name-uid,
.search-results .field--name-created,
.search-results .field--name-title,
.search-results iframe {
    display: none;
}

.search-results,
.search-wrapper {
    padding: 0 10px;
}

/* ==========================================================================
Navigation
========================================================================== */

.brand.w--current {
    position: static;
    top: 20px;
    display: inline-block;
    padding-top: 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;
}

.acenter {
    align-items: center;
}

.nav-link {
    display: block;
    margin-top: 0px;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "korolev", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.nav-menu {
    width: 100%;
    flex-flow: column;
    -webkit-flex-flow: column;
    background: #F1C400;
    position: fixed;
    z-index: 9999;
    max-height: none;
    max-width: 500px;
    padding: 0px 0px 0px 80px;
    min-height: 100vh;
    transition: all 250ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -webkit-transition: all 250ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transform: translate(600px, 0);
    -webkit-transform: translate(600px, 0);
    z-index: 999999;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    color: #fff;
    opacity: 0;
}

.loaded .nav-menu {
    opacity: 1;
}

.nav-menu.active {
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    top: 0;
    right: 0;
    bottom: 0;
}

.search-input {
    margin: 35px 0px 0px;
    padding: 0px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 1px;
    background-color: transparent;
    background-image: url("../images/magnifying_glass.png");
    background-position: 0px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    font-family: "korolev", sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 400;
}

.search-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.63);
}

.search-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.63);
}

.search {
    display: block;
    min-width: 326px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    color: hsla(0, 0%, 100%, 0.65);
}

.link-block {
    background-image: url("../images/logo-twitter.png");
    background-position: 0px 5px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.link-block.social {
    background-image: none;
}

.link-block.social.twitter {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url("../images/logo-twitter-x.svg");
    background-position: 50% 50%;
    background-size: 24px;
}

.link-block.social.twitter.menu {
    background-image: url("../images/logo-twitter-x.svg");
    background-size: 24px;
    opacity: 0.5;
}

.link-block.social.instagram {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../images/logo-instagram.svg");
    background-position: 50% 50%;
    background-size: 24px;
}

.link-block.social.instagram.menu {
    background-image: url("../images/logo-instagram.svg");
    background-size: 24px;
    opacity: 0.5;
}

.link-block.social.tiktok {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../images/logo-tiktok.svg");
    background-position: 50% 50%;
    background-size: 24px;
}

.link-block.social.tiktok.menu {
    background-image: url("../images/logo-tiktok.svg");
    background-size: 24px;
    opacity: 0.5;
}

.link-block.social.facebook {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(0, 152, 255, 0);
    background-image: url("../images/logo-fb.svg");
    background-position: 50% 50%;
    background-size: 14px;
    margin-left: -20px;
}

.link-block.social.facebook.menu {
    background-image: url("../images/logo-fb.svg");
    opacity: 0.5;
    background-size: 14px;
}

.link-block.social.youtube {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    border-style: none;
    background-image: url("../images/logo-youtube.svg");
    background-position: 50% 50%;
    background-size: 24px;
}

.link-block.social.youtube.menu {
    background-image: url("../images/logo-youtube.svg");
    background-size: 24px;
    opacity: 0.5;
}

.menubar-container {
    border-bottom: 1px solid #fff;
    width: 320px;
    display: block;
    height: 70px;
    flex: 0 0 70px;
    -webkit-flex: 0 0 70px;
    margin-left: 0;
}

.menubar-container .search {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    border-bottom: none;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.navbar.home-top.w-nav {
    background: none;
}

.navbar ul.menu,
.nav-menu ul.menu {
    margin-left: 0;
    margin-top: 40px;
}

.navbar li.menu-item a,
.nav-menu li.menu-item a {
    padding-left: 28px;
    border-left: 2px solid transparent;
    transition: border-color 250ms ease-in;
}

.navbar li.menu-item a:hover,
.navbar li.menu-item a:focus,
.navbar li.menu-item a.active,
.nav-menu li.menu-item a:hover,
.nav-menu li.menu-item a:focus,
.nav-menu li.menu-item a.active {
    border-color: #fff;
}

.nav-menu li.menu-item {
    padding: 10px 0px;
    list-style: none;
}

.navbar ul.menu,
.nav-menu .menu-item--expanded .menu {
    margin: 10px 0px 0px 20px;
}

.menu-item--expanded .menu .menu-item a {
    font-size: 16px;
}

.menu-item--expanded li.menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-sticky .jump-link-nav {
    position: fixed;
    top: 95px;
    left: 0px;
    right: 0px;
}

.nav-link.top-bar {
    margin: 0px;
    display: block;
    padding: 10px;
    color: #fff;
}

.nav-link.top-bar.black {
    color: #000;
}

.nav-container {
    max-width: 1154px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 0 0 10px;
}

.menu-button,
.search-button {
    display: block;
    margin: 0px;
}

.extra-nav-link-box {
    margin: 0px 20px 0 0;
    height: auto;
    position: relative;
    display: flex;
    padding: 8px 0px;
    float: right;

}

.div-block {
    background-image: url("../images/x.svg");
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.div-block.closebutton {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0px;
    height: 70px;
    width: 75px;
    padding-top: 0px;
}

.hero-home {
    background: url('../images/home-hero.jpg') no-repeat center center/cover;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.arrow-image {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 24px;
    height: 43px;
    padding: 0px;
}

.section-blog-teaser {
    margin-bottom: 109px;
    background-color: transparent;
}

.content-card {
    width: auto;
    height: 100%;
    padding-left: 0px;
    border: 1px solid #bebfc1;
    background-color: #fff;
}

.content-card-image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 233px;
    background-image: url("../images/blog_teaser_sample_image.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-blog-left-container .content-card-image-container {
    height: 185px;
}

.content-card-read-more {
    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;
}

.home-blog-left-container .content-card-text-container .content-card-read-more {
    position: absolute;
    bottom: 20px;
    left: 17px;
    margin: 0px;
}

@media (max-width: 991px) {
    .hero-home h1 span {
        line-height: 175px;
    }

    .menubar-container .search {
        height: 85px;
    }

    .search-input {
        margin: 10px 0px 0px;
    }

    .menubar-container {
        margin-left: 30px;
    }

    .menu-button {
        margin-bottom: 0;
    }
}

.desktop-button {
    display: inline-block !important
}
.mobile-button {
    display: none !important;
}

.gtranslate-container {
    display: block;
    border-left: 1px solid white;
    padding-left: 10px;
}

.gtranslate-container p {
    margin: 0;
    color: white;
}

#block-languageswitcher ul li a {
    font-size: 17px !important;
}

.node-13 .gt_selector {
    color: white;
}
.gt_selector {
    color: black;
    background: transparent;
    border: 0;
}

.path-frontpage .gt_selector,
.mobile-menu-gtranslate .gt_selector {
    color: #fff;
}

.path-frontpage .gt_selector option,
.mobile-menu-gtranslate .gt_selector option {
    color: #000;
}

.fixed .gt_selector {
    color: #000;
}

.fixed .gtranslate-container {
    border-left: 1px solid black;
}

.mobile-menu-gtranslate {
    justify-content: space-between;
    position: relative;
}

.mobile-menu-gtranslate .gtranslate-container {
    padding-left: 9px;
    padding-top: 5px;
}
.mobile-menu-gtranslate .gtranslate-container::after {
    content: "";
    display: block;
    width: 0%;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: 35%;
    left: 46%;
    transform: translateX(-50%);
}

.gt_selector:nth-child(5) {
    display: none !important;

}

.gt_selector:nth-child(3),
.gt_selector:nth-child(1),
.gt_selector:nth-child(5) {
    display: none !important;
}
.flex-col {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.desktop-hide {
    display: none !important;
}
@media (max-width: 767px) {
    .desktop-hide {
        display: flex !important;
    }

    .image-style-half-width-image {
        object-fit: cover;
        height: 250px;
    }

    .w-nav[data-animation="over-right"] .w-nav-overlay,
    .w-nav[data-animation="over-right"] .w--nav-menu-open {
        left: 0;
        bottom: 0;
    }

    .gtranslate-container {
        display: block;
        border-left: 0;
        padding-left: 0;
        padding-top: 20px;
    }


    .desktop-button {
        display: none !important;
    }
    .mobile-button {
        display: inline-block !important;
    }

    .page-node-type-blog-posts .tws-container .left-column-text {
        width: 100%;
        padding: 0 20px 0 0;
    }

    .page-node-type-blog-posts .tws-container .tws-right-column {
        width: 100%;
    }

    .page-node-type-blog-posts .tws-header {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 479px) {

    .hero-home h1 span {
        font-size: 100px;
        line-height: 110px;
    }

    .mb-15 {
        margin-bottom: 10px;
    }

    .navbar ul.menu,
    .nav-menu ul.menu {
        margin-top: 20px;
        padding-left: 10px;
    }

    .search-input {
        padding: 0px 40px;
        margin-top: 20px;
    }

    .menubar-container {
        margin-left: 0;
        width: 300px;
    }

    .social-media-links-menu {
        margin-top: 0px;
    }

    .menubar-container .search {
        height: 75px;
        min-width: auto;
    }

    .french-mobile-menu-link {
        display: block !important;
    }

    .menubar-container {
        margin-right: 60px;
        height: 65px;
        flex: 0 0 60px;
        -webkit-flex: 0 0 60px;
    }

    .div-block.closebutton {
        position: absolute;
        right: 10px;
        top: 0px;
    }

    .nav-menu {
        width: 100vw;
        max-width: 100%;
        max-height: none;
    }

    .nav-menu li.menu-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.navbar li.menu-item a,
.nav-menu li.menu-item a {
    font-family: "korolev", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* ==========================================================================
Newsletter Modal
========================================================================== */

.newsletter-modal.active {
    display: block;
}

.newsletter-modal {
    display: none;
}

.newsletter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.newsletter-modal__container {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-modal__wrapper {
    max-width: 910px;
    width: 100vw;
    max-height: 705px;
    height: 100vh;
    display: flex;
    background: #fff;
    position: relative;
}

.newsletter-modal__image img {
    max-width: none;
}

.newsletter-modal__image {
    flex: 0 1 50%;
    background: url(/sites/default/files/2018-04/pop-up-image.jpg);
    background-position: center;
}

.newsletter-modal__form {
    flex: 0 1 50%;
    padding: 47px 92px 47px 63px;
}

.newsletter-modal__form p {
    font-size: 14px;
    line-height: 15px;
}

.newsletter-modal__close {
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: url(/sites/default/files/2018-04/grey-close.svg);
    width: 10px;
    background-size: cover;
    height: 10px;
    background-position: center;
}

.optin-modal label.option {
    font-size: 10px;
    line-height: 12px;
}

.newsletter-signup-block input[type="checkbox"],
.newsletter-modal__wrapper input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.newsletter-signup-block .flex {
    flex-direction: row;
}

.mail-error {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .newsletter-modal__wrapper {
        max-width: 750px;
        width: 100vw;
        max-height: 600px;
        height: 100vh;
        position: relative;
    }
}

@media (max-width: 768px) {
    .newsletter-modal__wrapper {
        max-width: 100%;
        max-height: 100%;
        flex-direction: column;
    }

    .newsletter-modal__form {
        padding: 50px 25px 20px;
    }
}

@media (max-width: 479px) {
    .newsletter-modal__image {
        display: none;
    }
}

/* ==========================================================================
FORMS
========================================================================== */

.hotel-association-select {
    padding-left: 0;
}

.webform-submission-membership-application-form .flex-div-horizontal {
    align-items: flex-start;
    justify-content: flex-start;
}

.member-upgrade-list {
    margin-top: 5px;
    margin-bottom: 0;
}

.upgradeCard.active .button.active,
.upgradeCard .button.non-active {
    margin-top: -20px;
}

label {
    font-weight: normal;
}

.form-composite > legend,
.label {
    font-weight: normal;
    margin-bottom: -5px;
}

.hidden-member-cards,
.hidden-upgrade {
    visibility: hidden;
    height: 0;
}

.non-lodging-member-card {
    padding: 20px 25px 29px;
}

.membership-price {
    align-items: baseline;
}

.membership-price.gray {
    margin-bottom: 0;
}

.member-header-location {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small {
    font-size: 14px;
    color: grey;
    margin-bottom: 0;
}

h4.webform-section-title {
    color: #000;
}

.flex-div-horizontal.member-calculate {
    margin-top: 60px;
}

p a.member-calculate-link {
    text-decoration: none;
    margin-top: 20px;
}

.webform-flexbox {
    margin-top: 0;
    margin-bottom: 0;
}

input,
input:required {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    width: 100%;
    box-shadow: none;
    padding-left: 40px;
    border: 0;
}

.email-form input {
    padding-left: 10px !important;
}

.webform-submission-form input,
.webform-submission-form input:required {
    border: 1px solid #ccc;
    padding: 10px;
}

input[type="submit"] {
    width: auto;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

input[type="text"] {
    width: 100%;
    height: 38px;
}

input:invalid {
    border-color: #e27373;
}

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

.path-webform .region-content {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    margin-top: 150px;
}

.path-webform .content-wrapper {
    margin-top: 30px;
}

.path-webform .form-item {
    margin-top: 17px;
    margin-bottom: 0;
}

.path-webform .form-item {
    margin-top: 17px;
    margin-bottom: 0;
}

.webform-confirmation__back a {
    color: #F1C400;
    text-decoration: none;
}

.non-lodging-member-options {
    padding-bottom: 0;
}

.webform-submission-membership-application-form .form-type-processed-text p {
    margin-bottom: 10px;
    margin-top: 0;
}

.path-webform .webform-submission-membership-application-form .fieldset-legend {
    font-family: "korolev", sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
}

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

.form-type-radio input {
    display: none;
}

.webform-radios-other-input {
    margin-left: 20px;
}

input[type="radio"]:checked + label {
    background-image: url(/sites/default/files/2018-03/active_radio.svg);
    color: #F1C400;
}

.form-type-radio label {
    margin-bottom: 15px;
    padding-left: 33px;
    background-image: url(/sites/default/files/2018-03/gray_radio.svg);
    background-position: 0px 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


.webform-submission-newsletter-form input[type="text"],
.webform-submission-newsletter-form input[type="email"] {
    border: 1px solid #bebfc1;
    font-family: "korolev", sans-serif;
    font-size: 14px;
    font-style: italic;
    display: block;
    width: 80%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.webform-submission-newsletter-form label {
    display: none;
}

form.webform-submission-newsletter-form {
    max-width: 400px;
    margin-bottom: 40px;
}

.section-newsletter-signup .form-type-checkbox label {
    display: block;
    margin-top: -4px;
    margin-left: 7px;
    line-height: 15px;
    font-weight: 400;
    font-family: "korolev", sans-serif;
    color: #fff;
    font-size: 12px;
    max-width: 274px;
}

.section-newsletter-signup .form-type-checkbox {
    display: flex;
    margin-top: 12px;
    margin-bottom: 20px;
}

.section-newsletter-signup .form-type-checkbox label {
    display: block;
    margin-top: -4px;
    margin-left: 7px;
    line-height: 15px;
    font-weight: 400;
    font-family: "korolev", sans-serif;
    color: #fff;
    font-size: 12px;
    max-width: 274px;
}

.webform-submission-newsletter-form .form-type-checkbox .description,
.webform-submission-sign-up-newsletter-form .form-type-checkbox .description {
    width: 70%;
    margin: -3px 1em 15px 0.6em;
    font-size: 12px;
    font-family: "korolev", sans-serif;
    line-height: 15px;
}

.section-newsletter-signup .form-type-checkbox .description {
    color: #fff;
}

.section-newsletter-signup .form-type-checkbox .description a {
    color: #fff;
}

.section-newsletter-signup .webform-confirmation__message,
.section-newsletter-signup .webform-confirmation__back {
    color: #fff;
}

.section-newsletter-signup .webform-confirmation__back a {
    color: #fff;
    text-decoration: underline;
}

.form-type-checkbox {
    display: flex;
    margin-top: 12px;
    margin-bottom: 20px;
}

.form-type-checkbox label {
    display: block;
    margin-top: -5px;
    margin-left: 7px;
    line-height: 20px;
    font-weight: 400;
    font-family: "korolev", sans-serif;
    color: #676f76;
    font-size: 16px;
}

hr.webform-horizontal-rule {
    margin: 53px 0 45px;
    color: #bebfc1;
}

.section-newsletter-signup {
    height: auto;
}

.webform-submission-newsletter-form input {
    border: none;
}

.body-newsletter-signup-block #edit-actions-submit {
    background-color: #fff;
    color: #F1C400;
    border: 1px solid #F1C400;
}

.body-newsletter-signup-block a {
    color: #F1C400;
    text-decoration: none;
}

.non-lodging-member-card {
    justify-content: flex-start;
    padding: 15px 25px 29px;
}

.webform-submission-membership-application-form
.form-type-processed-text
p.member-app-first-paragraph-margin {
    margin-bottom: 50px;
    margin-top: 28px;
}

.upgradeCard {
    margin-top: -25px;
}

.upgradeCard .button.non-active {
    margin-bottom: -10px;
}

.associate.non-lodging-member-card.active .button.active,
.member.non-lodging-member-card.active .button.active {
    display: block;
}

.non-lodging-membership-features {
    min-height: 100px;
    margin-top: 20px;
}

.upgradeCard.active .button.active,
.upgradeCard .button.non-active {
    display: inline-block;
}

.non-lodging-member-card.active .button.non-active,
.upgradeCard.active .button.non-active,
.button.active {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    background: none;
    border-bottom: none;
}

.webform-confirmation-modal {
    background-color: #f1f3f6;
}

.webform-confirmation-modal--content {
    font-family: Roboto Condensed;
    text-align: center;
}

.ui-button-icon-only .ui-icon {
    margin-top: -8px;
    margin-left: -16px;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
}

.text-left-button.membership-application.button {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hotel-association-select {
        padding-left: 0;
    }

    .four-images-grey-box {
        padding-top: 0;
    }

    .four-images-pictures-second-column {
        padding-top: 35px;
    }
}

@media screen and (max-width: 600px) {
    .path-webform .region-content {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0 10px;
        margin-bottom: 50px;
    }

    .form-type-radio label {
        display: flex;
    }
}

@media screen and (max-width: 527px) {
    .upgrade-membership-body {
        width: 100%;
    }

    .member-upgrade-list {
        width: 100%;
        padding-left: 20px;
        padding-top: 0px;
    }

    .upgradeCard.active .button.active,
    .upgradeCard .button.non-active {
        margin-top: 20px;
    }

    .chosen-container-single.form-select {
        width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    .newsletter-signup-block {
        width: 100%;
    }
}

/* ==========================================================================
MEMBERSHIP DIRECTORY
========================================================================== */

.view-membership-directory .views-field-title {
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 25px;
}

.view-membership-directory {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 10px;
}

.view-membership-directory .view-content {
    display: flex;
    flex-wrap: wrap;
}

.view-membership-directory h3 {
    flex: 0 0 100%;
    color: #F1C400;
    border-top: 1px dashed #F1C400;
    padding-top: 20px;
}

.view-membership-directory h3:nth-child(1) {
    border-top: none;
}

.view-membership-directory .views-row {
    flex: 0 0 calc(33.33% - 10px);
    padding-right: 10px;
}

.view-membership-directory .views-field-title a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* ==========================================================================
CAMPAIGNS
========================================================================== */

.page-node-type-campaigns .section-featured-cards {
    margin-bottom: 45px;
}

@media (max-width: 479px) {
    .page-node-type-campaigns .section-featured-cards {
        margin-bottom: 0;
    }
}

.field--name-field-campaigns-header-image,
.field--name-field-campaigns-description {
    display: none;
}

.page-node-type-campaigns .content-wrapper {
    margin-top: 50px;
    margin-bottom: 109px;
}

.page-node-type-campaigns .content-card-brief-linked {
    padding: 10px;
    margin: 0;
}

.page-node-type-campaigns .featured-cards-container-div {
    flex-wrap: wrap;
}

.sidebar-info,
.sidebar-links {
    flex-grow: 1;
}

.tws-left-column {
    max-width: 680px;
}

.tws-right-column,
.sidebar-info {
    min-width: 380px;
}

@media only screen and (max-width: 991px) {
    .tws-container {
        display: block;
    }

    .staff-card-image-container {
        max-height: 283px;
        height: 100vh;
    }

    .tws-left-column,
    .tws-right-column {
        display: block;
        flex-basis: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 479px) {
    .page-node-type-campaigns .content-card-brief-linked {
        padding: 5px 10px;
        width: 100%;
    }

    .tws-right-column,
    .sidebar-info {
        min-width: 0px;
    }
}

/* ==========================================================================
TIERS
========================================================================== */

.content-wrapper .field--name-field-tiers-background-image,
.content-wrapper .field--name-field-tiers-description,
.content-wrapper .field--name-field-tiers-image-1,
.content-wrapper .field--name-field-tiers-image-2,
.content-wrapper .field--name-field-tier-image-3,
.content-wrapper .field--name-field-blog-header-image,
.content-wrapper .field--name-field-blog-post-date,
.field--name-field-blog-side-bar-details {
    display: none;
}

.background-image-hero.events {
    margin-bottom: 0;
    background-position: bottom center;
}

@media only screen and (max-width: 1180px) and (min-width: 479px) {
    .blue-heading-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 767px) {
    .events-list-box {
        width: 97%;
    }

    .events-list-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .bi-hero-content-container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 479px) {
    .content-card-brief-heading {
        padding-right: 0;
        font-size: 16px;
    }

    .content-card-brief-text-container {
        padding: 0 10px;
    }

    .content-card-brief-text-container h5 {
        padding-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .content-wrapper {
        margin-top: 0;
    }

    .bi-hero-header-block {
        order: 2;
    }

    .bi-hero-content-container {
        margin-bottom: 0;
    }

    .bi-hero-body-text p {
        margin-bottom: 10px;
    }

    .background-image-hero,
    .background-image-hero.events {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tdd-icon-box-container {
        margin: 20px auto 146px;
    }

    .section-search {
        margin: 0;
    }
}

/*
* Things to Do
*/

.itinerary-link {
    margin-top: -70px;
    padding-top: 70px;
}

.tdd-icon-box-container {
    margin: 0px auto 146px;
}

.tdd-icon-box {
    background-color: #fff;
    z-index: 5;
    transition: all 250ms linear;
    border: none;
}

/*.tdd-icon-box:hover,*/
/*.tdd-icon-box:focus {*/
/*  box-shadow: 0px 0px 0px 1px #F1C400;*/
/*  border-color: #F1C400;*/
/*}*/

.content-card-brief-text-container {
    height: 84px;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .tdd-icon-box-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .itinerary-link {
        margin-top: -70px;
        padding-top: 90px;
    }

    .tdd-icon-box {
        height: 250px;
    }
}

/* Revised mobile icon box styles */

@media (max-width: 767px) {
    .itinerary-link {
        margin-top: -90px;
        padding-top: 90px;
    }

    .tdd-icon-box-container {
        height: auto;
        max-height: auto;
        -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;
        padding: 0px 10px;
    }

    .tdd-icon-box {
        width: 100%;
        min-width: 100px;
        margin: 0px 5px 11px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
    }

    .tdd-icon {
        height: 55px;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .tdd-icon-text {
        margin-left: 15px;
        padding-top: 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 22px;
        line-height: 24px;
        text-align: left;
    }

    .tdd-icon-text-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tdd-icon-arrow {
        margin-right: 15px;
        margin-left: 20px;
    }
}

@media (max-width: 479px) {
    .tdd-icon-box-container {
        overflow: visible;
        max-height: auto;
        margin-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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%;
        height: 80px;
        max-height: 80px;
        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: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .tdd-icon {
        width: auto;
        height: 60px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .tdd-icon-text {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .tdd-arrow {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/*
* Taxonomy - Four Pillars
*/

.field--name-field-pillars-header-image,
.field--name-field-pillars-description {
    display: none;
}

.feed-icons {
    display: none;
}

.banner-hero-tall {
    margin-bottom: 70px;
    position: relative;
}

@media (max-width: 991px) {
    .member-search {
        margin-bottom: 10px;
    }
}

.section-member-cards .form-block.w-form {
    padding-bottom: 0;
}

/* ==========================================================================
MEMBER
========================================================================== */

.field--type-telephone a {
    cursor: initial;
}

.member-header-image {
    max-height: 377px;
}

.field--name-field-body-text a,
.tws-right-column a {
    color: #F1C400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 250ms linear;
}

.field--name-field-body-text a:hover,
.field--name-field-body-text a:focus,
.tws-right-column a:hover {
    border-color: #F1C400;
}

.field--name-field-member-cuisine-types,
.field--name-field-member-place-icons {
    display: flex;
}

.field--name-field-member-cuisine-types {
    flex-wrap: wrap;
}

.member-header-description {
    border-top: 1px solid #d7dade;
    margin-bottom: 30px;
    margin-left: 25%;
    padding-top: 33px;
}

.member-tags {
    padding-bottom: 0;
    display: inline-block;
}

.member-tags .field__items {
    display: inline;
}

.member-tags .field__item {
    padding-bottom: 8px;
    margin-right: 10px;
    display: inline-block;
}

.member-tags a {
    padding-right: 15px;
    text-decoration: none;
    color: #bcbcbc;
    display: inline-block;
}

.member-right-column {
    max-width: 360px;
    width: 30%;
    padding-right: 20px;
}

.member-right-column img {
    margin-bottom: 4px;
}

.member-right-column svg {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
}

.member-reviews svg {
    width: 60px;
    height: auto;
}

.member-reviews .link-block-tripadvisor svg {
    width: 90px;
}

.lodging-icons {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 37px;
    margin-right: auto;
}

.lodging-line {
    display: flex;
    align-items: flex-start;
    padding-bottom: 18px;
}

.lodging-line img {
    padding-top: 2px;
}

.member-hours-day {
    width: 65px;
}

span.member-amenities-item {
    font-family: "korolev", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding-left: 12px;
}

.price-range-info {
    display: flex;
}

.dining-facilities ul {
    padding-left: 20px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    .node-2276 .banner-hero-tall.maps {
        background-position: right;
    }
}

/* ==========================================================================
FACILITIES
========================================================================== */

.facility-rooms__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.facility-rooms__card-item {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 12px 40px;
}

.facility-rooms__card-item:nth-child(odd) {
    background: #f1f3f6;
}

.facility-rooms__card {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    padding: 0 5px;
    margin: 0 0 10px;
}

.facility-rooms__card-wrapper {
    border: 1px solid grey;
}

.facility-rooms__card:nth-child(odd) {
    padding-left: 0;
}

.facility-rooms__card:nth-child(even) {
    padding-right: 0;
}

.facility-rooms__card h4 {
    padding: 12px 20px;
    background-color: #F1C400;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .facility-rooms__card-item {
        padding: 12px 20px;
    }
}

/* ==========================================================================
UPCOMING EVENTS
========================================================================== */

/*
* FRONT PAGE
*/

.view-front-page-featured-events {
    margin-bottom: 92px;
}

.view-front-page-featured-events .view-header {
    text-align: center;
    margin-bottom: 40px;
}

.view-front-page-featured-events .front-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.view-front-page-featured-events a {
    text-decoration: none;
}

.view-front-page-featured-events .views-row a {
    width: 100%;
}

@media (max-width: 991px) {
    .view-front-page-featured-events .view-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 479px) {
    .view-front-page-featured-events .view-content {
        display: block;
    }

    .view-front-page-featured-events .front-page-content {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .events-teaser {
        background-position: 100% 21%;
    }
}

/*
* Events
*/

.tws-right-column p.address {
    margin-bottom: 0;
}

.member-blue-info-text a {
    text-decoration: none;
    color: #F1C400;
}

/* ==========================================================================
PAGES
========================================================================== */

/*
* Blog
*/

.press-releases-content a {
    display: block;
    height: 100%;
}

.page-node-type-blog-posts .tws-container .left-column-text {
    width: 70%;
}

.page-node-type-blog-posts .field--name-field-blog-post-type,
.page-node-type-blog-posts .field--name-field-blog-description {
    display: none;
}

.page-node-type-blog-posts .tws-container {
    max-width: 938px;
}

.page-node-type-blog-posts .left-column-text {
    padding-left: 0;
}

/*
* About Us
*/

.sidebar-info-profile {
    display: flex;
    display: -webkit-flex;
}

.sidebar-info {
    -webkit-flex-direction: row;
}

.sidebar-info-details {
    margin-top: 25px;
    font-family: "korolev", sans-serif;
    color: #676f76;
    font-size: 16px;
    line-height: 27px;
}

.sidebar-info-details ul {
    padding-left: 20px;
}

@media (max-width: 479px) {
    .tws-container {
        margin-bottom: 60px;
    }
}

/*
* Detail Sidebar
*/

.sidebar-info {
    max-height: none;
}

h3.side-bar-heading {
    font-family: "korolev", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.65px;
    line-height: 29px;
    color: #F1C400;
    margin-bottom: 0;
}

p.detail-info-title {
    font-size: 11px;
    font-family: "korolev", sans-serif;
    letter-spacing: 0.3px;
    line-height: 13px;
    color: #bcbcbc;
    margin: 20px 0 5px 0;
}

p.detail-address {
    font-size: 16px;
    font-family: "korolev", sans-serif;
    letter-spacing: 0.44px;
    line-height: 22px;
    color: #676f76;
    margin: 0;
}

p.detail-phone-number,
p.detail-email,
p.detail-link a {
    font-size: 20px;
    font-family: "korolev", sans-serif;
    letter-spacing: 0.55px;
    line-height: 24px;
    color: #F1C400;
    margin: 0;
}

p.detail-link a {
    text-decoration: none;
}

p.detail-link {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-node-type-blog-posts .tws-container {
        max-width: 100%;
    }

    .page-node-type-blog-posts .left-column-text {
        margin-bottom: 0;
    }

    .page-node-type-blog-posts .tws-right-column {
        padding-left: 0;
        padding-right: 0;
    }

    h3.side-bar-heading {
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .page-node-type-blog-posts .left-column-text {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*
* About Us Pages
*/

.page-node-type-about-us .content-wrapper {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .sidebar-info-profile .text-block-2 {
        font-size: 18px;
    }

    .sidebar-info-text {
        margin-left: 10px;
    }

    .node-519 .tws-container {
        margin-bottom: 0;
    }

    .node-519 .section-text-with-sidebar {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .contact-us_deliveries {
        margin-left: 40px;
    }

    .contact-us__col-1 {
        display: flex;
        display: -webkit-flex;
    }

    .node-537 .header-banner {
        background-position: 87%;
    }
}

/*
*Contact Us
*/

.contact-us.section {
    max-width: 580px;
    margin: 80px auto;
}

.contact-us__col__wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 30px;
}

.contact-us_phone {
    margin-top: 10px;
}

/* ==========================================================================
MAPS AND GUIDES
========================================================================== */

.maps-link-column {
    width: 50%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.jump-link-nav {
    z-index: 0;
}

.page-node-type-map-and-guides .banner-hero-tall {
    height: 472px;
    margin-bottom: 0;
    background-position: 77%;
}

.jump-link-nav-menu ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px;
}

.jump-link-nav-menu ul li {
    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: #000;
}

.jump-link-nav-menu ul li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 250ms linear;
}

.jump-link-nav-menu ul li a.w--current {
    border-color: white;
}

.jump-link-nav-menu ul li:last-child {
    border-width: 0;
}

.visitor-packet-link,
.section-maps-link {
    margin-top: -139px;
    padding-top: 139px;
}

.grey-text-left-map-right-link {
    margin-top: -139px;
    padding-top: 139px;
}

.section.top-margin.image-left-text-right-button,
.section-cruise-link {
    margin-top: -139px;
    padding-top: 139px;
}

.section-gray.grey-text-left-map-right,
.section-cruise {
    margin-bottom: 109px;
}

.section-cruise-link .maps-two-column-flex-container {
    max-width: none;
}

.cruise-text-block {
    padding-left: 100px;
}

.width-145.button.white {
    min-width: 145px;
}

body.lang-fr .width-145.button.white {
    min-width: 256px;
}

.main-about .tws-right-column {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    max-width: 420px;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
    margin-left: 82px;
}

@media screen and (max-width: 1280px) {
    .section-maps {
        padding: 50px 20px;
    }

    .section-text-with-sidebar.about-us .tws-left-column {
        width: 70%;
    }

    .about-us .left-column-text,
    .main-about .left-column-text {
        padding-left: 50px;
    }

    .file-download-button {
        width: 100vw;
        max-width: 275px;
    }
}

@media (max-width: 991px) {
    .about-us .left-column-text,
    .main-about .left-column-text {
        padding-left: 0;
    }

    .main-about .tws-right-column {
        margin-left: 0;
    }

    .section-text-with-sidebar.about-us .tws-left-column {
        width: 100%;
        max-width: 100%;
    }

    .file-download-button {
        width: 100vw;
        max-width: 380px;
    }

    .jump-link-nav-menu ul li {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
        line-height: 22px;
        border-right: 0px;
    }

    .section.visitor-packet {
        margin-bottom: 52px;
    }

    .cruise-text-block {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .main-about .tws-right-column {
        max-width: 100%;
    }

    .file-download-button {
        width: 100vw;
        max-width: 280px;
    }

    .jump-link-nav-menu ul li {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .page-node-type-map-and-guides .banner-hero-tall {
        height: 200px;
        padding: 0px 10px;
    }

    .visitor-packet-link .body-newsletter-signup-block {
        margin-left: 0;
        margin-right: 0;
    }

    .grey-text-left-map-right-link .grey-text-left-map-right {
        padding-top: 10px;
    }

    .section-cruise-link .cruise-text-block {
        padding: 0 10px;
    }

    .section-cruise-link .cruise-photo-column {
        max-height: 280px;
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .image-left-text-right-button .div-block-19 {
        max-height: 280px;
        overflow: hidden;
    }
}

@media screen and (max-width: 479px) {
    .jump-link-nav {
        top: 83px !important;
    }

    .visitor-packet-link .maps-right-column {
        margin-top: 40px;
        justify-content: center;
    }

    .grey-text-left-map-right-link .maps-left-column {
        padding-top: 30px;
    }

    .section.top-margin.image-left-text-right-button {
        margin-top: -109px;
        padding-top: 90px;
    }
}

/* ==========================================================================
INSTAGRAM WIDGET
========================================================================== */

.instagram-slider-heading {
    font-family: "korolev", sans-serif;
    text-transform: capitalize;
    font-size: 46px;
}

/* ==========================================================================
STAFF and BOARD MEMBERS VIEW ON CORPORATE PAGE
========================================================================== */

.main-about ul {
    padding-left: 20px;
}

.view-staff {
    display: flex;
    display: -webkit-flex;
    width: 100vw;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 74px;
    padding-bottom: 50px;
    float: none;
    clear: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    background-color: #f1f3f6;
}

.view-staff h2 {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-bottom: 0px;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 0 auto;
    font-style: normal;
    text-align: center;
}

.view-staff .staff-content {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    flex: 0 auto;
}

.view-board-members {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 112px;
    float: none;
    clear: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    background-color: #f1f3f6;
}

.view-board-members .board-header {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-bottom: 0px;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    font-style: normal;
    text-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    max-width: 780px;
}

.view-board-members .view-header p {
    text-align: left;
}

.staff-card-text-container .content-card-body {
    margin: 0;
    padding: 0;
}

.card-container {
    width: 100%;
}

.staff-card,
.board-card {
    width: calc(25% - 20px);
}

@media (max-width: 1180px) {
    .staff-card,
    .board-card {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 991px) {
    .staff-card,
    .board-card {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        flex-basis: unset;
        -webkit-flex-basis: unset;
        min-width: unset;
    }

    .staff-card-heading {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .staff-card,
    .board-card {
        width: 100%;
        max-width: 100%;
        flex-basis: unset;
        -webkit-flex-basis: unset;
        height: 100%;
        min-width: unset;
        min-height: unset;
        margin: 10px 10px 0px;
    }

    .view-staff {
        padding-top: 35px;
    }

    .contact-us__container {
        padding: 0px 10px;
    }

    .contact-us__col__wrapper {
        flex-flow: column;
        -webkit-flex-flow: column;
    }

    .staff-card-image-container {
        height: 259px;
    }

    .staff-card-text-container {
        height: auto;
    }

    .staff-card-image-container {
        height: 259px;
    }
}

/* ==========================================================================
LATEST PRESS RELEASES
========================================================================== */

.page-node-type-about-us.lang-fr .view-latest-press-releases {
    display: none;
}

.view-latest-press-releases {
    display: flex;
    display: -webkit-flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 74px;
    padding-bottom: 112px;
    float: none;
    clear: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    background-color: #f1f3f6;
}

.view-latest-press-releases .press-releases-content {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    max-width: 1174px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.centered.fr:lang(en) {
    display: none;
}

.centered.fr:lang(fr) {
    display: block;
}

.centered:lang(fr) {
    display: none;
}

.centered:lang(en) {
    display: block;
}

.press-releases-content a {
    text-decoration: none;
}

/* ==========================================================================
YOU MAY ALSO LIKE
========================================================================== */

.section-may-also-like {
    display: block;
    width: 100%;
    background-color: #f1f3f6;
    padding: 80px 0px;
}

.section-may-also-like .views-element-container {
    max-width: 1200px;
    margin: 0px 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;
}

.section-may-also-like .section-heading {
    margin-top: 0px;
}

/* ==========================================================================
PARAGRAPHS
========================================================================== */

/*
* Corporate Details
*/

.corporate-contact-details {
    margin-bottom: 30px;
    padding-bottom: 37px;
    border-bottom: 1px solid #bebfc1;
}

/*
* Homepage Featured Posts
*/

.div-block-14 a {
    text-decoration: none;
}

.logo-switch .jump-link-nav {
    background-color: #F1C400;
}

.logo-switch p a {
    color: #F1C400;
}

.logo-switch .jump-link-nav-menu ul li {
    border-color: #000;
}

.logo-switch p {
    font-weight: 500;
}

.logo-switch h5.heading {
    font-weight: 700;
}

.logo-switch h3.tws-sub-header,
.logo-switch h4.hwtb-heading {
    color: #F1C400;
}

.logo-switch .search-button svg g {
    stroke: #8c9196;
}

.logo-switch .menu-button svg g {
    stroke: #F1C400;
}

.logo-switch .header-banner {
    margin-bottom: 0;
}

.powered {
    font-size: 10pt;
    color: gray;
}

.logo-switch .powered {
    display: block;
}

.logo-switch .four-images-grey-box {
    background-color: #f6fcfe;
}

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

.logo-switch .four-images-text-block h4 {
    font-weight: 500;
}

@media (min-width: 1500px) {
    .header-banner {
        min-height: 450px;
    }

    .towns {
        margin-top: 16%;
    }
}

@media (max-width: 1400px) {
    .towns {
        margin-top: 5%;
    }
}

@media (max-width: 991px) {
    .featured-content-card {
        min-height: 0px;
        margin-bottom: 0;
    }

    .section-blog-teaser {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .card-container {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .towns {
        display: block;
        margin: 0 auto;
        width: 80%;
        padding-top: 55px;
    }

    .section-blog-teaser {
        margin-left: 0;
        margin-right: 0;
    }

    .featured-content-card {
        margin: 0;
    }

    .events-teaser-link-block {
        width: 100%;
    }

    .content-card {
        margin: 0;
    }

    .section-four-image {
        padding-top: 0px;
    }
}

/*
*Repeating text blocks with Map right
*/

.maps-container.map {
    align-items: center;
    -webkit-align-items: center;
}

.maps-left-column .paragraph a {
    text-decoration: none;
    color: #F1C400;
}

/*
*Centered Text
*/

.field--name-field-body-text > p {
    margin-bottom: 0;
    line-height: 27px;
}

.field--name-field-body-text ul li {
    margin-bottom: 5px;
}

.page-node-type-map-and-guides .paragraph-button {
    padding-left: 0;
}

/*
* Basic Slider
*/

.w-slider-arrow-left,
.w-slider-arrow-right {
    display: none;
}

.image,
.bi-hero-header-pictures,
.title-and-paragraph {
    margin-bottom: 25px;
}

.w-slider-nav {
    font-size: 4px;
    text-align: left;
}

.w-slider-nav-invert > div {
    background-color: white;
}

.w-slider-dot {
    width: 7px;
    height: 7px;
    background: none;
    border: 1px solid #F1C400;
    top: 3px;
    margin: 0 6px 0.5em;
}

.w-slider-dot.w-active {
    width: 7px;
    height: 7px;
    background: #F1C400;
    border: 3px solid #F1C400;
    top: 3px;
}

.member-video {
    padding: 20px 0;
}

.member-info-block a {
    text-decoration: none;
    color: #F1C400;
    width: 100%;
    word-wrap: break-word;
}

/*
* Maps
*/

.member-map {
    width: 100vw;
    margin-top: 20px;
    max-width: 780px;
}

/*
* Visitor Information Single block
*/

.maps-info-centre-block {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mip-listing {
    width: 50%;
    margin-bottom: 36px;
}

.mip-listing:nth-child(odd) {
    padding-right: 10px;
}

.section-cruise .maps-two-column-flex-container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/*
* Image
*/

.member-paragraphs {
    width: 75%;
    margin-left: auto;
}

.facility + .member-paragraphs {
    width: 88%;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .member-paragraphs {
        width: 100%;
        margin-left: 0;
    }
    .facility + .member-paragraphs {
        width: 100%;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .facility + .member-paragraphs {
        margin-left: 0px;
    }
}

.image img {
    height: auto;
    display: block;
    margin: 0 auto;
}

/*
* 3 Featured Boxes
*/

.section-heading.handsofpro {
    font-family: "korolev", sans-serif;
    text-transform: none;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 479px) {
    .featured-cards-container-div {
        width: 100%;
    }

    .view-front-page-featured-events {
        margin-bottom: 52px;
    }
}

/*
* Four Images Body Text
*/

.four-images-body-text a {
    text-decoration: none;
    color: #F1C400;
}

/*
*Footer
*/

.footer-privacy-link.fr:lang(en) {
    display: none;
}

.footer-privacy-link.fr:lang(fr) {
    display: block;
}

.footer-privacy-link:lang(en) {
    display: block;
}

.node-541 .text {
    padding: 0 20px;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .footer-container {
        padding: 0 10px;
    }
}

/**
  * Front Upcoming Events
  */

.section-blog-teaser {
    margin-top: 53px;
    margin-right: -15px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .path-frontpage .section-blog-teaser {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1661px) {
    .section-blog-teaser {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 1660px) {
    .section-blog-teaser {
        margin-top: 150px;
    }
}

@media (min-width: 1280px) and (max-width: 1640px) {
    .section-blog-teaser {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .path-frontpage .section-blog-teaser {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .content-card-linked-mobile {
        width: calc(100% - 20px);
        min-width: 100%;
    }
}

/**
 * Tide Widget
 */

.home-blog-right-container a {
    text-decoration: none;
}

.fundy-tide-watch-card svg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: -21px;
    overflow-y: hidden;
}

.fundy-tide-watch-card .mobile-bg {
    display: none;
    background: url("/themes/custom/dsj/images/tide-bg.jpg") no-repeat 100% 100%;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.fundy-tide-watch-card .mobile-text {
    font-size: 29px;
    line-height: 19px;
    color: #F1C400;
    font-family: "korolev", sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
}

.tide-content-wrapper {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.tide-content-wrapper.show {
    opacity: 1;
}

.tide-lines {
    background: url("../images/lines-yellow-3.png") repeat-y left;
    padding-left: 35px;
    position: absolute;
    top: 230px;
    left: 10px;
    height: 380px;
}

.tide-lines .tide-measurement {
    font-size: 14px;
    color: #F1C400;
    line-height: 1;
    position: absolute;
}

.tide-lines .tide-measurement:nth-child(1) {
    top: 10px;
}

.tide-lines .tide-measurement:nth-child(2) {
    top: 39.166666667px;
}

.tide-lines .tide-measurement:nth-child(3) {
    top: 68.333333334px;
}

.tide-lines .tide-measurement:nth-child(4) {
    top: 97.500000001px;
}

.tide-lines .tide-measurement:nth-child(5) {
    top: 126.666666668px;
}

.tide-lines .tide-measurement:nth-child(6) {
    top: 155.833333335px;
}

.tide-lines .tide-measurement:nth-child(7) {
    top: 185.000000002px;
}

.tide-lines .tide-measurement:nth-child(8) {
    top: 214.166666669px;
}

.tide-lines .tide-measurement:nth-child(9) {
    top: 243.333333336px;
}

.tide-lines .tide-measurement:nth-child(10) {
    top: 272.500000003px;
}

.tide-lines .tide-measurement:nth-child(11) {
    top: 301.66666667px;
}

.tide-lines .tide-measurement:nth-child(12) {
    top: 330.833333337px;
}

.tide-lines .tide-measurement:nth-child(13) {
    top: 359.833333337px;
}

.tide-lines .tide-measurement:nth-child(14) {
    top: 388.833333337px;
}

.fundy-tide-watch-card {
    position: relative;
    font-size: 29px;
    line-height: 19px;
    overflow: hidden;
}

.fundy-tide-watch-card-height {
    position: absolute;
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    bottom: 127px;
    left: 36px;
}

.fundy-tide-watch-card-high {
    position: absolute;
    bottom: 56px;
    left: 36px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fundy-tide-watch-card-low {
    position: absolute;
    bottom: 27px;
    left: 36px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fundy-tide-watch-card-high span,
.fundy-tide-watch-card-low span {
    font-weight: 700;
    text-transform: none;
}

.fundy-tide-watch-card-line {
    position: absolute;
    bottom: 98px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #fff;
}

@media screen and (min-width: 1161px) {
    .home-blog-left-container .featured-content-card {
        max-height: 450px;
    }

    .home-blog-left-container .content-card {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 1160px) and (min-width: 992px) {
    .home-blog-left-container .content-card-text-container {
        padding-top: 5px;
    }

    .home-blog-left-container .content-card-image-container {
        height: 175px;
    }
}

@media screen and (min-width: 992px) {
    .field--name-field-member-paragraphs .field--name-field-body-text {
        padding-left: 25%;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    .member-left-column-header {
        display: flex !important;
        display: -webkit-flex !important;
    }

    .member-left-column-header {
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .member-left-column {
        width: 70%;
    }
}

@media (max-width: 900px) {
    .fundy-tide-watch-card svg {
        display: none;
    }

    .fundy-tide-watch-card .mobile-bg {
        display: block;
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .fundy-tide-watch-card .mobile-text {
        font-size: 42px;
        line-height: 45px;
    }
}

@media (min-width: 900px) {
    .fundy-tide-watch-card .mobile-text {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .tide-lines {
        display: block;
        top: 5px;
        bottom: 0;
        right: 50px;
        left: auto;
    }

    .fundy-tide-watch-card .mobile-text {
        padding: 8px;
        font-size: 22px;
        line-height: 26px;
        margin-top: 20px;
        margin-left: 10px;
    }

    .fundy-tide-watch-card .mobile-text span {
        font-size: 38px;
    }

    .fundy-tide-watch-card-height {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .section-blog-teaser {
        margin-top: 0;
        margin-right: 0;
    }

    .fundy-tide-watch-card-height {
        left: 5px;
    }

    .fundy-tide-watch-card-height {
        font-size: 42px;
    }

    .fundy-tide-watch-card-line {
        bottom: 168px;
    }

    .fundy-tide-watch-card-high {
        left: 8px;
        bottom: 106px;
        line-height: 18px;
        padding-right: 8px;
    }

    .fundy-tide-watch-card-low {
        left: 8px;
        bottom: 56px;
        line-height: 18px;
        padding-right: 8px;
    }
}

.events-list-time-dash {
    width: 1px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.events-list-box {
    cursor: pointer;
    text-decoration: none;
}

.events-list-category-button {
    position: relative;
}

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

.events-list-category-button svg {
    position: absolute;
    margin: 0px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.hero-home video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.hero-home video.desktop-video {
    display: block;
}

.hero-home video.mobile-video {
    display: none;
}

@media (max-width: 991px) {
    .hero-home video.desktop-video {
        display: none;
    }

    .hero-home video.mobile-video {
        display: block;
    }
}

.home-hero-heading {
    width: 70%;
}

.hero-header-text {
    text-align: center;
}

.saint-awesome-hero-text {
    line-height: 110px;
}

@media (max-width: 991px) {
    .saint-awesome-hero-text {
        margin-top: 25px;
        margin-bottom: 40px;
        font-size: 110px;
        line-height: 75px;
        letter-spacing: 2px;
    }
}

@media (max-width: 479px) {
    .saint-awesome-hero-text {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 80px;
        line-height: 55px;
        letter-spacing: 2px;
    }

    .fundy-tide-watch-card .mobile-text span {
        font-size: 28px;
    }

    .fundy-tide-watch-card .mobile-text {
        margin-left: 0;
        margin-top: 0;
    }
}

.instagram-slider {
    height: 230px;
}

.section-member-cards .form-block.w-form {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    max-width: 325px;
}

.section-member-cards .form-block.w-form .select-wrapper {
    width: 100%;
}

.banner-hero-tall {
    width: 100%;
    margin: 0px;
}

.banner-hero-body-text {
    max-width: 600px;
}

.fundy-tide-watch-day-block {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    width: calc(33% - 20px);
    max-width: 100%;
}

.blue-heading-block-tall {
    height: auto;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blue-heading-block-tall-bottom-row .other-wrapper {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.term-id-9 .blue-heading-block-tall-bottom-row .other-select {
    display: none;
}

.blue-heading-block-tall-bottom-row .other-select {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
}

.blue-heading-block-tall-bottom-row .area-select {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    margin-left: 10px;
    width: 100%;
}

.blue-heading-block-tall-bottom-row .search-wrapper {
    width: 350px;
    position: absolute;
    right: 15%;
}

.blue-heading-block-tall-bottom-row .search-wrapper input {
    background: none;
    border: 0px;
    color: #fff;
}

.blue-heading-block-tall-bottom-row .search-wrapper .search-bar {
    padding-left: 30px;
    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;
    margin-left: 60px;
}

.blue-heading-block-tall-bottom-row .search-wrapper .search-bar > div {
    border-bottom: 1px solid #fff;
}

.active-filters {
    max-width: 1200px;
    width: 100%;
    margin: 10px auto 20px !important;
}

.active-filters a {
    text-decoration: none;
}

.active-filters a:nth-child(1) {
    margin-left: 0px !important;
}

.loadMoreWrapper {
    text-align: center;
}

.blue-heading-header {
    margin-bottom: 20px;
}

.button.load-more {
    margin: 20px auto;
}

.four-column-grid-item {
    cursor: pointer;
}

@media (max-width: 767px) {
    .hero-home {
        height: 100vh;
    }

    .saint-awesome-hero-text {
        line-height: 80px;
    }

    .blue-heading-header {
        margin-top: 10px;
    }

    .blue-heading-block-tall-container {
        display: block;
    }

    .blue-heading-block-tall-bottom-row {
        display: block;
        height: 135px;
    }

    .blue-heading-block-tall-bottom-row .search-wrapper {
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        width: 100%;
    }

    .blue-heading-block-tall-bottom-row .other-wrapper {
        display: block;
        margin: 20px 0px;
        width: 100%;
    }

    .blue-heading-block-tall-bottom-row .area-select {
        margin: 10px 0px 0px;
    }

    .hero-home {
        height: 100vh;
        overflow-x: hidden;
    }

    .active-filters {
        padding: 0px 10px;
    }

    .featured-content-card {
        background-size: cover;
    }

    .blog-featured-card-linked {
        width: 100%;
    }

    .lang-fr .blog-filter-link-container .blog-filter-link {
        padding: 10px 8px;
        font-size: 12px;
        margin-left: 10px;
    }
}

.four-column-grid-heading {
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    background: #f6fcfe;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.four-column-grid-heading {
    line-height: 27px;
}

.four-column-grid-heading h4 {
    margin: 0px;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.menu-item span {
    font-family: "korolev", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 50px;
}

.dining-facilities ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.dining-facilities ul li {
    font-family: "korolev", sans-serif;
    line-height: 22px;
    letter-spacing: 0.44px;
}

.page-node-type-blog-posts .tws-container {
    width: 100%;
}

.page-node-type-blog-posts .tws-container .tws-right-column {
    width: 30%;
}

.page-node-type-blog-posts .tws-container p {
    word-wrap: break-word;
}

.high-tide-blog-container .content-card {
    cursor: pointer;
}

.high-tide-blog-container .content-card-read-more {
    margin-bottom: 0px;
}

.high-tide-blog-container .content-card-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.high-tide-blog-container .blog-featured-card-linked .content-card-heading {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.high-tide-blog-container .content-card-body {
    margin: 0px;
}

.blog-filter-link-container {
    width: auto;
}

.blog-filter-link-container .blog-filter-link {
    cursor: pointer;
    padding: 10px 32px;
}

.section-blog-home {
    margin: 0 -10px;
}

@media (max-width: 900px) {
    .nav-menu {
        padding: 0 20px;
    }
}

.nav-menu {
    overflow-x: hidden;
}

.menu-bottom {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

@media (max-width: 479px) {
    .high-tide-blog-wrapper {
        display: block;
    }

    .high-tide-blog-container .blog-card-linked {
        width: 100%;
    }

    .four-column-grid-container {
        margin: 0;
    }

    .blue-heading-block-tall-bottom-row .other-wrapper {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .blue-heading-block-tall-bottom-row {
        margin-top: 0;
    }

    .section-search {
        padding-left: 0;
    }

    .member-search {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0;
        padding-right: 0px;
        padding-left: 0;
    }

    .member-right-column.align-left {
        margin-bottom: 0;
    }

    .section-member-cards .form-block.w-form .select-wrapper {
        padding: 10px 0 10px 0;
    }

    .nav-menu {
        height: 100vh !important;
        overflow-y: scroll;
        padding: 0px 20px;
    }

    .menubar-container .search {
        height: 55px;
    }

    .section-blog-home {
        margin: 0;
    }

    .menu-bottom {
        flex: 0 0 160px;
        -webkit-flex: 0 0 160px;
    }

    .nav-container.clear {
        width: 100%;
        padding: 0 10px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        height: 60px;
    }

    .fundy-tide-watch-card-height {
        left: 10px;
        font-size: 24px;
        bottom: 10px;
    }
}

.events-teaser-body-text {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 200ms ease-in;
    color: #fff;
}

.events-teaser-body-text p {
    color: #fff;
}

.events-teaser:hover .events-teaser-body-text {
    height: 75px;
}

.button.white {
    position: relative;
    min-width: auto;
    padding: 14px 40px;
}

.button.white:hover:after {
    opacity: 1;
}

.button.white:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #F1C400;
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.home-blog-left-container .content-card-text-container {
    position: relative;
    padding-bottom: 40px;
    border-top: 2px solid #fff;
    transition: all 150ms ease-in;
    min-height: 248px;
}

.home-blog-left-container .featured-content-card-text-container {
    border-top: 2px solid #fff;
    transition: all 150ms ease-in;
}

.home-blog-left-container .content-card:hover .content-card-text-container,
.home-blog-left-container
.featured-content-card-linked:hover
.featured-content-card-text-container {
    border-color: #F1C400;
}

.home-blog-left-container .content-card-heading h4 {
    margin-top: 0px;
}

.lang-fr .featured-content-card-text-container .content-card-heading {
    margin-top: 15px;
}

.content-card-text-container {
    display: block;
}

.nav-menu li.menu-item a {
    display: block;
}

.navbar {
    height: auto;
    width: 100%;
    margin: 0 auto;
    border: 0px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.navbar .brand svg {
    margin: 0px;
    width: auto;
    height: 59px;
}

header {
    border-bottom: 1px solid transparent;
    width: 100%;
    padding: 10px 0px;
    z-index: 49;
}

header.white {
    background: #fff;
    border-color: #fff;
}

header.transparent {
    background: none;
    border-color: transparent;
}

.path-frontpage header.not-fixed {
    position: absolute;
    border: 0px;
    background: none;
}

.path-frontpage header.not-fixed svg path,
.path-frontpage header.not-fixed svg rect {
    fill: #fff !important;
}

.path-frontpage header.not-fixed .search-button path,
.path-frontpage header.not-fixed .search-button circle,
.path-frontpage header.not-fixed .menu-button path {
    stroke: #fff;
}

.path-frontpage header.not-fixed .extra-nav-link-box a {
    color: #fff;
}

.navbar ul.menu,
.nav-menu ul.menu {
    padding: 0px 0px 0px 22px;
    overflow-y: auto;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.w-nav {
    z-index: 100;
}

.french-mobile-menu-link {
    display: block;
}

#newsletter-mobile {
    float: left;
}

header.fixed {
    position: fixed;
    top: -100px;
    left: 0px;
    right: 0px;
    transform: translate(0px, 100px);
    z-index: 999;
    transition: transform 500ms linear;
}

header.fixed.toolbar-open {
    top: -21px;
}

.menu-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    height: 1px;
    background: #d7dade;
    border: 0px;
}

.page-node-type-blog-posts .content-wrapper {
    margin-top: 0px;
}

.single-row-four-column-grid a {
    text-decoration: none;
}

.single-row-four-column-grid .four-column-grid-item-image {
    min-height: 196px;
}

.four-column-grid-item-image {
    background-color: #fff;
    width: auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    object-fit: cover !important;
}

.four-column-grid-item-image img {
    object-fit: cover;
    width: 100%;
}

.four-column-grid-item-image img.mobile-only {
    display: none;
}

.featured-content-card.blog {
    cursor: pointer;
}

.blog-filter-link-block {
    border-bottom: 1px solid transparent;
    transition: border-color 250ms linear;
}

.blog-filter-link-block.active {
    border-color: #fff;
}

.loading {
    text-align: center;
    width: 100%;
    margin: 200px 0px;
}

.newsletter-button {
    float: left;
}

.member-left-column .text__container {
    margin-top: 0;
}

.lang-fr .nav-menu .newsletter-button {
    display: none;
}

.mobile-video-gif {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    max-width: auto;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.newsletter-modal__form .form-type-checkbox {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.field--name-field-event-paragraphs .field--name-field-body-text > p {
    margin-bottom: 25px;
}

.page-node-type-upcoming-events .member-address {
    margin-top: 0px;
}

.page-node-type-upcoming-events h1 {
    font-family: "korolev", sans-serif;
    margin-top: 0px;
    text-transform: none;
}

.page-node-type-upcoming-events .left-column-text {
    margin: 0px;
    width: 100%;
}

.page-node-type-upcoming-events .field--name-field-event-paragraphs div.image,
.page-node-type-upcoming-events
.field--name-field-event-paragraphs
div.bi-hero-header-pictures,
.page-node-type-upcoming-events
.field--name-field-event-paragraphs
div.tws-slider,
.page-node-type-blog-posts .field--name-field-blog-paragraphs div.image,
.page-node-type-blog-posts
.field--name-field-blog-paragraphs
div.bi-hero-header-pictures,
.page-node-type-blog-posts .field--name-field-blog-paragraphs div.tws-slider {
    margin-left: -100px;
}

.page-node-type-upcoming-events .field--name-field-event-paragraphs .image img {
    width: 100%;
}

.page-node-type-upcoming-events .tws-right-column:first-child {
    margin-top: 0px;
}

.banner-small {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

.page-node-type-upcoming-events .content-wrapper {
    margin-top: 0px;
}

.slider-wrapper {
    width: 100%;
    max-width: 820px;
}

.slider img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.slick-dots {
    margin: 10px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.slick-dots li {
    margin-right: 10px;
}

.slick-dots li button {
    border-radius: 100%;
    background: #1f364b;
    width: 7px;
    height: 7px;
    display: block;
    padding: 0px;
    opacity: 0.22;
}

.slick-dots li.slick-active button {
    background: #F1C400;
    border: 4px solid #F1C400;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.instagram-slider-container {
    width: 100%;
    max-width: 1154px;
    margin: 0 auto 50px auto;
}

.instagram-slide {
    height: 274px;
    position: relative;
}

.instagram-slider-container .slick-slide {
    margin: 0 10px;
}

/* the parent */

.instagram-slider-container .slick-list {
    /*margin: 0 -10px;*/
}

.instagram-slide-link-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.instagram-slider-container .slick-prev {
    position: absolute;
    left: -55px;
    background: url("/sites/default/files/2018-03/left-arrow.svg");
    width: 27px;
    height: 49px;
    text-indent: 100px;
    overflow: hidden;
    top: 50%;
    margin-top: -25px;
}

.instagram-slider-container .slick-next {
    position: absolute;
    right: -55px;
    background: url("/sites/default/files/2018-03/right-arrow.svg");
    width: 27px;
    height: 49px;
    text-indent: 100px;
    overflow: hidden;
    top: 50%;
    margin-top: -25px;
}

.bi-hero-content-container {
    max-width: none;
}

.bi-hero-header-block {
    align-items: center;
    -webkit-align-items: center;
    flex: 0 0 37.5%;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
}

.events-hero-header-pictures {
    flex: 0 1 62.5%;
}

.bi-hero-header-block-wrapper {
    max-width: 392px;
}

.page-node-type-large-banner-basic-page .section-blog-home {
    margin: 0;
}

.high-tide-blog-wrapper {
    margin: 0;
}

.member-social-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.member-social {
    display: flex;
    display: -webkit-flex;
}

.member-social a,
.member-reviews a {
    width: auto;
}

.member-reviews {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.four-column-grid-item:hover .four-column-grid-item-wrapper {
    transition: all 250ms ease;
}

.four-column-grid-item:hover .four-column-grid-item-wrapper,
.four-column-grid-item:focus .four-column-grid-item-wrapper {
    box-shadow: 0 0 10px #bebfc1;
}

@media only screen and (max-width: 1180px) {
    .four-images-text-block {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 767px) {
    h1.bi-hero {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .content-card-image-container {
        height: 175px;
    }

    .blog-teaser-container-div {
        height: 878px;
    }
}

@media only screen and (max-width: 991px) {
    .tws-container {
        padding: 0px 10px;
    }

    .tws-right-column {
        margin-top: 0;
        max-width: 100%;
    }

    .featured-content-card.blog {
        min-height: 418px;
    }

    .page-node-type-large-banner-basic-page .featured-content-card {
        margin: 0;
    }

    .page-node-type-large-banner-basic-page .content-card {
        margin: 0;
    }

    .member-tag-block {
        width: auto;
        margin-right: 20px;
    }

    .tablet-blog-teaser-container-div-2 .content-card {
        width: calc(100% - 15px);
        display: block;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .member-left-column .text__container {
        max-width: 100%;
        width: auto;
        margin-right: 10px;
        margin-left: 20px;
    }
}

@media (max-width: 1220px) {
    .blue-heading-block-tall-container {
        margin: 0px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .member-mobile-header {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .tablet-blog-teaser-container-div-2 .content-card {
        width: 100%;
    }

    .member-tag-block {
        width: 100%;
        margin-right: 20px;
    }

    .member-header-text {
        width: 100%;
    }

    .member-right-column.align-left {
        margin-left: 0;
    }

    .tws-container {
        align-items: unset;
        -webkit-align-items: unset;
    }

    .bi-hero-header-block-wrapper {
        max-width: none;
    }

    .tdd-icon-box-container.things-to-do {
        max-width: 100%;
    }

    a.tdd-icon-box {
        margin: 0 0 11px 0;
    }

    .four-images-text-block h4 {
        font-size: 28px;
    }

    /*.blue-heading-block-tall-container {
    margin: 10px 10px;
  }*/
    .blog-card-linked {
        padding: 10px;
        width: calc(50% - 20px);
        flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
    }

    .content-card-heading {
        font-size: 16px;
        line-height: 18px;
    }

    .content-card-body {
        font-size: 14px;
        line-height: 16px;
    }

    .featured-content-card.blog {
        min-height: 300px;
    }

    .home-content-start .blog-teaser-container-div {
        height: 360px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .member-mobile-header {
        display: none;
    }

    .member-left-column-header.w-hidden-small {
        display: block !important;
        width: 70%;
    }

    .member-container {
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .member-right-column.align-left {
        display: block;
    }

    .member-left-column {
        width: 70%;
    }

    .member-info-block {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .member-left-column {
        width: 100%;
    }

    .blog-card-linked {
        width: calc(100% - 20px);
    }

    .featured-content-card.blog {
        min-height: 275px;
    }

    .member-tags .field__item {
        margin-right: 0;
    }

    .member-right-column {
        width: 100%;
    }

    a.tdd-icon-box {
        padding: 35px 10px;
    }

    .tdd-icon-text {
        line-height: 0;
    }
}

@media only screen and (max-width: 479px) {
    .bi-hero {
        margin-bottom: 30px;
    }

    .featured-content-card {
        height: 360px;
    }

    .view-front-page-featured-events .front-page-content {
        display: block;
    }
}

@media (max-width: 900px) {
    .page-node-type-upcoming-events .field--name-field-event-paragraphs div.image,
    .page-node-type-upcoming-events
    .field--name-field-event-paragraphs
    div.bi-hero-header-pictures,
    .page-node-type-upcoming-events
    .field--name-field-event-paragraphs
    div.tws-slider,
    .page-node-type-blog-posts .field--name-field-blog-paragraphs div.image,
    .page-node-type-blog-posts
    .field--name-field-blog-paragraphs
    div.bi-hero-header-pictures,
    .page-node-type-blog-posts .field--name-field-blog-paragraphs div.tws-slider {
        margin-left: 0px;
    }

    .view-board-members .board-header {
        padding: 0px 10px;
    }
}

.footer-mobile .logo,
.footer .logo {
    width: 300px;
}

@-webkit-keyframes rJPdPBFnoM_HkudSK2oz_Animation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    75% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes rJPdPBFnoM_HkudSK2oz_Animation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    75% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

#SJN_PHYhsG * {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
    transform-box: fill-box;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#rkHuwrY2jG {
    stroke: none;
    stroke-width: 1;
    fill: none;
}

#HJUuvrK3sf {
    -webkit-transform: translate(0, px, 1px);
    transform: translate(0, px, 1px);
    stroke: #F1C400;
}

#rJPdPBFnoM_HkudSK2oz {
    -webkit-animation-name: rJPdPBFnoM_HkudSK2oz_Animation;
    animation-name: rJPdPBFnoM_HkudSK2oz_Animation;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*
* French Specific Styles
*/

#Newsletter:lang(fr) {
    display: none;
}

.body-newsletter-signup-block:lang(fr) {
    display: none;
}

.visitor-packet .maps-container .maps-right-column {
    height: auto;
}

.visitor-packet .maps-left-column,
.section-gray .maps-left-column {
    padding-left: 100px;
}

@media screen and (max-width: 1250px) and (min-width: 1170px) {
    .section-gray .maps-left-column {
        padding-left: 0;
    }
}

@media screen and (max-width: 1250px) {
    .section-gray.grey-text-left-map-right {
        padding: 0 20px;
    }
}

@media (max-width: 1170px) {
    .newsletter-signup-container {
        padding: 0px 25px;
    }

    .maps-container.map .maps-right-column {
        width: 100%;
        height: 400px;
    }

    .visitor-packet .maps-left-column {
        padding-left: 20px;
    }

    .section-gray .maps-left-column {
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .fundy-tide-watch-card,
    .home-blog-left-container .featured-content-card {
        height: 868px;
    }
}

@media screen and (max-width: 600px) {
    .maps-container {
        display: block;
    }

    .maps-two-column-flex-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .path-webform .region-content {
        margin-top: 50px;
    }
}

.search-results .search-card {
    display: block;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.search-results .search-card span {
    border-bottom: 1px solid transparent;
    transition: border-color 250ms linear;
}

.search-results .search-card:hover span {
    border-color: #F1C400;
}

.search-results .search-card:last-child {
    border-bottom: 0px;
}

.view-blogs-category {
    background: #f1f3f6;
    padding: 80px 0px;
}

.view-events-category {
    background: #f1f3f6;
    padding: 50px 0px;
}

.member-header {
    color: black;
}

.view-events-category .section-heading,
.view-blogs-category .section-heading {
    margin-top: 0px;
}

.view-events-category .single-row-four-column-grid,
.view-blogs-category .single-row-four-column-grid {
    margin: 0 auto;
}

.home-blog-left-container .div-block-13 .content-card-linked:nth-child(1) {
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}

.home-blog-left-container .div-block-14 .content-card-linked:nth-child(1) {
    border-right: 10px solid transparent;
}

.home-blog-left-container .div-block-14 .content-card-linked:nth-child(3) {
    border-left: 10px solid transparent;
}

.date-tide-picker .DayPickerInput {
    width: 300px;
}

.section-tides-list .blue-heading-header {
    margin: 0px;
}

@media (max-width: 767px) {
    .visitor-packet .maps-left-column {
        padding-left: 0;
    }

    .date-tide-picker .DayPickerInput,
    .date-tide-picker {
        width: 100%;
    }

    .date-tide-picker .DayPicker {
        width: 100%;
        height: 100%;
    }

    .date-tide-picker .DayPickerInput-OverlayWrapper {
        z-index: 10;
    }

    .date-tide-picker .DayPickerInput-Overlay {
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .home-blog-left-container .div-block-13 .featured-content-card-linked {
        border: 0px;
    }

    .fundy-tide-watch-card {
        margin: 0px 0px 0px 10px;
        padding: 0px;
    }

    .content-card-linked-mobile {
        width: calc(50% - 20px);
        padding: 10px;
    }

    .blog-teaser-container-div {
        padding-right: 10px;
        padding-left: 10px;
        height: 360px;
    }

    .home-content-start .blog-teaser-container-div {
        height: 360px;
    }

    .view-front-page-upcoming-events .front-page-content {
        flex-flow: column;
        -webkit-flex-flow: column;
    }

    .events-teaser-link-block {
        margin: 0px;
        padding: 0px;
    }

    .events-teaser {
        margin: 0px;
        padding: 0px;
    }

    .fundy-tide-watch-card-high,
    .fundy-tide-watch-card-low {
        font-size: 10px;
        line-height: 12px;
    }

    .fundy-tide-watch-card-high {
        bottom: 75px;
    }

    .fundy-tide-watch-card-low {
        bottom: 45px;
    }

    .fundy-tide-watch-card-line {
        display: none;
    }

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

#block-languageswitcher ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#block-languageswitcher ul li {
    margin: 0px;
    padding: 0px;
}

.lang-en #block-languageswitcher ul li.en {
    display: none;
}

.lang-fr #block-languageswitcher ul li.fr {
    display: none;
}

#block-languageswitcher ul li a {
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    font-size: 15px;
    display: block;
    font-family: "korolev", sans-serif;
    color: #000;
}

header.transparent #block-languageswitcher ul li a {
    color: #000;
}

.path-frontpage header.not-fixed #block-languageswitcher ul li a {
    color: #fff;
}

.menu-bottom #block-languageswitcher ul li a {
    color: #fff;
}

.menu-bottom #block-languageswitcher {
    float: left;
}

.term-id-8 .area-select,
.term-id-9 .area-select {
    max-width: 400px;
    margin-left: auto;
}

.fr .newsletter-button {
    display: none;
}

.home-blog-left-container .content-card-body p {
    margin: 0px;
}

.fundy-tide-loading {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.fundy-tide-loading svg {
    width: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -30px;
    display: block;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.blue-heading-container.blog .blog-filter-search {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .four-column-grid-item-image img.mobile-only {
        display: none;
    }

    .four-column-grid-item-image img.desktop-only {
        display: block;
    }

    .page-node-type-tiers .content-wrapper {
        margin-top: 0px;
    }

    .term-id-8 .area-select {
        max-width: 100%;
        margin: 0px;
    }

    .section-member-listing {
        padding: 0px 10px;
    }

    .high-tide-blog-wrapper {
        margin: 0px;
    }

    .blue-heading-container.blog {
        padding: 0 10px;
    }

    body {
        overflow-x: hidden;
    }


}

@media screen and (max-width: 767px) and (min-width: 479px) {
    .node-2276 .blue-heading-block-tall-bottom-row {
        height: 175px;
    }

    .blue-heading-container {
        display: block;
        padding: 0px 10px;
    }
}

.home-blog-right-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.hide-page-type {
    display: none;
}

.field--name-field-member-description p {
    margin-bottom: 25px;
}

/** JackRabbit Widget **/

.jr-wrapper {
    z-index: 50;
    position: fixed;
    bottom: 0px;
    right: 5%;
    width: 280px;
}

.jr-header {
    z-index: 5;
    cursor: pointer;
    text-align: center;
    padding-top: 13px;
    width: 100%;
    height: 50px;
    background-color: #F1C400;
    color: #fff;
    font-size: 12pt;
}

.jr-wrapper .DateInput {
    width: 115px;
}

.jr-title {
    padding-left: 10px;
}

.jr-error {
    color: #f00;
    margin-left: 3px;
    display: inline-block;
}

.jr-body {
    z-index: 5;
    background-color: #fff;
    padding: 10px;
    height: 150px;
    display: none;
}

.jr-body .check-in {
    color: #F1C400;
    font-weight: 300;
    font-family: Helvetica;
    font-size: 10pt;
    background-color: #fff;
    display: inline-block;
    width: 50%;
    padding: 5px;
}

.jr-body .jr-button {
    background-color: #fff;
    display: inline-block;
    color: #F1C400;
    border: 1px solid #F1C400;
    padding: 7px 60px;
    margin: 15px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/** datepicker **/

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-radius: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker {
    margin-top: -115px !important;
    margin-left: -18px !important;
    width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    border: 0;
    -webkit-box-shadow: 0 0 15px #d5d3d3;
    box-shadow: 0 0 15px #d5d3d3;
}

.ui-icon .ui-icon-circle-triangle-w {
    background-image: url("../images/back.svg") !important;
    background-size: cover;
    background-position: center top;
}

.ui-widget-header .ui-icon {
    background-image: url("../images/right-arrow.svg");
    background-size: cover;
    background-position: center top;
}

.webform-confirmation-modal .ui-widget-header .ui-icon {
    background-image: url("../images/grey-close.svg");
}

.webform-confirmation-modal .ui-button:hover {
    background: none;
}

.webform-confirmation-modal h3 {
    margin-top: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button-focus {
    border: 0;
    background-color: #F1C400;
    color: #fff;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    margin-left: -1px;
    background: #F1C400;
    width: 295px;
    color: #fff;
    border-radius: 0;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
}

.ui-datepicker th {
    background-color: #f1f1f1;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666;
}

.ui-datepicker tbody td {
    padding-top: 0;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 0;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-default {
    background: #fff;
    color: #545454;
    height: 35px;
    width: 35px;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #F1C400;
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
    background: #F1C400;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    background: #F1C400;
    color: #fff;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #F1C400;
    color: #000;
}

.clear-all {
    padding: 5px 8px;
    font-size: 0.85rem;
    position: relative;
    border-radius: 3px;
    min-height: 30px;
    overflow-wrap: break-word;
    padding: 5px 12px;
    line-height: 1.2rem;
    background-color: rgb(238, 238, 238);
    color: rgb(66, 66, 66);
    cursor: pointer;
    -moz-user-select: none;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.clear-all:hover,
.clear-all:focus {
    background-color: rgb(204, 204, 204);
}

.events-list-box {
    transition: all 250ms ease-in;
}

.events-list-box:focus,
.events-list-box:hover {
    box-shadow: 0px 0px 0px 1px #F1C400;
    border-color: #F1C400;
}

.search-card > div {
    max-height: 75px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.search-card div {
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.search-card img {
    display: none !important;
}

.search-card em,
.search-card b,
.search-card strong {
    font-weight: normal;
    font-style: normal;
}

.search-card a,
.search-card .facility-rooms,
.search-card div h1,
.search-card div h2,
.search-card div h3,
.search-card div h4,
.search-card div h5 {
    display: none;
}

.search-card p {
    font-size: 16px;
    color: #8c9196;
    font-family: "korolev", sans-serif;
    margin: 0px !important;
}

.search-card div h4 {
    display: none;
}

.search-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7dade;
}

.search-card h4 {
    font-size: 24px;
    letter-spacing: 0.65;
    line-height: 29px;
    color: #232528;
    font-weight: 800;
}

#search-block .search-bar {
    margin-bottom: 20px;
}

#search-block .search-bar input {
    border: 0px;
    border-bottom: 1px solid #d7dade;
    font-size: 38px;
    font-weight: 400;
    color: #F1C400;
    background: none;
    padding: 0px;
    height: 100px;
}

#search-block {
    margin: 10px auto 100px auto;
    width: 100%;
    max-width: 1200px;
}

#search-block .types > a {
    background: #fff;
    border: 2px solid #bfbfbf;
    border-radius: 0px;
    text-decoration: none;
}

#search-block .types > a:hover,
#search-block .types > a:focus,
#search-block .types > a.active {
    border: 2px solid #F1C400;
}

#search-block .search-results > p {
    margin: 10px 0px;
}

.high-tide-blog-container {
    width: 100%;
}

.view-three-featured-events h2 {
    text-align: center;
}

.view-three-featured-events {
    margin-bottom: 109px;
}

.content-card-brief-linked {
    width: 100%;
}

.events-list-time {
    text-transform: none;
}

.content-card-brief-linked {
    width: calc(33.33% - 20px);
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.view-three-featured-events .content-card-brief-heading {
    padding-right: 0px;
}

#jackrabbit iframe {
    border: 0px;
    width: 100%;
    height: 3700px;
}

.mobile-only {
    display: none;
}

.date-picker {
    display: block;
}

.date-picker input {
    width: 100%;
}

.fundy-tide-watch-labels:last-child {
    text-transform: none;
}

.jr-body.active {
    display: block;
}

.jr-body input {
    text-align: center;
}

.member-blue-info-text a {
    word-wrap: break-word;
}

.jr-body {
    position: relative;
}

.jr-body .flatpickr-calendar {
    position: absolute;
    top: -300px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .content-card-brief-linked {
        flex-basis: 33.33%;
        -webkit-flex-basis: 33.33%;
    }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
    .maps-two-column-flex-container img.image-14 {
        object-fit: cover;
    }

    .section-cruise-link .cruise-photo-column {
        width: 100%;
        overflow: hidden;
    }

    .image-left-text-right-button .div-block-19 {
        width: 100%;
    }
}

.page-node-type-blog-posts .tws-container {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .page-node-type-blog-posts .tws-container .left-column-text {
        width: 100%;
    }

    .tdd-slider-text-block {
        padding-left: 10px;
    }

    .tdd-slider-image-block {
        overflow: hidden;
    }

    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .fullwidth-column {
        padding: 0 10px;
    }

    .nav-menu {
        right: -165px;
    }

    .airport-text-block {
        margin-bottom: 30px;
    }

    .image-left-text-right-button .maps-two-column-flex-container.photo-left {
        flex-direction: column;
    }

    .section-gray.grey-text-left-map-right,
    .section-cruise,
    .section.top-margin {
        margin-bottom: 0;
    }

    .section-maps-link .maps-two-column-flex-container {
        flex-direction: column;
    }

    .section-maps-link .maps-two-column-flex-container .div-block-21,
    .section-maps-link .maps-two-column-flex-container .maps-link-column {
        width: 100%;
    }

    .section-maps-link .maps-two-column-flex-container .maps-link-column {
        align-items: flex-start;
    }

    .section-cruise .maps-two-column-flex-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .airport-text-block {
        max-width: none;
    }

    .cruise-text-block {
        width: 100%;
    }

    .content-card-brief-linked {
        display: block;
        flex-basis: auto;
        -webkit-flex-basis: auto;
        width: 100%;
    }

    .view-three-featured-events {
        padding: 0px 10px;
    }

    .active-filters.css-y1hwaz.e1nzkzy80 span {
        white-space: pre-line;
    }

    .hide-mobile {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    #events .event-categories {
        width: 100%;
        margin-bottom: 10px;
    }

    #events .section-events-list .section-search {
        margin-bottom: 10px;
    }

    #events .section-events-list .blue-heading-header {
        margin-bottom: 10px;
    }

    #events h3.events-list-filters {
        margin-top: 0px;
    }

    .date-picker > span {
        line-height: 38px;
    }

    .events-list-right-column {
        width: 100%;
    }

    #events .section-events-list .section-search {
        width: 100%;
        margin-top: 0;
    }

    input,
    select:focus,
    select {
        -webkit-appearance: none;
        border-radius: 0px;
        font-size: 16px;
    }

    .jr-body .flatpickr-calendar {
        left: -50px;
    }

    /** Fixes issue with flatpickr **/
    body.jractive {
        cursor: pointer;
    }

    .jr-wrapper {
        right: auto;
        left: 50%;
        margin-left: -140px;
    }

    .flatpickr-calendar.static.open {
        left: 50%;
        margin-left: -117px;
    }

    .term-id-8 .area-select,
    .term-id-9 .area-select {
        max-width: none;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {
    .visitor-packet-link,
    .section-maps-link {
        margin-top: -169px;
        padding-top: 169px;
    }

    .grey-text-left-map-right-link {
        margin-top: -129px;
        padding-top: 129px;
    }

    .section.top-margin.image-left-text-right-button,
    .section-cruise-link {
        margin-top: -179px;
        padding-top: 179px;
    }
}

@media screen and (max-width: 479px) {
    .content-card-brief-linked {
        display: block;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .visitor-packet-link,
    .section-maps-link {
        margin-top: -169px;
        padding-top: 169px;
    }

    .grey-text-left-map-right-link {
        margin-top: -129px;
        padding-top: 129px;
    }

    .section.top-margin.image-left-text-right-button,
    .section-cruise-link {
        margin-top: -179px;
        padding-top: 179px;
    }

    .section-cruise .cruise-photo-column img {
        object-fit: contain;
    }
}

.four-column-grid-item-image {
    height: 192px;
    width: 100%;
}

.content-card .w-hidden-small {
    display: block !important;
}

.tws-left-column {
    display: block;
}

.high-tide-blog-container .content-card {
    height: 100%;
    display: block;
}

.high-tide-blog-container .featured-content-card.blog {
    height: 100%;
}

.section-maps .maps-two-column-flex-container {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.no-results-found {
    padding: 100px 0px;
    text-align: center;
    font-size: 24px;
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
    .events-teaser-body-text {
        max-width: 200px;
        display: block;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 992px) {
    .high-tide-blog-container .content-card {
        height: 100%;
        display: block;
    }

    .high-tide-blog-container .featured-content-card.blog {
        height: 100%;
    }
}

@media screen and (max-width: 1170px) and (min-width: 769px) {
    .events-hero-header-pictures,
    .bi-hero-header-block {
        flex: 0 1 50%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .high-tide-blog-container .content-card {
        height: 100%;
    }

    .events-teaser-body-text {
        max-width: 360px;
    }

    .tdd-icon-box {
        flex: 0 1 25%;
    }

    .tdd-icon-box-container {
        margin: 0px auto 80px;
    }
}

@media only screen and (max-width: 767px) {
    .maps-container {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .four-column-grid-item {
        width: 100%;
    }

    .content-card-image-container {
        min-height: 90px;
        -webkit-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .content-card-linked-mobile {
        width: 100%;
    }

    .high-tide-blog-container .content-card {
        height: 100%;
    }
}

.pagination {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.pagination a {
    border: 2px solid #bebfc1;
    background-color: #fff;
    border-radius: 0px;
    text-decoration: none;
    color: #bebfc1;
    padding: 3px 0px;
    margin: 0px 5px;
    cursor: pointer;
    display: block;
    width: 36px;
    text-align: center;
}

.pagination .previous a {
    background-image: url("../images/back-icon.svg");
    background-position: 8px 3px;
}

.pagination .next a {
    background-image: url("../images/next-icon.svg");
    background-position: 10px 3px;
}

.pagination .previous a:hover {
    background-image: url("../images/back-icon-red.svg");
}

.pagination .next a:hover {
    background-image: url("../images/next-icon-red.svg");
}

.pagination .previous a,
.pagination .next a {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 15px 25px;
    width: 37px;
}

.pagination a:hover,
.pagination a:focus {
    background-color: #fff;
    border: 2px solid #F1C400;
    color: #F1C400;
}

.pagination .active a {
    border: 2px solid #F1C400;
    color: #F1C400;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
    cursor: not-allowed;
    border: 2px solid #bebfc1;
    background-color: #fff;
    color: #bebfc1;
}

/* React ovverrides */

.types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.events-list-right-column a {
    display: inline-block;
    width: calc(50% - 6px);
    height: 56px;
    margin-bottom: 15px;
    padding-left: 54px;
    align-items: center;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    background-color: #fff;
    background-position: 17px 50%;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    font-family: "korolev", sans-serif;
    color: #232528;
    font-size: 14px;
    margin: 5px;
    text-decoration: none;
    transition: 0s !important;
    vertical-align: middle;
    margin: auto 0;
}

.toggle-buttons-div div div {
    vertical-align: middle;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -30px;
}

.events-list-right-column a:hover {
    background-color: #fff;
}

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

.events-list-box {
    width: 715px;
}

.DayPickerInput-Overlay {
    width: 580px !important;
    margin-left: -80px !important;
}

@media (max-width: 767px) {
    .DayPickerInput-Overlay {
        z-index: 9999 !important;
        line-height: 18pt !important;
        overflow: hidden !important;
        left: 70px !important;
        margin-top: -130px !important;
        width: 99% !important;
        font-size: 16pt !important;
    }

    .events-list-box {
        width: auto;
    }

    .DayPicker-Months {
        display: flex;
        flex-direction: column;
        margin-left: 5%;
    }
}

.nav-menu input.search-input {
    color: #fff;
}

.section-member-cards .form-block.w-form {
    max-width: 600px;
}

.section-member-cards .form-block.w-form .select-wrapper {
    margin-left: 10px;
}

.section-member-cards .pagination {
    margin: 20px 0px 0px;
    justify-content: center;
}

.four-column-grid .clear-all-container {
    text-align: left;
    margin-top: 20px;
}

.four-column-grid-item-image picture {
    width: 100%;
}

.blue-heading-block-tall .select-wrapper {
    color: #fff;
    text-align: left;
}

.search-wrapper .types a {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow-wrap: break-word;
    line-height: 1.2rem;
    background-color: rgb(238, 238, 238);
    color: rgb(34, 34, 34);
    cursor: pointer;
    user-select: none;
    min-height: 40px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    margin: 3px;
}

@media (max-width: 479px) {
    .section-member-cards .form-block.w-form {
        flex-wrap: wrap;
    }

    .section-member-cards .form-block.w-form .select-wrapper {
        margin-left: 0px;
    }

    .blue-heading-block-tall-bottom-row {
        height: auto;
    }
}

body.path-user {
    display: flex;
    flex-direction: column;
}

.path-user .page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.path-user .footer,
.path-user header {
    flex: 0 0 auto;
}

.path-user .content-wrapper {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-login-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-login-form input[type="text"],
.user-login-form input[type="password"] {
    border: 1px solid #000;
}

.path-user ul.tabs {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.div-block-13 a.featured-content-card-linked {
    margin-bottom: 10px;
}

.slider-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.react-select-container .react-select__option {
    color: #000;
}

.react-select-container .react-select__option.react-select__option--is-focused,
.react-select-container
.react-select__option.react-select__option--is-selected {
    color: #fff;
}

.react-select-container .react-select__multi-value__remove {
    color: #F1C400;
}

.select-wrapper.select-wrapper-single-item .react-select-container {
    width: 50%;
    margin-left: auto;
}

@media (max-width: 767px) {
    .select-wrapper.select-wrapper-single-item .react-select-container {
        width: 100%;
        margin-left: auto;
    }
}

/* CSS GRID */

@supports (display: grid) {
    .single-row-four-column-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(200px, 1fr));
        grid-auto-rows: minmax(150px, auto);
        grid-gap: 20px;
    }

    .single-row-four-column-grid .content-card-brief-linked {
        width: 100%;
        height: 100%;
    }

    .single-row-four-column-grid a {
        display: block;
        height: 100%;
    }

    .single-row-four-column-grid .content-card-brief-image-container {
        height: 215px;
    }

    .single-row-four-column-grid .content-card-brief {
        height: 100%;
    }

    .single-row-four-column-grid .content-card-brief-text-container {
        height: auto;
    }

    .section-member-cards .four-column-grid-container {
        display: grid;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        grid-auto-rows: minmax(150px, auto);
        grid-gap: 20px;
        padding-top: 20px;
        margin: 0px;
    }

    .section-member-cards .four-column-grid-item {
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
    }

    .section-member-cards .four-column-grid-heading {
        line-height: 1.2;
        height: auto;
        flex: 1;
        padding: 17px 18px 15px;
    }

    .section-member-cards .four-column-grid-item-wrapper {
        height: 100%;
        flex-flow: column;
        display: flex;
    }

    .loading {
        grid-column: span 4;
    }

    .section-may-also-like .four-column-grid-item,
    .view-blogs-category .four-column-grid-item,
    .view-events-category .four-column-grid-item {
        width: 100%;
        padding: 0px;
    }

    .section-may-also-like .single-row-four-column-grid,
    .view-blogs-category .single-row-four-column-grid,
    .view-events-category .single-row-four-column-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        grid-auto-rows: minmax(150px, auto);
        grid-gap: 20px;
    }

    .section-blog-home .high-tide-blog-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        grid-auto-rows: minmax(150px, auto);
        grid-gap: 20px;
        margin: 0px;
    }

    .section-blog-home .high-tide-blog-wrapper .blog-card-linked {
        width: 100%;
        padding: 0px;
        height: 100%;
        flex: 1;
    }

    .section-blog-home .high-tide-blog-wrapper .blog-featured-card-linked {
        width: 100%;
        padding: 0px;
        height: 100%;
        flex-basis: auto;
        grid-column: span 2;
    }

    .section-blog-home
    .high-tide-blog-wrapper
    .featured-content-card-text-container {
        min-height: auto;
        height: auto;
        flex-basis: auto;
    }

    .section-blog-home .high-tide-blog-wrapper .content-card-heading {
        height: auto;
        overflow: visible;
        text-overflow: unset;
        width: 100%;
    }

    .section-blog-home
    .high-tide-blog-container
    .high-tide-blog-wrapper
    .content-card {
        height: 100%;
        min-height: 400px;
    }

    .section-blog-home .high-tide-blog-container .content-card-read-more {
        display: inline-block !important;
        margin-bottom: 10px;
        float: none;
    }

    .section-blog-home .high-tide-blog-container .content-card-body {
        padding-bottom: 10px;
    }

    @media (max-width: 768px) {
        .contact-us.section.top-margin {
            margin: 80px auto;
        }

        .single-row-four-column-grid {
            grid-template-columns: 1fr;
        }

        .section-member-cards .four-column-grid-container {
            grid-template-columns: 1fr;
        }

        .section-may-also-like .single-row-four-column-grid,
        .view-blogs-category .single-row-four-column-grid,
        .view-events-category .single-row-four-column-grid {
            grid-template-columns: 1fr;
        }

        .section-blog-home .high-tide-blog-wrapper {
            grid-template-columns: 1fr;
            grid-gap: 10px;
            padding: 10px 10px 0px;
        }

        .section-blog-home .high-tide-blog-wrapper .blog-featured-card-linked {
            grid-column: span 1;
        }

        .section-blog-home
        .high-tide-blog-container
        .high-tide-blog-wrapper
        .content-card {
            height: auto;
            min-height: 0px;
        }

        .section-blog-home .high-tide-blog-wrapper .content-card-text-container {
            height: auto;
        }

        .section-blog-home .high-tide-blog-wrapper .content-card-image-container {
            min-height: 150px;
        }
    }
    @media (max-width: 767px) {
        .section-member-cards .four-column-grid-item-wrapper {
            max-width: 300px;
            margin: 0 auto;
        }

        .section-member-cards
        .four-column-grid-item-wrapper
        .four-column-grid-item-image {
            height: 230px;
            max-height: 100%;
        }

        .section-may-also-like {
            padding: 80px 10px;
        }

        .view-blogs-category,
        .view-events-category {
            padding: 40px 10px;
        }
    }
}

/* Hide cookie revoke on mobile */

@media (max-width: 767px) {
    .cc-revoke.cc-bottom {
        display: none !important;
    }

    .page-node-type-blog-posts .tws-container .tws-right-column {
        width: 100%;
    }

    h3.side-bar-heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .text__container ul {
        padding-top: 20px;
    }

    .fr-towns {
        height: auto !important;
        width: 80% !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 479px) {
    .single-row-four-column-grid .content-card-brief-linked {
        width: calc(100% - 20px);
    }
}

@media (max-width: 768px) and (min-width: 479px) {
    .blue-heading-container .section-search,
    .section-member-cards .form-block.w-form {
        max-width: 400px;
    }

    .member-search {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.node-10715 .header-banner {
    margin: 0;
}

.node-10715.page-node-type-campaigns .content-wrapper {
    margin-top: 0;
}

.jump-link-wrapper {
    position: sticky;
    z-index: 1000;
}

.anchor-link {
    position: relative;
    top: -150px;
}

.node-10715 .section-four-image {
    margin-bottom: 65px;
}

.home-hero-heading.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 479px) {
    .node-10715 .header-banner {
        background-position: 1157px 0 !important;
        min-height: 239px;
    }

    .anchor-link {
        top: -180px;
    }

    .node-10715 .four-images-content-container.reverse-order {
        flex-direction: column-reverse;
    }

    .node-10715 .section-four-image {
        margin-bottom: 25px;
    }
}

@media (max-width: 350px) {
    .node-10715 .header-banner {
        background-position: 1046px 0 !important;
        min-height: 218px;
    }
}

.node-10945.page-node-type-campaigns .content-wrapper {
    margin-top: 0 !important;
}

.main-wrapper {
    width: 100%;
    margin: 25px auto;
    max-width: 1200px;
}

.fr-towns {
    height: 225px;
    width: 420px;
    object-fit: cover;
}

/* ==========================================================================
Web Design Updates March 2024
========================================================================== */

.max-width-85 {
    max-width: 600px;
}

.black-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
}

.black-gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
}

.black-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.black-gradient-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
}

a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: black; }
a:focus { text-decoration: none; color: black; }
a:hover, a:active { text-decoration: none; color: black }
a {
    text-decoration: none;
    color: black;

}
.trip-banner {
    background-color: #F1C400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 60px 20px;
}

.trip-banner p {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.btn-black {
    padding: 20px;
    border: 1px solid black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    transition: .3s ease-in;
    color: black;
}

.btn-black:hover {
    color: #F1C400;
    background: black;
}

.home-feature-nav > div {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    max-width: 1200px;
}
.home-feature-nav > div > div {
    width: 33%;
}
.home-feature-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 325px;
}

.home-feature-single__content {
    padding: 40px;
}

.home-feature-single__title {
    margin-top: 0;
}

.home-featured-blog .view-content > strong {
    display: none;
}

.home-feature-single__description {
    font-size: 120px;
    font-family: "korolev", sans-serif;
    color: #F1C400;
    margin-top: 75px;
    text-transform: uppercase;
}
.small-logo-wrapper {
    margin-bottom: 25px;
}
.small-logo {
    width: 60px;
}

.field--name-field-logo-image {
    display: none;
}

.w-half {
    width: 50%;
}

.right-text-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 60px;
}

.right-text-2 p {
    margin: 0;
}

.right-small-header {
    font-weight: bold;
    text-transform: uppercase;
}

.right-text-2 h3 {
    margin: 10px 0;
    font-family: "korolev", sans-serif;
    color: #F1C400;
    font-weight: 500;
}

.mb-25 {
    margin-bottom: 25px;

}

.image-left-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 47%;
}

.image-left-slider .slick-dots li button {
    font-size: 0;
}

.image-left-slider .slick-dots li button {
    background: none;
    border: 1px solid #4ec3e0;
}

.image-left-slider .slick-dots li.slick-active {
    background: #4ec3e0;
    border-radius: 50%;
}

.btn {
    margin: 10px 0px;
    padding: 15px 20px;
    font-family: "korolev", sans-serif;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: fit-content;
}

.btn-yellow {
    background-color: #F1C400;
    color: #000;
    border: 1px solid #F1C400;
    transition: .3s ease-in;
    font-weight: bold;
}

.food-box {
    background-color: #f28e13;
}

.history-box {
    background-color: #d90e0d;
}

.outdoor-box {
    background-color: #367cc0;
}

.urban-box {
    background-color: #1f2758;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.field--name-field-four-imgs-sub-header {
    margin-bottom: 20px;
}

.food-box .tdd-icon-text-block .tdd-icon-text,
.history-box .tdd-icon-text-block .tdd-icon-text,
.outdoor-box .tdd-icon-text-block .tdd-icon-text,
.urban-box .tdd-icon-text-block .tdd-icon-text {
    color: white;
}

.term-id-7 .blue-heading-block-tall {
    background-color: #f28e13;
}

.term-id-8 .blue-heading-block-tall {
    background-color: #d90e0d;
}

.term-id-9 .blue-heading-block-tall {
    background-color: #367cc0;
}

.term-id-10 .blue-heading-block-tall {
    background-color: #1f2758;
}

.campaign-banner {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.campaign-header {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.campaign-banner p {
    color: white;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 10px;
}

.campaign-banner h1 {
    color: #F1C400;
    font-size: 100px;
    font-weight: 500;
    margin: 45px 0 0 0;
    font-family: "korolev", sans-serif;
    letter-spacing: 10px;
}

.node-10945 .campaign-title-paragraph {
    height: 750px;
    background-size: cover;
    position: relative;

}

.white-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 20;
}

.node-10945 .campaign-title-paragraph__container {
    position: absolute;
    max-width: 50%;
    right: 0;
    bottom: 0px;
    z-index: 99;
    padding-right: 83px;
}

.campaign-title-paragraph__container {
    width: 100%;
    margin: 25px auto;
    max-width: 1200px;
}

.four-logo-image {
    width: 70px;
    margin-bottom: 10px;
}

.large-banner-sub-header {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: relative;
}

.button {
    color: #000;
    font-weight: bold;

}

.icon-h2 {
    color: #000;
}
.phone-link,
.web-link {
    display: none !important;
}

.result-item h6 {
    color: #000;
}

.mobile-trip-results {
    display: none;
}

.select-blue-pillar {
    background: white;
    color: black;
    padding: 15px 20px 15px 10px !important;
    border: none;
}

.home-blog-right-container {
    max-width: 255px;
    min-width: 255px;
    height: 901px;
    padding-top: 30px;
}

.tide-watch-page {
    max-width: 1154px;
    margin: 0 auto;
}

.fundy-tide-watch-day-block {
    width: calc(50% - 20px);
}

#tide-widget .section-gray {
    background-color: white !important;
    padding-top: 20px;
}

#tide-widget .blue-heading-block-short {
    margin-top: 0px !important;
    padding: 100px 27px;
    font-family: "korolev", sans-serif !important;
}

#tide-widget .blue-heading-header {
    color: black;
    margin-bottom: 20px;
}
.tides-justify-between {
    justify-content: space-between;
}

#tide-widget .tides-text {
    max-width: 50%;
}

#trip .blue-heading-header {
    color: black;
}

.trip-wrapper h2 {
    letter-spacing: 0px;
}

.hide-desktop {
    display: none;

}

#tripresults .section-member-cards .blue-pillar {
    color: black;
    border-color: black;
}

.home-featured-blog .view-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 25px;
    padding: 50px 0;

}
.home-featured-blog img {
    object-fit: cover;
}
.home-featured-blog .image-style-half-width-image {
    height: 318px !important;
}

.home-featured-blog .view-content .views-row {
    width: 50%;
    background-color: #f6fcfe;
}

.home-featured-blog .view-content .views-row .views-field-title {
    padding: 40px 40px 0 40px;
    font-size: 18px;
    font-weight: bold;
}

.home-featured-blog .view-content .views-row .views-field-field-blog-post-type .field-content {
    padding: 0 40px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: bold;
}

.home-featured-blog .view-content .views-row .views-field-field-blog-description {
    padding: 40px 40px 0 40px;
}

.home-featured-blog .view-content .views-row .views-field-view-node {
    padding: 0 40px 40px 40px;
}

.home-featured-blog .view-content .views-row .views-field-view-node {
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-logos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 16px;
}

.footer-logos .flex {
    align-items: center;

}

.footer-logos .flex img {
    align-items: center;
    margin-left: 30px;
}

.footer-logos img,
.footer-logos svg {
    width: 130px;

}

.corporate-information-section-heading {
    color: #000;
    letter-spacing: 0px;
}

.page-header {
    color: #000;
}

.node-11622.lang-fr .campaign-banner h1 {
    font-size: 125px;
}

.lang-fr .footer-logos svg {
    width: 130px;
}

.node-543.lang-fr .banner-hero-heading {
    line-height: 110px;
}

.campaign-map-bg {
    background-image: url('/themes/custom/dsj/images/down-by-the-bay-map.png');
}

.tws-header {
    color: black;
}

.view-events-category .section-heading,
.section-may-also-like .section-heading,
.member-info-heading {
    color: black;
    letter-spacing: 0px;
}

.view-blogs-category .section-heading {
    color: black;
    letter-spacing: 0px;
}

.land-aknowledgement {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 25px 0;
    position: relative;

}

.land-aknowledgement img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;

}

.land-aknowledgement h4 {
    text-transform: uppercase;
    padding-bottom: 15px;
    color: white;
    font-weight: 700;
}

.land-aknowledgement p {
    color: white;
}

.field--name-field-desktop-video,
.field--name-field-mobile-video {
    display: none;

}


@media (max-width: 1300px) {
    .home-feature-single__description {
        font-size: 100px;
    }

    .trip-planner .hero-text h1 {
        font-size: 100px !important;
    }
}

@media (max-width: 1110px) {
    .trip-planner .hero-text h1 {
        line-height: 100px !important;
    }
    .marg {
        font-size: 17px !important;
    }
}

@media (max-width: 991px) {
    .footer-logos {

        padding-right: 0px;
    }

    .footer-logos .flex {
        align-items: center;
        flex-direction: row;

    }

    .land-aknowledgement .field--name-field-land-background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .land-aknowledgement img {
        height: 100%;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .campaign-map-bg {
        background-image: url('/themes/custom/dsj/images/down-by-the-bay-map-mobile.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .campaign-title-paragraph__container {
        top: 0;
        bottom: initial;
    }

    .trip-banner p {
        line-height: 40px;
    }
    .max-width-85 {
        max-width: 100%;
    }
    .home-featured-blog .view-content {
        padding: 50px 40px;
    }
    #tide-widget .tides-text {
        max-width: 100%;
    }
    #tide-widget .blue-heading-block-short {
        min-height: 300px;
    }
    .home-feature-nav > div {
        flex-direction: column;
    }
    .home-feature-nav > div > div {
        width: 80%;
        margin: 0 auto;
    }

    .w-half {
        width: 100%;
    }

    .right-text-2 {
        padding: 20px 50px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


@media (max-width: 500px) {

    .lang-fr .hero-home h1 span {
        font-size: 120px;
        line-height: 100px;
    }
    .lang-fr .hero-home {
        height: 115vh;
    }

    .lang-fr .mobile-trip-results .webform-button--submit {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .campaign-title-paragraph {
        /*height: 800px;*/
		height: 100%;
    }

    .lang-fr .campaign-title-paragraph {
        /*height: 950px;*/
		height: 100%;
    }

    .campaign-title-paragraph__container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .home-featured-blog .view-content {
        flex-direction: column;
    }
    .home-featured-blog .view-content .views-row {
        width: 100%;
    }

    .home-blog-right-container {
        height: 500px;
    }
    .trip-results-select {
        background-image: url('/themes/custom/dsj/images/chevron-down-yellow.svg');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: 30px;
    }
    .hide-desktop {
        display: block;
    }
    .hide-mobile {
        display: none !important;
    }
    .mobile-trip-results {
        display: flex;
        background-color: #F1C400;
        padding: 40px 20px;
    }

    .mobile-trip-results .webform-button--submit {
        border: 1px solid black;
    }

    .trip-planner .hero-text {
        flex-direction: column;
        align-items: start !important;
    }
    #trip .section-member-cards .four-column-grid .flex {
        flex-direction: row;
    }

    .trip-planner .hero-text h1 {
        line-height: 72px !important;
        margin-top: 30px;
    }

    #trip .category p {
        font-size: 14px;
        line-height: 25px;
    }

    #trip .category {
        height: 190px;
        padding: 25px;
    }

    .campaign-header {
        padding: 0 10px;
    }
    .campaign-banner h1 {
        font-size: 80px;
        letter-spacing: 12px;
        line-height: 80px;
        margin-top: 0;

    }
    .right-text-2 {
        padding: 20px 10px;
    }

    .trip-planner .hero-text h1 {
        font-size: 69px !important;
    }

}


/* --------------- Old Block Fixes --------------- */

/* Large Banner Basic Page */
.page--preview.block-container .mobile-only .banner-hero-body-text,
.large-banner-basic .mobile-only .banner-hero-body-text {
    color: #000;
}

.page--preview.block-container .banner-hero-header-block.large-banner-sub-header,
.large-banner-basic .banner-hero-header-block .large-banner-sub-header {
    margin-bottom: 20px;
}

.page--preview.block-container .banner-hero-heading,
.large-banner-basic .banner-hero-heading {
    line-height: 100px;
}

.page--preview.block-container .content-wrapper h2,
.large-banner-basic .content-wrapper h2 {
    color: #000;
}

.page--preview.block-container .content-wrapper .button.w-button,
.large-banner-basic .content-wrapper .button.w-button {
    background-color: #F1C400;
    color: #000;
    border: 1px solid #F1C400;
    transition: .3s ease-in;
    font-weight: bold;

    margin: 10px 0px;
    padding: 15px 20px;
    font-family: "korolev", sans-serif;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: fit-content;
}

.page--preview.block-container .content-wrapper .text__container,
.large-banner-basic .content-wrapper .text__container {
    max-width: 1154px;
}

.page--preview.block-container .title-and-paragraph,
.large-banner-basic .title-and-paragraph {
    max-width: 1154px;
    margin: auto;
    padding-left: 0px;
}

.page--preview.block-container .content-wrapper .title-and-paragraph .page-header,
.large-banner-basic .content-wrapper .title-and-paragraph .page-header {
    font-family: "korolev", sans-serif;
    font-size: 38px;
    line-height: 43px;
    text-transform: none;
    color: #000;
    letter-spacing: 0px;
}

.page--preview.block-container .title-and-paragraph .black-sub-header,
.large-banner-basic .title-and-paragraph .black-sub-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: black;
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
}

.page--preview.block-container .section-cruise-link .maps-two-column-flex-container,
.large-banner-basic .section-cruise-link .maps-two-column-flex-container {
    justify-content: flex-end;
}

.page--preview.block-container .section-cruise-link .cruise-text-block,
.large-banner-basic .section-cruise-link .cruise-text-block {
    padding-right: 100px;
    max-width: 577px;
    padding-left: 0px;
}

.page--preview.block-container .section-cruise-link .cruise-photo-column,
.large-banner-basic .section-cruise-link .cruise-photo-column {
    padding-left: 0px;
}

.page--preview.block-container .maps-container,
.large-banner-basic .maps-container {
    max-width: 1154px;
}

.page--preview.block-container .maps-container .maps-left-column,
.large-banner-basic .maps-container .maps-left-column {
    padding-left: 0px;
}


/* Page Preview */
.page--preview.block-container {
    max-width: none;
}


/* Campaign Landing Page */
.page--preview.block-container .header-banner,
.campaign-landing .header-banner {
    width: 100%;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 15;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.page--preview.block-container .content-wrapper h2,
.campaign-landing .content-wrapper h2 {
    color: #000;
}

.page--preview.block-container .content-wrapper .button.w-button,
.campaign-landing .content-wrapper .button.w-button {
    background-color: #F1C400;
    color: #000;
    border: 1px solid #F1C400;
    transition: .3s ease-in;
    font-weight: bold;

    margin: 10px 0px;
    padding: 15px 20px;
    font-family: "korolev", sans-serif;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: fit-content;
}

.page--preview.block-container .content-wrapper .text__container,
.campaign-landing .content-wrapper .text__container {
    max-width: 1154px;
}

.page--preview.block-container .section-tdd-slider .tdd-slider,
.campaign-landing .section-tdd-slider .tdd-slider {
    max-width: 1154px;
}

.page--preview.block-container .section-tdd-slider .tdd-slider img,
.campaign-landing .section-tdd-slider .tdd-slider img {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.page--preview.block-container .basic-slider,
.campaign-landing .basic-slider {
    max-width: 1154px;
    margin: auto;
}

.page--preview.block-container .basic-slider .slide,
.campaign-landing .basic-slider .slide {
    width: 780px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.page--preview.block-container .image-left-slider img,
.campaign-landing .image-left-slider img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
    object-position: center;
}

.page--preview.block-container .maps-container,
.campaign-landing .maps-container {
    max-width: 1154px;
}

.page--preview.block-container .maps-container .maps-left-column,
.campaign-landing .maps-container .maps-left-column {
    padding-left: 0px;
}

.page--preview.block-container .section-cruise-link .maps-two-column-flex-container,
.campaign-landing .section-cruise-link .maps-two-column-flex-container {
    justify-content: flex-end;
}

.page--preview.block-container .section-cruise-link .cruise-text-block,
.campaign-landing .section-cruise-link .cruise-text-block {
    padding-right: 100px;
    max-width: 600px;
    padding-left: 0px;
}

.page--preview.block-container .section-cruise-link .cruise-photo-column,
.campaign-landing .section-cruise-link .cruise-photo-column {
    padding-left: 0px;
}

.page--preview.block-container .title-and-paragraph,
.campaign-landing .title-and-paragraph {
    max-width: 1154px;
    margin: auto;
    padding-left: 0px;
}

.page--preview.block-container .title-and-paragraph .page-header,
.campaign-landing .title-and-paragraph .page-header {
    font-family: "korolev", sans-serif;
    font-size: 38px;
    line-height: 43px;
    text-transform: none;
    color: #000;
    letter-spacing: 0px;
}

.page--preview.block-container .title-and-paragraph .black-sub-header,
.campaign-landing .title-and-paragraph .black-sub-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "korolev", sans-serif;
    color: black;
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
}

@media (max-width: 1250px) {
    .large-banner-basic .content-wrapper .text__container {
        padding: 0px 20px;
    }

    .large-banner-basic .section-cruise-link .cruise-text-block {
        padding: 0px 20px;
    }

    .large-banner-basic .title-and-paragraph {
        padding: 0px 20px;
    }

    .campaign-landing .content-wrapper .text__container {
        padding: 0px 20px;
    }

    .campaign-landing .section-cruise-link .cruise-text-block {
        padding: 0px 20px;
    }

    .campaign-landing .title-and-paragraph {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 1180px) {
    .page--preview.block-container .header-banner-block,
    .campaign-landing .header-banner-block {
        padding: 0px 10px;
    }
}

@media (max-width: 991px) {
    .page--preview.block-container .header-banner,
    .campaign-landing .header-banner {
        margin-bottom: 0px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        padding: 0px 10px;
    }

    .page--preview.block-container .banner-hero-heading,
    .large-banner-basic .banner-hero-heading {
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .page--preview.block-container .header-banner,
    .campaign-landing .header-banner {
        height: 200px;
        min-height: 200px;
    }

    .page--preview.block-container .header-banner-block,
    .campaign-landing .header-banner-block {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
}

@media (max-width: 500px) {
    .large-banner-basic .content-wrapper .text__container {
        padding: 0px 10px;
    }

    .large-banner-basic .section-gray.grey-text-left-map-right {
        padding: 0px;
    }

    .large-banner-basic .section-cruise-link .cruise-text-block {
        max-width: none;
        padding: 0px 10px;
    }

    .large-banner-basic .title-and-paragraph {
        max-width: none;
        padding: 0px 10px;
    }

    .campaign-landing .content-wrapper .text__container {
        padding: 0px 10px;
    }

    .campaign-landing .section-gray.grey-text-left-map-right {
        padding: 0px;
    }

    .campaign-landing .section-cruise-link .cruise-text-block {
        max-width: none;
        padding: 0px 10px;
    }

    .campaign-title-paragraph__container {
        padding: 0px;
    }

    .campaign-landing .title-and-paragraph {
        max-width: none;
        padding: 0px 10px;
    }
}

@media (max-width: 479px) {
    .page--preview.block-container .header-banner-block,
    .campaign-landing .header-banner-block {
        width: 100%;
        min-height: auto;
        padding: 0px 10px;
        height: fit-content;
    }
}

/*OFFER VIEW*/
.offer-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.offer-card {
    border: 1px solid #ccc;
}

.card-content-container {
    padding: 10px 20px;
}

.card-content-container h4 {
    line-height: 20px;
}

@media (max-width: 991px) {
    .offer-view {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .offer-view {
        grid-template-columns: 1fr;
    }
}

/* Zoho Forms */

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

.zoho-flex {
    display: flex;
    gap: 1rem;
}

@media (max-width: 1024px) {
    .zoho-flex {
        flex-direction: column;
        gap: 0;
    }
}

.privacy-link:hover {
    color: black !important;
}

.privacy-link-gold:hover {
    color: #F1C400 !important;
}

.event-content p {
    max-width: 100%;
    white-space: break-spaces;
}

.left-column-text li a,
.member-paragraphs li a,
.member-paragraphs a {
    color: #F1C400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 250ms linear;
}

.left-column-text li a:hover,
.member-paragraphs li a:hover,
.member-paragraphs a:hover {
    border-color: #F1C400;
    color: black;
}

/* SJ Region logo - replaced 2026-06 */
.brand { color: var(--dsj-blue); }
.brand svg { height: 90px; width: auto; display: block; }
.navbar .brand svg { height: 140px; width: auto; display: block; }
.footer-logos { color: #fff; }

/* SJ Region footer logo sizing + spacing - 2026-06 */
.footer-logos svg { width: 170px; }
.lang-fr .footer-logos svg { width: 170px; }
.footer-logos .flex img { margin-left: 15px; }

/* ============================================
   DSJ REBRAND 2026-06 — colours & typography
   ============================================ */
:root {
  --dsj-blue: #307FE2;   /* Pantone 2727C */
  --dsj-yellow: #F1C400; /* Pantone 7406 C */
}

/* --- Trip planner banner --- */
.trip-banner { background-color: var(--dsj-blue); }
.trip-banner p { color: #fff; }
.right-text-2 h3 { color: var(--dsj-blue); }
.btn-yellow { background-color: var(--dsj-yellow); border-color: var(--dsj-yellow); }
.button.white { border-color: var(--dsj-blue); color: var(--dsj-blue); }
.btn-black { border-color: #fff; color: #fff; }

/* --- Former smoothy display headings: Korolev Bold, brand-guide spec --- */
.hero-home h1 span { font-size: 60px; line-height: 1.05; font-weight: 700; letter-spacing: 0.25em; } /* was 200px script */
.lang-fr .hero-home h1 span { font-size: 60px; line-height: 1.05; } /* was 160px/136px FR compensation */
.home-feature-single__description { font-size: 50px; line-height: 1.1; font-weight: 700; margin-top: 0; } /* was 120px */
.right-text-2 h3 { font-weight: 700; }
.campaign-banner h1 { font-size: 56px; line-height: 1.05; font-weight: 700; letter-spacing: 0.25em; } /* was 100px */
.node-11622.lang-fr .campaign-banner h1 { font-size: 56px; } /* was 125px FR override */
.bi-hero { font-size: 50px; line-height: 1.1; font-weight: 700; letter-spacing: 0.25em; } /* was 80px */
.banner-hero-heading { font-size: 60px; line-height: 1.05; font-weight: 700; } /* was 115px/115px */
.node-543.lang-fr .banner-hero-heading { line-height: 1.05; } /* was 110px fixed */
.four-images-text-block h4 { font-size: 32px; line-height: 1.1; font-weight: 700; } /* was 46px */
