/* Minification failed. Returning unminified contents.
(271,2): run-time error CSS1019: Unexpected token, found '}'
(943,2056): run-time error CSS1019: Unexpected token, found '@keyframes'
(943,2075): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
#cruise-main-content>.container-fluid>.row>.container:not(.no-padding),
#cruise-main-content #cruiseContentCollapsable>.container-fluid,
#cruise-main-content>.mboxDefault>.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
    
}

#one-viking-video-header {
    position: relative;
}

#one-viking-video-header .section {
    margin: 0 auto;
}

#one-viking-video-header .static-video-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 0 !important;
}

#one-viking-video-header .static-video-grid .static-video-grid__card {
    border: none;
}

#one-viking-video-header .hero-fallback-image {
    display: none;
    width: 100%;
    height: 100%;
}

#one-viking-video-header .static-video-grid__video-container {
    padding-bottom: 40%; /* 5:2 aspect ratio (2/5 = 0.4) */
    position: relative;
    width: 100%;
    height: 0; /* Remove fixed height to maintain aspect ratio */
    overflow: hidden;
}

#one-viking-video-header .static-video-grid__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#one-viking-video-header .static-video-grid .static-video-grid__card .static-video-grid__icon {
    bottom: 30px;
    left: 40px;
    position: absolute;
    z-index: 11;
}

#one-viking-video-header .static-video-grid .static-video-grid__card .static-video-grid__image-container button {
    background: transparent;
    border: none;
}

#one-viking-video-header .static-video-grid .static-video-grid__card .static-video-grid__image-container button .icon {
    filter: drop-shadow(-1px 1px 4px rgba(0, 0, 0, 1.0));
    height: 28px;
    width: 28px;
}

#one-viking-copy .section--standard {
    margin: 0 auto;
    width: 1180px;
}

#one-viking-copy .block__copy .block__heading,
#one-viking-copy .block__copy .block__heading p {
    color: #333333;
    text-align: center;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 40px auto 8px;
}

#one-viking-copy .block__copy .block__text {
    color: #333333;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 8px auto 48px !important;
}

#one-viking-copy .block:last-child {
    margin-bottom: 24px;
}

#voyage-type-tiles .section {
    margin: 0 48px 64px;
}

#voyage-type-tiles .grid--col-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
}

#voyage-type-tiles .grid--col-3 .grid__card {
    background: transparent;
    border: none;
}

#voyage-type-tiles .grid--col-3 .grid__card .grid__image {
    height: 221px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#voyage-type-tiles .grid--col-3 .grid__card .grid__caption {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#voyage-type-tiles .grid--col-3 .grid__card .grid__heading {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 24px 20px 16px 20px;
    text-transform: none;
}

#voyage-type-tiles .grid--col-3 .grid__card .grid__btn {
    margin: 0 20px 20px 20px;
    width: calc(100% - 40px);
}

#top-10-did-you-know-tiles .section {
    margin: 0 48px 64px;
}

#top-10-did-you-know-tiles .grid--col-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

#top-10-did-you-know-tiles .grid__gradient-overlay  {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 80%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#top-10-did-you-know-tiles .grid__card  {
    align-items: center;
    justify-content: center;
}

#top-10-did-you-know-tiles .grid__image {
    object-fit: cover;
    object-position: center;
}

#top-10-did-you-know-tiles .grid__copy  {
    bottom: 130px;
    justify-content: center;
    position: absolute;
    width: 520px;
    z-index: 2;
}

#top-10-did-you-know-tiles .grid__card:last-child .grid__copy  {
    bottom: 180px;
}

#top-10-did-you-know-tiles .grid__copy .grid__caption-heading {
    color: #FFF;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.693px;
    margin-bottom: 8px;
    text-align: center;
}

#top-10-did-you-know-tiles .grid__copy .grid__caption-text {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

#top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 330px;
    width: 100%;
}

#top-10-did-you-know-tiles .grid__btn  {
    bottom: 47px;
    max-width: 307px;
    position: absolute;
    z-index: 2;
}

#river-extensions .section,
#vxp-extensions .section {
    background: #f4f4f4;
    margin: 0 0 64px 0;
    max-width: 1440px;
    padding: 48px 0 76px 80px;
    width: 100%;
}

