@charset "UTF-8";
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Font weight for headings always to be semi-bold.
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.hidden {
    display: none !important; }
@media screen and (min-width: 984px) {
    .hidden--keep-layout {
        display: block !important;
        opacity: 0;
        pointer-events: none; } }

.blue {
    color: #295196; }

.gray-light {
    color: #999999; }

.gray-dark {
    color: #666666; }

.red {
    color: #e44a7f; }

.bold {
    font-weight: bold; }

.uppercase {
    text-transform: uppercase; }

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

.text-right {
    text-align: right; }

@media screen and (min-width: 984px) {
    .show-on-l {
        display: none !important; } }

@media screen and (max-width: 983px) {
    .hide-on-s {
        display: none !important; } }

@media screen and (min-width: 984px) {
    .hide-on-l {
        display: none !important; } }

@media screen and (min-width: 984px) {
    .hide-on-l--keep-layout {
        display: block;
        opacity: 0;
        pointer-events: none; } }

.pl-xs {
    padding-left: 6px; }

.pr-s {
    padding-right: 12px; }

.pt-l {
    padding-top: 24px !important; }

.pb-l {
    padding-bottom: 24px; }

.pl-s {
    padding-left: 12px; }

.pr-s {
    padding-right: 12px; }

.pl-m {
    padding-left: 16px; }

.pr-m {
    padding-right: 16px; }

.pb-m {
    padding-bottom: 16px; }

.pb-0 {
    padding-bottom: 0 !important; }

.m-0 {
    margin: 0; }

.mt-m {
    margin-top: 16px; }

.mt-l {
    margin-top: 24px; }

.mb-s {
    margin-bottom: 12px; }

.mb-l {
    margin-bottom: 24px; }

.bullets-none {
    padding: 0; }
.bullets-none li {
    flex: none;
    list-style: none; }

.clear {
    height: 0;
    display: block;
    overflow: hidden;
    clear: both; }

.ratio {
    position: relative; }
.ratio > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.ratio--13-25 {
    padding-bottom: 53%; }
@media screen and (min-width: 984px) {
    .ratio--13-25 {
        padding-bottom: 62%; } }

.float-right {
    float: right; }

.inline {
    display: inline; }

.underline {
    text-decoration: underline; }

.pointer {
    cursor: pointer; }

.text-lh-m {
    line-height: 1.4; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
body {
    color: #ffffff; }

body,
.text-plain {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400; }

h1, .h1 {
    font-size: 2em; }

h2, .h2 {
    font-size: 1.7em; }

h3, .h3 {
    font-size: 1.17em; }

h1, h2, h3, h4, h5, h6,
.text-highlight {
    font-family: 'Dosis', sans-serif; }

.text-plain {
    margin: 0; }

.plain {
    font-family: "Source Sans Pro", sans-serif; }

.darkgray {
    color: #666666; }

.darkgreen {
    color: #00BB6A; }

.pink {
    color: #e44a7f; }

.very-small {
    font-size: .8rem; }

.small, .table-responsive th, .table-responsive td {
    font-size: .95rem; }

.big {
    font-size: 1.2rem; }

.very-big {
    font-size: 1.5rem; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.flex {
    display: flex; }
@media screen and (min-width: 984px) {
    .flex\@medium {
        display: flex; } }
.flex.flex--row {
    flex-direction: row;
    flex-wrap: wrap; }
@media screen and (min-width: 984px) {
    .flex--switchrow {
        flex-direction: row; } }
@media screen and (max-width: 983px) {
    .flex--switchrow {
        flex-direction: column; } }
.flex.flex--column {
    flex-direction: column; }
@media screen and (min-width: 984px) {
    .flex.flex--column.flex--reverse-on-l {
        flex-direction: column-reverse; } }
.flex--max-half {
    max-width: 50%; }
.flex-middle {
    margin-top: auto !important;
    margin-bottom: auto !important; }
.flex.flex--nowrap {
    flex-wrap: nowrap; }
.flex.flex--space-between {
    justify-content: space-between; }
.flex.flex--space-evenly > * {
    flex: 1; }
.flex.flex--align-items-center {
    align-items: center; }
.flex.flex--align-items-end {
    align-items: flex-end; }
.flex.flex--wrap {
    flex-wrap: wrap; }
.flex.flex--stretch {
    flex: 1; }
.flex.flex--grow {
    flex-grow: 1;
    flex-shrink: 0; }
@media screen and (min-width: 984px) {
    .flex.flex--limit-child-width > * {
        max-width: 650px; } }
.flex--keep {
    flex: 0 0 auto; }
.flex--right > * {
    margin-left: auto; }
.flex--align-items-center {
    align-items: center; }
.flex--align-items-baseline {
    align-items: baseline; }
.flex--justify-content-center {
    justify-content: center; }
.flex--color-gutter > div {
    border-right: 1px solid #d9d9d9; }
@media screen and (max-width: 983px) {
    .flex--color-gutter > .flex__33:nth-child(3n) {
        border-right: none; } }
.flex--color-gutter > .flex__33:last-of-type {
    border-right: none !important; }
.flex__20 {
    flex-basis: 20%;
    box-sizing: border-box; }
.flex__25 {
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box; }
.flex__33 {
    flex-basis: calc(100% * 1 / 3);
    max-width: calc(100% * 1 / 3);
    padding-right: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    box-sizing: border-box; }
.flex__45 {
    flex-basis: 45%;
    max-width: 45%;
    box-sizing: border-box; }
.flex__50 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box; }
.flex__50:nth-child(odd) {
    padding-right: 6px; }
.flex__50:nth-child(even) {
    padding-left: 6px; }
.flex__55 {
    flex-basis: 55%;
    max-width: 55%;
    box-sizing: border-box; }
.flex__66 {
    flex-basis: calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
    padding-right: 0;
    padding-left: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    box-sizing: border-box; }
.flex__100 {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box; }
@media screen and (min-width: 751px) {
    .flex\@small {
        display: flex; }
    .flex__33\@small {
        flex-basis: calc(100% * 1 / 3);
        max-width: calc(100% * 1 / 3);
        padding-right: 6px;
        padding-left: 6px; }
    .flex__33\@small:nth-child(3n + 1) {
        padding-left: 0; }
    .flex__33\@small:nth-child(3n + 0) {
        padding-right: 0; } }
@media screen and (min-width: 984px) {
    .flex__25\@medium {
        flex-basis: 25%;
        max-width: 25%;
        padding-right: 6px;
        padding-left: 6px; }
    .flex__25\@medium:nth-child(4n + 1) {
        padding-left: 0; }
    .flex__25\@medium:nth-child(4n + 0) {
        padding-right: 0; }
    .flex__33\@medium {
        flex-basis: calc(100% * 1 / 3);
        max-width: calc(100% * 1 / 3);
        padding-right: 6px;
        padding-left: 6px; }
    .flex__33\@medium:nth-child(3n + 1) {
        padding-left: 0; }
    .flex__33\@medium:nth-child(3n + 0) {
        padding-right: 0; }
    .flex__33:nth-child(3n + 1) {
        padding-left: 6px; }
    .flex__33:nth-child(3n + 0) {
        padding-right: 6px; }
    .flex--color-gutter > .flex__25\@medium:nth-child(n) {
        border-right: 1px solid #d9d9d9; }
    .flex--color-gutter > .flex__25\@medium:nth-child(4n) {
        border-right: 0; } }
@media screen and (max-width: 983px) {
    .flex--scroll {
        flex-wrap: nowrap !important;
        overflow-x: scroll; }
    .flex--scroll > * {
        flex-shrink: 0; } }

@media screen and (max-width: 983px) {
    .first-on-s {
        order: -1; } }

@media screen and (min-width: 984px) {
    .first-on-l {
        order: -1; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.gutter--left {
    margin-left: 12px; }

.gutter--left-none {
    margin-left: 0 !important; }

.gutter--inset-left {
    margin-left: -6px; }

.gutter--right {
    margin-right: 12px; }

.gutter--right-none {
    margin-right: 0 !important; }

.gutter--inset-right {
    margin-right: -6px; }

.gutter--top {
    margin-top: 12px; }

.gutter--top-none {
    margin-top: 0 !important; }

.gutter--inset-top {
    margin-top: -6px; }

.gutter--bottom {
    margin-bottom: 12px; }

.gutter--bottom-none {
    margin-bottom: 0 !important; }

.gutter--inset-bottom {
    margin-bottom: -6px; }

.gutter--none {
    margin: 0 auto; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
a {
    text-decoration: none; }

.highlighted {
    color: #4a76c4; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
form select, form input[type="text"], form input[type="email"], form input[type="phone"], form input[type="password"], form input[type="number"] {
    padding: 0.55rem 0.6rem;
    margin-top: 12px;
    margin-bottom: 16px;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    outline: none; }
form select:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="phone"]:focus, form input[type="password"]:focus {
    border-color: #e44a7f; }
form select.error, form input[type="text"].error, form input[type="email"].error, form input[type="phone"].error, form input[type="password"].error {
    background: url("../themes/cruisewatch/assets/images/error.svg") no-repeat;
    background-origin: content-box;
    background-position: right center;
    background-color: #fbe2ea;
    color: #e44a7f;
    border-color: #e44a7f; }

form label {
    font-weight: 700; }

form select {
    background: url("../themes/cruisewatch/assets/images/select-arrow.png") 94% 50% no-repeat;
    background-size: 12px;
    padding-right: 18%; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
ul.ul--ticks {
    padding-left: 1.5rem; }
ul.ul--ticks li {
    list-style-type: none;
    margin-bottom: 4px; }
ul.ul--ticks li:before {
    content: '✓';
    font-weight: 400;
    margin-left: -1.5rem;
    margin-right: 9px;
    font-size: 20px;
    line-height: 0;
    vertical-align: baseline; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
header img {
    max-height: 40px;
    height: 40px;
    margin-top: 3px; }

.reasons {
    margin-top: 16px; }
.reasons .off {
    display: none !important; }
.reasons h2 {
    margin-bottom: 0;
    color: #b5c5e3;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline; }
.reasons h2.unfold {
    color: white;
    font-size: 1.125rem;
    font-weight: 700; }
.reasons ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 6px;
    padding-left: 16px; }
.reasons ul li {
    margin: 12px 0; }
.reasons .accordion__trigger {
    white-space: nowrap; }
.reasons .button-list {
    padding: 0;
    margin-top: -24px;
    display: flex;
    flex-direction: row;
    overflow: hidden; }

.accordion__trigger > i {
    margin-bottom: 0.2em; }

.accordion__trigger > .icon--before {
    margin-right: 8px; }

.accordion__trigger > .icon--after {
    margin-left: 8px; }

.sub-header--image {
    height: 40vh;
    background-size: cover; }

footer {
    padding-top: 24px !important; }
footer img {
    max-height: 36px; }
footer img[alt="logo"] {
    margin-right: 24px; }
footer .footer__disclaimer {
    display: flex;
    flex-direction: column;
    color: #295196;
    font-size: 0.812rem;
    line-height: 1.35; }
footer li {
    margin-right: 12px;
    font-size: .812rem;
    padding: 12px 0; }
footer .footer__disclaimer, footer .listblock {
    opacity: 0.75; }
footer .listblock__links a {
    font-size: 0.95em; }
@media screen and (min-width: 984px) {
    footer .listblock.listblock--left {
        margin-bottom: 24px;
        border-bottom: 2px solid #d9d9d9; } }
footer .listblock__headline {
    opacity: 0.8;
    margin-bottom: -1px !important; }
footer ul.last {
    margin-bottom: 0; }
@media screen and (min-width: 480px) {
    footer ul.last {
        justify-content: flex-start; } }
@media screen and (min-width: 984px) {
    footer img {
        max-height: 45px; }
    footer .listblock__links a {
        margin-right: 20.4px; }
    footer .footer__disclaimer {
        font-size: 1rem;
        flex-direction: row;
        justify-content: space-between;
        flex: 1;
        align-items: center; }
    footer li {
        font-size: 1rem; }
    footer li .listblock__social-icon {
        margin-right: 48px !important; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.slider {
    padding-top: 12px;
    margin-bottom: 31px; }
.slider__header {
    color: #666666;
    margin: 0 12px; }
.slider__reset {
    color: #e44a7f;
    cursor: pointer; }
.slider__indicator {
    color: #999999; }
.slider__slides {
    position: relative;
    height: 3px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 10px; }
.slider__wrapper {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px; }
.slider__inverse-left {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
    margin-left: -10px; }
.slider__inverse-right {
    position: absolute;
    right: 0;
    height: 3px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px; }
.slider__range {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 14px;
    background-color: #e44a7f; }
.slider__thumb {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 16px;
    width: 16px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    background-color: #e44a7f;
    border-radius: 50%;
    outline: none; }
@media screen and (max-width: 750px) {
    .slider__thumb {
        top: -21px;
        margin-left: -21px;
        height: 44px;
        width: 44px;
        background-color: transparent; }
    .slider__thumb > span {
        position: absolute;
        margin-top: -8px;
        margin-left: -8px;
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        background-color: #e44a7f;
        border-radius: 50%; }
    .slider__thumb--min > span {
        margin-left: -16px; } }
.slider__thumb--drag {
    width: 24px;
    height: 24px;
    top: -10px;
    margin-left: -14px; }
.slider--single .slider__wrapper {
    left: 0;
    right: 0;
    margin-left: 8px;
    margin-right: 8px; }
.slider--single .slider__slides {
    margin-top: 32px;
    margin-left: 0px; }
.slider--single .slider__inverse-left {
    margin-left: 0; }
.slider--single .slider__sign:last-of-type {
    text-align: center;
    margin-left: -25px; }
.slider input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 3px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
.slider input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent; }
.slider input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent; }
.slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent; }
.slider input[type=range]:focus {
    outline: none; }
.slider input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red; }
.slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red; }
.slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none; }
.slider input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none; }
.slider input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none; }
.slider input[type=range]::-ms-tooltip {
    display: none; }
.slider__sign {
    position: absolute;
    margin-left: -16px;
    top: -39px;
    z-index: 3;
    color: #e44a7f;
    width: 50px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: left;
    font-weight: bold;
    overflow: hidden; }
.slider__sign--hide {
    width: 0px; }
.slider__sign:last-of-type {
    margin-left: -42px;
    text-align: right; }
@media screen and (max-width: 750px) {
    .slider__sign {
        margin-top: -12px; } }
.slider__sign > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.aside__wrapper.has-description .aside__content {
    flex: 1 1 75%; }

.aside__wrapper.has-description .aside__description {
    flex: 1 1 25%;
    padding: 0 0 12px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
.aside__wrapper.has-description .aside__description:not(figcaption) {
    justify-content: center; }
.aside__wrapper.has-description .aside__description .headline {
    font-weight: bold;
    font-size: 19px;
    color: #666666; }
.aside__wrapper.has-description .aside__description h2 {
    margin-bottom: 12px; }
.aside__wrapper.has-description .aside__description p {
    line-height: 1.4; }

@media screen and (min-width: 751px) {
    .aside__wrapper.has-description {
        display: flex; }
    .aside__wrapper.has-description .aside__description {
        padding: 12px 24px;
        margin-bottom: 0; } }

@media screen and (min-width: 984px) {
    .container--with-aside .aside__wrapper {
        max-width: calc(66% - 24px); } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
button {
    outline: none;
    user-select: none; }
button a {
    color: #ffffff; }

.btn {
    padding: 8px 24px;
    border: none;
    background-color: #4a76c4;
    color: #ffffff;
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 12px;
    white-space: nowrap; }
.btn:last-child {
    margin-right: 0px; }
.btn--danger {
    background-color: #e44a7f; }
.btn--transparent {
    background-color: transparent;
    color: #4a76c4; }
.btn--transparent-contrast {
    background-color: transparent;
    color: #e44a7f; }
.btn--rounded {
    border-radius: 24px; }
@media screen and (min-width: 984px) {
    .btn--rounded {
        border-radius: 6px; } }
.btn--small {
    padding: 4px 12px; }
.btn--stretch {
    width: 100%; }
.btn--icon-left {
    padding-left: 8px;
    margin-right: 8px; }
.btn--uppercase {
    text-transform: uppercase; }
.btn--rounded-corner {
    border-radius: 8px; }
.btn--rounded-corner-s {
    border-radius: 6px; }
.btn--float {
    text-align: left;
    vertical-align: middle;
    padding: 6px 24px 6px 56px !important;
    border-radius: 32px !important; }
.btn--float::before {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -14px;
    font-size: 28px; }
.btn--scale-width {
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box; }
@media screen and (max-width: 983px) {
    .btn--scale-width {
        width: 100%; } }
.btn--full-width {
    width: calc(100% - 2 * 12px);
    margin: 12px 12px 24px 12px;
    text-align: center;
    height: 35px;
    line-height: 1rem !important;
    position: fixed;
    bottom: 0;
    z-index: 10; }
.btn--split {
    min-width: 20%; }
.btn--split input {
    text-align: center;
    width: 100%;
    margin-left: -16px; }
.btn--split:before {
    display: block;
    position: absolute;
    content: ' ';
    background-color: #345faa;
    width: 2px;
    height: 100%;
    margin-top: -8px;
    left: 48.5%;
    z-index: 2;
    border-left: 7px solid #4a76c4;
    border-right: 7px solid #4a76c4; }
.btn--filter {
    position: relative;
    padding-right: 24px; }
.btn--filter select {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.btn--filter select option {
    color: #666666; }
.btn--filter:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .45em solid transparent;
    border-right: .45em solid transparent;
    border-top: 0.45em solid white;
    pointer-events: none; }
@media screen and (min-width: 984px) {
    .btn--filter--s {
        width: 9%; }
    .btn--filter--m {
        width: 13%; }
    .btn--filter--l {
        width: 20%; }
    .btn--filter--end {
        margin-left: auto; } }

@media screen and (min-width: 984px) and (max-width: 1191px) {
    .btn--filter {
        flex-grow: 1; }
    .btn--filter--l {
        width: 16%; }
    .btn--filter--l.btn--filter--destination {
        width: 9%; } }

select.btn:focus,
select.btn:active {
    background-color: #e44a7f; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.backdrop {
    padding: 12px;
    background-color: white;
    padding-bottom: 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.backdrop.backdrop--rounded-top {
    margin-top: -12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
.backdrop.backdrop--seo-sub {
    padding-bottom: 48px; }
.backdrop.backdrop--seo-main {
    padding-top: 48px;
    padding-bottom: 48px;
    color: #666666; }
.backdrop.backdrop--seo-main h1 {
    color: #295196;
    font-weight: bold;
    margin: 0; }
.backdrop.backdrop--seo-main img {
    object-fit: cover; }
@media screen and (min-width: 984px) {
    .backdrop.backdrop--seo-main img {
        max-width: 33%;
        border-radius: 12px;
        margin-right: 24px; } }
@media screen and (max-width: 983px) {
    .backdrop.backdrop--seo-main img {
        margin-left: -12px;
        margin-right: -12px;
        margin-top: -48px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        max-height: 250px; } }
.backdrop.backdrop--seo-main .two-col {
    margin-top: 24px;
    margin-bottom: 24px; }
@media screen and (min-width: 984px) {
    .backdrop.backdrop--seo-main .two-col {
        column-count: 2; } }
@media screen and (max-width: 983px) {
    .backdrop__button-row {
        justify-content: flex-end; } }
.backdrop.backdrop--rounded-bottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative; }
.backdrop.backdrop--rounded-bottom:after {
    content: ' ';
    position: absolute;
    background-color: #345faa;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: -1; }
.backdrop.backdrop--rounded-bottom + div {
    border-radius: 0 !important;
    padding-top: 0 !important; }
.backdrop.backdrop--blue {
    background-color: #345faa; }
.backdrop--grip {
    position: relative; }
.backdrop--grip:after {
    position: absolute;
    content: ' ';
    top: 8px;
    left: 50%;
    width: 48px;
    margin-left: -24px;
    background-color: #295196;
    height: 2px; }
.active .backdrop--colorswitch, .backdrop--colorswitch.active {
    background: #f4f9fc; }
.backdrop--bell-grip {
    position: relative;
    padding-top: 32px; }
.backdrop--bell-grip:after {
    position: absolute;
    content: ' ';
    top: -34px;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    border-radius: 50%;
    background-color: #e44a7f;
    background-image: url(../themes/cruisewatch/assets/images/bell-white.svg);
    background-position: 50% 50%;
    background-size: 75%;
    background-repeat: no-repeat; }
.backdrop--mail-grip {
    position: relative;
    padding-top: 32px; }
.backdrop--mail-grip:after {
    position: absolute;
    content: ' ';
    top: -34px;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    border-radius: 50%;
    background-color: #e44a7f;
    background-image: url(../themes/cruisewatch/assets/images/mail-white.png);
    background-position: 50% 50%;
    background-size: 65%;
    background-repeat: no-repeat; }
.backdrop--check-grip {
    position: relative;
    padding-top: 32px; }
.backdrop--check-grip:after {
    position: absolute;
    content: ' ';
    top: -34px;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    border-radius: 50%;
    background-color: #00BB6A; }
.backdrop--check-grip:before {
    position: absolute;
    content: ' ';
    top: -28px;
    left: calc(50% - 12px);
    width: 17px;
    height: 38px;
    border-right: 6px solid white;
    border-bottom: 6px solid white;
    z-index: 1;
    transform: rotate(45deg); }
.backdrop.backdrop--darkblue {
    background-color: #295196; }
.backdrop.backdrop--lightgray {
    background-color: #f3f3f3; }
@media screen and (min-width: 984px) {
    .backdrop.backdrop--wrapper {
        padding-right: 0px; } }
.backdrop--text-blue {
    color: #295196; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.cruisedetail {
    display: flex;
    flex-flow: column; }
.cruisedetail__header {
    order: 2;
    padding-bottom: 0; }
.cruisedetail__header .headline {
    margin-bottom: 12px;
    margin-top: 9px; }
@media screen and (min-width: 984px) {
    .cruisedetail__header .headline {
        font-size: 2.3em;
        margin-top: 4px;
        margin-bottom: 16px; } }
.cruisedetail .detail__ratings > .flex--row {
    margin-top: 8px; }
@media screen and (max-width: 983px) {
    .cruisedetail .tabs__barometer-wrapper .barometer--price {
        padding-top: 0 !important; }
    .cruisedetail .tabs__price-wrapper {
        margin-top: 0 !important; }
    .cruisedetail .fact-and-figure {
        margin-top: 12px; } }
@media screen and (max-width: 430px) {
    .cruisedetail .tabs__barometer-wrapper {
        justify-content: flex-end; } }
@media screen and (max-width: 370px) {
    .cruisedetail .tabs__barometer-wrapper .barometer--price {
        margin-left: 48px !important; } }
@media screen and (max-width: 315px) {
    .cruisedetail .tabs__barometer-wrapper .barometer--price {
        display: none; } }
.cruisedetail__nav {
    display: none;
    flex-basis: 36%;
    margin: 0; }
.cruisedetail__nav li {
    color: #999999;
    margin: 1em 0 0 0;
    padding: 0 2% 1em 2%;
    font-weight: 600; }
.cruisedetail__nav li.active {
    color: #295196;
    border-bottom: 4px solid #295196; }
.cruisedetail__slider {
    order: 1; }
.cruisedetail__panels {
    overflow-x: hidden;
    order: 3;
    border-radius: 0;
    box-sizing: border-box;
    padding-top: 0; }
@media screen and (min-width: 1120px) {
    .cruisedetail__panels .tabs__label {
        padding-left: 26px;
        padding-right: 26px; } }
@media screen and (min-width: 1280px) {
    .cruisedetail__panels .tabs__label {
        padding-left: 36px;
        padding-right: 36px; } }
@media screen and (max-width: 420px) {
    .cruisedetail__panels .tabs__content .barometer {
        max-width: 92px; } }
@media screen and (min-width: 984px) {
    .cruisedetail__panels .tabs__content {
        padding-top: 8px; } }
@media screen and (min-width: 1080px) {
    .cruisedetail__panels .tabs__content .tabs__bell-container {
        padding-top: 28px; }
    .cruisedetail__panels .tabs__content .tabs__bell-container .flex {
        flex-direction: row; }
    .cruisedetail__panels .tabs__content .tabs__bell-container .flex .bell {
        order: 2; } }
.cruisedetail__panels .accordion--toggle__attribute {
    line-height: 1.4; }
@media screen and (max-width: 420px) {
    .cruisedetail__panels .accordion--toggle__header .barometer {
        max-width: 92px; } }
.cruisedetail__panels .detail__label {
    display: none; }
.cruisedetail__image {
    padding: 12px 0 6px; }
.cruisedetail__image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 232px;
    max-height: 232px;
}
.cruisedetail__image-inner {
    max-height:221px;
    border-radius: 12px;
    overflow: hidden; }
.cruisedetail__features {
    color: #295196; }
.cruisedetail__features button {
    width: 100%; }
.cruisedetail__features ul.ul--ticks {
    margin-top: 24px; }
.cruisedetail__features ul.ul--ticks li {
    font-size: 15px;
    margin-bottom: 12px; }
.cruisedetail__features ul.ul--ticks li::before {
    font-size: 16px;
    margin-left: -26px;
    margin-right: 13px; }
@media screen and (min-width: 984px) {
    .cruisedetail__features {
        display: none;
        padding-top: 18px; }
    .cruisedetail__features ul.ul--ticks {
        margin-top: 18px; }
    .cruisedetail__features ul.ul--ticks li {
        margin-bottom: 5px; }
    .cruisedetail__features strong,
    .cruisedetail__features ul.ul--ticks li {
        font-size: 18px;
        font-weight: 600; } }
.cruisedetail .tooltip {
    display: inline-flex;
    width: 22px;
    height: 22px;
    font-size: 18px; }
.cruisedetail .chart__wrapper {
    min-width: 206px;
    flex-basis: 42%;
    max-width: 42%; }
@media screen and (min-width: 751px) {
    .cruisedetail .recommendation__wrapper {
        flex-basis: 25%;
        max-width: 25%; } }
.cruisedetail .detail__date-label {
    margin-right: 4%; }
@media screen and (min-width: 751px) {
    .cruisedetail .fact-and-figure__figure {
        font-weight: 700; } }
@media screen and (min-width: 751px) {
    .cruisedetail .recommendation__wrapper .fact-and-figure {
        display: block; }
    .cruisedetail .recommendation__wrapper .fact-and-figure div {
        text-align: left; } }
.cruisedetail__date-label {
    margin-right: 40px; }
.cruisedetail__ratings .barometer {
    margin-bottom: 10px; }
.cruisedetail .headline--desktop {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .5em; }
.cruisedetail .prediction-desktop-info {
    display: none; }
.cruisedetail__gallery {
    display: none; }
.has-gallery--open .cruisedetail__gallery {
    display: block; }
@media screen and (min-width: 751px) {
    .cruisedetail__gallery {
        border-radius: 6px;
        overflow: hidden; } }
.cruisedetail__image-info .image-info__title {
    padding-left: 0;
    font-size: 15px; }
.cruisedetail__image-info .image-info__credits {
    color: #999999; }
@media screen and (min-width: 984px) {
    .cruisedetail .image-info__credits {
        font-size: 10px;
        color: #999999;
        min-width: 120px; }
    .cruisedetail .image-info__title {
        font-size: 1rem; } }
.cruisedetail .carousel__btn--prev, .cruisedetail .carousel__btn--next {
    padding-bottom: 8%; }
.cruisedetail .accordion .text-plain,
.cruisedetail .accordion .fact-and-figure__fact,
.cruisedetail .accordion p,
.cruisedetail .accordion label,
.cruisedetail .accordion strong,
.cruisedetail .accordion li,
.cruisedetail .accordion td {
    font-size: 15px; }
@media screen and (max-width: 750px) {
    .cruisedetail .barometer__scale-wrapper {
        width: 93px; } }
@media screen and (min-width: 370px) and (max-width: 983px) {
    .cruisedetail__panels .tabs__content .bell {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
        padding-top: 0;
        margin-top: -2px; }
    .cruisedetail__panels .tabs__content .bell__text {
        margin-left: 0;
        margin-right: 0; }
    .cruisedetail__panels .tabs__content .bell::before {
        transform: translateY(-5px);
        font-size: 30px; } }
@media screen and (max-width: 983px) {
    .cruisedetail .accordion--toggle .accordion__state:checked ~ .accordion--toggle__header {
        margin-left: -16px;
        padding-left: 16px;
        background: #f4f9fc;
        margin-right: -16px;
        padding-right: 16px;
        max-width: 100%; }
    .cruisedetail .accordion--toggle .accordion__state:checked ~ .accordion--toggle__header .rating__barometer {
        display: none; }
    .cruisedetail .accordion--toggle .accordion__state:checked ~ .accordion--toggle__header.schedule-header .accordion--toggle__attribute {
        display: none; }
    .cruisedetail .accordion--toggle .accordion__state:checked ~ .accordion--toggle__header.schedule-header .accordion--toggle__attribute--active {
        display: block; }
    .cruisedetail__getquote {
        display: none; }
    .cruisedetail .sticky--getquote {
        text-align: center; }
    .cruisedetail .sticky--getquote.is-sticky {
        position: fixed;
        background-color: white;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #f4f9fc;
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.125);
        z-index: 14;
        padding-left: 12px;
        padding-right: 12px; }
    .cruisedetail .sticky--getquote.is-sticky button {
        margin-bottom: 12px; }
    .cruisedetail .sticky--getquote button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 6px;
        width: 520px;
        max-width: 100%;
        padding: 8px 12px;
        margin-bottom: 3px;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25); }
    .cruisedetail .sticky--getquote button a {
        font-weight: bold; } }
.cruisedetail .icon.icon--chevron-down {
    width: 9px;
    height: 9px;
    margin-right: 5px; }
@media screen and (max-width: 983px) {
    .cruisedetail__panels .accordion--date .accordion--toggle__header .accordion--toggle__attribute {
        padding: 10px 0 14px; }
    .cruisedetail .accordion--toggle__header .barometer__scale-wrapper {
        margin-top: 16px; }
    .cruisedetail .accordion--toggle__header .flex__50:nth-child(2n) {
        padding-right: 34px; }
    .cruisedetail .accordion--toggle__header p {
        line-height: 1.15; }
    .cruisedetail .accordion--toggle__header.schedule-header .accordion--toggle__attribute {
        #padding-bottom: 8px; }
    .cruisedetail .accordion--toggle.accordion--prediction .accordion--toggle__label, .cruisedetail .accordion--toggle.accordion--prediction .accordion--toggle__header {
        min-height: 52px;
        height: 52px; }
    .cruisedetail .reviews__barometer {
        flex-basis: 30%;
        max-width: 30%; }
    .cruisedetail .flex__50:nth-child(2n) {
        padding-left: 9px; }
    .cruisedetail .tabs__bell-container {
        padding-left: 24px; }
    .cruisedetail .tabs__price-per-night {
        margin-top: 2px; }
    .cruisedetail .tabs__label {
        padding: 6px 9px; }
    .cruisedetail .tabs__label[for="interior"] {
        padding: 6px 20px; }
    .cruisedetail .tabs__label[for="suite"] {
        padding: 6px 15px; }
    .cruisedetail .tabs__label[for="balcony"] {
        padding: 6px 18px; }
    .cruisedetail .tabs__content {
        margin-top: 8px; }
    .cruisedetail .tabs__content .barometer {
        padding-top: 11px;
        padding-left: 0px; }
    .cruisedetail .tabs + hr {
        margin-top: 30px; }
    .cruisedetail[for="balcony"] {
        padding: 6px 18px; } }
@media screen and (min-width: 984px) {
    .cruisedetail {
        flex-flow: row wrap;
        justify-content: center; }
    .cruisedetail__slider {
        order: 3;
        flex: 0 0 50%;
        padding-right: 12px;
        box-sizing: border-box;
        max-width: 732px; }
    .is-schedule .cruisedetail__slider {
        visibility: hidden; }
    .cruisedetail__panels {
        order: 2;
        overflow-x: visible;
        flex: 0 0 50%;
        padding-top: 6px;
        padding-left: 12px;
        padding-right: 24px;
        box-sizing: border-box;
        max-width: 732px;
        margin-top: -6px; }
    .cruisedetail__panels .hr {
        margin-left: -24px;
        margin-right: -24px; }
    .is-all .cruisedetail__panels .tabs {
        display: flex; }
    .is-schedule .cruisedetail__panels {
        position: relative;
        overflow: visible; }
    .cruisedetail__panels .tabs {
        display: none;
        padding-top: 12px; }
    .cruisedetail__panels .tabs__price-wrapper {
        flex-basis: 35%; }
    .cruisedetail__panels .tabs__barometer-wrapper {
        flex-basis: 65%;
        max-width: none; }
    .cruisedetail__panels .tabs__barometer-wrapper .barometer__scale-wrapper {
        margin-top: 34px; }
    .cruisedetail__panels .tabs__bell-container {
        padding-top: 5px; }
    .cruisedetail__panels .tabs__bell-container .bell {
        padding-top: 0;
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px; }
    .cruisedetail__panels .barometer .barometer__text {
        font-size: 16px;
        margin-top: 7px; }
    .cruisedetail__panels .barometer__scale-wrapper {
        width: 93px; } }
@media screen and (min-width: 984px) and (min-width: 1192px) {
    .cruisedetail__panels .barometer__scale-wrapper {
        width: 120px; } }
@media screen and (min-width: 984px) {
    .cruisedetail__panels .accordion--toggle__header .barometer__scale-wrapper {
        margin-top: 33px; }
    .cruisedetail__panels .accordion .icon--chevron-down {
        transform: rotate(-45deg); }
    .cruisedetail__panels .accordion__content .hr {
        margin-left: 0;
        margin-right: 0; }
    .cruisedetail__panels .accordion__content .tooltip {
        margin-right: 0; }
    .cruisedetail__panels .accordion--toggle__option .accordion--toggle__header .barometer {
        margin-bottom: 8px; }
    .cruisedetail__panels .accordion--toggle__option .accordion--toggle__header .barometer .barometer__scale-wrapper {
        margin-top: 16px; }
    .cruisedetail__panels .accordion--toggle__option .accordion--toggle__header .barometer .barometer__text {
        margin-top: 4px; }
    .cruisedetail__panels .accordion--toggle__header, .cruisedetail__panels .accordion--toggle__label {
        min-height: 68px; }
    .cruisedetail__panels .accordion--toggle .accordion__state:checked + .accordion--toggle__label,
    .cruisedetail__panels .accordion--toggle .accordion__state:checked ~ .accordion__content {
        margin: 0;
        padding: 0;
        box-shadow: none;
        background: transparent; }
    .cruisedetail__panels .accordion--toggle .accordion__state:checked ~ .accordion__content--full-width {
        margin: 0 -24px; }
    .cruisedetail__panels .accordion--schedule .accordion--toggle__option {
        position: static; }
    .cruisedetail__panels .accordion--rating .rating__barometer {
        position: relative; }
    .cruisedetail__panels .accordion--rating .rating__barometer .tooltip {
        display: inline-flex;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 110px;
        z-index: 1;
        width: 22px;
        height: 22px;
        font-size: 18px; } }
@media screen and (min-width: 984px) and (min-width: 1192px) {
    .cruisedetail__panels .accordion--rating .rating__barometer .tooltip {
        left: 130px; } }
@media screen and (min-width: 984px) {
    .cruisedetail__panels .accordion .text-plain,
    .cruisedetail__panels .accordion .fact-and-figure__fact,
    .cruisedetail__panels .accordion p,
    .cruisedetail__panels .accordion label,
    .cruisedetail__panels .accordion strong,
    .cruisedetail__panels .accordion li,
    .cruisedetail__panels .accordion td {
        font-size: 1rem; }
    .cruisedetail__panels .detail__label {
        display: block; }
    .cruisedetail__panels .detail__ratings > hr:first-child {
        display: none; }
    .cruisedetail__panels .detail__ratings .rating__facts {
        display: none; }
    .cruisedetail__panels .detail__ratings .reviews__barometer {
        flex-basis: 22%;
        max-width: 22%; }
    .cruisedetail__panels .detail__ratings .reviews__barometer .barometer {
        margin-top: 15px; }
    .cruisedetail__panels .detail__ratings .chart__wrapper {
        flex-basis: 52%;
        max-width: 52%; }
    .cruisedetail__panels .detail__ratings .recommendation__wrapper {
        flex-basis: 22%;
        max-width: 22%;
        padding-left: 0; }
    .cruisedetail__panels .detail__ratings .recommendation__wrapper .fact-and-figure div {
        margin-left: 0; }
    .cruisedetail__panels .detail__ratings .barometer {
        margin-top: 11px; }
    .cruisedetail__panels .detail__ratings .barometer__scale-wrapper {
        margin-top: 0px; }
    .cruisedetail__panels .detail__ratings .ratings__wrap--1 {
        flex-basis: 39%;
        max-width: 39%; }
    .cruisedetail__panels .detail__ratings .ratings__wrap--2 {
        flex-basis: 39%;
        max-width: 39%; }
    .cruisedetail__panels .detail__ratings .ratings__wrap--3 {
        flex-basis: 22%;
        max-width: 22%; }
    .cruisedetail__panels .detail__ratings .ratings__wrap--1, .cruisedetail__panels .detail__ratings .ratings__wrap--2, .cruisedetail__panels .detail__ratings .ratings__wrap--3 {
        padding-left: 0;
        padding-right: 0; }
    .cruisedetail__panels .detail__ratings hr.hr.hr--half-margin {
        margin-top: 16px;
        margin-left: -24px;
        width: calc(100% + 48px); }
    .cruisedetail__panels .detail__ratings .headline--rating {
        padding-top: 20px;
        padding-bottom: 23px; }
    .cruisedetail__panels > .container {
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 16px;
        box-sizing: border-box;
        padding: 0 24px 24px; }
    .cruisedetail .rating__facts .accordion--toggle__attribute {
        padding: 10px 0; }
    .cruisedetail .rating__facts .detail__subhead {
        display: none; }
    .cruisedetail.is-all .cruisedetail__features {
        display: block; }
    .cruisedetail.is-all .cruisedetail__features > ul {
        list-style: none; }
    .cruisedetail.is-all .cruisedetail__features > ul > li::before {
        content: "✓"; }
    .cruisedetail.is-all .cruisedetail__images {
        display: flex !important; }
    .cruisedetail.is-all .rating__facts {
        display: none; }
    .cruisedetail:not(.is-all) .accordion--rating,
    .cruisedetail:not(.is-all) .accordion--schedule,
    .cruisedetail:not(.is-all) .accordion--date,
    .cruisedetail:not(.is-all) .accordion--prediction,
    .cruisedetail:not(.is-all) .accordion--history
    {
        display: none;
    }
    .cruisedetail:not(.is-all) .hr--last {
        display: none; }
    .cruisedetail.is-schedule .accordion--schedule {
        display: block;
        min-height: 384px; }
    .cruisedetail.is-date .accordion--date {
        display: block; }
    .cruisedetail.is-date .cruisedetail__slider {
        display: none; }
    .cruisedetail.is-date .cruisedetail__panels {
        flex-basis: 100%;
        max-width: none;
        padding-right: 12px; }
    .cruisedetail.is-date .cruisedetail__panels > .container {
        display: flex;
        border-radius: 0;
        background: none;
        box-shadow: none;
        padding: 0; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--date {
        display: block;
        #flex: 1;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 16px;
        box-sizing: border-box;
        margin-right: 24px;
        padding: 24px;
        min-width: 850px;
    }



    .cruisedetail.is-date .cruisedetail__panels .accordion--date .date {
        margin: 0 -24px; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--prediction {
        border-radius: 12px;
        padding: 24px;
        background: #f4f9fc;
        display: block;
        flex: 0 0 308px; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle__attribute--closed,
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle.accordion--date .accordion--toggle__header,
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle .accordion__state + .accordion--toggle__label {
        display: none; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle__attribute > label {
        font-family: 'Dosis', sans-serif;
        font-size: 1.75rem;
        line-height: 1.2;
        font-weight: 400; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle__attribute--active,
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle .accordion__state ~ .accordion__content {
        display: block; }
    .cruisedetail.is-date .cruisedetail__panels .accordion--toggle__attribute {
        padding-top: 0;
        flex-basis: 100%; }
    .cruisedetail.is-date .cruisedetail__panels .prediction-desktop-info {
        display: block;
        font-weight: bold;
    }
    .cruisedetail.is-date .cruisedetail__panels p.prediction-desktop-info {
        margin-top: 4px; }
    .cruisedetail.is-prediction .accordion--prediction {
        display: block; }
    .cruisedetail.is-rating .accordion--rating {
        display: block; }
    .cruisedetail.is-rating .accordion--toggle__header .accordion--toggle__attribute {
        padding-top: 22px;
        padding-bottom: 32px; }
    .cruisedetail.is-rating .accordion--toggle__header .accordion--toggle__attribute .label--cruise {
        order: 2; }
    .cruisedetail.is-rating .carousel__captions {
        display: none !important; }
    .cruisedetail.is-rating .carousel button {
        display: none !important; }
    .cruisedetail.is-rating .rating__facts {
        display: block; }
    .cruisedetail.is-rating .rating__facts .rating__facts-panel {
        position: relative;
        background: #f4f9fc;
        border-radius: 12px;
        padding: 12px 12px;
        margin-bottom: 24px;
        overflow: hidden; }
    .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(1), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(2), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(3), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(4) {
        margin-bottom: 24px; }
    .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(5), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(6), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(7), .cruisedetail.is-rating .rating__facts .rating__facts-panel > div:nth-of-type(8) {
        margin-top: 24px; }
    .cruisedetail.is-rating .rating__facts .rating__facts-panel .separator {
        position: absolute;
        top: 50%;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: #d9d9d9; }
    .cruisedetail.is-rating .cruisedetail__panels .rating__facts {
        display: none; }

    .cruisedetail.is-history .accordion--history {
        display: block; }
    .is-history .cruisedetail__slider {
        visibility: hidden;
        display: none;
    }

    .cruisedetail.is-opentab .ship-rating .accordion--toggle__header > .accordion--toggle__attribute {
        width: 100% !important;
        max-width: none !important;
        flex-basis: 100% !important; }
    .cruisedetail.is-opentab .accordion--toggle__header {
        min-height: 44px; }
    .cruisedetail.is-opentab .accordion--toggle__header .rating__barometer {
        display: none; }
    .cruisedetail.is-opentab .accordion--toggle__header .accordion--toggle__attribute {
        flex-basis: 100%;
        display: flex;
        align-items: baseline; }
    .cruisedetail.is-opentab .accordion--toggle__header .accordion--toggle__attribute label {
        line-height: 22px; }
    .cruisedetail.is-opentab .accordion--toggle__header .accordion--toggle__attribute .label--large {
        order: 1;
        color: #295196;
        font-family: 'Dosis', sans-serif;
        font-size: 1.75rem;
        padding-right: 22px;
        font-weight: 700;
        margin-left: 0; }
    .cruisedetail.is-opentab .schedule-header {
        flex-wrap: wrap; }
    .cruisedetail.is-opentab .schedule-header > div {
        width: 100%; }
    .cruisedetail.is-opentab .schedule-header > div:first-of-type label {
        margin-top: 10px;
        margin-bottom: 0; }
    .cruisedetail.is-opentab .schedule-header > div:nth-of-type(2) {
        padding-top: 8px;
        display: block; }
    .cruisedetail.is-opentab .schedule-header > div:nth-of-type(2) > .flex__50 {
        padding: 0;
        width: auto;
        display: inline-block; }
    .cruisedetail.is-opentab .schedule-header > div:nth-of-type(2) > .flex__50 > * {
        color: #999999;
        display: inherit;
        text-transform: none; }
    .cruisedetail__header {
        width: 100%;
        margin-bottom: 18px; }
    .cruisedetail__header::after {
        content: '';
        height: 8px;
        display: block;
        margin: 0 -12px;
        background-image: linear-gradient(to top, #fff, #eee); }
    .cruisedetail__header .container {
        display: flex;
        align-items: baseline; }
    .cruisedetail__header .headline {
        flex-basis: 50%; }
    .cruisedetail__nav {
        display: flex; }
    .cruisedetail__getquote {
        align-self: baseline;
        flex-basis: 14%; }
    .cruisedetail__getquote button {
        margin: 0; }
    .cruisedetail .carousel__btn--prev, .cruisedetail .carousel__btn--next {
        padding-bottom: 0; } }

.cruisedetail__panels > .container, .schedule--map {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.125); }
@media screen and (max-width: 983px) {
    .cruisedetail__panels > .container, .schedule--map {
        box-shadow: none; } }

.baromter--offset .barometer {
    margin-top: 0 !important; }

@media screen and (max-width: 983px) {
    .baromter--offset .barometer {
        display: inline-block; }
    .baromter--offset .tooltip {
        top: -8px; } }

@media screen and (max-width: 360px) {
    .baromter--offset .tooltip {
        display: none; } }

.tabs__price {
    font-weight: 600; }

.cruisedetail__panels > .container {
    border: none; }

.is-opentab.is-rating .cruisedetail__panels .container {
    height: 100%; }

@media screen and (min-width: 984px) {
    .is-opentab .accordion--schedule label.blue {
        margin: 24px; } }

.is-opentab .accordion--schedule td {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
.is-opentab .accordion--schedule td.at-sea {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }

.ship-rating .barometer {
    margin: 16px 0; }

.ship-rating .fact-and-figure {
    font-weight: 600; }
.ship-rating .fact-and-figure__figure {
    margin-bottom: 12px;
    font-size: 1.96875rem;
    font-weight: 600; }
.ship-rating .fact-and-figure__fact {
    line-height: 1.25rem; }
@media screen and (max-width: 983px) {
    .ship-rating .fact-and-figure > * {
        margin-left: 16px;
        margin-right: 16px; } }

@media screen and (min-width: 361px) {
    .ship-rating.accordion--toggle__option .rating__barometer {
        position: relative; } }
@media screen and (min-width: 361px) and (max-width: 983px) {
    .ship-rating.accordion--toggle__option .rating__barometer .tooltip {
        position: absolute;
        top: 18px; } }

@media screen and (max-width: 983px) {
    .ship-rating.accordion--toggle__option .accordion--toggle__header {
        pointer-events: all; }
    .is-all .ship-rating.accordion--toggle__option > .accordion--toggle__label {
        width: 38px;
        left: auto;
        right: -12px;
        padding-right: 12px; } }

.schedule-header .detail__label {
    text-transform: capitalize; }

@media screen and (min-width: 984px) {
    .schedule-header + div {
        padding-top: 0 !important;
        margin-top: 16px !important;
        border-top: 1px solid #d9d9d9; } }

#barometer-ship-rating {
    position: relative; }
#barometer-ship-rating .barometer {
    margin: 0; }
@media screen and (min-width: 984px) {
    #barometer-ship-rating .barometer {
        margin: 20px 0 11px; } }
#barometer-ship-rating + .barometer__mark {
    /* KW: macht $breakpoint-m kaputt, erstmal deaktiviert
        position: absolute;
        left: 50%;
        */
    margin-left: 0; }
@media screen and (min-width: 984px) {
    #barometer-ship-rating {
        margin-top: 4px; } }
#barometer-ship-rating + .barometer__mark {
    margin-left: 0; }

.detail__subhead--offset {
    margin-top: 3px; }

.flex__41 {
    flex-basis: 41%;
    max-width: 41%;
    box-sizing: border-box; }

.cruisedetail__images > div:first-of-type {
    padding-right: 10px; }

.cruisedetail__images > div:last-of-type {
    padding-left: 10px; }

.accordion--toggle.accordion--rating .accordion__state:checked + .accordion--toggle__label {
    min-height: 68px; }

.blue-border {
    border-color: #345faa !important;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.no-margin {
    margin-bottom: 0px !important; }

@media screen and (max-width: 984px) {
    .separator {
        display: none; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.image-info {
    color: #666666; }
.image-info__credits {
    font-size: 12px;
    justify-self: end;
    margin-left: 12px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.accordion--fixed {
    position: fixed;
    top: 0;
    left: 12px;
    width: 100%;
    margin-left: -12px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
.accordion--fixed > div:last-of-type {
    margin-bottom: 71px; }

.accordion--intro .accordion--toggle__option {
    display: flex;
    flex-direction: column-reverse; }

.accordion--intro.accordion--toggle .accordion__state:checked + .accordion--toggle__label {
    box-shadow: none;
    position: static;
    padding-top: 12px;
    padding-bottom: 16px; }

.accordion--cms-login > label {
    position: relative; }
.accordion--cms-login > label i {
    position: absolute;
    right: 12px;
    top: 12px; }

@media screen and (min-width: 984px) {
    .accordion--cms-login > label:first-of-type {
        display: none; }
    .accordion--cms-login .accordion__content {
        display: block !important; }
    .accordion--cms-login .accordion__content > label {
        display: none; } }

@media screen and (max-width: 983px) {
    .accordion--cms-login > label:first-of-type {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
        display: block;
        border-bottom: 1px solid #d9d9d9; } }

.accordion--cms-login label.active {
    border: none !important; }
.accordion--cms-login label.active i {
    display: none; }

.accordion--toggle__option {
    position: relative; }
.accordion--toggle__option > .accordion--toggle__label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 3; }
.accordion--toggle__option > .accordion--toggle__label > .blue.bold.uppercase {
    display: none; }
.accordion--toggle__option > .accordion--toggle__label > i.off {
    display: none !important; }
.accordion--toggle__option .icon {
    transition: .2s transform; }

.accordion--toggle__label {
    cursor: pointer;
    height: 100%; }
.accordion--toggle__label > .blue.bold.uppercase {
    margin-right: 12px; }

.accordion--toggle__header {
    width: 100%;
    height: 100%; }
@media screen and (max-width: 983px) {
    .accordion--toggle__header {
        pointer-events: none; } }

.accordion--toggle__label, .accordion--toggle__header {
    min-height: 54px; }
@media screen and (min-width: 984px) {
    .accordion--toggle__label, .accordion--toggle__header {
        min-height: 75px; } }

.accordion--toggle__attribute {
    padding: 12px 0;
    width: 100%; }
.accordion--toggle__attribute--closed {
    display: inherit; }
.accordion--toggle__attribute--active {
    display: none; }
.accordion--toggle__attribute > label {
    z-index: 3;
    position: relative;
    cursor: pointer;
    line-height: 1.4; }

.accordion--toggle .accordion__state {
    display: none; }
.accordion--toggle .accordion__state ~ .accordion__content {
    display: none; }
.accordion--toggle .accordion__state:checked ~ .accordion__content {
    display: block;
    background-color: #f4f9fc;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px; }
.accordion--toggle .accordion__state:checked ~ .accordion__content--plain {
    background: none;
    box-shadow: none; }
.accordion--toggle .accordion__state:checked + .accordion--toggle__label {
    background-color: #f4f9fc;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 4px 4px rgba(100, 120, 140, 0.2) inset;
    height: auto; }
.accordion--toggle .accordion__state:checked + .accordion--toggle__label--plain {
    background: none;
    box-shadow: none; }
.accordion--toggle .accordion__state:checked + .accordion--toggle__label > .blue.bold.uppercase {
    display: block; }
.accordion--toggle .accordion__state:checked + .accordion--toggle__label > i.off {
    display: block !important; }
.accordion--toggle .accordion__state:checked + .accordion--toggle__label > .icon.icon--chevron-down {
    transform: translateY(40%) rotate(225deg); }
.accordion--toggle .accordion__state:checked ~ .accordion--toggle__header > .barometer {
    display: none; }
.accordion--toggle .accordion__state:checked ~ .accordion--toggle__header--hide-if-open {
    display: none; }
.accordion--toggle .accordion__state:checked ~ .accordion--toggle__header .accordion--toggle__attribute--closed {
    display: none; }
.accordion--toggle .accordion__state:checked ~ .accordion--toggle__header .accordion--toggle__attribute--active {
    display: inherit;
    z-index: 3; }

@media screen and (min-width: 984px) {
    .accordion--rounded-top h3 {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }

@media screen and (min-width: 984px) {
    .accordion--rounded-bottom h3 {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }
    .accordion--rounded-bottom .accordion__content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px; } }

.accordion--grouped {
    position: relative; }
.accordion--grouped .icon--chevron-down {
    position: absolute;
    top: 24px;
    right: 0;
    transition: transform 0.33s ease; }
.accordion--grouped h3 {
    cursor: pointer; }
@media screen and (max-width: 983px) {
    .accordion--grouped h3 {
        font-size: 1.5rem;
        margin: 0 -12px;
        padding-left: 12px;
        padding-top: 16px;
        padding-bottom: 16px; }
    .accordion--grouped .opened h3 {
        background-color: #f4f9fc;
        box-shadow: inset 0px 5px 10px -10px black; }
    .accordion--grouped .opened .icon.icon--chevron-down {
        transform: translateY(40%) rotate(225deg); }
    .accordion--grouped .accordion__content {
        background-color: #f4f9fc;
        margin: -16px -12px 0 -12px;
        padding: 12px; }
    .accordion--grouped .accordion__content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
    .accordion--grouped .accordion__content ul li {
        width: 50%;
        line-height: 1.25;
        margin: 10px 0; }
    .accordion--grouped .accordion__content ul li a {
        color: #4a76c4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; } }
@media screen and (min-width: 984px) {
    .accordion--grouped h3 {
        font-size: 1.5rem;
        margin-top: -1px;
        margin-bottom: 0px;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: none; }
    .accordion--grouped .icon--chevron-down {
        top: 32px; }
    .accordion--grouped .opened h3 {
        background-color: #f4f9fc; }
    .accordion--grouped .opened .icon.icon--chevron-down {
        transform: translateY(40%) rotate(225deg); }
    .accordion--grouped .accordion__content {
        background-color: #f4f9fc;
        margin: -24px;
        margin-bottom: 0px;
        padding: 12px 24px 24px;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125); }
    .accordion--grouped .accordion__content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
    .accordion--grouped .accordion__content ul li {
        width: 16.666%;
        line-height: 1.25;
        margin: 10px 0;
        padding-right: 12px;
        box-sizing: border-box; }
    .accordion--grouped .accordion__content ul li a {
        color: #4a76c4; }
    .container--with-aside .accordion--grouped .accordion__content ul li {
        width: 33.333%; } }
@media screen and (min-width: 1192px) {
    .container--with-aside .accordion--grouped .accordion__content ul li {
        width: 25%; } }

.accordion__content {
    display: block;
    transition: .25s ease; }
.accordion__content#departure .search {
    margin-top: 0;
    padding-top: 76px;
    background-color: #ffffff; }
.accordion__content ul {
    list-style: none; }
.accordion__content--filter {
    z-index: 2;
    transition: transform 0.33s ease;
    transform: translateX(400%);
    overflow-y: scroll; }
@media screen and (max-width: 983px) {
    .accordion__content--filter {
        height: 100%; }
    .is-open-destinationsModal .accordion__content--filter,
    .is-open-cruiselineModal .accordion__content--filter {
        overflow: hidden; } }
@media screen and (min-width: 984px) {
    .accordion__content--filter {
        height: 100%; } }
.accordion__content--z3 {
    z-index: 3; }
.accordion__content--full-width {
    padding: 12px 0 !important;
    padding-bottom: 0 !important; }

.accordion__state:checked + .accordion__content {
    display: none; }
.accordion__state:checked + .accordion__content--filter {
    display: block; }

.card--accordion.accordion--toggle .accordion__state:checked + .accordion--toggle__label,
.card--accordion.accordion--toggle .accordion__state:checked ~ .accordion__content {
    background: transparent;
    box-shadow: none; }

.card--accordion.accordion--toggle .accordion__state:checked ~ .accordion__content {
    margin-left: -16px;
    margin-right: -16px; }

.card--accordion.accordion--toggle .accordion__state:checked + .accordion--toggle__label {
    height: 100%; }

.card--accordion .accordion--toggle-fullwidth {
    width: 111%; }

.card--accordion .accordion--toggle__header {
    height: auto; }

.card--accordion .accordion--toggle__attribute {
    width: 100%; }
.card--accordion .accordion--toggle__attribute h2 {
    margin-top: 0; }

@media screen and (min-width: 984px) {
    .accordion-group {
        margin-top: 48px;
        padding: 24px; } }

@media screen and (max-width: 983px) {
    .accordion-group {
        margin-top: 32px; } }

.accordion-group--cms {
    margin-top: 0px;
    margin-bottom: 24px; }
@media screen and (min-width: 984px) {
    .container--with-aside .accordion-group--cms {
        max-width: calc(66% - 72px); } }
.accordion-group--cms h3 {
    color: #295196; }
.accordion-group--cms .accordion__content {
    color: #666666;
    border-color: #f4f9fc; }
.accordion-group--cms .accordion__content ul li a {
    color: #666666; }
.accordion-group--cms .opened h3 {
    border-left-color: #f4f9fc;
    border-right-color: #f4f9fc; }
.accordion-group--cms .accordion--rounded-top .opened h3 {
    border-top-color: #f4f9fc; }

.accordion-group__label {
    font-family: 'Dosis', sans-serif;
    color: #295196;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 -12px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.page--alert .page-title {
    padding-bottom: 0; }
.page--alert .page-title .headline {
    margin-bottom: 0; }
@media screen and (min-width: 984px) {
    .page--alert .page-title .headline {
        font-size: 3em; } }

@media screen and (min-width: 984px) {
    .page--alert .container--padded {
        padding-left: 0;
        padding-right: 0; } }

.page--alert .accordion--toggle h2 {
    font-size: 1.25rem; }
@media screen and (min-width: 984px) {
    .page--alert .accordion--toggle h2 {
        font-size: 1.75em; } }

.page--alert .accordion--toggle__attribute {
    padding-top: 6px; }

.page--alert .accordion--toggle.accordion--intro .accordion--toggle__label, .page--alert .accordion--toggle.accordion--intro .accordion--toggle__header {
    min-height: 0; }

.page--alert .accordion--toggle.accordion--intro .accordion--toggle__header {
    max-width: 90%; }
@media screen and (min-width: 984px) {
    .page--alert .accordion--toggle.accordion--intro .accordion--toggle__header {
        display: none; } }

.page--alert .accordion--toggle.accordion--intro .accordion__content h2 {
    color: #295196;
    margin-top: 0;
    max-width: 640px; }
@media screen and (max-width: 983px) {
    .page--alert .accordion--toggle.accordion--intro .accordion__content h2 {
        color: #666666;
        display: inline;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1rem;
        font-weight: 400; } }

@media screen and (min-width: 984px) {
    .page--alert .accordion--toggle.accordion--intro .accordion__content {
        display: block !important; } }

.page--alert .accordion--toggle.card span {
    text-overflow: inherit;
    overflow: inherit;
    white-space: normal;
    width: 215px; }
.page--alert .accordion--toggle.card span.slider__thumb {
    width: 16px;
    margin-left: -8px; }
.page--alert .accordion--toggle.card span.slide-reset {
    width: auto; }

.page--alert .accordion--toggle.card .btn {
    margin-top: 8px;
    margin-bottom: 8px; }

.page--alert .accordion--toggle.card .accordion--toggle__label {
    height: auto !important; }

.page--alert .accordion--toggle.card .accordion__content,
.page--alert .accordion--toggle.card .accordion__content .checkbox {
    font-size: .95rem; }

.page--alert .accordion--toggle.card .accordion__content .price {
    white-space: nowrap; }

.page--alert .accordion--toggle.card .accordion__content .checkbox-group {
    width: 100%;
    max-width: 480px;
    margin: 8px 0; }

.page--alert .accordion--toggle.card .accordion__content .state--up {
    color: #e44a7f; }
.page--alert .accordion--toggle.card .accordion__content .state--up .icon--circle {
    border-color: #e44a7f; }

.page--alert .accordion--toggle.card .accordion__content .state--down {
    color: #00bb6a; }
.page--alert .accordion--toggle.card .accordion__content .state--down .icon--circle {
    border-color: #00bb6a; }

.page--alert .accordion--toggle.card .accordion__content .state--neutral {
    color: #666666; }
.page--alert .accordion--toggle.card .accordion__content .state--neutral .icon--circle {
    border-color: #666666; }

.page--alert .accordion--toggle.card .accordion__content .icon--circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 8px; }
.page--alert .accordion--toggle.card .accordion__content .icon--circle::before {
    vertical-align: middle; }

.page--alert .accordion--toggle.card .checkbox__label {
    font-weight: 400;
    padding: 0 0 0 32px; }
.page--alert .accordion--toggle.card .checkbox__label::before {
    background: #ffffff; }

.page--alert .accordion--toggle.card .checkbox__input:checked + .checkbox__label::before {
    background: #e44a7f; }

.page--alert .accordion--toggle.card .very-small {
    max-width: 412px; }

.page--alert .accordion__content {
    padding-top: 6px; }

.page--alert .active .hr {
    background-color: #b5c5e3; }

.page--alert .active.card {
    box-shadow: none;
    border-color: #f4f9fc; }

.page--alert.cards--cms .accordion--toggle.card {
    padding-top: 12px;
    padding-bottom: 12px; }
.page--alert.cards--cms .accordion--toggle.card span {
    white-space: nowrap;
    width: auto; }
.page--alert.cards--cms .accordion--toggle.card .icon {
    margin-top: 8px; }
@media screen and (min-width: 984px) {
    .page--alert.cards--cms .accordion--toggle.card .icon {
        margin-top: 16px; } }

.page--alert.cards--cms .accordion--toggle__attribute {
    padding-top: 0; }

.page--alert.cards--cms .accordion--toggle .icon.icon--chevron-down {
    width: 10px;
    height: 10px; }

.page--alert.cards--cms .accordion--toggle h2 {
    margin-bottom: 16px;
    margin-right: 2rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
@media screen and (min-width: 984px) {
    .page--alert.cards--cms .accordion--toggle h2 {
        font-size: 1.5em; } }

@media screen and (min-width: 984px) {
    .page--alert {
        flex-grow: 1;
        padding-right: 1rem; }
    .page--alert .backdrop--colorswitch:not(.card),
    .page--alert .accordion--intro .accordion__content {
        background: #ffffff !important; }
    .page--alert .pl-s.pr-s,
    .page--alert .backdrop {
        padding-left: 0; }
    .page--alert .page-title {
        margin-top: 0; }
    .page--alert .cards__wrapper {
        padding: 0 12px;
        box-sizing: border-box; }
    .page--alert .cards {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px; }
    .page--alert .card {
        flex-basis: 50%;
        max-width: calc( 50% - 12px);
        box-sizing: border-box;
        margin-left: 6px;
        margin-right: 6px; }
    .page--alert .card .tooltip {
        position: absolute;
        margin-top: -3px; }
    .page--alert .active.card {
        max-width: 100%;
        flex-basis: 100%; }
    .page--alert .active.card .cols {
        display: flex;
        padding: 16px 0 0; }
    .page--alert .active.card .cols .col {
        flex-basis: 50%;
        max-width: 50%;
        box-sizing: border-box; }
    .page--alert .active.card .cols .col-1 {
        padding-right: 24px; }
    .page--alert .active.card .cols .col-2 {
        padding-left: 6px; } }

.show-bells .accordion--toggle__attribute h2::before {
    content: '\e800';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .8rem;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

@media screen and (min-width: 984px) {
    #alert-manage .padding-desktop {
        padding-left: 16px;
        padding-right: 16px; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.schedule--table {
    color: #666666;
    width: 100%;
    border-collapse: collapse; }
.schedule--table tr th:first-of-type, .schedule--table tr td:first-of-type {
    padding-left: 16px; }
@media screen and (min-width: 984px) {
    .schedule--table tr th:first-of-type, .schedule--table tr td:first-of-type {
        padding-left: 24px; } }
.schedule--table tr th:last-of-type, .schedule--table tr td:last-of-type {
    padding-right: 16px; }
.schedule--table tr th {
    padding: 12px 0;
    text-align: left; }
@media screen and (min-width: 984px) {
    .schedule--table tr th {
        padding-bottom: 20px; } }
.schedule--table tr td {
    position: relative;
    padding: 8px 0;
    width: 20%;
    border-top: 1px solid #b5c5e3; }
.schedule--table tr td:first-of-type {
    width: 20%;
    padding-left: 36px; }
@media screen and (min-width: 984px) {
    .schedule--table tr td:first-of-type {
        width: 21%;
        padding-left: 44px; } }
.schedule--table tr td:nth-of-type(2) {
    width: 40%; }
@media screen and (min-width: 984px) {
    .schedule--table tr td:nth-of-type(2) {
        width: 34%; } }
.schedule--table tr td .line {
    position: absolute;
    top: -1px;
    left: 16px;
    margin-left: 4px;
    width: 4px;
    height: calc(100% + 2px);
    background-color: #666666; }
.schedule--table tr td .dot {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 2px solid #666666;
    border-radius: 100%;
    box-sizing: border-box; }
.schedule--table tr td span {
    display: block;
    color: #999999;
    font-size: 0.75em; }
@media screen and (min-width: 984px) {
    .schedule--table tr td .line,
    .schedule--table tr td .dot {
        left: 24px; } }
.schedule--table tr:nth-of-type(2) .line {
    top: 50%; }
.schedule--table tr:nth-of-type(2) .line, .schedule--table tr:last-of-type .line {
    height: calc(50% + 1px); }

.schedule--map {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 40vh;
    margin-top: 12px; }

@media screen and (min-width: 984px) {
    .schedule--map {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 6px;
        margin-left: 100%;
        width: calc(100% - 12px);
        border-radius: 12px;
        height: 400px;
        padding-bottom: 0; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.prediction-label--default {
    color: #295196; }

.prediction-label--alert {
    color: #e44a7f; }

.prediction-label--yellow {
    color: #f4d452; }
.accordion--toggle__attribute--closed .prediction-label--yellow {
    color: #666666; }

.prediction-label--orange {
    color: #ec8f69; }
.accordion--toggle__attribute--closed .prediction-label--orange {
    color: #e44a7f; }

.prediction-label--top {
    pointer-events: none; }
.prediction-label--top:first-of-type {
    margin-bottom: 12px; }

.prediction-label p {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none; }

.prediction {
    color: #666666;
    flex-wrap: wrap;
    padding-bottom: 24px; }
.prediction__list {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0; }
.prediction__list .vertical {
    position: absolute;
    border: 0;
    outline: 0;
    margin-left: 25px;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    margin-top: 40px; }
.prediction__list .wrapper {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.prediction__list .wrapper:not(:last-of-type) {
    margin-bottom: 24px; }
.prediction__list .wrapper > div {
    float: left;
    margin-right: 16px;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    text-align: center; }
.prediction__list .wrapper > div i {
    font-size: 22px; }
.prediction__list .wrapper > div i::before {
    margin-top: 26%; }
.prediction__list .wrapper .yellow {
    border-color: #f4d452;
    color: #f4d452; }
.prediction__list .wrapper .green {
    border-color: #00BA6A;
    color: #00BA6A; }
.prediction__list .wrapper .orange {
    border-color: #ec8f69;
    color: #ec8f69; }
.prediction__list .wrapper .blue {
    border-color: #295196;
    color: #295196; }
.prediction__list .wrapper p {
    margin: 0;
    margin-top: 8px; }
.prediction__list .wrapper p span {
    font-weight: bold;
    display: block; }
.prediction__list .wrapper.prediction--departure {
    display: flex; }
.prediction__cta {
    color: #e44a7f;
    flex-basis: 100%; }
.prediction__cta > div {
    width: 100%; }
.prediction__bell {
    flex-basis: 70%; }
.prediction__bell > div {
    margin-top: 12px;
    flex-direction: row !important;
    align-items: flex-start !important; }
.prediction__bell > div .bell__text {
    margin: 16px 16px 16px 12px;
    width: auto;
    text-transform: uppercase;
    font-size: 1rem; }
.prediction__cta-arrow div {
    width: 50px;
    height: 60px;
    background-position: center;
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: -24px; }
.prediction__cta-arrow div::before {
    color: #e44a7f;
    font-size: 30px; }
.prediction__cta-arrow p {
    margin: 0;
    font-size: 1.125rem;
    max-width: 220px; }
.prediction__close {
    flex-basis: 30%;
    position: relative; }
.prediction__close .accordion--toggle__label {
    height: auto;
    min-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto; }

#prediction-chevron {
    margin: 0 !important;
    margin-left: 8px !important;
    border-color: #e44a7f;
    display: inline-block; }

.green {
    background-color: lightgreen; }

.yellow {
    background-color: #f4d452; }

.orange {
    background-color: #ec8f69; }

.td-darkgray {
    background-color: darkgray; }

.date {
    color: #999999; }
.date .chevron {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #999999 transparent transparent;
    display: inline-block; }
.date .chevron--right {
    transform: rotate(180deg); }
.date .indicator {
    overflow: hidden;
    width: 100%;
    height: 18px; }
.date .indicator div {
    float: right;
    width: 100%;
    height: 18px;
    border: 0 none;
    background: linear-gradient(to bottom right, transparent 49%, #295196 51%); }
.date .picker table {
    widows: 100%;
    border-collapse: collapse;
    display: block; }
.date .picker table th {
    padding: 8px;
    width:1%;
    box-sizing: border-box;
}

.date .picker table td {
    width:10%
}
.date .picker table td .cell {
    padding: 8px;
    text-align: center;
    color: #295196;
    border-radius: 10px;
    font-size: 0.75rem;
    box-sizing: border-box; }
.date .picker table .picker__highlighted {
    background-color: #b5c5e3; }
.date .surrounding {
    padding: 12px 0;
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
.date .surrounding:first-of-type  {
    font-size: 1rem; }
.date .surrounding:first-of-type  .chevron {
    margin: 0 8px; }
.date .surrounding:last-of-type button {
    cursor: pointer;
    padding: 8px 12px;
    background-color: transparent;
    color: inherit;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none; }

.date-legend {
    padding-top: 16px;
    width: 100%;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: left;
    overflow: hidden; }
.date-legend > div {
    display: flex;
    flex-direction: row;
    margin-right: 16px; }
.date-legend > div div {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 2px; }

#date {
    background-color: #e44a7f;
    overflow: hidden; }
#date .flatpickr-calendar {
    margin-top: 0; }
#date .flatpickr-calendar::after {
    content: ' ';
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.badge {
    border-radius: 2px;
    color: #ffffff;
    background-color: #345faa;
    font-weight: bold;
    padding: 3px 3px; }
.badge.badge--rounded {
    border-radius: 50%;
    padding: 2px 10px; }
.badge.badge--danger {
    background-color: #e44a7f; }
.badge--price-reduction {
    font-size: 15px;
    width: fit-content;
    display: inline-block;
    margin-left: 6px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.card {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 16px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    color: #666666;
    /* never used centered labels
    @media screen and (min-width:401px) {
        &--barometer-labels-centered {

            .barometer__text {
                width: 120px;
                text-align: center;
            }
        }
    }
    */ }
@media screen and (max-width: 983px) {
    .card {
        max-width: calc(100vw - 60px); } }
@media screen and (min-width: 984px) {
    .card {
        min-width: 45%; } }
@media screen and (min-width: 1192px) {
    .card {
        min-width: 29%; } }
.card span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 12px); }
@media screen and (max-width: 400px) {
    .card .barometer__scale-wrapper {
        width: 100px; } }
.card img {
    width: calc(100% + 32px);
    height: auto;
    margin: -16px -16px 16px -16px;
    display: block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    max-height: 220px;
    object-fit: cover; }
.card a {
    color: #666666; }
.card a.bell {
    color: #e44a7f; }
.card .card__company-title {
    font-size: 0.95rem; }
.card .card__company-info {
    color: #999999;
    font-size: 87.5%; }
.card .card__title {
    color: #295196;
    font-weight: bold;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.card .card__date {
    font-size: 100%;
    margin-bottom: 4px; }
.card .card__location {
    font-size: 0.95rem;
    margin-bottom: 16px; }
.card .card__price {
    font-size: 44px;
    color: #295196;
    margin-top: -5px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    overflow: inherit; }
@media screen and (min-width: 400px) {
    .card .card__price {
        font-size: 55px;
        margin-top: -10px; } }
.card .card__price-label {
    margin: 0 0 16px; }
.card .card__subheadline {
    margin: 0 0 8px; }
.card .card__price-per-night {
    font-size: 120%;
    color: #295196;
    margin-top: 7px;
    margin-bottom: 0;
    width: 100%; }
@media screen and (min-width: 400px) {
    .card .card__price-per-night {
        margin-top: 15px; } }
.card .card__price-per-night--promo {
    color: #e44a7f; }
.card__first-barometer {
    position: absolute;
    margin-bottom: 16px;
    bottom: 0; }
.card__label {
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis; }
.card--no-border {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }

.cruise-card__image img {
    height: 172px;
    width: 100%;
    object-fit: cover; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.card {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 16px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    color: #666666;
    /* never used centered labels
    @media screen and (min-width:401px) {
        &--barometer-labels-centered {

            .barometer__text {
                width: 120px;
                text-align: center;
            }
        }
    }
    */ }
@media screen and (max-width: 983px) {
    .card {
        max-width: calc(100vw - 60px); } }
@media screen and (min-width: 984px) {
    .card {
        min-width: 45%; } }
@media screen and (min-width: 1192px) {
    .card {
        min-width: 29%; } }
.card span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 12px); }
@media screen and (max-width: 400px) {
    .card .barometer__scale-wrapper {
        width: 100px; } }
.card img {
    width: calc(100% + 32px);
    height: auto;
    margin: -16px -16px 16px -16px;
    display: block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    max-height: 220px;
    object-fit: cover; }
.card a {
    color: #666666; }
.card a.bell {
    color: #e44a7f; }
.card .card__company-title {
    font-size: 0.95rem; }
.card .card__company-info {
    color: #999999;
    font-size: 87.5%; }
.card .card__title {
    color: #295196;
    font-weight: bold;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.card .card__date {
    font-size: 100%;
    margin-bottom: 4px; }
.card .card__location {
    font-size: 0.95rem;
    margin-bottom: 16px; }
.card .card__price {
    font-size: 44px;
    color: #295196;
    margin-top: -5px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    overflow: inherit; }
@media screen and (min-width: 400px) {
    .card .card__price {
        font-size: 55px;
        margin-top: -10px; } }
.card .card__price-label {
    margin: 0 0 16px; }
.card .card__subheadline {
    margin: 0 0 8px; }
.card .card__price-per-night {
    font-size: 120%;
    color: #295196;
    margin-top: 7px;
    margin-bottom: 0;
    width: 100%; }
@media screen and (min-width: 400px) {
    .card .card__price-per-night {
        margin-top: 15px; } }
.card .card__price-per-night--promo {
    color: #e44a7f; }
.card__first-barometer {
    position: absolute;
    margin-bottom: 16px;
    bottom: 0; }
.card__label {
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis; }
.card--no-border {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }

.cruise-card__image img {
    height: 172px;
    width: 100%;
    object-fit: cover; }

.cruise-card-group {
    padding: 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 24px; }
.cruise-card-group .flexcol {
    box-sizing: border-box;
    min-width: 260px;
    padding-right: 6px;
    padding-left: 6px; }
.cruise-card-group .cruise-card {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 16px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    overflow: hidden;
    color: #999999;
    padding-bottom: 16px;
    position: relative; }
.cruise-card-group .cruise-card .button__alarm {
    margin-top: 16px; }
.cruise-card-group .cruise-card .aside__wrapper {
    max-width: 100%; }
.cruise-card-group .cruise-card__image {
    margin: -16px -16px 16px -16px; }
.cruise-card-group .cruise-card__image img {
    width: 100%;
    height: auto; }
.cruise-card-group .cruise-card p {
    margin: 16px 0;
    line-height: 1.4; }
.cruise-card-group .cruise-card p.small {
    margin-bottom: 2px; }
.cruise-card-group .cruise-card p.small + p {
    margin-top: 2px; }
.cruise-card-group .cruise-card h2 {
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.cruise-card-group .cruise-card thead {
    display: none; }
.cruise-card-group .cruise-card td:nth-child(2n) {
    text-align: right; }
.cruise-card-group .cruise-card__buttonset {
    left: 16px;
    right: 16px;
    bottom: 24px; }
.cruise-card-group .cruise-card__buttonset .btn {
    align-self: center; }
.cruise-card-group .cruise-card__buttonset button {
    padding-top: 0;
    padding-bottom: 0;
    justify-self: flex-end; }
@media screen and (min-width: 751px) {
    .cruise-card-group .cruise-card {
        padding-bottom: 60px; }
    .cruise-card-group .cruise-card__buttonset {
        position: absolute; } }
@media screen and (min-width: 984px) {
    .container--with-aside .cruise-card-group {
        margin-top: 0px;
        max-width: calc(66% - 24px); } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.barometer__scale-wrapper {
    width: 120px;
    margin-top: 20px;
    max-width: 100%;
    position: relative; }

.barometer .barometer__pointer {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #295196;
    margin-bottom: 2px;
    position: absolute;
    top: -10px;
    margin-left: -5px; }
.barometer .barometer__pointer.barometer__pointer--center {
    margin-left: auto;
    margin-right: auto; }
.barometer .barometer__pointer.barometer__pointer--right {
    margin-left: auto; }

.barometer--has-mark {
    float: left; }

.barometer__mark {
    float: left;
    margin-top: 12px;
    margin-left: 12px; }

.barometer__mark-value {
    font-size: 200%; }

.barometer .barometer__scale {
    width: 100%;
    display: flex;
    height: 14px; }
.barometer .barometer__scale > * {
    flex: 1; }
.barometer .barometer__scale .barometer__scale-green {
    background-color: #00bb6a;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
.barometer .barometer__scale .barometer__scale-yellow {
    background-color: #f4d452;
    flex: 1.5; }
.barometer .barometer__scale .barometer__scale-red {
    background-color: #e44a7f;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.barometer .barometer__text {
    font-weight: bold;
    display: block;
    margin-top: 6px;
    color: #666666;
    font-size: 14px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.chart {
    max-width: 200px; }
.chart__label {
    width: 100%; }
.chart__column {
    min-width: 60px;
    padding-left: 8px;
    padding-right: 8px; }
.chart__column div {
    min-width: 1px; }
.chart__column--excellent {
    background-color: #00bb6a; }
.chart__column--good {
    background-color: lightgreen; }
.chart__column--ok {
    background-color: #f4d452; }
.chart__column--acceptable {
    background-color: #ec8f69; }
.chart__column--bad {
    background-color: #e44a7f; }
.chart__users {
    min-width: 40px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
#map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
#map .my-div-icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #3ea2f7;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    margin-top: -2px !important;
    margin-left: 2px !important; }
#map .my-div-icon .marker-wrap {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
    font-family: 'Dosis','Arial','Helvetica',sans-serif;
    font-weight: 600; }
@media screen and (min-width: 984px) {
    #map .my-div-icon {
        margin-top: -17px !important; }
    #map .my-div-icon .marker-wrap::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 10px 0 10px;
        border-color: #3ea2f7 transparent transparent transparent;
        margin-top: -7px; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.tabs {
    width: 100%;
    margin: 12px auto;
    position: relative;
    color: #999999;
    height: 109px;
    padding-top: 6px; }
.tabs__tab {
    display: inline-block; }
.tabs__tab input[type=radio] {
    display: none; }
.tabs__price {
    font-size: 3rem; }
.tabs__content {
    width: 100%;
    height: 85px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    transition: opacity 1s; }
.tabs__label {
    padding: 3px 12px;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    position: relative;
    left: 1px;
    cursor: pointer;
    border-radius: 25px;
    white-space: nowrap;
    font-size: 14px; }
.tabs__label .has-discount {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #e44a7f;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.75rem;
    transform: translateY(-25%); }
@media screen and (min-width: 751px) {
    .tabs__label {
        font-size: 1rem; } }
@media screen and (min-width: 984px) {
    .tabs__label {
        padding: 5px 20px; }
    .tabs__label .has-discount {
        width: 20px;
        height: 20px; } }
.tabs [type=radio]:checked ~ label {
    z-index: 10;
    border-color: #295196;
    color: #295196; }
[type=radio]:checked ~ .tabs__content {
    opacity: 1.0;
    transition: opacity 1s; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.top-app-bar {
    background-color: #4a76c4;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    z-index: 5;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    height: 60px;
    position: fixed;
    width: 100%; }
.top-app-bar + :first-of-type {
    margin-top: 72px; }
.modal--overlay .top-app-bar + :first-of-type {
    margin-top: 0; }
.top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%; }
.top-app-bar__section {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1; }
.top-app-bar__section--align-start {
    justify-content: flex-start;
    order: -1; }
.top-app-bar__section--align-end {
    justify-content: flex-end;
    order: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
.top-app-bar__close-icon {
    font-size: 1.5rem;
    cursor: pointer; }
.top-app-bar__title {
    font-family: inherit;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    padding-left: 20px;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.chip-set {
    padding: 6px;
    flex-wrap: wrap;
    box-sizing: border-box; }
@media screen and (min-width: 984px) {
    .chip-set {
        display: flex; } }
.chip-set .chip {
    margin: 6px; }
.chip-set--stars .chip {
    font-size: 13px; }
.chip-set--choice {
    justify-content: space-between; }
.chip-set--choice:after {
    content: "";
    flex: auto; }
.chip-set--choice .chip {
    color: #999999;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    height: auto;
    padding: 6px 8px; }
.chip-set--choice .chip:hover, .chip-set--choice .chip:active, .chip-set--choice .chip:focus,
.chip-set--choice .chip .active {
    border-color: #e44a7f;
    color: #e44a7f; }

.chip {
    color: #fff;
    border-radius: 16px;
    background-color: #e44a7f;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 32px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    border-width: 0;
    outline: none;
    cursor: pointer;
    overflow: hidden; }
.chip__text {
    white-space: nowrap;
    vertical-align: top; }
.chip__close-icon {
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    margin-left: 6px;
    margin-right: -6px;
    padding-top: 0; }
.chip--no-background {
    background-color: transparent;
    color: #e44a7f;
    padding: 0; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.button-list {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
.button-list__button {
    display: inline-block; }
.button-list__button input[type=radio] {
    display: none; }
.button-list [type=radio]:checked ~ label {
    z-index: 20;
    border-color: #e44a7f;
    color: #e44a7f;
    background-color: white; }
.button-list__label {
    margin: 6px;
    color: #fff;
    border-radius: 16px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 32px;
    display: inline-flex;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    border-width: 0;
    outline: none;
    cursor: pointer;
    overflow: hidden; }
.button-list--stars .button-list__label {
    font-size: 13px; }
.button-list__text {
    white-space: nowrap; }
.button-list--choice {
    justify-content: space-between; }
.button-list--choice:after {
    content: "";
    flex: auto; }
.button-list--choice .button-list__label {
    color: #999999;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    height: auto;
    padding: 6px 8px; }
.button-list--choice .button-list__label:hover, .button-list--choice .button-list__label:active, .button-list--choice .button-list__label:focus,
.button-list--choice .button-list__label .active {
    border-color: #e44a7f;
    color: #e44a7f; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.select-group {
    width: calc(100% - 24px);
    margin: 12px auto;
    border-radius: 8px; }
.select-group__header {
    color: #666666;
    margin-bottom: 6px; }
.select-group__reset {
    color: #e44a7f;
    cursor: pointer; }
.select-group--blue {
    background-color: #295196; }
.select-group--blue .select__select {
    color: #295196; }
.select-group--lightblue {
    background-color: #4a76c4; }
.select-group--lightblue .select__select {
    color: #295196; }
.select-group--home {
    margin: 0 auto;
    margin-top: 48px;
    width: 100%; }
.select-group--home .select__select {
    background-color: white; }
@media screen and (min-width: 984px) {
    .select-group--home {
        display: flex; }
    .select-group--home > .select {
        margin: 0 !important;
        padding: 0 !important;
        margin-right: 12px !important; }
    .select-group--home .select--destiantion {
        flex: 3; }
    .select-group--home .select--date {
        flex: 4;
        background-color: white;
        border-radius: 6px; }
    .select-group--home .select--line {
        flex: 3; }
    .select-group--home .btn {
        margin: 0;
        flex: 2; } }
@media screen and (max-width: 983px) {
    .select-group--home .btn {
        margin-top: 6px; }
    .select-group--home .select--line {
        margin-top: 6px !important; } }
.select-group--cms {
    margin-top: 0;
    margin-bottom: 24px !important;
    margin-left: 0; }

.select {
    font-family: inherit;
    background-color: transparent;
    max-width: 100%;
    padding: 6px 0;
    font-size: 1rem;
    color: #295196;
    position: relative; }
.select + .select {
    padding-top: 0px; }
.select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .45em solid transparent;
    border-right: .45em solid transparent;
    border-top: 0.45em solid #295196;
    pointer-events: none; }
.select:focus {
    outline: none; }
.select label {
    display: none; }
.select__select {
    padding: 12px;
    border-radius: 6px;
    border: 2px solid #d9d9d9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }
.select__select--no-border {
    border: none; }
.select__select:active, .select__select:focus {
    color: #e44a7f;
    border-color: #e44a7f; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.bell {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #e44a7f;
    position: relative;
    display: block;
    color: #e44a7f;
    font-size: 29px;
    text-align: center;
    padding-top: 4px; }
.bell__icon {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
.bell__text {
    font-size: 0.75rem;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px; }
@media screen and (min-width: 984px) {
    .bell__text {
        margin-left: 12px;
        margin-right: 12px;
        font-size: 1rem; } }
.bell.fontello-bell:before {
    content: '\e800';
    color: #E44A7F;
    font-size: 30px;
    line-height: 1.325;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0; }
@media screen and (max-width: 983px) {
    .bell.fontello-bell:before {
        font-size: 20px;
        line-height: 1.7; } }
.bell--filled {
    padding-top: 4px;
    background: #e44a7f; }
.bell--filled::before {
    color: white !important; }
@media screen and (max-width: 983px) {
    .bell {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 2px solid #e44a7f;
        position: relative;
        display: block;
        color: #e44a7f;
        font-size: 20px !important;
        text-align: center;
        padding-top: 0 !important; }
    .bell__icon {
        width: 60%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .bell__text {
        font-size: 0.75rem;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-left: 8px;
        margin-right: 8px; } }
@media screen and (max-width: 983px) and (min-width: 984px) {
    .bell__text {
        line-height: 1.0;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 1rem; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.listblock {
    color: #666666;
    width: 100%; }
.listblock .listblock__headline {
    font-size: 13px; }
@media screen and (min-width: 984px) {
    .listblock .listblock__headline {
        font-size: 16px; } }
.listblock .listblock__social-icon {
    width: 25px; }
@media screen and (min-width: 984px) {
    .listblock .listblock__social-icon {
        width: 32px; } }
.listblock ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0; }
.listblock ul + ul {
    border-top: 1px solid #d9d9d9; }
.listblock a {
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666; }
@media screen and (min-width: 984px) {
    .listblock.listblock--left {
        text-align: left; }
    .listblock.listblock--left ul {
        justify-content: flex-start; }
    .listblock.listblock--left ul li {
        margin-right: 1rem; } }
@media screen and (min-width: 984px) {
    .listblock.listblock--shrink-left {
        width: 50%;
        text-align: left; }
    .listblock.listblock--shrink-left ul {
        justify-content: flex-start; }
    .listblock.listblock--shrink-left ul li {
        margin-right: 1rem; } }
@media screen and (min-width: 984px) {
    .listblock.listblock--shrink-right {
        width: 50%;
        text-align: right; }
    .listblock.listblock--shrink-right ul {
        justify-content: flex-end; }
    .listblock.listblock--shrink-right ul li {
        margin-left: 1rem; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.pagination {
    margin-right: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
.pagination .pagination__text {
    margin-bottom: 12px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center; }
.pagination .pagination__widget {
    display: flex;
    max-width: 435px;
    width: 100%; }
.pagination .pagination__widget.page--1, .pagination .pagination__widget.page-last--1 {
    max-width: 225px; }
.pagination .pagination__widget.page--2, .pagination .pagination__widget.page-last--2 {
    max-width: 375px; }
.pagination .pagination__previous {
    background-color: #e44a7f;
    border-left-color: #e44a7f;
    border-top-color: #e44a7f;
    border-bottom-color: #e44a7f; }
.pagination .pagination__label-previous {
    color: white;
    font-weight: bold;
    text-transform: uppercase; }
.pagination .pagination__next {
    background-color: #e44a7f;
    border-right-color: #e44a7f;
    border-top-color: #e44a7f;
    border-bottom-color: #e44a7f;
    z-index: 0; }
.pagination .pagination__label-next {
    color: white;
    font-weight: bold;
    text-transform: uppercase; }
.pagination .pagination__current {
    color: #999999;
    background-color: #f3f3f3; }
.pagination a {
    padding: 12px;
    border: 2px solid #d9d9d9;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-weight: bold;
    z-index: 1; }
.pagination a + a {
    margin-left: -2px; }
.pagination a:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }
.pagination a:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.hr {
    display: block;
    width: 100%;
    color: #f3f3f3;
    background-color: #d9d9d9;
    height: 1px;
    border: none;
    margin-top: 24px;
    margin-bottom: 24px; }
.hr--no-margin {
    margin-top: 0;
    margin-bottom: 0; }
.hr--half-margin {
    margin-top: 12px;
    margin-bottom: 12px; }
.hr--no-margin-bottom {
    margin-bottom: 0; }
.hr--no-margin-top {
    margin-top: 0; }
.hr--full-width {
    margin-left: -12px;
    margin-right: -12px;
    width: auto; }
.hr--full-width-l {
    margin-left: -24px;
    margin-right: -24px;
    width: auto; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.icon {
    display: inline-block;
    margin-right: 8px;
    border-color: white;
    color: white; }
.icon-lighthouse {
    width: 46px;
    height: 44px;
    background-image: url("../themes/cruisewatch/assets/images/cruisewatch-logo-white.svg");
    background-size: cover; }
.icon.icon--arrow:before {
    content: ' ';
    position: absolute;
    margin-top: -1.5px;
    margin-left: -3px;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: white; }
.icon.icon--arrow:after {
    content: ' ';
    position: absolute;
    padding: 8px;
    margin-top: -9px;
    margin-left: -13px;
    top: 50%;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
.icon.icon--checkmark:after {
    /*Add another block-level blank space*/
    content: '';
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 7px;
    height: 14px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid white;
    border-width: 0 2px 2px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg); }
.icon.icon--checkmark--l:after {
    width: 18px;
    height: 36px;
    border-width: 0 4px 4px 0; }
.icon.icon--checkmark--blue:after {
    border-color: #295196; }
.icon--calendar-blue {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../themes/cruisewatch/assets/images/calendar_blue.svg");
    background-size: 80%; }
.icon--anchor {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../themes/cruisewatch/assets/images/anchor_blue.svg");
    background-size: 80%; }
.icon--anchor-white {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../themes/cruisewatch/assets/images/anchor.svg");
    background-size: 80%; }
.icon--ship-blue {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../themes/cruisewatch/assets/img/ship_blue.svg");
    background-size: 80%; }
.icon--ship {
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../themes/cruisewatch/assets/img/ship_blue.svg");
    background-size: 80%; }
.icon.icon--chevron-up {
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 8px;
    height: 8px;
    transform: translateY(32%) rotate(225deg); }
.icon.icon--chevron-down {
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg); }
.icon.icon--chevron-left {
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 8px;
    height: 8px;
    transform: translate(4px) rotate(135deg); }
.icon.icon--chevron-right {
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(315deg); }
.icon.icon--menu {
    position: absolute;
    left: 50%;
    top: 50%; }
.icon.icon--menu, .icon.icon--menu:before, .icon.icon--menu:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: ''; }
.icon.icon--menu:before {
    top: -10px; }
.icon.icon--menu:after {
    bottom: -10px; }
.icon--blue {
    border-color: #295196;
    color: #295196; }
.icon--pink {
    border-color: #e44a7f;
    color: #e44a7f; }
.icon--circle {
    border-radius: 50%;
    border: 2px solid transparent; }

@media screen and (max-width: 983px) {
    .fontello-bell:before {
        font-size: 20px;
        line-height: 1.7; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.radio-container {
    margin: 12px; }

.radio {
    display: inline-block;
    position: relative;
    margin: 2px 0;
    font-size: 16px;
    line-height: 24px; }
.radio__title {
    color: #666666;
    white-space: nowrap;
    margin-right: 12px; }
.radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0; }
.radio:last-of-type {
    margin-right: -12px; }
.radio__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
    color: #666666;
    margin-left: 12px;
    margin-right: 12px; }
.radio__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #d9d9d9;
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.radio__label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.radio__input:checked + .radio__label:before {
    border-color: #d9d9d9; }
.radio__input:checked + .radio__label:after {
    transform: scale(1, 1);
    background-color: #e44a7f; }
.radio__input:default + .radio__label:after {
    background-color: #d9d9d9; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.search {
    padding: 6px 12px;
    box-sizing: border-box;
    width: 100%;
    z-index: 4; }
.search__input,
body form .search__input {
    width: 100%;
    padding: 16px 12px;
    box-sizing: border-box;
    color: #295196;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    background-color: white; }
.search__input::placeholder,
body form .search__input::placeholder {
    color: #666666;
    font-size: 1rem; }

@media screen and (max-width: 894px) {
    #sticky-filter .accordion__content--z3 .search {
        position: fixed;
        z-index: 2; }
    #sticky-filter .accordion__content--z3 .search + div {
        margin-top: 130px; } }

#sticky-filter .accordion__content--z3 .search + div + h5 {
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 0;
    color: #999999;
    font-size: 1rem; }

.search-header:first-of-type {
    padding-bottom: 24px;
    margin-bottom: -48px; }

.search-header .flex h1 {
    margin: 0;
    margin-right: 16px; }
@media screen and (min-width: 984px) {
    .search-header .flex h1 {
        white-space: nowrap; } }

.search-header .flex .interactive {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%; }
.search-header .flex .interactive #read-more {
    cursor: pointer;
    font-size: 0.8rem; }
.search-header .flex .interactive #read-more > label {
    margin-right: 8px; }
.search-header .flex .interactive__element {
    color: #b5c5e3; }
.search-header .flex .interactive__element.end {
    float: right; }
@media screen and (min-width: 984px) {
    .search-header .flex .interactive {
        flex-grow: 1;
        margin-bottom: 24px; } }

@media screen and (max-width: 983px) {
    .search-header .flex {
        flex-wrap: wrap; } }

.search-header .accordion__content {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #4a76c4; }

.search-header .container {
    padding-top: 24px; }

.btn {
    line-height: 1.5rem; }

.btn--icon-left > .icon, #advanced-basics > .select > .icon {
    margin-right: 16px;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    align-self: center; }
.btn--icon-left > .icon#icon-anchor, #advanced-basics > .select > .icon#icon-anchor {
    background-image: url("../themes/cruisewatch/assets/images/anchor.svg"); }
.btn--icon-left > .icon#icon-anchor-blue, #advanced-basics > .select > .icon#icon-anchor-blue {
    background-image: url("../themes/cruisewatch/assets/images/anchor_blue.svg"); }
.btn--icon-left > .icon#icon-calendar, #advanced-basics > .select > .icon#icon-calendar {
    background-image: url("../themes/cruisewatch/assets/images/calendar.svg"); }
.btn--icon-left > .icon#icon-calendar-blue, #advanced-basics > .select > .icon#icon-calendar-blue {
    background-image: url("../themes/cruisewatch/assets/images/calendar_blue.svg"); }
.btn--icon-left > .icon#icon-ship, #advanced-basics > .select > .icon#icon-ship {
    background-image: url("../themes/cruisewatch/assets/images/ship.svg"); }
.btn--icon-left > .icon#icon-ship-blue, #advanced-basics > .select > .icon#icon-ship-blue {
    background-image: url("../themes/cruisewatch/assets/images/ship_blue.svg"); }

.btn--icon-left {
    display: flex;
    flex-direction: row; }
.btn--icon-left i {
    margin: 0; }
.btn--icon-left > b {
    margin-right: 8px;
    font-size: 1.5rem;
    font-weight: 600; }
@media screen and (max-width: 983px) {
    .btn--icon-left > b {
        display: none; } }
@media screen and (max-width: 983px) {
    .btn--icon-left .icon {
        display: none; } }

#flatpickr-input-desktop {
    font-size: 0;
    outline: none; }

.date-separator {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-left: 40px;
    height: 100%;
    line-height: 2.5rem;
    width: calc(100% - 40px); }
.date-separator > span:last-of-type {
    padding-left: 1rem;
    display: none; }
.date-separator > div {
    flex: left;
    width: 2px;
    height: 100%;
    background-color: transparent; }

#date-separator-desktop {
    padding-top: 2px; }
@media screen and (max-width: 1200px) {
    #date-separator-desktop {
        line-height: 2.65rem;
        font-size: 0.75rem; }
    #date-separator-desktop > span:first-of-type {
        padding-right: 0; }
    #date-separator-desktop > span:last-of-type {
        padding-left: 3px; }
    #date-separator-desktop > span:last-of-type::before {
        content: "- "; }
    #date-separator-desktop > div {
        display: none; } }

#date-separator-mobile > span {
    margin-top: -2px; }
#date-separator-mobile > span:first-of-type {
    padding-left: 5px;
    max-width: calc(100% - 48px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block; }

#date-separator-mobile::after {
    margin-top: 5px; }

#advanced-basics {
    padding: 24px;
    box-sizing: border-box; }
@media screen and (max-width: 983px) {
    #advanced-basics {
        margin-top: 8px;
        padding: 12px; } }
#advanced-basics .select .icon {
    position: absolute;
    margin: 11px;
    background-size: 80%; }
#advanced-basics .select select {
    padding-left: 2.5rem; }
#advanced-basics #date-separator-desktop span {
    margin-top: 0; }
#advanced-basics span {
    padding-top: 0.2rem; }
#advanced-basics .chip__text {
    padding-top: 0; }
#advanced-basics .icon--calendar-blue {
    margin-top: 0.875rem !important; }
@media screen and (min-width: 984px) {
    #advanced-basics button {
        margin-top: 0 !important; } }

#filter-content .select {
    margin-top: 0.5rem;
    border-radius: 6px;
    background-color: white; }

#filter-content .radio {
    margin-left: 1.15rem; }
@media screen and (max-width: 1064px) {
    #filter-content .radio {
        margin-left: 0; } }

/*
 * Desktop/tablet flatpickr positioning.
 */
@media screen and (max-width: 1379px) {
    .page-search #filter-button {
        font-size: 1rem !important; } }

.page-search .btn--filter.btn--select:last-of-type {
    min-width: 136px; }
@media screen and (min-width: 1380px) {
    .page-search .btn--filter.btn--select:last-of-type {
        min-width: 158px; } }

.page-search .flex--filter #filter-button {
    margin-right: 8px;
    padding-left: 18px;
    padding-right: 18px; }

.page-search .flex--filter > .btn--filter:first-of-type {
    min-width: 124px; }
@media screen and (min-width: 1380px) {
    .page-search .flex--filter > .btn--filter:first-of-type {
        margin-right: 20px;
        min-width: 144px; } }

@media screen and (min-width: 984px) {
    .page-search .flex--filter #filter-button {
        margin-right: 0; } }

@media screen and (max-width: 983px) {
    .page-search .flex--filter {
        min-width: auto;
        flex-direction: row-reverse; } }

@media screen and (min-width: 984px) {
    .page-search .flex--filter {
        padding-right: 20px; } }

.page-search > .flatpickr-calendar {
    margin-top: 6px;
    margin-left: -47px; }

.page-search.flatpickr-fixed > .flatpickr-calendar {
    margin-top: 10px !important;
    top: 46px !important;
    position: fixed !important; }

.page-search.flatpickr-sub--reasons > .flatpickr-calendar, .page-search .flatpickr-sub--search > .flatpickr-calendar {
    margin-top: 341px; }

.page-search #date-separator-desktop {
    padding-top: 5px; }

.page-search .btn--date {
    min-width: 275px; }
@media screen and (max-width: 1379px) {
    .page-search .btn--date {
        min-width: 220px; } }
@media screen and (max-width: 1055px) {
    .page-search .btn--date {
        max-width: 164px;
        min-width: 164px; }
    .page-search .btn--date + .btn {
        max-width: 130px;
        min-width: 130px; } }

@media screen and (min-width: 1380px) {
    .page-search .btn--rounded:not(.btn--filter--end) {
        margin-right: 20px; } }

@media screen and (max-width: 1379px) {
    .page-search .btn--rounded {
        font-size: 1rem; } }

.page-search .btn--rounded*:not(input):not(b) {
    font-size: 0.8rem !important; }

@media screen and (min-width: 984px) {
    .page-search .btn--rounded span, .page-search .btn--rounded#filter-button {
        line-height: 2.2rem !important; } }

.page-search .btn--select {
    padding: 0; }
@media screen and (max-width: 983px) {
    .page-search .btn--select {
        width: auto; } }
.page-search .btn--select b {
    margin: 12px; }
.page-search .btn--select select {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12px 32px;
    padding-right: 0; }
.page-search .btn--select select:focus {
    outline: none;
    border: none; }
@media screen and (max-width: 983px) {
    .page-search .btn--select select {
        position: relative;
        padding-left: 16px;
        padding-right: 24px;
        width: auto; } }
@media screen and (max-width: 375px) {
    .page-search .btn--select select {
        padding-left: 12px !important; } }

@media screen and (max-width: 983px) {
    .page-search .btn--main-filter {
        min-width: 0px !important;
        padding: 8px 12px !important; }
    .page-search .btn--main-filter select {
        padding: 0px !important; }
    .page-search .btn--main-filter:after {
        display: none !important; } }

@media screen and (max-width: 1055px) {
    .page-search .btn--filter--start {
        max-width: 130px;
        min-width: 130px; } }

@media screen and (max-width: 1055px) {
    .page-search .btn--filter--end {
        max-width: 130px;
        min-width: 130px; } }

body:not(.page-search) > .flatpickr-calendar {
    margin-top: 25px; }

#flatpickr-input-mobile {
    margin: 0;
    margin-top: 62px;
    height: 0;
    opacity: 0.0;
    outline: none;
    border: none;
    pointer-events: none; }

/*
 * Mobile flatpickr positioning.
 */
.accordion--fixed .flatpickr-calendar {
    margin: 0;
    margin-top: -14px;
    width: 100%;
    box-shadow: none;
    pointer-events: auto; }
.accordion--fixed .flatpickr-calendar > * > * {
    border-radius: 0 !important; }
.accordion--fixed .flatpickr-calendar .flatpickr-innerContainer {
    border: none; }
.accordion--fixed .flatpickr-calendar .flatpickr-rContainer, .accordion--fixed .flatpickr-calendar .flatpickr-days {
    width: 100%;
    display: block; }
.accordion--fixed .flatpickr-calendar .flatpickr-weekdays {
    display: block; }
.accordion--fixed .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
    height: 100%; }
.accordion--fixed .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer span {
    line-height: 28px;
    color: #ffffff; }
.accordion--fixed .flatpickr-calendar .flatpickr-weekdaycontainer, .accordion--fixed .flatpickr-calendar .dayContainer {
    width: 308px;
    margin: auto; }

#flatpickr-input-desktop-mobile {
    padding: 0;
    padding-top: 1px;
    margin: 12px 0 !important; }
@media screen and (min-width: 984px) {
    #flatpickr-input-desktop-mobile {
        margin: 9px 0; } }
#flatpickr-input-desktop-mobile select {
    pointer-events: none !important; }
#flatpickr-input-desktop-mobile ~ button {
    margin-top: 12px; }

.flatpickr-prev-month:hover > svg, .flatpickr-next-month:hover > svg {
    fill: white !important; }

#filter-badge {
    padding: 0;
    margin-left: 8px;
    margin-right: -10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; }

#filter-chips > * {
    display: inline-block !important; }

@media screen and (max-width: 984px) {
    .hidden--keep-layout {
        display: none; } }

@media screen and (max-width: 984px) {
    #filterCabinType, #filterSortBy {
        text-align: center; } }

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.checkbox-group {
    width: calc(100% - 24px);
    min-height: 0;
    margin: 12px auto;
    margin-bottom: 65px; }
.checkbox-group--modal {
    margin-bottom: 24px; }
.checkbox-group__header {
    color: #999999;
    margin-bottom: 6px; }
.checkbox-group__label {
    margin: 12px 12px 0;
    color: #999999; }

.checkbox {
    display: inline-block;
    position: relative;
    margin: 6px 0;
    font-size: 1rem;
    line-height: 24px;
    width: 100%; }
.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer; }
.checkbox__label {
    color: #666666;
    display: block;
    padding: 0 0 0 44px;
    cursor: pointer;
    font-weight: bold; }
.checkbox__label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
    z-index: 1;
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, border-color; }
.checkbox__label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    transform: rotate(45deg);
    z-index: 2;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.checkbox__input:checked + .checkbox__label:before {
    background-color: #e44a7f;
    border-color: #e44a7f; }
.checkbox__input:checked + .checkbox__label:after {
    border-color: #fff; }
.checkbox--half {
    max-width: 49%; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
.container--padded {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box; }
.container--raised {
    position: relative;
    margin-top: -12px;
    background-color: white;
    color: #666666;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px; }
.container--lowest {
    position: auto; }
.container--with-aside {
    position: relative; }
@media screen and (max-width: 983px) {
    .container--with-aside {
        display: flex;
        flex-direction: column; }
    .container--with-aside > *:not(.pull-right) {
        order: -1; } }
.container--slim {
    max-width: 751px !important; }
.container__aside {
    min-height: calc(100% + 80px);
    border-left: 1px solid #d9d9d9;
    position: absolute;
    left: 66%;
    top: -12px;
    bottom: -24px; }
@media screen and (max-width: 983px) {
    .container__aside {
        display: none; } }
.container__content {
    position: absolute;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 984px) {
    .container--hero + * {
        margin-top: -50px !important;
        margin-bottom: 0;
        transition: .3s margin-top; } }

@media screen and (min-width: 984px) {
    body.is-scrolled .container--hero + * {
        margin-top: -75px !important; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.menu {
    margin-left: auto; }
@media screen and (max-width: 984px) {
    .menu .menu__item--no-sub {
        padding: 12px; } }
@media screen and (min-width: 984px) {
    .menu .menu__header,
    .menu .menu__state {
        display: none; }
    .menu .menu__links {
        display: flex;
        align-items: center; }
    .menu .menu__submenu {
        position: relative; }
    .menu .menu__submenu:after {
        content: ' ';
        position: absolute;
        top: 30%;
        right: 10px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #666666; }
    .menu .menu__item {
        margin-left: 0;
        padding: 12px;
        position: relative;
        font-size: 100%;
        color: #b5c5e3; }
    .menu .menu__item > span > a {
        color: #b5c5e3; }
    .menu .menu__item--no-sub:hover {
        border-radius: 6px; }
    .menu .menu__item--no-sub:hover > span > a {
        color: white; }
    .menu .menu__item:hover {
        background-color: #e44a7f;
        color: white;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        cursor: pointer; }
    .menu .menu__item:hover > ul {
        display: block;
        z-index: 3; }
    .menu ul {
        display: none;
        position: absolute;
        top: 24px;
        left: 0;
        padding: 12px 0px 12px 0px;
        list-style: none;
        background-color: white;
        border-radius: 6px;
        color: #666666;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
        border: 1px solid rgba(0, 0, 0, 0.125);
        box-sizing: border-box;
        z-index: 1; }
    .menu ul li {
        padding: 12px;
        min-width: 220px; }
    .menu ul li:hover > ul {
        display: block;
        left: 100%;
        top: calc(50% - 36px); }
    .menu ul a {
        color: #666666;
        width: 100%;
        height: 100%;
        display: block; }
    .menu ul a:hover {
        color: black; }
    .menu ul span {
        display: none; } }
@media screen and (max-width: 983px) {
    .menu {
        position: relative;
        width: 44px;
        margin-left: 0; }
    .menu .menu__item:not(.menu__item--no-sub) > span {
        display: none; }
    .menu .menu__icon {
        position: absolute;
        top: 46%; }
    .menu .menu__burger {
        width: 40px;
        height: 44px;
        display: block;
        padding-left: 6px;
        cursor: pointer; }
    .menu .menu__header {
        padding: 16px 12px 32px; }
    .menu .menu__footer {
        justify-self: flex-end;
        margin-top: auto;
        text-align: center;
        padding: 12px;
        position: fixed;
        width: 100%;
        bottom: 0;
        pointer-events: none; }
    .menu .menu__footer .btn {
        color: #ffffff;
        width: auto;
        margin: auto;
        display: inline-block;
        font-weight: 700;
        pointer-events: all; }
    .menu .menu__close-icon {
        font-size: 2.5rem;
        color: #295196; }
    .menu .menu__icon,
    .menu .menu__icon:before,
    .menu .menu__icon:after {
        height: 3px;
        width: 34px;
        background: white;
        position: absolute;
        display: block;
        content: ''; }
    .menu .menu__icon:before {
        top: -12px; }
    .menu .menu__icon:after {
        bottom: -12px; }
    .menu .menu__state {
        display: none; }
    .menu .menu__state:checked + .menu__content {
        display: none; }
    .menu .menu__content {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: white;
        top: 0;
        left: 0;
        z-index: 20;
        color: black;
        font-size: 100%; }
    .menu .menu__content > ul {
        font-weight: bold; }
    .menu .menu__content > div {
        height: 100%; }
    .menu .menu__content .menu__links {
        overflow-y: auto; }
    .menu .menu__collapse-closed {
        position: relative; }
    .menu .menu__collapse-closed:after {
        position: absolute;
        top: 16px;
        right: 12px;
        content: ' ';
        border-right: 2px solid #666666;
        border-bottom: 2px solid #666666;
        width: 8px;
        height: 8px;
        transform: rotate(45deg); }
    .menu .menu__collapse-closed > *:not(span) {
        display: none; }
    .menu .menu__collapse-opened {
        position: relative;
        background-color: #f3f3f3;
        color: #e44a7f;
        box-shadow: inset 0px 10px 12px -16px rgba(0, 0, 0, 0.75), inset 0px -10px 12px -16px rgba(0, 0, 0, 0.75);
        padding-bottom: 0px; }
    .menu .menu__collapse-opened:after {
        position: absolute;
        top: 24px;
        right: 12px;
        content: ' ';
        border-right: 2px solid #e44a7f;
        border-bottom: 2px solid #e44a7f;
        width: 8px;
        height: 8px;
        transform: rotate(225deg); }
    .menu .menu__collapse-opened > span {
        display: block;
        margin-bottom: 12px; }
    .menu ul {
        list-style: none;
        margin: 0px;
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        color: #666666; }
    .menu ul li:first-of-type {
        margin-left: -12px;
        padding-left: 24px;
        border-top: 1px solid #cccccc; }
    .menu ul ul {
        color: #666666;
        margin-left: -12px;
        padding-left: 24px; }
    .menu ul ul.menu__collapse-opened {
        background-color: rgba(0, 0, 0, 0.05); }
    .menu ul ul.menu__collapse-opened li:first-of-type {
        margin-left: -24px;
        padding-left: 36px;
        border-top: 1px solid #cccccc; }
    .menu .menu__submenu {
        margin-bottom: -13px; }
    .menu .menu__submenu a {
        margin-bottom: 12px; }
    .menu .menu__submenu ul {
        margin-left: -24px; }
    .menu .menu__item + .menu__item {
        margin-top: -1px; }
    .menu li {
        list-style: none;
        margin: 0px;
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #e44a7f; }
    .menu li + li {
        border-top: 1px solid #cccccc; }
    .menu a {
        color: #666666;
        width: 100%;
        height: 100%;
        display: block; } }
@media screen and (max-width: 340px) {
    .menu {
        margin-left: 0px; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.menu-user__wrapper {
    border-left: 1px solid #d9d9d9;
    margin-top: -36px;
    padding-top: 36px;
    min-width: 30%;
    position: relative; }
.menu-user__wrapper--cms {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
.menu-user__wrapper--cms .menu-user {
    top: 0;
    position: static; }
.menu-user__wrapper--cms .menu-user ul {
    position: static;
    width: 100%; }
.menu-user__wrapper--cms .menu-user ul li.active a::before {
    content: none; }
@media screen and (min-width: 984px) {
    .menu-user__wrapper--cms .menu-user {
        top: 0;
        left: 0px; }
    .menu-user__wrapper--cms .menu-user ul {
        width: 100%; }
    .menu-user__wrapper--cms .menu-user ul li a {
        color: #4a76c4;
        font-weight: 400; } }
.menu-user__wrapper--with-arrows {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
.menu-user__wrapper--with-arrows .menu-user {
    top: 0;
    position: static; }
.menu-user__wrapper--with-arrows .menu-user ul {
    position: static;
    width: 100%; }
.menu-user__wrapper--with-arrows .menu-user ul li.active a {
    font-weight: bold;
    color: #999999;
    position: relative;
    padding-left: 32px; }
.menu-user__wrapper--with-arrows .menu-user ul li.active a::before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    left: 10px;
    top: 17px;
    transform: rotate(60deg); }
.menu-user__wrapper--with-arrows .menu-user ul li.active a:after {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    left: 10px;
    top: 32px;
    transform: rotate(-60deg); }
.menu-user__wrapper--with-arrows .menu-user ul li a {
    font-weight: bold;
    position: relative;
    padding-left: 32px; }
.menu-user__wrapper--with-arrows .menu-user ul li a::before {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    left: 10px;
    top: 24px;
    transform: rotate(60deg); }
.menu-user__wrapper--with-arrows .menu-user ul li a:after {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    left: 10px;
    top: 32px;
    transform: rotate(-60deg); }
.menu-user__wrapper--with-highlight {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
.menu-user__wrapper--with-highlight .menu-user {
    top: 0;
    position: static; }
.menu-user__wrapper--with-highlight .menu-user ul {
    position: static;
    width: 100%; }
.menu-user__wrapper--with-highlight .menu-user ul li a {
    font-weight: bold; }
.menu-user__wrapper--with-highlight .menu-user ul li.active a {
    font-weight: bold; }
.menu-user__wrapper--with-highlight .menu-user ul li.active a::before {
    content: ' ';
    left: -15px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e44a7f;
    border-right: none;
    transform: rotate(0deg); }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li a {
    padding: 16px 24px 16px 0; }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li.active a {
    padding-left: 24px;
    color: #999999; }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li.active a::before, .menu-user__wrapper.menu-user__wrapper--cms-2 ul li.active a::after {
    width: 10px;
    left: 6px; }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li.active a::before {
    top: 18px; }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li.active a::after {
    top: 32px; }
.menu-user__wrapper.menu-user__wrapper--cms-2 ul li a {
    font-weight: 700;
    font-size: 1.25rem;
    white-space: nowrap;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis; }

.menu-user ul {
    padding-left: 0;
    width: 88%;
    right: 0;
    float: right;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 32px; }
.container--with-aside .menu-user ul {
    margin-top: 0; }
.menu-user ul li {
    border-bottom: 1px solid #d9d9d9; }
.menu-user ul li a {
    padding: 1rem 0;
    display: block;
    color: #295196;
    font-weight: 700; }
.menu-user ul li a:hover {
    color: #e44a7f; }
.menu-user ul li.active a {
    color: #e44a7f; }
.menu-user ul li.active a:before {
    content: '';
    display: block;
    position: absolute;
    border-color: #e44a7f;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 5px;
    height: 5px;
    margin-top: 6px;
    left: 5%;
    transform: rotate(-45deg); }
.menu-user ul li.active:hover {
    color: #295196; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.callto {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 6px; }
@media screen and (min-width: 984px) {
    .callto {
        order: 2; } }
.callto .callto__icon {
    max-height: 35px;
    margin-right: 8px; }
.callto .callto__number {
    color: white;
    font-weight: bold;
    font-size: 120%; }
@media screen and (max-width: 983px) {
    .callto .callto__number {
        display: none; } }
.callto .callto__text {
    color: #b5c5e3; }
@media screen and (max-width: 983px) {
    .callto .callto__text {
        display: none; } }
.callto::before {
    font-size: 32px;
    color: #ffffff; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.col-md-6 {
    padding: 24px; }

*[data-modal] .top-app-bar, .top-app-bar--login {
    position: absolute;
    top: 0;
    background-color: white;
    color: #666666;
    box-shadow: none; }
*[data-modal] .top-app-bar .top-app-bar__close-icon, .top-app-bar--login .top-app-bar__close-icon {
    color: #e44a7f; }
*[data-modal] .top-app-bar span, .top-app-bar--login span {
    font-size: 1.25rem;
    font-weight: 700; }
*[data-modal] .top-app-bar section:last-of-type, .top-app-bar--login section:last-of-type {
    display: none; }

.invalid-feedback {
    margin-top: -8px;
    margin-bottom: 16px;
    color: #e44a7f;
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
    overflow: hidden; }

.login {
    color: #666666; }
.login .input-password {
    position: relative;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 16px;
    clear: both; }
.login .input-password.error > input:first-of-type {
    background: url("../themes/cruisewatch/assets/images/error.svg") no-repeat;
    background-origin: content-box;
    background-position: right 50px center;
    color: #e44a7f;
    border-color: #e44a7f; }
.login .input-password.error > input:first-of-type + input + i {
    background-color: #fbe2ea;
    border-color: #e44a7f; }
.login .input-password > input:last-of-type, .login .input-password > i {
    position: absolute;
    top: 0;
    padding: 0 12px;
    margin: 8px;
    right: 0;
    width: 45px;
    height: calc(100% - 16px); }
.login .input-password > input:last-of-type {
    cursor: pointer;
    opacity: 0.0; }
.login .input-password > input:last-of-type:checked + i {
    background: url("../themes/cruisewatch/assets/images/eye_shut.svg") no-repeat;
    background-position: center;
    background-color: white; }
.login .input-password > i {
    background: url("../themes/cruisewatch/assets/images/eye.svg") no-repeat;
    background-position: center;
    background-color: white;
    border-left: 2px solid #d9d9d9;
    box-sizing: border-box;
    pointer-events: none; }
.login .input-password > input:first-of-type {
    margin: 0; }
.login .input-password > input:first-of-type:focus + input + i {
    border-color: #e44a7f; }
.login a {
    float: right;
    text-decoration: underline;
    color: #4a76c4; }
.login .separator {
    margin: 24px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: 0.7; }
.login .separator > div {
    margin-top: 10px;
    width: 100%;
    height: 2px;
    background-color: #999999;
    opacity: 0.35; }
.login .separator > div:first-of-type {
    margin-right: 24px; }
.login .separator > div:last-of-type {
    margin-left: 24px; }
@media screen and (min-width: 984px) {
    .login .separator > div:first-of-type {
        margin-left: -24px; }
    .login .separator > div:last-of-type {
        margin-right: -24px; } }
.login button {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    justify-content: center; }
.login .btn-primary {
    margin-top: 16px !important; }
.login label {
    font-weight: 400; }
@media screen and (min-width: 984px) {
    .login:not(.clean-form) {
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 32px 24px 16px;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
        box-sizing: border-box; } }

.icon {
    display: inline-block !important;
    background-repeat: no-repeat;
    box-sizing: border-box; }
.icon#icon-facebook {
    background-image: url("../themes/cruisewatch/assets/images/icon_facebook.svg"); }
.icon#icon-twitter {
    background-image: url("../themes/cruisewatch/assets/images/icon_twitter.svg"); }
.icon#icon-instagram {
    background-image: url("../themes/cruisewatch/assets/images/icon_instagram.svg"); }
.icon#icon-cw {
    background-image: url("../themes/cruisewatch/assets/images/cruisewatch-logo-white.svg");
    background-size: 24px; }
.icon.mail {
    background-image: url("../themes/cruisewatch/assets/images/mail-white.png");
    background-size: 40px;
    background-position: center; }
.icon.set {
    line-height: 60px;
    text-align: center;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700; }
.icon.set:before {
    content: "•••••"; }
.icon.success {
    padding-top: 6px;
    padding-left: 19px;
    background-color: #00bb6a !important;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700; }

@media screen and (min-width: 984px) {
    .icon.hide-on-l {
        display: none !important; } }

.login-wrapper {
    min-height: 400px;
    line-height: 1.4em; }
@media screen and (min-width: 984px) {
    .login-wrapper section {
        margin: auto;
        width: 100%;
        max-width: 751px; } }
@media screen and (min-width: 984px) {
    .login-wrapper {
        min-height: 550px; } }
.login-wrapper a {
    text-decoration: underline; }

.account-message .success {
    color: #00bb6a !important; }
@media screen and (min-width: 751px) {
    .account-message .success h4 {
        padding-top: 16px;
        padding-bottom: 24px;
        font-size: 4.4rem; } }

.account-message > section:not(:first-of-type) {
    display: none; }

.account-message > section > .account-message__icon {
    position: absolute;
    margin-top: -32px;
    margin-left: -32px;
    top: 0;
    left: 50%;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #e44a7f; }

@media screen and (min-width: 984px) {
    .account-message > section > .account-message__wrapper.register-confirm h4 {
        font-size: 3.315rem !important; } }

.account-message > section > .account-message__wrapper h4 {
    margin-bottom: 66px;
    color: #e44a7f;
    line-height: 1.1em;
    font-size: 2.8875rem; }
@media screen and (min-width: 984px) {
    .account-message > section > .account-message__wrapper h4 {
        font-size: 3rem; } }

.account-message > section > .account-message__wrapper h5 {
    color: #295196;
    line-height: 1.3em;
    font-size: 1.6875rem; }

.account-message > section > .account-message__wrapper .btn.green {
    margin-bottom: 8px;
    background-color: #00bb6a; }

.account-message > section > .account-message__wrapper a {
    margin-bottom: 36px; }

.account-message > section > .account-message__wrapper > a {
    margin-bottom: 48px;
    display: block; }

.account-message > section > .account-message__wrapper span {
    margin-top: 8px;
    line-height: 1.5rem;
    display: block; }

@media screen and (min-width: 984px) {
    .account-message > section > .account-message__wrapper {
        font-size: 1.125rem; } }

#register .col--first {
    display: block;
    color: #666666; }
#register .col--first h3, #register .col--first h4 {
    color: #295196;
    font-weight: 600; }
#register .col--first h3 {
    margin-top: 0;
    line-height: 3rem;
    font-size: 3.375rem; }
@media screen and (min-width: 984px) {
    #register .col--first h3 {
        line-height: 3.9rem;
        font-size: 3.45rem; } }
#register .col--first h4 {
    margin-top: -8px;
    font-size: 1.75rem;
    line-height: 1.725rem; }
@media screen and (min-width: 984px) {
    #register .col--first h4 {
        margin-top: -32px;
        font-size: 1.75rem;
        line-height: 2.0125rem; } }
#register .col--first > p {
    line-height: 1.575rem;
    font-size: 1.125rem; }
#register .col--first > p:first-of-type {
    margin-top: -12px; }
@media screen and (min-width: 984px) {
    #register .col--first > p:first-of-type {
        margin-top: 16px; } }
#register .col--first ul {
    margin-bottom: 32px;
    color: #e44a7f;
    font-size: 1.125rem;
    font-weight: 700; }
@media screen and (min-width: 984px) {
    #register .col--first ul {
        margin-top: 32px;
        margin-bottom: 48px; } }
#register .col--first .testemonials .testemonials__entry {
    margin: 0 24px;
    width: 100%;
    max-width: 300px;
    display: none; }
#register .col--first .testemonials .testemonials__entry > div {
    margin-right: 24px;
    width: 60px;
    line-height: 1.1rem;
    font-size: 0.825rem;
    text-align: center; }
#register .col--first .testemonials .testemonials__entry > div img {
    margin-bottom: 8px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    display: block; }
#register .col--first .testemonials .testemonials__entry > q {
    margin: 0;
    font-size: 1rem;
    font-style: italic;
    display: block; }
#register .col--first .testemonials .testemonials__entry > q::before {
    content: "“"; }
#register .col--first .testemonials .testemonials__entry > q::after {
    content: "”"; }
#register .col--first .testemonials .testemonials__entry:first-of-type {
    margin-left: 0; }
#register .col--first .testemonials .testemonials__entry:first-of-type {
    margin-right: 0; }
@media screen and (min-width: 984px) {
    #register .col--first .testemonials .testemonials__entry {
        display: flex; } }
@media screen and (min-width: 984px) {
    #register .col--first {
        flex-grow: 1;
        padding-right: 2rem; } }

#register .sub-header {
    display: none; }
@media screen and (min-width: 984px) {
    #register .sub-header {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        height: 50px;
        display: block; } }

@media screen and (min-width: 984px) {
    #register form {
        min-width: 400px;
        max-width: 500px; } }

@media screen and (min-width: 984px) {
    #register .login-wrapper > .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
    #register .sub-header {
        display: block; } }

@media screen and (min-width: 984px) {
    #reset form > div {
        margin-top: 12px;
        margin-bottom: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; }
    #reset form > div > .input-password {
        margin: 0;
        flex-basis: 48%; }
    #reset form > div .invalid-feedback {
        order: 3;
        flex-basis: 100%;
        margin-bottom: 0; }
    #reset form > div > button {
        margin: 0 !important;
        flex-basis: 48%; } }

#reset .btn.green {
    width: 100%; }
@media screen and (min-width: 984px) {
    #reset .btn.green {
        width: auto; } }

@media screen and (min-width: 984px) {
    #reset-first {
        width: 175% !important; }
    .progressmeter--register-confirm > div:first-of-type {
        width: 190%; } }

.booking {
    padding: 0; }
.booking__wrapper {
    padding: 0; }
@media screen and (min-width: 751px) {
    .booking {
        display: flex;
        flex-direction: row-reverse; }
    .booking__wrapper {
        padding: 16px; } }
.booking__info {
    padding: 12px; }
@media screen and (min-width: 751px) {
    .booking__info {
        padding: 32px;
        max-width: 500px;
        border-left: 1px solid #d9d9d9; } }
.booking__info h2 {
    font-size: 1.5rem;
    margin: 0 0 8px 0; }
.booking__info h1 {
    margin: 0 0 8px 0; }
@media screen and (min-width: 751px) {
    .booking__info hr {
        display: none; } }
.booking__info .notice {
    display: none; }
@media screen and (min-width: 751px) {
    .booking__info {
        padding-right: 0;
        margin-top: -16px;
        margin-bottom: -16px; }
    .booking__info h1 {
        display: none; }
    .booking__info .notice {
        display: block; }
    .booking__info .accordion--toggle .accordion__content {
        display: block; }
    .booking__info .accordion--toggle__option > .accordion--toggle__label {
        display: none; } }
.booking__main h2 {
    margin-bottom: 0;
    font-size: 3rem;
    border: none;
    display: none; }
@media screen and (min-width: 751px) {
    .booking__main h2 {
        padding: 12px 32px 32px 0;
        padding-bottom: 0;
        display: block; } }
.booking__main > * {
    padding: 0 12px 16px 12px; }
@media screen and (min-width: 751px) {
    .booking__main__form {
        padding: 32px 0;
        border-top: none; } }
@media screen and (min-width: 984px) {
    .booking__main__form__side {
        width: 48%;
        display: inline-block; }
    .booking__main__form__side--offset {
        margin-right: 3%; } }
.booking__main__form .checkbox {
    margin: 0;
    margin-right: 16px;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    background-color: white;
    border: 2px solid #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden; }
.booking__main__form .checkbox > input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    flex-grow: 0;
    opacity: 0.0; }
.booking__main__form .checkbox > input:checked + i {
    display: block !important; }
.booking__main__form .checkbox > input, .booking__main__form .checkbox > i {
    width: 100%;
    height: 100%; }
.booking__main__form .checkbox > i {
    margin-top: 1px;
    margin-left: 6px;
    pointer-events: none;
    display: none !important; }
@media screen and (min-width: 751px) {
    .booking__main__form .checkbox > i {
        display: none; } }
.booking__main__form .checkbox > i::after {
    border-color: #e44a7f; }
.booking__main__form .flex {
    margin-top: 8px; }
@media screen and (min-width: 751px) {
    .booking__main__form .flex {
        justify-content: flex-start; } }
@media screen and (min-width: 751px) {
    .booking__main__form .flex label {
        margin-top: 6px; } }
.booking__main__form p {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
.booking__main__form button {
    margin-top: 24px !important; }
@media screen and (min-width: 751px) {
    .booking__main__form button {
        width: auto !important; } }
@media screen and (min-width: 751px) {
    .booking__main__form .select-wrapper {
        display: block; }
    .booking__main__form .select-wrapper > div:not(.tooltip) {
        width: 100%;
        max-width: 200px;
        display: inline-block; } }
.booking__main__form .select-wrapper > div {
    max-width: auto; }
.booking__main__form .select-wrapper > div:not(:last-of-type) {
    margin-right: 12px; }
.booking__main__form .select-wrapper select::after {
    content: ' ';
    pointer-events: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #295196 transparent transparent transparent; }
.booking__main p {
    margin: 0; }
.booking__main button {
    margin-top: 8px;
    width: 100%; }
.booking__main__hint {
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 12px; }
@media screen and (min-width: 984px) {
    .booking__main__hint__p {
        padding-bottom: 29px; } }
.booking__main__hint h4 {
    margin-bottom: 12px;
    font-size: 1.5rem; }
.booking__main__hint a {
    margin-top: 16px;
    margin-bottom: 12px;
    display: block; }
@media screen and (min-width: 984px) {
    .booking__main__hint {
        float: left;
        width: 50%;
        padding: 32px 32px 32px 0; }
    .booking__main__hint--right {
        padding-left: 32px;
        padding-right: 0; } }
@media screen and (min-width: 984px) {
    .booking__main__hint:first-of-type button {
        padding: 0 !important;
        background-color: transparent !important;
        color: #345faa !important;
        text-align: left !important;
        font-size: 1.5rem;
        width: auto;
        overflow: hidden;
        font-weight: 700; } }
@media screen and (min-width: 751px) {
    .booking__main__hint:last-of-type {
        display: none; } }
@media screen and (min-width: 751px) {
    .booking__main {
        width: 100%;
        padding-right: 32px; } }

.notice p {
    margin-bottom: 12px;
    color: #999999;
    font-size: 0.75rem; }

.notice a {
    color: #4975c3;
    text-decoration: underline;
    display: inline; }
@media screen and (min-width: 751px) {
    .notice a {
        display: none; } }

.notice.booking__main__hint {
    padding-bottom: 32px; }

@-webkit-keyframes slide-trust {
    from {
        background-position: 100% 50%; }
    to {
        background-position: 0 50%; } }

.book-message h4 {
    font-size: 1.96875rem;
    margin-bottom: 32px; }
@media screen and (min-width: 984px) {
    .book-message h4 {
        font-size: 3rem;
        text-align: center;
        margin: 32px 0 48px; } }

.book-message > section {
    max-width: 900px; }
@media screen and (min-width: 751px) {
    .book-message > section h4 {
        padding-top: 16px;
        padding-bottom: 24px;
        font-size: 4.4rem; }
    .book-message > section .card__company-title {
        margin-top: 48px; }
    .book-message > section .card__price-per-night {
        margin-top: 12px; }
    .book-message > section .barometer {
        padding-top: 16px; } }

.book-message__success {
    padding-bottom: 32px; }
@media screen and (min-width: 751px) {
    .book-message__success > div:first-of-type {
        padding-top: 20px; } }
.book-message__success > div:last-of-type {
    margin: auto 0 auto 0; }
@media screen and (min-width: 751px) {
    .book-message__success .card {
        margin-left: 30px !important; } }
@media screen and (max-width: 751px) {
    .book-message__success .card {
        margin-top: 48px !important; } }
.book-message__success .card .bell {
    display: none; }
.book-message__success .card .barometer-offset {
    margin-top: 0; }
.book-message__success.trust .loader--trusted {
    background: url("../themes/cruisewatch/assets/images/loader-trusted-partner.png") 100% 50% no-repeat;
    background-size: 1340px;
    height: 84px;
    margin-top: 48px;
    margin-bottom: 12px;
    animation: slide-trust 4s linear infinite; }
.book-message__success .headline {
    font-size: 1.25rem; }
@media screen and (min-width: 751px) {
    .book-message__success {
        display: flex;
        padding-bottom: 48px;
        flex-direction: row-reverse; }
    .book-message__success.trust {
        flex-direction: row; }
    .book-message__success .headline {
        font-size: 27px; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.carousel * {
    z-index: -1;
    height: 100%; }

.carousel__slide {
    position: relative; }
.carousel__slide .slide__bg {
    background-size: cover;
    background-position: 50%;
    height: 94%; }
@media screen and (max-width: 1900px) {
    .carousel__slide .slide__bg {
        height: 93%; } }
@media screen and (max-width: 1500px) {
    .carousel__slide .slide__bg {
        height: 92%; } }
@media screen and (max-width: 1250px) {
    .carousel__slide .slide__bg {
        height: 91%; } }
@media screen and (max-width: 1150px) {
    .carousel__slide .slide__bg {
        height: 90%; } }
@media screen and (max-width: 983px) {
    .carousel__slide .slide__bg {
        height: 100%; } }
@media screen and (min-width: 984px) {
    .carousel__slide .slide__bg {
        border-radius: 12px; } }
.carousel__slide .image-info {
    position: absolute;
    bottom: .2rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 1; }
.carousel__slide .image-info span {
    margin: 0;
    align-self: end; }
.carousel__slide .image-info__credits span {
    height: auto;
    position: absolute;
    bottom: 32px;
    z-index: auto; }
@media screen and (max-width: 983px) {
    .carousel__slide .image-info {
        padding: 0 12px;
        margin-bottom: 20px;
        margin-left: 4px;
        color: white; }
    .carousel__slide .image-info__title {
        display: none; }
    .carousel__slide .image-info__credits {
        font-size: 9px; } }
@media screen and (min-width: 984px) {
    .carousel__slide .image-info__credits {
        text-align: right; }
    .carousel__slide .image-info__credits span {
        bottom: 12px; } }
.carousel__slide__info {
    padding: 12px;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box; }

.carousel__btn--prev, .carousel__btn--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    width: 48px;
    padding: 0 0 8% 0;
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px 3px #666666;
    cursor: pointer;
    z-index: 1; }

.carousel__btn--prev {
    left: 0; }

.carousel__btn--next {
    right: 0; }

.carousel__captions > div {
    display: none; }
.carousel__captions > div.caption--1 {
    display: flex; }

@media screen and (min-width: 984px) {
    .is-opentab.is-rating .carousel .slide__bg {
        height: 100% !important; }
    .is-opentab.is-rating .carousel .slide__bg + div {
        display: none; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.headline {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 1.75rem; }
.headline--no-margin-bottom {
    margin-bottom: 0; }
.headline--blue {
    color: #295196; }
.headline-only {
    color: #295196;
    color: #295196;
    font-family: 'Dosis', sans-serif;
    margin: 0; }
.headline--large-message {
    font-size: 1.96875rem;
    margin-bottom: 32px; }
@media screen and (min-width: 984px) {
    .headline--large-message {
        font-size: 3rem;
        text-align: center;
        margin: 32px 0 48px; } }

h1.headline-only {
    font-size: 55px;
    font-weight: 600; }

h2.headline-only {
    font-size: 37px; }

h3.headline-only {
    font-size: 26px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.tooltip {
    position: relative;
    display: inline-block;
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-color: #295196;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold; }
.tooltip__text {
    font-size: 0.75rem;
    width: 215px;
    padding: 8px;
    visibility: hidden;
    background-color: #295196;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 99; }
.tooltip__text:after {
    box-sizing: border-box;
    content: "";
    position: absolute; }
.tooltip__text--right {
    left: calc(105% + 8px); }
.tooltip__text--right:after {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #295196 transparent transparent; }
.tooltip__text--left {
    right: calc(105% + 8px); }
.tooltip__text--left:after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #295196; }
.tooltip__text--top {
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%); }
.tooltip__text--top:after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #295196 transparent transparent transparent; }
.tooltip__text--bottom {
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%); }
.tooltip__text--bottom:after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #295196 transparent; }
.tooltip:hover .tooltip__text {
    visibility: visible; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.fact-and-figure__figure {
    font-size: 1.75rem;
    color: #295196;
    margin-left: 12px;
    margin-right: 12px; }

.fact-and-figure__fact {
    margin-left: 12px;
    margin-right: 12px; }

.flex__100\@mobile .fact-and-figure {
    margin-top: 24px;
    margin-bottom: 24px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.modal {
    position: relative; }
.modal--overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; }
.modal--overlay button {
    width: 100%; }
.modal .modal__container {
    overflow-y: scroll; }
@media screen and (min-width: 984px) {
    .modal .modal__container {
        width: 90%;
        max-width: 500px;
        height: 90%;
        background-color: white;
        border-radius: 6px;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125); } }
@media screen and (max-width: 983px) {
    .modal .modal__container {
        width: 100%;
        height: 100%;
        background-color: white; } }
.modal .modal__content {
    position: absolute;
    background-color: white;
    width: 150%;
    z-index: 2;
    border-radius: 6px; }
@media screen and (max-width: 983px) {
    .modal .modal__content#destinationsModal .search, .modal .modal__content#cruiselineModal .search {
        margin-top: 12px; } }
.modal .modal__header {
    padding: 16px 12px; }
.modal .modal__header .icon-lighthouse {
    position: absolute;
    right: 6px;
    top: 10px; }
.modal .modal__close-icon {
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    margin-left: 6px;
    margin-right: -6px;
    color: #e44a7f;
    font-weight: bold;
    cursor: pointer; }
.modal .modal__title {
    font-size: 1.5rem;
    color: #666666;
    padding-left: 20px;
    font-weight: bold; }
.modal .modal__content--search {
    margin-top: 36px;
    margin-left: -8px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-sizing: border-box;
    z-index: 10; }
.modal .modal__content--search .checkbox-group {
    overflow-y: scroll; }
@media screen and (min-width: 984px) {
    .modal .modal__content--search .checkbox-group {
        max-height: 280px; } }
.modal--dropdown {
    position: relative;
    flex: 3;
    background-color: white;
    border-radius: 6px;
    color: #295196;
    padding: 10px; }
.modal--dropdown > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 64px); }
@media screen and (min-width: 984px) {
    .modal--dropdown {
        margin-right: 12px;
        width: 25%;
        min-width: 25%;
        #max-width: 25%;
    } }
.modal--dropdown .modal__content--search {
    top: 8px;
    left: 8px; }
@media screen and (max-width: 983px) {
    .modal--dropdown .modal__content--search {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        border: none;
        flex-direction: column;
        display: flex; } }
@media screen and (max-width: 983px) {
    .modal--dropdown .modal__header {
        background-color: #4a76c4;
        position: relative; }
    .modal--dropdown .modal__header .modal__title {
        color: white; }
    .modal--dropdown .modal__header .modal__close-icon {
        color: white; }
    .modal--dropdown .modal__header:after {
        position: absolute;
        background: url("../themes/cruisewatch/assets/migrate_css/./themes/cruisewatch/assets/images/cruisewatch-logo.png");
        top: 0px;
        right: 12px; } }
.modal--dropdown:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .45em solid transparent;
    border-right: .45em solid transparent;
    border-top: 0.45em solid #295196;
    pointer-events: none; }
.modal .btn--full-width {
    position: absolute;
    margin: 12px; }

.overlay--dropdown .modal__content--search {
    top: 8px;
    left: 8px;
    top: 0;
    left: 12px; }
@media screen and (max-width: 983px) {
    .overlay--dropdown .modal__content--search {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        border: none;
        flex-direction: column;
        display: flex; } }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.wallpaper {
    position: relative;
    min-height: 480px;
    height: 70vh;
    transition: min-height 0.33s ease; }
@media screen and (max-width: 983px) {
    .wallpaper {
        height: 85vh; } }
@media screen and (max-width: 750px) {
    .wallpaper {
        height: 95vh; } }
.wallpaper__background {
    /*
        absolute positioned element, cause fixed backgrounds don't work with bg size cover,
        see: https://stackoverflow.com/questions/24154666/background-size-cover-not-working-on-ios
        */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: -1; }
.wallpaper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(#295196ff, #29519600); }
.wallpaper:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.33s ease;
    pointer-events: none; }
.wallpaper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box; }
.wallpaper__container {
    max-width: 1440px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 48px; }
.wallpaper__container h1 {
    margin-bottom: 24px;
    text-align: center; }
@media screen and (min-width: 984px) {
    .wallpaper__container h1 {
        font-size: 3.563rem; } }
@media screen and (max-width: 983px) {
    .wallpaper__container h1 {
        margin-top: 0; } }
@media screen and (max-width: 340px) {
    .wallpaper__container h1 {
        margin-top: 8px;
        margin-bottom: 8px; } }
.wallpaper__container .wallpaper__intro {
    line-height: 1.55;
    text-align: center;
    padding: 0 24px 24px; }
@media screen and (min-width: 984px) {
    .wallpaper__container .wallpaper__intro {
        font-size: 1.2rem;
        max-width: 60%;
        margin: 0 auto 32px auto; } }
.wallpaper--deemphasized {
    min-height: 40vh; }
.wallpaper--deemphasized:after {
    background-color: rgba(40, 82, 150, 0.5); }

.wallpaper + * {
    z-index: 2;
    transform: translateZ(0px); }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.price-drop-group {
    margin: 32px 0;
    padding: 0;
    position: relative; }
.price-drop-group__background {
    right: 0;
    left: 0;
    position: absolute;
    top: -6px;
    bottom: -6px;
    z-index: -1; }
@media screen and (min-width: 984px) {
    .price-drop-group__background {
        z-index: 1; }
    .price-drop-group__background::before, .price-drop-group__background::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f4f9fc;
        border-radius: 8px; }
    .price-drop-group__background::before {
        content: ''; }
    .price-drop-group__background--2cols::before {
        right: calc(50% + 8px); }
    .price-drop-group__background--2cols::after {
        content: '';
        right: 0;
        left: calc(50% + 8px); } }
.price-drop-group--cms {
    padding: 8px 0; }
@media screen and (min-width: 984px) {
    .container--with-aside .price-drop-group--cms {
        margin-top: 0px;
        max-width: calc(66% - 24px); } }
@media screen and (min-width: 984px) {
    .price-drop-group--cms .price-drop {
        min-width: 70% !important;
        padding-left: 24px !important;
        padding-right: 24px !important; } }
@media screen and (min-width: 984px) {
    .price-drop-group .price-drop {
        min-width: 50%;
        padding: 12px 24px;
        border: 0;
        z-index: 2; }
    .price-drop-group .price-drop:nth-child(2n) {
        padding-right: 32px; }
    .price-drop-group .price-drop:nth-child(2n+1) {
        padding-left: 32px; } }

.price-drop {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    color: black;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
    min-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.price-drop__name {
    color: #999999;
    font-size: 0.812rem; }
.price-drop__date {
    color: #999999;
    margin-left: 12px;
    font-size: 0.812rem; }
.price-drop > div:nth-child(2n+1) {
    min-width: 60%; }
.price-drop > div:nth-child(2n) {
    min-width: 112px; }
.price-drop__chip {
    border-radius: 15px !important; }
.price-drop__title {
    color: #666666;
    margin-top: 4px;
    font-size: 1.188rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block; }
.price-drop__price {
    color: #e44a7f;
    margin-right: 12px; }
.price-drop + .price-drop {
    border-top: none;
    margin-top: -1px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.image-card-group {
    overflow-x: scroll; }

.image-card {
    min-height: 285px;
    min-width: 208px;
    margin-left: 12px;
    flex-grow: 1;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-position: 50% 50%; }
@media screen and (min-width: 984px) {
    .image-card {
        min-height: 380px;
        min-width: 300px; } }
.image-card__title {
    margin-top: auto;
    font-size: 2rem;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    padding: 0 24px;
    text-align: center; }
.image-card__sub-title {
    margin-top: auto;
    font-weight: bold;
    margin-bottom: 16px; }
.image-card:first-of-type {
    margin-left: 0; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.usp-box {
    text-align: center;
    color: #e44a7f; }
.usp-box .flex--switchrow {
    justify-content: center; }
.usp-box .flex--switchrow > * {
    font-size: 120%; }
@media screen and (min-width: 984px) {
    .usp-box .flex--switchrow > * {
        margin-left: 12px; } }
.usp-box span {
    font-weight: bold; }
.usp-box p {
    color: #666666;
    text-align: left; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.testemonial {
    flex: 1; }
@media screen and (max-width: 983px) {
    .testemonial {
        width: 100%;
        margin-top: 12px; } }
.testemonial__image {
    border-radius: 50%;
    height: auto;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    margin-right: 12px; }
.testemonial__text {
    color: #666666; }
.testemonial__author {
    color: #666666;
    font-weight: bold;
    margin-top: 12px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.infographic__title {
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem; }

@media screen and (min-width: 984px) {
    .infographic__image {
        width: 50%; } }

@media screen and (max-width: 983px) {
    .infographic__image {
        width: 100%; } }

.infographic__list {
    display: flex;
    flex-direction: column;
    list-style-type: decimal !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: center; }
.infographic__list > li {
    width: calc(100% - 96px) !important;
    margin: 0 auto;
    color: #666666;
    font-weight: bold; }
.infographic__list > li + li {
    margin-top: 12px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.combination-box {
    width: calc(100% - 24px);
    border-radius: 6px;
    padding: 12px;
    margin: 12px; }
.combination-box--blue {
    background-color: #345faa; }
.combination-box--alerts .combination-box__disclaimer {
    display: block;
    margin-top: 12px;
    color: white;
    text-decoration: underline;
    text-align: right; }
.combination-box__text {
    color: white;
    flex: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 12px; }
@media screen and (min-width: 984px) {
    .combination-box__text {
        width: 160px;
        margin-left: 12px; } }
.combination-box .modal--dropdown {
    max-width: unset !important; }
.combination-box .input-email {
    flex: 4;
    height: 48px; }
@media screen and (max-width: 983px) {
    .combination-box .input-email {
        margin-bottom: 0px;
        height: 41px; } }
.combination-box .input-password {
    flex: 2; }
@media screen and (max-width: 983px) {
    .combination-box .input-password {
        margin-bottom: 6px; } }
@media screen and (min-width: 984px) {
    .combination-box .input-password .input-password__input {
        height: 48px; } }
@media screen and (max-width: 983px) {
    .combination-box .input-password .input-password__input {
        height: 41px; } }
.combination-box > .flex--switchrow > .btn {
    flex: 3; }
@media screen and (min-width: 984px) {
    .combination-box > .flex--switchrow > .btn {
        margin-top: 12px;
        margin-left: 12px;
        height: 48px; } }
.combination-box .flex--switchrow > input {
    margin-right: 12px; }
.combination-box .modal:last-of-type {
    margin-right: 0; }
.combination-box .modal .btn--full-width {
    width: calc(100% - 2 * 12px); }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.bubble {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e44a7f;
    color: white;
    font-weight: bold;
    width: 48px;
    height: 48px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
@media screen and (min-width: 984px) {
    .progressmeter {
        margin: auto;
        width: 100%;
        max-width: 751px;
        display: flex;
        flex-direction: row;
        justify-content: center; } }

.progressmeter.two > .progressmeter__step:last-of-type {
    width: 55%;
    flex: 1; }

.progressmeter.three > .progressmeter__step:first-of-type {
    width: 150%; }

.progressmeter__step {
    position: relative;
    display: flex;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 1.2rem;
    width: 100%;
    flex-grow: 2; }
.progressmeter__step:not(:last-of-type):after {
    content: ' ';
    position: absolute;
    margin-left: 12px;
    top: 35px;
    left: 6px;
    height: 30px;
    border-left: 2px dotted white; }
@media screen and (min-width: 984px) {
    .progressmeter__step:not(:last-of-type):after {
        position: relative;
        margin-left: 12px;
        margin-top: 17px;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-left: none;
        border-top: 2px dotted white; } }
@media screen and (min-width: 984px) {
    .progressmeter__step {
        margin-bottom: 40px; } }

.progressmeter__icon {
    position: relative;
    margin-right: 16px;
    flex: 0 0 32px;
    height: 32px;
    background-color: #345faa;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 2; }
.progressmeter__icon--filled {
    background-color: white; }
.progressmeter__icon--filled:after {
    content: ' ';
    height: 20px;
    width: 8px;
    border-right: 4px solid #345faa;
    border-bottom: 4px solid #345faa;
    position: absolute;
    left: calc(50% - 6px);
    top: 1px;
    z-index: 1;
    transform: rotate(45deg); }

.progressmeter__text {
    line-height: 36.8px;
    white-space: nowrap; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
input[type="text"].input,
input[type="password"].input {
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.125); }
input[type="text"].input:focus,
input[type="password"].input:focus {
    border-color: #e44a7f;
    outline: none; }
input[type="text"].input--password,
input[type="password"].input--password {
    background-color: rgba(228, 74, 127, 0.16);
    border-color: #e44a7f; }

.jumbotron {
    color: #285296;
    min-height: 500px;
    text-align: center;
    padding-top: 200px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
body {
    color: #ffffff; }

body,
.text-plain {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400; }

h1, .h1 {
    font-size: 2em; }

h2, .h2 {
    font-size: 1.7em; }

h3, .h3 {
    font-size: 1.17em; }

h1, h2, h3, h4, h5, h6,
.text-highlight {
    font-family: 'Dosis', sans-serif; }

.text-plain {
    margin: 0; }

.plain {
    font-family: "Source Sans Pro", sans-serif; }

.darkgray {
    color: #666666; }

.darkgreen {
    color: #00BB6A; }

.pink {
    color: #e44a7f; }

.very-small {
    font-size: .8rem; }

.small, .table-responsive th, .table-responsive td {
    font-size: .95rem; }

.big {
    font-size: 1.2rem; }

.very-big {
    font-size: 1.5rem; }

.breadcrumbs {
    font-size: .95rem !important;
    margin-top: 0;
    margin-bottom: 12px !important; }
.breadcrumbs > a {
    margin-right: 28px;
    position: relative;
    color: #4a76c4; }
.breadcrumbs > span {
    color: #999999;
    position: relative; }
.breadcrumbs a + a::before, .breadcrumbs a + a::after,
.breadcrumbs a + span::before,
.breadcrumbs a + span::after {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 0px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    left: -18px; }
.breadcrumbs a + a::before,
.breadcrumbs a + span::before {
    top: 8px;
    transform: rotate(60deg); }
.breadcrumbs a + a::after,
.breadcrumbs a + span::after {
    top: 16px;
    transform: rotate(-60deg); }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.text-block {
    margin-bottom: 24px;
    font-size: 19px;
    color: #666666;
    line-height: 1.4; }
@media screen and (min-width: 984px) {
    .container--with-aside .text-block {
        max-width: calc(66% - 24px); } }
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    margin-bottom: 24px;
    color: #295196; }
.text-block h1 {
    font-size: 55px;
    font-weight: 600; }
.text-block h2 {
    font-size: 37px; }
.text-block h3 {
    font-size: 26px; }
.text-block .headline-only {
    margin: 0; }
@media screen and (min-width: 984px) {
    .text-block .login {
        width: calc(100% - 24px); } }

@media screen and (min-width: 984px) {
    .pull-right {
        float: right;
        clear: right;
        width: calc(33% - 10px); } }

.pull-right:after {
    content: "";
    display: table;
    clear: right; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
body {
    color: #ffffff; }

body,
.text-plain {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400; }

h1, .h1 {
    font-size: 2em; }

h2, .h2 {
    font-size: 1.7em; }

h3, .h3 {
    font-size: 1.17em; }

h1, h2, h3, h4, h5, h6,
.text-highlight {
    font-family: 'Dosis', sans-serif; }

.text-plain {
    margin: 0; }

.plain {
    font-family: "Source Sans Pro", sans-serif; }

.darkgray {
    color: #666666; }

.darkgreen {
    color: #00BB6A; }

.pink {
    color: #e44a7f; }

.very-small {
    font-size: .8rem; }

.small, .table-responsive th, .table-responsive td {
    font-size: .95rem; }

.big {
    font-size: 1.2rem; }

.very-big {
    font-size: 1.5rem; }

.table-responsive {
    color: #666666;
    text-align: left;
    overflow-x: auto;
    margin-top: 0;
    margin-bottom: 24px;
}
.table-responsive .table {
    width: 100%;
    border-collapse: collapse; }
.table-responsive + .aside__description {
    border-bottom: 1px solid #666666; }
@media screen and (min-width: 751px) {
    .table-responsive + .aside__description {
        border: 0 none; } }
.table-responsive th {
    border-top: 1px solid lightgray; }
.table-responsive td {
    border-top: 1px solid #d9d9d9;
}
.table-responsive th, .table-responsive td {
    padding: 12px;
    white-space: nowrap; }
.table-responsive th:first-child, .table-responsive td:first-child {
    padding-left: 0; }
.table-responsive th:last-child, .table-responsive td:last-child {
    padding-right: 0; }
.table-responsive tbody tr:last-child td {
    border-bottom: 1px solid #d9d9d9; }
.table-responsive caption {
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 12px; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.toc {
    width: 100%; }
.toc ul, .toc ol {
    list-style: none;
    margin-left: -5%;
    padding-left: 0; }
.toc li.active {
    color: #295196; }
.toc li.active:before {
    background-color: #295196; }
.toc li.active a {
    color: #295196; }
.toc li.active a:active {
    color: #295196; }
.toc li {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 96px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    color: #345faa;
    font-weight: bold; }
.toc li:hover {
    background-color: rgba(233, 243, 250, 0.5); }
.toc li:before {
    content: ' ';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #345faa;
    background-color: white;
    left: 48px;
    top: calc(50% - 12px);
    z-index: 1; }
.toc li a {
    color: #345faa;
    font-weight: bold; }
.toc li a:active {
    color: #345faa;
    font-weight: bold; }
.toc li + li {
    margin-top: -1px; }
.toc li + li:after {
    content: ' ';
    position: absolute;
    border: 1px dotted #4a76c4;
    border-width: 0 4px 0 0;
    height: 60px;
    top: -24px;
    left: 60px;
    z-index: 0; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.imageblock {
    margin-bottom: 24px; }
.imageblock figure {
    margin: 0;
    width: 100%; }
.imageblock figure img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block; }
@media screen and (max-width: 983px) {
    .imageblock figure img {
        width: 100%; } }
.imageblock figure figcaption {
    color: #666666;
    font-weight: bold; }
.imageblock figure figcaption.aside__description {
    margin-top: 12px; }
@media screen and (min-width: 751px) {
    .imageblock figure figcaption.aside__description {
        margin-top: 0; } }
@media screen and (max-width: 983px) {
    .imageblock figure figcaption {
        margin-left: 0; } }
.imageblock figure figcaption p {
    margin-top: 0; }
.imageblock figure figcaption a {
    color: #999999;
    font-weight: 400; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.social-links ul {
    list-style: none;
    margin: 0;
    margin-top: 24px;
    padding: 0;
    display: flex;
    justify-content: space-between; }

.social-links__text {
    color: #878787; }

.social-links__image {
    width: 30px;
    height: 30px;
    opacity: 0.8; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
ul.link-list,
ol.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 660px; }
ul.link-list li,
ol.link-list li {
    display: block;
    flex: 1;
    min-width: 50%;
    margin-top: 12px;
    padding-right: 16px;
    box-sizing: border-box; }
ul.link-list li a,
ol.link-list li a {
    text-decoration: underline;
    font-size: .95rem;
    color: #4a76c4; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.call-to-action {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 12px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 12px 24px;
    box-sizing: border-box; }
.call-to-action__text {
    color: #e44a7f;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    margin: 6px 24px 12px 0; }
.call-to-action .btn {
    margin: 6px 0 12px;
    font-weight: 600; }
@media screen and (min-width: 984px) {
    .call-to-action {
        padding: 16px 24px; }
    .call-to-action__text {
        font-size: 37px; }
    .call-to-action .btn {
        margin: 12px 0 16px; } }
.call-to-action--highlight {
    background-color: #e44a7f;
    color: white;
    border: none; }
.call-to-action--highlight .call-to-action__text {
    color: white; }
.call-to-action--highlight .btn {
    color: white;
    background-color: #295196; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.filter-box {
    margin: unset !important;
    margin-top: 24px; }
.filter-box.pull-right {
    display: flex;
    flex-direction: column; }
.filter-box.pull-right > * {
    flex: 1;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box; }
.filter-box.pull-right > *:not(:last-child) {
    margin-bottom: 16px; }
.filter-box.pull-right .select--date {
    margin-right: 0 !important;
    margin-bottom: 16px !important; }
@media screen and (max-width: 983px) {
    .filter-box > *:not(:last-child) {
        margin-bottom: 16px; } }
.filter-box .select--date {
    margin: 0 !important;
    margin-right: 12px !important;
    padding-bottom: 8px !important; }
.filter-box .select--date i {
    margin: 0.9rem !important; }
.filter-box .select--date span {
    margin: 0.05rem !important; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
#sticky-header {
    width: 100%;
    box-sizing: border-box;
    z-index: 2; }
#sticky-header .sticky-header__fake-border-left,
#sticky-header .sticky-header__fake-border-right {
    display: none; }

.sticky {
    position: fixed;
    top: 0;
    margin: 0;
    padding-bottom: 12px; }
@media screen and (min-width: 1550px) {
    .sticky .sticky-header__fake-border-left {
        display: block !important;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0px;
        bottom: -48px;
        background-color: #345faa; }
    .sticky .sticky-header__fake-border-left:after {
        content: ' ';
        display: block;
        width: 48px;
        height: 48px;
        left: 0px;
        bottom: -48px;
        z-index: 10;
        background-color: white;
        border-top-left-radius: 12px; }
    .sticky .sticky-header__fake-border-right {
        display: block !important;
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0px;
        bottom: -48px;
        background-color: #345faa; }
    .sticky .sticky-header__fake-border-right:after {
        content: ' ';
        display: block;
        width: 48px;
        height: 48px;
        right: 0px;
        bottom: -48px;
        z-index: 10;
        background-color: white;
        border-top-right-radius: 12px; } }

.sticky + .backdrop {
    margin-top: 48px; }

.sticky-filter {
    position: fixed;
    top: 74px;
    left: 6px;
    width: 100%;
    height: 100%;
    pointer-events: none; }
@media screen and (min-width: 984px) {
    .sticky-filter__button {
        position: absolute;
        left: 0;
        right: 0; } }
.sticky-filter .sticky-filter__container {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex; }
.sticky-filter .sticky-filter__container .sticky-filter__left {
    flex: 2; }
.sticky-filter .sticky-filter__container .sticky-filter__right {
    flex: 1;
    position: relative;
    pointer-events: auto; }

@media screen and (min-width: 984px) {
    .sticky-header__buttons .modal .modal__content {
        min-width: 400px; }
    .sticky-header__buttons .modal .modal__content .chip__close-icon {
        line-height: 20px !important; } }

.sticky-header__buttons .icon {
    background-size: 100%; }

.show-filter .sticky-filter .sticky-filter__right:after {
    content: ' ';
    display: block;
    background-color: white;
    width: 500%;
    height: 100%;
    position: absolute; }

.show-filter .sticky-filter__right .checkbox-group {
    overflow-y: auto; }

/*
.sticky-filter__right {

    .modal--dropdown {

        @media screen and (min-width: $breakpoint-m) {
            margin-right: 0;
            width: auto;
            min-width: 0;
            max-width: none;
            flex: none;
            background-color: transparent;
            border-radius: 0;
            color: inherit;
            padding: 0;

            .modal__content--search {
                top: 0;
                left: 12px;
            }
        }
    }
}
*/
.sticky-footer {
    display: flex; }
.sticky-footer .sticky-footer__wrapper {
    flex: 2; }
.sticky-footer:after {
    content: ' ';
    display: block;
    flex: 1; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
#search-wrapper__menu-wrapper {
    flex: 0;
    z-index: 2; }

#search-wrapper__card-wrapper {
    z-index: 1;
    width: 100%; }
@media screen and (max-width: 983px) {
    #search-wrapper__card-wrapper .card {
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box; } }
#search-wrapper__card-wrapper .card .bell {
    margin-left: 4px;
    margin-top: 6px; }

@media screen and (min-width: 984px) {
    #search-wrapper.show-filter #search-wrapper__menu-wrapper {
        position: relative;
        flex: 1; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .top-app-bar {
        position: static;
        background-color: transparent;
        color: #e44a7f;
        font-weight: bold;
        box-shadow: unset;
        border-bottom: 1px solid #d9d9d9;
        box-sizing: border-box; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .chip-set {
        margin-top: 0; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .accordion__content {
        border-left: 1px solid #d9d9d9;
        box-sizing: border-box;
        position: absolute;
        z-index: 1; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .accordion__content:not(#filter-content) {
        display: flex;
        flex-flow: column; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .search {
        padding-top: 12px;
        margin-top: 0; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .sticky-filter__button {
        position: absolute; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .accordion--fixed > div:last-of-type {
        margin-bottom: 16px; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .btn--full-width {
        position: relative; }
    #search-wrapper.show-filter #search-wrapper__menu-wrapper .checkbox-group {
        margin-bottom: 71px; }
    #search-wrapper.show-filter #search-wrapper__card-wrapper {
        flex: 2;
        order: -1; } }

@media screen and (min-width: 984px) {
    #filter-content {
        top: -12px; } }

.sticky-filter .sticky-filter__right {
    top: 2px;
    margin-left: -7px; }
@media screen and (min-width: 984px) {
    .sticky-filter .sticky-filter__right .accordion {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }

.sticky-filter #filter-content {
    top: 0; }

.sticky-filter__button {
    background-color: white;
    padding: 12px 12px 24px 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    z-index: 3; }
.sticky-filter__button .btn {
    margin: 0;
    width: 100%;
    position: static; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
.flatpickr-weekday {
    background: #e44a7f !important; }

.startRange,
.endRange {
    background: #e44a7f !important;
    border-color: #e44a7f !important; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #e44a7f !important;
    box-shadow: -10px 0 0 #e44a7f !important; }

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    display: none; }

.flatpickr-calendar {
    pointer-events: none; }
.flatpickr-calendar.open {
    pointer-events: auto; }

/**
  * @section settings variables
  *
  * Set global project variables which will be imported to the scss files.
  */
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

#search-wrapper:not(.show-filter) .sticky-filter__right {
    pointer-events: none; }

@media screen and (max-width: 983px) {
    .h1.top-headline {
        font-size: 1.75rem; } }

* {
    outline: none; }

#modal .top-app-bar {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.limit-width {
    max-width: 500px !important; }

.float-right {
    float: right; }
.float-right:after {
    content: ' ';
    clear: both;
    display: table; }

.modal > span {
    overflow: hidden;
    text-overflow: ellipsis; }

.scrollfix {
    overflow: hidden !important; }

@media screen and (max-width: 983px) {
    .scrollfix-s {
        overflow: hidden !important; } }

.page-search .selected-highlight:after {
    border-top-color: #e44a7f !important; }

.page-search .selected-filter {
    border: 2px solid #e44a7f !important;
    color: #e44a7f !important; }
.page-search .selected-filter:after {
    border-top-color: #e44a7f !important; }

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 984px) {
    .is-date .prediction__bell {
        flex-basis: 100%; }
    .is-date .prediction__bell .hidden {
        display: block !important; } }

@media screen and (min-width: 984px) {
    .account-message > section > .account-message__wrapper h5 {
        font-size: 1.25rem; } }

.password-mail:after {
    position: absolute;
    content: ' ';
    top: 0px;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    border-radius: 50%;
    background-color: #e44a7f;
    background-image: url(../themes/cruisewatch/assets/images/mail-white.png);
    background-position: 50% 50%;
    background-size: 65%;
    background-repeat: no-repeat; }

.password-mail:before {
    display: none; }

.is-booking .bell {
    display: none !important; }

.chip-wrapper {
    padding: 12px; }
.chip-wrapper button {
    width: unset;
    margin-bottom: 0; }


.modal-modify{
    min-width: 50%;
    color:#1B1B1B;
    border: solid 2px #E4E4E4;
    background-color: #F8F8F8;
    padding: 14px;
    font-size: 18px;
}

.line-in-middle {
    color: #234E94;
    background: linear-gradient(to right,
    transparent 20%,
    transparent calc(47% - 0.9px),
    #234E94 calc(50% - 0.8px),
    #234E94 calc(50% + 0.8px),
    transparent calc(50% + 0.81px),
    transparent 100%);

}


.alternative_trip_cell{
    padding-top: 10px;
    text-align: center;
    color: #295196;
    width: 60px;
    height: 60px;
    vertical-align: center;
    border-radius: 10px;
    font-size: 0.93rem;
    box-sizing: border-box;
    margin: 8px;
}

.th_selected_border{
    color: #295196;
    background-color:#afcfee;
    border-right-color: #295196;
    border-right-width:4px;
    border-right-style:solid;
}

.tr_selected_background{
    background-color:  #afcfee;
}


.middle_td_selected_current{
    border:2px solid #295196 ;
    color: #295196;
    font-weight: bolder;
    border-spacing: 15px;
    box-shadow:inset 0 0 0 3px #eee;
}

.middle_td_selected{

    color: #295196;
    font-weight: bolder;
    border-spacing: 15px;
    box-shadow:inset 0 0 0 3px #eee;
}

.middle_td_unselected{
    color: #295196;
    font-weight: bold;
}

.cell_sold_out{
    color: gray;
    font-weight: bold;
    border:2px solid gray ;
    background:
        linear-gradient(to top left,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) calc(50% - 0.8px),
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) calc(50% + 0.8px),
        rgba(0,0,0,0) 100%)

}

.altenative_th{
    position: absolute;
    width : 60px;
    background-color: white;
}

