.homeHeroSectionOuterWrap video {
    display:block;
    width:100%;
    object-fit:cover;
}

.homeHeroSectionOuterWrap {
    position:relative;
}

.homeHeroSectionOuterWrap .wvBorderButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 1;
    padding: 10px 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    transition:0.5s ease;
}

.homeHeroSectionOuterWrap .wvBorderButton:hover {
    background:#723b4e !important;
    color:#fff !important;
}

.header__innerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dates {
    font-size:18px !important;
    color:#0e4570 !important;
}

.header__menu a {
    font-size:17px !important;
    letter-spacing:1px !important;
}

body, .header, .homeHeroSectionOuterWrap {
    /*background:#dae4ee !important;*/
    background:#c1d4e7 !important;
}

.featuredPages:before {
    display:none !important;
}

.wvHeading,.attraction__heading {
    color:#0e4570 !important;
}


.innerBanner__heading:after {
    border-color:#0e4570 !important;
}


.listingsTile__title {
    border:2px solid #0e4570 !important;
}

section.signUpFormSection {
    background:rgba(14,69,112,1) !important;
    margin-top:3rem !important;
}

.signUpForm__heading:before {
    display:none;
}


.signUpForm__heading {
    text-align:center;
    font-size: 30px !important;
    margin: 0 0 30px 0 !important;
    line-height: 1;
}

.signUpForm__input--text {
    height:50px !important;
}

.signUpForm,.sib_signup_form {
    max-width:500px !important;
}


.signUpFormSection .signUpForm__input--submit {
    background: #723b4e !important;
    height: 50px;
    font-size: 20px;
    border-radius: 0 20px 20px 0;
}


footer {
    box-shadow:inset 0 0 0 2000px rgba(7,37,91,0.7) !important;
}

.footer__menu a {
    font-size:17px !important;
}

.footer__bottom {
    background: #000 !important;
}


.footer__bottom a, .footer__bottom p {
    font-size:17px !important;
    text-decoration:none !important;
}

.menu-footer-menu-container {
    width:100% !important;
}

.socialMedia__svg {
    width:22px !important;
    height:22px !important;
}