#ocean-extensions .section {
    background: #ffffff;
    margin: 0 0 64px 0;
    max-width: 1440px;
    padding: 0 0 76px 80px;
    width: 100%;
}

#one-viking-videos .section {
    background: #f4f4f4;
    margin: 0 0 64px 0;
    max-width: 1440px;
    padding: 48px 0 120px 80px;
    width: 100%;
}

#river-extensions .section__heading,
#ocean-extensions .section__heading,
#vxp-extensions .section__heading,
#one-viking-videos .section__heading {
    padding-top: 0;
}

#river-extensions .section__heading,
#ocean-extensions .section__heading,
#vxp-extensions .section__heading,
#extensions-header-copy .block__heading p,
#one-viking-videos .section__heading {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 12px 0;
    text-transform: none;
}}

#river-extensions .section__copy,
#ocean-extensions .section__copy,
#vxp-extensions .section__copy,
#one-viking-videos .section__copy {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto  32px;
    text-align: center;
    width: 1078px;
}

#river-extensions .grid__card--link,
#ocean-extensions .grid__card--link,
#vxp-extensions .grid__card--link {
    z-index: 0;
}

#tours-360-tile .section__hero--standard {
    margin-bottom: 64px;
    max-width: 1344px;
}

#tours-360-tile .section__hero--container {
    padding: 40px;
    margin: 0 auto 0 32px;
    max-width: 520px;
    top: calc(50% - 173px);
}

#tours-360-tile .section__hero--container .section__hero--title {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

#tours-360-tile .section__hero--container .section__hero--text {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
}

#tours-360-tile .section__hero--container a {
    background-color: #b10a32;
    border: none;
    color: #fff;
    display: inline-flex;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    height: 50px;
    justify-content: space-evenly;
    line-height: 24px;
    padding: 13px 5px;
    margin: 32px 0 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 138px;
}

#tours-360-tile .section__hero--container a:hover {
    background-color: #810724;
    border-color: #770722;
    color: #FFFFFF;
}

#one-viking-videos .static-video-grid {
    padding: 0;
}

#one-viking-videos .static-video-grid .static-video-grid__card--header {
    font-weight: 500;
}

.grid__card--h3 {
    color: #333333;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 8px 0;
    text-transform: none;
    white-space: inherit;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-left: 0 !important;
}
.owl-carousel .owl-stage-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.owl-carousel .owl-stage .owl-item {
    display: flex;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 1px;
}
.owl-carousel .owl-stage .owl-item:last-child {
    margin-right: 0 !important;
}
.owl-carousel .owl-nav {
    float: right;
    margin-right: 76px;
    margin-top: 32px;
}
.owl-carousel .owl-nav button {
    background: #0F3055 !important;
    border: 1px solid #0F3055 !important;
    border-radius: 4px;
    color: #ffffff !important;
    height: 44px;
    width: 44px;
}
.owl-carousel .owl-nav button.disabled {
    background: #f4f4f4 !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}
.owl-carousel .owl-nav button.disabled svg path {
    fill: none;
    stroke: #595959 !important;
    pointer-events: all;
}
.owl-carousel .owl-nav button.owl-next {
    margin-left: 12px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0F3055;
}
.owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    top: 40px;
    width: calc(100% - 216px);
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #cccccc;
    display: inline-block;
    height: 4px;
    margin: 0;
}
.owl-carousel .owl-dots .owl-dot:focus span {
    outline: -webkit-focus-ring-color auto 1px;
    border-radius: 0;
}

@media screen and (max-width: 1366px) {
    #voyage-type-tiles .grid--col-3 .grid__card .grid__image {
        height: auto;
    }
    #one-viking-copy .section--standard {
        margin: 0 auto;
        width: calc(100% - 96px);
    }
    .owl-carousel .owl-stage-left {
        padding-left: 160px !important;
        padding-right: 0 !important;
    }
    .owl-carousel .owl-nav,
    .owl-carousel .owl-stage .owl-item:last-child {
        padding-right: 16px;
    }
    .owl-carousel .owl-nav {
        float: right;
        margin-right: 0;
        margin-top: 16px;
    }
    .owl-carousel .owl-dots {
        display: inline-block;
        position: relative;
        top: 26px;
        width: calc(100% - 152px);
    }
}

@media screen and (max-width: 1180px) {
    #one-viking-copy .section--standard {
        margin: 0 auto;
        width: calc(100% - 32px);
    }
    #river-extensions .section__copy,
    #ocean-extensions .section__copy,
    #vxp-extensions .section__copy,
    #one-viking-videos .section__copy {
        width: 100%;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
        height: 258px;
        width: 100%;
    }
    #one-viking-videos .static-video-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 118px;
        width: calc(100% - 48px);
    }
    #top-10-did-you-know-tiles .grid__card:last-child .grid__copy {
        bottom: 130px;
    }
    .owl-carousel .owl-stage-left {
        padding-left: 160px !important;
        padding-right: 0 !important;
    }
    .owl-carousel .owl-stage .owl-item:last-child {
        padding-right: 0;
        margin-right: 24px !important;
    }
    .owl-carousel .owl-nav {
        float: right;
        margin-right: 0;
        margin-top: 16px;
    }
}

@media screen and (max-width: 1024px) {
    #top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
        height: 224px;
    }
    #top-10-did-you-know-tiles .grid__card:last-child .grid__copy {
        bottom: 90px;
    }
}

@media screen and (max-width: 991px) {
    #one-viking-copy .block__copy .block__heading, #one-viking-copy .block__copy .block__heading p {
        font-size: 44px;
        line-height: 48px;
    }
    #one-viking-copy .block__copy .block__text {
        margin: 8px auto 40px !important;
    }
    #voyage-type-tiles .section {
        margin: 0 16px 24px;
    }
    #voyage-type-tiles .grid--col-3 .grid__card .grid__heading {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 16px;
    }
    #voyage-type-tiles .grid--col-3 .grid__card .grid__btn {
        font-size: 14px;
        line-height: 24px;
        min-height: 40px;
        padding: 8px 15px;
        margin: 0 16px 20px 16px;
        width: calc(100% - 32px);
    }
    #top-10-did-you-know-tiles .section {
        margin: 0 16px 64px;
    }
    #top-10-did-you-know-tiles .grid--col-2 {
        grid-gap: 18px;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
        height: 258px;
        width: 100%;
    }
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 128px;
        width: calc(100% - 16px);
    }
    #top-10-did-you-know-tiles .grid__card:last-child .grid__copy {
        bottom: 198px;
    }
    #top-10-did-you-know-tiles .grid__card:last-child p {
        padding: 0;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__caption-heading {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__caption-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    #top-10-did-you-know-tiles .grid__btn {
        bottom: 65px;
        font-size: 14px;
        min-height: 40px;
        line-height: 24px;
        max-width: calc(100% - 32px);
        padding: 8px 15px;
    }
    #river-extensions .section,
    #vxp-extensions .section {
        background: #f4f4f4;
        margin: 0 0 64px 0;
        padding: 48px 0 70px 16px;
    }
    #ocean-extensions .section {
        background: #ffffff;
        margin: 0 0 64px 0;
        padding: 0 0 70px 16px;
    }
    #one-viking-videos .section {
        margin: 0 0 64px 0;
        padding: 48px 0 114px 16px;
    }
    #river-extensions .section__copy,
    #ocean-extensions .section__copy,
    #vxp-extensions .section__copy,
    #one-viking-videos .section__copy {
        padding-right: 16px;
    }
    #tours-360-tile > div {
        margin-bottom: 24px;
    }
    #tours-360-tile .section__hero--standard {
        margin-bottom: 0;
    }
    #tours-360-tile .section__hero--container {
        padding: 24px 0 0 24px;
        position: relative;
        margin: 0;
        max-width: 100%;
        top: 0;
    }
    #tours-360-tile .section__hero--container a {
        font-size: 14px;
        height: 40px;
        line-height: 24px;
        padding: 8px 15px;
        margin: 24px 0 0 0;
        width: 31.33%;
    }
    .owl-carousel .owl-stage-left {
        padding-left: 180px !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    #one-viking-video-header .static-video-grid__video-container {
        padding-bottom: 125%; /* 4:5 aspect ratio (5/4 = 1.25) */
        position: relative;
        width: 100%;
        height: 0; /* Remove fixed height to maintain aspect ratio */
        overflow: hidden;
    }
    #one-viking-video-header .static-video-grid .static-video-grid__card .static-video-grid__icon {
        bottom: 0;
        left: 20px;
        position: absolute;
        top: 30px;
        z-index: 11;
    }
    #one-viking-copy .section--standard {
        margin: 0 16px;
    }
    #one-viking-copy .block__copy .block__heading, #one-viking-copy .block__copy .block__heading p {
        font-size: 36px;
        line-height: 40px;
    }
    #one-viking-copy .block__copy .block__text {
        font-size: 16px;
        line-height: 22px;
        margin: 8px auto 40px !important;
        text-align: left !important;
    }
    #voyage-type-tiles .section {
        margin: 0 12px 32px;
    }
    #voyage-type-tiles .grid--col-3 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 12px;
    }
    #voyage-type-tiles .grid--col-3 .grid__card .grid__image {
        height: 166px;
    }
    #voyage-type-tiles .grid--col-3 .grid__card .grid__heading {
        font-size: 20px;
        line-height: 25px;
        margin: 20px 16px;
    }
    #voyage-type-tiles .grid--col-3 .grid__card .grid__btn {
        align-items: center;
        font-size: 16px;
        line-height: 12px;
        min-height: 40px;
        padding: 6px 12px;
        margin: 0 16px 20px 16px;
        width: calc(100% - 32px);
    }
    #top-10-did-you-know-tiles .section {
        margin: 0 16px 48px;
    }
    #top-10-did-you-know-tiles .grid--col-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
        height: 258px;
        width: 100%;
    }
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 128px;
        width: calc(100% - 16px);
    }
    #top-10-did-you-know-tiles .grid__card:last-child .grid__copy {
        bottom: calc(50% - 42.5px);
    }
    #top-10-did-you-know-tiles .grid__card:last-child p {
        padding: 0;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__caption-heading {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    #top-10-did-you-know-tiles .grid__copy .grid__caption-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    #top-10-did-you-know-tiles .grid__btn {
        bottom: 65px;
        font-size: 14px;
        min-height: 40px;
        line-height: 24px;
        max-width: calc(100% - 32px);
        padding: 8px 15px;
    }
    #top-10-did-you-know-tiles .grid__card:last-child .grid__btn {
        bottom: calc(50% - 80px);
    }
    #river-extensions .section,
    #vxp-extensions .section {
        background: #f4f4f4;
        margin: 0 0 48px 0;
        padding: 32px 0 42px 16px;
    }
    #ocean-extensions .section {
        background: #ffffff;
        margin: 0 0 48px 0;
        padding: 0 0 42px 16px;
    }
    #one-viking-videos .section {
        margin: 0 0 48px 0;
        padding: 32px 0 76px 16px;
    }
    #river-extensions .section__heading,
    #ocean-extensions .section__heading,
    #vxp-extensions .section__heading {
        margin: 0 0 8px 0;
        padding-bottom: 0 !important;
        text-align: left !important;
    }
    #river-extensions .section__copy,
    #ocean-extensions .section__copy,
    #vxp-extensions .section__copy,
    #one-viking-videos .section__copy {
        font-weight: 500;
        line-height: 22px;
        margin: 0 auto 16px;
        padding-right: 16px;
        text-align: left !important;
    }
    #river-extensions .section__heading,
    #ocean-extensions .section__heading,
    #vxp-extensions .section__heading,
    #one-viking-videos .section__heading {
        padding-right: 16px;
    }
    #one-viking-videos .section__heading {
        line-height: 40px;
        text-align: left !important;
    }
    #tours-360-tile > div {
        margin-bottom: 24px;
    }
    #tours-360-tile .section__hero--standard {
        margin-bottom: 0;
    }
    #tours-360-tile .section__hero--container {
        padding: 12px 16px 0;
        position: relative;
        margin: 0;
        max-width: 100%;
        top: 0;
    }
    #tours-360-tile .section__hero--container .section__hero--title {
        margin-bottom: 8px;
    }
    #tours-360-tile .section__hero--container a {
        font-size: 14px;
        height: 40px;
        line-height: 24px;
        padding: 8px 15px;
        margin: 24px 0 0 0;
        width: 33.33%;
    }
    .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .cruise-listing-video-grid .owl-nav {
        margin-right: 0;
    }
    .owl-carousel .owl-stage-left {
        padding-left: 80px !important;
        padding-right: 0 !important;
    }
    .owl-carousel .owl-nav button {
        border-radius: 3px;
        height: 32px;
        width: 32px;
    }
    .owl-carousel .owl-dots {
        display: inline-block;
        top: 18px;
        width: calc(100% - 108px);
    }
    .owl-carousel .owl-stage-left {
        padding-left: 80px !important;
        padding-right: 0 !important;
    }
    #extensions-header-copy .block__heading p {
        text-align: left !important;
    }
    #extensions-header-copy p {
        text-align: left !important;
    }
}

@media screen and (max-width: 430px) {
    #tours-360-tile .section__hero--container a {
        width: 32.6%;
    }

    #top-10-did-you-know-tiles .grid__btn {
        bottom: 90px;
    }
    
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 153px;
    }
}

@media screen and (max-width: 414px) {
    #tours-360-tile .section__hero--container a {
        width: 32.60%;
    }

    #top-10-did-you-know-tiles .grid__btn {
        bottom: 80px;
    }
    
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 143px;
    }
}

@media screen and (max-width: 390px) {
    #tours-360-tile .section__hero--container a {
        width: 32.54%;
    }

    #top-10-did-you-know-tiles .grid__btn {
        bottom: 65px;
    }
    
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 128px;
    }
}

@media screen and (max-width: 375px) {
    #tours-360-tile .section__hero--container a {
        width: 32.50%;
    }

    #top-10-did-you-know-tiles .grid__btn {
        bottom: 55px;
    }
    
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 118px;
    }
}

@media screen and (max-width: 320px) {
    #one-viking-copy .block__copy .block__heading,
    #one-viking-copy .block__copy .block__heading p {
        font-size: 34px;
        line-height: 38px;
    }
    
    #top-10-did-you-know-tiles .grid__copy .grid__copy-logo {
        height: 208px;
        width: 100%;
    }

    #top-10-did-you-know-tiles .grid__btn {
        bottom: 45px;
    }
    
    #top-10-did-you-know-tiles .grid__copy {
        bottom: 108px;
    }

    #tours-360-tile .section__hero--container a {
        font-size: 12px;
        height: 40px;
        line-height: 24px;
        padding: 8px 6px;
        margin: 24px 0 0 0;
        width: 32.35%;
    }
}

@media print {
    body.vikingpage.modal-open .trd-body-wrapper {
        display: block;
    }
    body.vikingpage.modal-open .cruise-main-content,
    body.vikingpage.modal-open #cruise-main-content {
        display: block !important;
    }
    body.vikingpage.modal-open .cruise-main-content .promotion-banner,
    body.vikingpage.modal-open #cruise-main-content .promotion-banner,
    body.vikingpage.modal-open .cruise-main-content .section .block__heading,
    body.vikingpage.modal-open #cruise-main-content .section .block__heading,
    body.vikingpage.modal-open .cruise-main-content .section .block__text,
    body.vikingpage.modal-open #cruise-main-content .section .block__text,
    body.vikingpage.modal-open .cruise-main-content .trd-footer-canvas,
    body.vikingpage.modal-open #cruise-main-content .trd-footer-canvas,
    body.vikingpage.modal-open .mobile-footer-canvas {
        display: none;
    }

    body.vikingpage.modal-open .cruise-main-content .section,
    body.vikingpage.modal-open #cruise-main-content .section {
        margin: 0 auto;
    }

    body.vikingpage.modal-open .cruise-main-content #river-extensions .section,
    body.vikingpage.modal-open .cruise-main-content #vxp-extensions .section {
        background: #ffffff;
        padding-bottom: 0;
        padding-top: 0;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
