@import "wdpr-web-dcl.bowerComponents.3.77d0993e.css";
@import "wdpr-web-dcl.bowerComponents.2.7aeb3c0a.css";
@import "wdpr-web-dcl.bowerComponents.1.af55944b.css";

gna-price-summary .price-summary-container .summary-values .row-value .button-link {
  padding: 0;
}

gna-price-summary .price-summary-container .summary-values .row-value .item-label,
gna-price-summary .price-summary-container .summary-values .row-value .summary-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total {
  margin-top: 15px;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total .item-label {
  font-weight: 700;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total .summary-total-price {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  font-weight: 700;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total .summary-total-price .currency {
  display: none;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total .summary-total-price .decimal,
gna-price-summary .price-summary-container .summary-values .row-value.summary-total .summary-total-price .symbol {
  font-size: 14px;
  line-height: 22px;
}

gna-price-summary .price-summary-container .summary-values .row-value.summary-total .summary-total-price .decimal:before {
  content: ".";
}

@media (min-width:768px) {
  gna-price-summary .price-summary-container {
    padding: 32px;
  }

  gna-price-summary .price-summary-container hr {
    margin: 24px 0;
  }
}

@media (min-width:1200px) {
  gna-price-summary .price-summary-container .summary-left {
    display: inline-block;
  }

  gna-price-summary .price-summary-container hr {
    display: none;
  }

  gna-price-summary .price-summary-container .summary-values {
    float: right;
    margin-top: 10px;
  }
}

.gna-reservation-summary-container {
  border-top: 1px solid #d0d7de;
  border-bottom: 1px solid #d0d7de;
  padding: 40px 16px;
}

.gna-reservation-summary-container .order-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #d0d7de;
}

.gna-reservation-summary-container .order-container .order-title {
  color: #253b56;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.gna-reservation-summary-container .order-container .order-details {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gna-reservation-summary-container .order-container .order-details .name-and-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gna-reservation-summary-container .order-container .order-details .name-and-date .line-separator {
  display: none;
}

.gna-reservation-summary-container .contact-info-container {
  margin-top: 30px;
}

.gna-reservation-summary-container .contact-info-container .required {
  color: #78899e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.gna-reservation-summary-container .contact-info-container .contact-info {
  margin-top: 18px;
}

.gna-reservation-summary-container .contact-info-container .contact-info .contact-title {
  color: #253b56;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.gna-reservation-summary-container .contact-info-container .contact-info .info {
  margin-top: 10px;
  color: #253b56;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container {
  margin-top: 20px;
  max-width: 550px;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container .email-input,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container .text-input-label {
  padding: 0;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-element,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label-text,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label-text.has-focus,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label:active,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label:focus,
.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-label:hover {
  color: #ac162c!important;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-element {
  border-bottom: 2px #ac162c solid;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-element::-webkit-input-placeholder {
  color: #ac162c!important;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-element:-ms-input-placeholder {
  color: #ac162c!important;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid .text-input-element::placeholder {
  color: #ac162c!important;
}

.gna-reservation-summary-container .contact-info-container .contact-info .email-input-container.invalid wdpr-text-input:hover .text-input-element {
  border-color: #ac162c!important;
}

.gna-reservation-summary-container.hideReservation .contact-info-container {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .gna-reservation-summary-container {
    padding: 54px 32px;
  }

  .gna-reservation-summary-container .order-container {
    padding-bottom: 55px;
  }

  .gna-reservation-summary-container .order-container .order-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .gna-reservation-summary-container .order-container .order-details {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }

  .gna-reservation-summary-container .order-container .order-details .name-and-date {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gna-reservation-summary-container .order-container .order-details .name-and-date .line-separator {
    display: block;
    padding: 0 10px;
    background: 0 0;
    height: auto;
    margin: 0;
  }

  .gna-reservation-summary-container .contact-info-container {
    margin-top: 55px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info {
    margin-top: 22px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info .contact-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info .info {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info .messages-container .help-block span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info .email-input-container {
    margin-top: 24px;
  }

  .gna-reservation-summary-container .contact-info-container .contact-info .email-input-container .text-input-label-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .gna-reservation-summary-container.hideReservation .contact-info-container {
    margin-top: 0;
  }
}

gna-order-list .order-list-title {
  padding: 0 0 8px 16px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

gna-order-list .list-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d0d7de;
  padding-bottom: 40px;
  margin: 0 16px;
}

gna-order-list .list-container:first-of-type {
  margin: 0;
  padding: 0 16px 40px;
}

gna-order-list .list-container .amenity-image {
  margin: 44px 20px 0 0;
  min-width: 72px;
  height: 72px;
}

gna-order-list .list-container .amenity-image img {
  max-width: 100%;
  max-height: 100%;
}

gna-order-list .list-container .amenity-information {
  margin-top: 40px;
}

gna-order-list .list-container .amenity-information .amenity-title {
  font-size: 20px;
  margin: 0;
}

gna-order-list .list-container .amenity-information .guest-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

gna-order-list .list-container .amenity-information .amenity-code,
gna-order-list .list-container .amenity-information .delivery-information,
gna-order-list .list-container .amenity-information .quantity-label,
gna-order-list .list-container .amenity-information .total-price {
  display: block;
  font-size: 14px;
}

gna-order-list .list-container .amenity-information .amenity-code {
  margin-top: 5px;
  color: #78899e;
}

gna-order-list .list-container .amenity-information .delivery-information {
  margin-top: 16px;
}

gna-order-list .list-container .amenity-information .total-price .total-label {
  font-weight: 700;
}

gna-order-list .list-container .amenity-information .total-price .price-block {
  display: inline-block;
}

gna-order-list .list-container .amenity-information .price-charges {
  color: #78899e;
}

gna-order-list .list-container .amenity-information .price-charges .gratuity-label {
  display: block;
}

gna-order-list .list-container .amenity-information .price-charges .gratuity-label .gratuity-price {
  font-weight: 400;
  display: inline-block;
}

gna-order-list .list-container .amenity-information .tax-label {
  display: inline-block;
}

@media only screen and (min-width:768px) {
  gna-order-list .list-container {
    border-top: none;
    border-bottom: 1px solid #d0d7de;
    padding-bottom: 24px;
    margin: 0 32px;
  }

  gna-order-list .list-container:first-of-type {
    margin: 0 32px;
  }

  gna-order-list .list-container .amenity-information .amenity-title {
    font-size: 24px;
  }

  gna-order-list .list-container .amenity-information .guest-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  gna-order-list .list-container .amenity-information .age-restriction,
  gna-order-list .list-container .amenity-information .amenity-code,
  gna-order-list .list-container .amenity-information .amenity-message-label,
  gna-order-list .list-container .amenity-information .delivery-information,
  gna-order-list .list-container .amenity-information .quantity-label,
  gna-order-list .list-container .amenity-information .total-price {
    font-size: 16px;
  }

  gna-order-list .list-container:last-child {
    margin-bottom: 0;
  }

  gna-order-list .order-list-title {
    border-bottom: 1px solid #d0d7de;
    font-size: 20px;
    margin-top: 32px;
    padding: 0 0 16px 32px;
  }
}

@media only screen and (min-width:960px) {
  gna-order-list .order-list-title {
    padding: 0 0 20px 32px;
    border-bottom: none;
  }

  gna-order-list .order-container {
    margin: 0 32px;
    border: 1px solid #d0d7de;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: none;
  }

  gna-order-list .order-container .list-container {
    border-bottom: 1px solid #d0d7de;
    border-radius: 4px;
    padding: 0;
  }

  gna-order-list .order-container .list-container .amenity-information {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }

  gna-order-list .order-container .list-container .amenity-information .total-price {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
  }

  gna-order-list .order-container .list-container .amenity-information .total-price .total-label {
    display: none;
  }

  gna-order-list .order-container .list-container .amenity-information .total-price .price-block {
    font-weight: 400;
  }

  gna-order-list .order-container .list-container .amenity-information .price-charges {
    position: absolute;
    right: 0;
    top: 30px;
  }

  gna-order-list .order-container .list-container .amenity-information .price-charges .tax-free-label {
    float: right;
    padding-right: 4px;
  }
}

@media only screen and (min-width:1440px) {
  gna-order-list .order-container .list-container {
    margin: 0 40px;
  }
}

.gna-gift-msg-container {
  text-align: center;
}

.gna-gift-msg-container .gift-icon {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.gna-gift-msg-container .order-customize-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 16px 32px 8px;
}

.gna-gift-msg-container .order-customize-label.can-edit {
  font-style: oblique;
}

.gna-gift-msg-container .order-customize-label span {
  display: block;
}

.gna-gift-msg-container .add-a-gift-label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gna-gift-msg-container .add-a-gift-label.vert-divider {
  border-left: 1px solid #d0d7de;
  padding-left: 11px;
  margin-left: 7px;
}

.gift-message-form-error {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gift-message-form-error .alert-icon {
  margin-right: 10px;
}

.gift-message-form-container {
  margin-bottom: 90px;
}

.gift-message-form-container form {
  max-width: 343px;
}

gna-dpay .payment-title {
  margin-top: 40px;
  color: #253b56;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

gna-dpay .info {
  margin: 10px 0 40px 0;
  color: #253b56;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

gna-dpay .price-block-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

gna-dpay .price-block-wrapper .price-block {
  font-weight: 700;
  margin-left: 6px;
}

@media only screen and (min-width:568px) {
  gna-dpay .payment-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  gna-dpay .info {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
}

.gna-input-msg-validate {
  margin-top: 46px;
  margin-bottom: 0;
}

.gna-input-msg-validate .input-msg-validate-item,
.gna-input-msg-validate .text-input-label {
  padding-left: 0!important;
}

.gna-input-msg-validate .warning .text-input-element,
.gna-input-msg-validate .warning .text-input-label,
.gna-input-msg-validate .warning .text-input-label-text,
.gna-input-msg-validate .warning .text-input-label-text.has-focus,
.gna-input-msg-validate .warning .text-input-label:active,
.gna-input-msg-validate .warning .text-input-label:focus,
.gna-input-msg-validate .warning .text-input-label:hover {
  color: #ac162c!important;
}

.gna-input-msg-validate .warning .text-input-element {
  border-bottom: 2px #ac162c solid;
}

.gna-input-msg-validate .warning .text-input-element::-webkit-input-placeholder {
  color: #ac162c!important;
}

.gna-input-msg-validate .warning .text-input-element:-ms-input-placeholder {
  color: #ac162c!important;
}

.gna-input-msg-validate .warning .text-input-element::placeholder {
  color: #ac162c!important;
}

.gna-input-msg-validate wdpr-text-input {
  width: 100%;
}

.gna-input-msg-validate wdpr-text-input.warning:hover span.text-input-label-text.has-focus {
  color: #ac162c!important;
  border-color: #ac162c!important;
}

.gna-input-msg-validate wdpr-text-input.warning:hover .input-msg-validate-item.text-input-element {
  color: #ac162c!important;
  border-color: #ac162c!important;
}

.gna-input-msg-validate wdpr-text-input .clear-button-wrapper {
  position: absolute;
  right: 0;
}

.gna-input-msg-validate wdpr-text-input .clear-button-wrapper .clear-button {
  display: none;
  background-color: transparent;
  border: none;
  position: absolute;
  width: auto;
  height: auto;
  top: -24px;
  right: 0;
  line-height: normal;
  padding: 0;
}

.gna-input-msg-validate wdpr-text-input .clear-button-wrapper .clear-button .di {
  font-size: inherit;
  color: #117e98;
}

.gna-input-msg-validate wdpr-text-input.has-value .clear-button {
  display: inline;
}

.gna-input-msg-validate .limit {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}

.gna-input-msg-validate .limit .message-container {
  color: #78899e;
}

.gna-input-msg-validate .limit.warning span {
  color: #ac162c;
}

.gna-input-msg-validate .blacklist {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ac162c;
  margin-top: 4px;
}

@media (min-width:568px) {
  .gna-input-msg-validate wdpr-text-input {
    max-width: 343px;
  }
}

@media (min-width:768px) {
  .gna-input-msg-validate wdpr-text-input {
    max-width: unset;
  }
}

gna-payment-sheet .payment-title {
  margin-top: 40px;
  color: #253b56;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

gna-payment-sheet .info {
  margin: 10px 0 40px 0;
  color: #253b56;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

gna-payment-sheet .price-block-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

gna-payment-sheet .price-block-wrapper .price-block {
  font-weight: 700;
  margin-left: 6px;
}

@media only screen and (min-width:568px) {
  gna-payment-sheet .payment-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
  }

  gna-payment-sheet .info {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modifystateroom .base section:after,
.modifystateroom .base section:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
wdpr-cta[cta-style=bar]:after,
wdpr-cta[cta-style=bar]:before,
wdpr-cta[cta-style=bar]>div:after,
wdpr-cta[cta-style=bar]>div:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modifystateroom .base section:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
wdpr-cta[cta-style=bar]:after,
wdpr-cta[cta-style=bar]>div:after {
  clear: both;
}

.webkit .max-options .select-option,
.webkit .max-options .select-wrapper-inner {
  margin-right: 4px;
}

.webkit .popup .max-options:after {
  border-radius: 0 6px 0 0;
}

.webkit ::-webkit-scrollbar {
  background-color: #ebeef1;
  width: 7px;
  -webkit-border-radius: 1ex;
}

.webkit ::-webkit-scrollbar-track {
  background-color: #ebeef1;
  -webkit-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.webkit ::-webkit-scrollbar-thumb {
  border-top: 1px solid #ebeef1;
  background-color: #65778a;
  -webkit-border-radius: 1ex;
}

.mobile .modal {
  bottom: auto;
  height: 100vh;
}

.my-reservations-form .spinner {
  text-align: center;
}

.my-reservations-form .off-screen {
  visibility: hidden;
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.modifystateroom .base section {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.modifystateroom .base section>div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.modifystateroom .base section .select-stateroom.row {
  padding-top: 10px;
}

.modifystateroom .base .modify-stateroom-container.panel#stateroom-list {
  margin-bottom: 50px;
  padding: 0 13px;
}

.modifystateroom .base .disabled-accessible {
  text-align: right;
  float: right;
}

.modifystateroom .base wdpr-overview-header wdpr-party-mix-control .party-mix-control .pmc-change-button {
  display: none;
}

.modifystateroom .base wdpr-overview-header .party-mix-control wdpr-icon {
  float: left!important;
}

.modifystateroom .base wdpr-overview-header .party-mix-control .pmc-icon span.icon {
  font-size: 40px;
  line-height: 40px;
}

.modifystateroom .base wdpr-overview-header .party-mix-control .pmc-data h4 {
  margin: 0 0 8px;
  font-weight: 700;
}

.modifystateroom .base wdpr-overview-header .party-mix-control .pmc-data .stateroom-separator {
  border-left: 1px solid #dfdfdf;
  padding-left: 10px;
  margin-left: 5px;
}

.modifystateroom .legal-footer-container {
  margin-top: 20px;
}

@media (max-width:767px) {
  .modify-stateroom-main-container section.modify-stateroom-container.panel.modify-content {
    padding: 0;
  }

  #pageContainer.modifystateroom {
    padding: 0;
  }

  #pageContainer.modifystateroom .modify-stateroom-container.panel#stateroom-list type-selector {
    padding-right: 17px;
    padding-left: 17px;
  }

  #pageContainer.modifystateroom .party-mix-control .pmc-icon span.icon {
    font-size: 30px;
  }

  #pageContainer.modifystateroom .party-mix-control .pmc-data h4 {
    color: #253b56;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }

  #pageContainer.modifystateroom .party-mix-control .pmc-data span {
    color: #253b56;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  #pageContainer.modifystateroom .gty-section.select-deck-and-room .section-title {
    font-size: 20px;
    padding-left: 14px;
  }

  #pageContainer.modifystateroom .gty-section.select-deck-and-room .guaranteed-text {
    padding: 0;
  }

  #pageContainer.modifystateroom .select-stateroom .section-title {
    font-size: 20px;
    padding-left: 3px;
  }

  #pageContainer.modifystateroom .price-breakdown-wrapper {
    width: 100%;
    margin-right: 0;
  }

  #pageContainer.modifystateroom dcl-deck-legend {
    position: absolute;
    z-index: 1;
    margin-top: 32px;
    left: 0;
  }

  #pageContainer.modifystateroom dcl-deck-legend .deck-legend-wrapper {
    padding-left: 5px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  #pageContainer.modifystateroom dcl-deck-legend .deck-legend-wrapper.container .loading {
    width: auto;
    margin-top: 30px;
  }

  #pageContainer.modifystateroom dcl-deck-legend .deck-legend-wrapper .deck-legend-li {
    padding-left: 10px;
  }
}

#pageContainer.select-stateroom-v2.modifystateroom #pageContent .base.panel {
  margin-top: 0;
}

#pageContainer.select-stateroom-v2.modifystateroom .legal-footer-container {
  border-top: 1px solid #d0d7de;
  margin-top: 0;
  margin-bottom: 20px;
}

#pageContainer.select-stateroom-v2.modifystateroom .legal-footer-container .legalFooter {
  margin: 0;
  padding: 0;
}

#pageContainer.select-stateroom-v2.modifystateroom .legal-footer-container .line-separator {
  margin-bottom: 30px;
}

.select-stateroom-v2-container.modify-stateroom-v2 .cruise-overview-spacing {
  padding: 0 16px 16px;
}

@media (min-width:768px) {
  .select-stateroom-v2-container.modify-stateroom-v2 .cruise-overview-spacing {
    padding: 0 0 20px;
  }
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container {
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .modify-baymax-header {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .stateroom-steps {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .choose-stateroom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .background-light.stateroom-step.deck,
.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .guaranteed,
.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .inner,
.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .modify-gty-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.embedded .select-stateroom-v2-container.modify-stateroom-v2 .content.content-container .row-last.select-deck-and-room.scroll-deck-and-room {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#pageContainer.select-stateroom-v2.newmodifystateroom .stateroom-summary-container,
#pageContainer.select-stateroom-v2.newmodifystateroomtypeselected .stateroom-summary-container {
  padding-top: 30px;
  width: 100%;
}

#pageContainer.select-stateroom-v2.newmodifystateroom .go-back .title,
#pageContainer.select-stateroom-v2.newmodifystateroomtypeselected .go-back .title {
  margin-top: 0;
}

#pageContainer.select-stateroom-v2.newmodifystateroom .whats-included-modal,
#pageContainer.select-stateroom-v2.newmodifystateroomtypeselected .whats-included-modal {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px 10px;
}

#pageContainer.select-stateroom-v2.newmodifystateroom .room-selector-embedded,
#pageContainer.select-stateroom-v2.newmodifystateroomtypeselected .room-selector-embedded {
  margin-bottom: 120px;
}

@media (min-width:768px) {
  #pageContainer.select-stateroom-v2.newmodifystateroom .room-selector-embedded,
  #pageContainer.select-stateroom-v2.newmodifystateroomtypeselected .room-selector-embedded {
    margin-bottom: 30px;
  }
}

#pageContainer.selectstateroom .base.panel:not(.is-loading),
#pageContainer.selectstateroom-add .base.panel:not(.is-loading),
#pageContainer.selectstateroom-edit .base.panel:not(.is-loading) {
  background-color: transparent;
  box-shadow: none;
}

#pageContainer.selectstateroom .spinner,
#pageContainer.selectstateroom-add .spinner,
#pageContainer.selectstateroom-edit .spinner,
#pageContainer.selectstateroom-sailingid .spinner,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 11px;
}

#pageContainer.selectstateroom .spinner wdpr-loading-spinner.special,
#pageContainer.selectstateroom-add .spinner wdpr-loading-spinner.special,
#pageContainer.selectstateroom-edit .spinner wdpr-loading-spinner.special,
#pageContainer.selectstateroom-sailingid .spinner wdpr-loading-spinner.special,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .spinner wdpr-loading-spinner.special {
  padding: 15px 0;
}

#pageContainer.selectstateroom .spinner wdpr-loading-spinner[size=medium],
#pageContainer.selectstateroom-add .spinner wdpr-loading-spinner[size=medium],
#pageContainer.selectstateroom-edit .spinner wdpr-loading-spinner[size=medium],
#pageContainer.selectstateroom-sailingid .spinner wdpr-loading-spinner[size=medium],
#pageContainer.selectstateroom-sailingid-stateroomtypeid .spinner wdpr-loading-spinner[size=medium] {
  width: 50px;
  height: 43px;
  background-size: 50px 50px;
  min-height: initial;
  min-width: initial;
  padding: 0;
  margin: -11px;
}

#pageContainer.selectstateroom .spinner-overview,
#pageContainer.selectstateroom-add .spinner-overview,
#pageContainer.selectstateroom-edit .spinner-overview,
#pageContainer.selectstateroom-sailingid .spinner-overview,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .spinner-overview {
  width: 50px;
  height: 43px;
  background-size: 50px 50px;
}

#pageContainer.selectstateroom .panel-default:first-child,
#pageContainer.selectstateroom-add .panel-default:first-child,
#pageContainer.selectstateroom-edit .panel-default:first-child,
#pageContainer.selectstateroom-sailingid .panel-default:first-child,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .panel-default:first-child {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

#pageContainer.selectstateroom .panel-default:first-child .panel-heading,
#pageContainer.selectstateroom-add .panel-default:first-child .panel-heading,
#pageContainer.selectstateroom-edit .panel-default:first-child .panel-heading,
#pageContainer.selectstateroom-sailingid .panel-default:first-child .panel-heading,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .panel-default:first-child .panel-heading {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

@media (max-width:767px) {
  #pageContainer.selectstateroom .panel-default:first-child .panel-heading,
  #pageContainer.selectstateroom-add .panel-default:first-child .panel-heading,
  #pageContainer.selectstateroom-edit .panel-default:first-child .panel-heading,
  #pageContainer.selectstateroom-sailingid .panel-default:first-child .panel-heading,
  #pageContainer.selectstateroom-sailingid-stateroomtypeid .panel-default:first-child .panel-heading {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}

#pageContainer.selectstateroom .panel-default:first-child .persistent-top,
#pageContainer.selectstateroom-add .panel-default:first-child .persistent-top,
#pageContainer.selectstateroom-edit .panel-default:first-child .persistent-top,
#pageContainer.selectstateroom-sailingid .panel-default:first-child .persistent-top,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .panel-default:first-child .persistent-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#pageContainer.selectstateroom .content-container,
#pageContainer.selectstateroom-add .content-container,
#pageContainer.selectstateroom-edit .content-container,
#pageContainer.selectstateroom-sailingid .content-container,
#pageContainer.selectstateroom-sailingid-stateroomtypeid .content-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border: none;
}

@media (max-width:767px) {
  #pageContainer.selectstateroom .content-container,
  #pageContainer.selectstateroom-add .content-container,
  #pageContainer.selectstateroom-edit .content-container,
  #pageContainer.selectstateroom-sailingid .content-container,
  #pageContainer.selectstateroom-sailingid-stateroomtypeid .content-container {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width:567px) {
  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog {
    display: block;
    height: 100%;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md {
    height: 100%;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content {
    height: 100%;
    border-radius: 0;
    margin-left: -1px;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 100%;
    padding-left: 36px;
    text-align: center;
  }
}

@media (min-width:1200px) {
  #pageContainer.selectstateroom .standardModal .modal-dialog.modal-md,
  #pageContainer.selectstateroom-add .standardModal .modal-dialog.modal-md,
  #pageContainer.selectstateroom-edit .standardModal .modal-dialog.modal-md {
    width: 625px;
  }

  #pageContainer.selectstateroom .standardModal .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-add .standardModal .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-edit .standardModal .modal-dialog.modal-md .modal-content {
    padding-bottom: 35px;
  }
}

@media (min-width:568px) and (max-width:767px) {
  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog {
    display: block;
    height: 100%;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md {
    height: 100%;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content {
    height: 100%;
    border-radius: 0;
    margin-left: -1px;
  }

  #pageContainer.selectstateroom .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer,
  #pageContainer.selectstateroom-add .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer,
  #pageContainer.selectstateroom-edit .standardModal .wrapper-modal-dialog .modal-dialog.modal-md .modal-content .modal-footer {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 100%;
    padding-left: 36px;
    text-align: center;
  }
}

.modify-stateroom-main-container .row-middle.ng-enter,
.modify-stateroom-main-container .row-middle.ng-leave-active,
.select-stateroom-main-container .row-middle.ng-enter,
.select-stateroom-main-container .row-middle.ng-leave-active {
  max-height: 0;
  opacity: 0;
}

.modify-stateroom-main-container .row-middle.ng-enter-active,
.modify-stateroom-main-container .row-middle.ng-leave,
.select-stateroom-main-container .row-middle.ng-enter-active,
.select-stateroom-main-container .row-middle.ng-leave {
  max-height: 400px;
  opacity: 1;
}

.modify-stateroom-main-container .row-middle.ng-enter,
.select-stateroom-main-container .row-middle.ng-enter {
  transition: all cubic-bezier(.25,.46,.45,.94) 1s;
}

.modify-stateroom-main-container .row-last.ng-enter,
.modify-stateroom-main-container .row-last.ng-leave-active,
.select-stateroom-main-container .row-last.ng-enter,
.select-stateroom-main-container .row-last.ng-leave-active {
  max-height: 0;
  overflow: hidden;
}

.modify-stateroom-main-container .row-last.ng-enter-active,
.modify-stateroom-main-container .row-last.ng-leave,
.select-stateroom-main-container .row-last.ng-enter-active,
.select-stateroom-main-container .row-last.ng-leave {
  max-height: 1000px;
}

.modify-stateroom-main-container .row-last.ng-enter,
.select-stateroom-main-container .row-last.ng-enter {
  transition: all cubic-bezier(.25,.46,.45,.94) 3s;
}

.modify-stateroom-main-container #select-stateroom,
.select-stateroom-main-container #select-stateroom {
  width: 100%;
  margin: 0 auto;
}

.modify-stateroom-main-container #select-stateroom h1,
.select-stateroom-main-container #select-stateroom h1 {
  font-size: 36px;
  color: #253b56;
}

.modify-stateroom-main-container .heading-party-container,
.select-stateroom-main-container .heading-party-container {
  display: inline-block;
  vertical-align: top;
}

.modify-stateroom-main-container category-selector:focus,
.select-stateroom-main-container category-selector:focus {
  outline: 0;
}

.modify-stateroom-main-container .select-stateroom,
.select-stateroom-main-container .select-stateroom {
  overflow: hidden;
  padding-top: 30px;
}

.modify-stateroom-main-container .select-stateroom .section-title,
.select-stateroom-main-container .select-stateroom .section-title {
  padding-left: 35px;
}

.modify-stateroom-main-container .select-stateroom .ship-location-wrapper,
.select-stateroom-main-container .select-stateroom .ship-location-wrapper {
  padding: 0 40px;
  margin-top: 9px;
}

.modify-stateroom-main-container .select-stateroom .available-staterooms,
.select-stateroom-main-container .select-stateroom .available-staterooms {
  margin-top: 15px;
}

.modify-stateroom-main-container .select-deck-and-room,
.select-stateroom-main-container .select-deck-and-room {
  padding: 0 40px;
  clear: both;
}

.modify-stateroom-main-container .select-deck-and-room .section-title,
.select-stateroom-main-container .select-deck-and-room .section-title {
  margin: 25px 0;
  position: relative;
  left: -35px;
  text-align: left;
  padding-top: 25px;
}

.modify-stateroom-main-container .select-deck-and-room .guaranteed-text,
.select-stateroom-main-container .select-deck-and-room .guaranteed-text {
  padding: 0 10px 0 2px;
}

.modify-stateroom-main-container .select-deck-and-room dcl-deck-legend,
.select-stateroom-main-container .select-deck-and-room dcl-deck-legend {
  padding-left: 10px;
  display: block;
  margin-top: -7px;
}

.modify-stateroom-main-container .select-deck-and-room .map-container,
.select-stateroom-main-container .select-deck-and-room .map-container {
  display: block;
}

.modify-stateroom-main-container .select-deck-and-room .map-container.hide-for-mobile,
.select-stateroom-main-container .select-deck-and-room .map-container.hide-for-mobile {
  overflow-y: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

.modify-stateroom-main-container .select-deck-and-room .map-container .close-map-container,
.select-stateroom-main-container .select-deck-and-room .map-container .close-map-container {
  display: none;
}

.modify-stateroom-main-container .select-deck-and-room .map-container .room-selector-blocking-layer,
.select-stateroom-main-container .select-deck-and-room .map-container .room-selector-blocking-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .separator-deck-plan,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .separator-deck-plan {
  margin: 15px auto;
  width: 80%;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .total-price,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .total-price {
  margin-top: 15px;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper {
  background-color: #ebf6fc;
  width: 80%;
  margin: 0 auto;
  margin-right: 9px;
  border-radius: 8px;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list {
  margin: 0 10px;
  padding-bottom: 0;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper {
  display: block;
  padding: 0 20px;
  width: 100%;
  background-color: #ebf6fc;
  margin-top: 21px;
  margin: 0 auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.modify-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link,
.select-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.modify-stateroom-main-container .wdpr-party-mix-control-container,
.select-stateroom-main-container .wdpr-party-mix-control-container {
  display: inline-block;
  width: 412px;
  vertical-align: top;
}

.modify-stateroom-main-container section#stateroom-list,
.modify-stateroom-main-container section.modify-stateroom-container,
.modify-stateroom-main-container section.select-stateroom-container,
.select-stateroom-main-container section#stateroom-list,
.select-stateroom-main-container section.modify-stateroom-container,
.select-stateroom-main-container section.select-stateroom-container {
  padding: 20px 12px 15px;
  border-left: 0;
  border-right: 0;
}

.modify-stateroom-main-container section#stateroom-list.panel,
.modify-stateroom-main-container section.modify-stateroom-container.panel,
.modify-stateroom-main-container section.select-stateroom-container.panel,
.select-stateroom-main-container section#stateroom-list.panel,
.select-stateroom-main-container section.modify-stateroom-container.panel,
.select-stateroom-main-container section.select-stateroom-container.panel {
  padding: 20px 12px 13px;
  margin-bottom: 17px;
}

.modify-stateroom-main-container section#stateroom-list.panel .vertical-separator,
.modify-stateroom-main-container section.modify-stateroom-container.panel .vertical-separator,
.modify-stateroom-main-container section.select-stateroom-container.panel .vertical-separator,
.select-stateroom-main-container section#stateroom-list.panel .vertical-separator,
.select-stateroom-main-container section.modify-stateroom-container.panel .vertical-separator,
.select-stateroom-main-container section.select-stateroom-container.panel .vertical-separator {
  padding: 33px 0 29px;
  margin-right: 12px;
}

.modify-stateroom-main-container section#stateroom-list.panel .horizontal-separator,
.modify-stateroom-main-container section.modify-stateroom-container.panel .horizontal-separator,
.modify-stateroom-main-container section.select-stateroom-container.panel .horizontal-separator,
.select-stateroom-main-container section#stateroom-list.panel .horizontal-separator,
.select-stateroom-main-container section.modify-stateroom-container.panel .horizontal-separator,
.select-stateroom-main-container section.select-stateroom-container.panel .horizontal-separator {
  display: block;
  height: 1px;
  margin: 20px 0;
}

.modify-stateroom-main-container section#stateroom-list .info-link,
.modify-stateroom-main-container section.modify-stateroom-container .info-link,
.modify-stateroom-main-container section.select-stateroom-container .info-link,
.select-stateroom-main-container section#stateroom-list .info-link,
.select-stateroom-main-container section.modify-stateroom-container .info-link,
.select-stateroom-main-container section.select-stateroom-container .info-link {
  float: right;
  margin-top: 20px;
  position: relative;
}

.modify-stateroom-main-container section#stateroom-list .info-link a,
.modify-stateroom-main-container section.modify-stateroom-container .info-link a,
.modify-stateroom-main-container section.select-stateroom-container .info-link a,
.select-stateroom-main-container section#stateroom-list .info-link a,
.select-stateroom-main-container section.modify-stateroom-container .info-link a,
.select-stateroom-main-container section.select-stateroom-container .info-link a {
  text-decoration: none;
  text-align: right;
  float: right;
}

.modify-stateroom-main-container section#stateroom-list .info-link a span,
.modify-stateroom-main-container section.modify-stateroom-container .info-link a span,
.modify-stateroom-main-container section.select-stateroom-container .info-link a span,
.select-stateroom-main-container section#stateroom-list .info-link a span,
.select-stateroom-main-container section.modify-stateroom-container .info-link a span,
.select-stateroom-main-container section.select-stateroom-container .info-link a span {
  position: relative;
  top: -2px;
}

.modify-stateroom-main-container section#stateroom-list .stateroom-error,
.modify-stateroom-main-container section.modify-stateroom-container .stateroom-error,
.modify-stateroom-main-container section.select-stateroom-container .stateroom-error,
.select-stateroom-main-container section#stateroom-list .stateroom-error,
.select-stateroom-main-container section.modify-stateroom-container .stateroom-error,
.select-stateroom-main-container section.select-stateroom-container .stateroom-error {
  margin-bottom: 20px;
  padding: 10px 0 5px;
}

.modify-stateroom-main-container section#stateroom-list .stateroom-error .error-message,
.modify-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-message,
.modify-stateroom-main-container section.select-stateroom-container .stateroom-error .error-message,
.select-stateroom-main-container section#stateroom-list .stateroom-error .error-message,
.select-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-message,
.select-stateroom-main-container section.select-stateroom-container .stateroom-error .error-message {
  padding-left: 46px;
}

.modify-stateroom-main-container section#stateroom-list .stateroom-error .error-header,
.modify-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-header,
.modify-stateroom-main-container section.select-stateroom-container .stateroom-error .error-header,
.select-stateroom-main-container section#stateroom-list .stateroom-error .error-header,
.select-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-header,
.select-stateroom-main-container section.select-stateroom-container .stateroom-error .error-header {
  font-size: 15px;
  font-weight: 700;
  padding-left: 18px;
  color: #ff4605!important;
}

.modify-stateroom-main-container section#stateroom-list .stateroom-error .error-header wdpr-icon,
.modify-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-header wdpr-icon,
.modify-stateroom-main-container section.select-stateroom-container .stateroom-error .error-header wdpr-icon,
.select-stateroom-main-container section#stateroom-list .stateroom-error .error-header wdpr-icon,
.select-stateroom-main-container section.modify-stateroom-container .stateroom-error .error-header wdpr-icon,
.select-stateroom-main-container section.select-stateroom-container .stateroom-error .error-header wdpr-icon {
  font-size: 18px;
}

.modify-stateroom-main-container section#stateroom-list .error-stateroom-avail-failed,
.modify-stateroom-main-container section.modify-stateroom-container .error-stateroom-avail-failed,
.modify-stateroom-main-container section.select-stateroom-container .error-stateroom-avail-failed,
.select-stateroom-main-container section#stateroom-list .error-stateroom-avail-failed,
.select-stateroom-main-container section.modify-stateroom-container .error-stateroom-avail-failed,
.select-stateroom-main-container section.select-stateroom-container .error-stateroom-avail-failed {
  margin: 60px 0;
  text-align: center;
}

.modify-stateroom-main-container section#stateroom-list .error-stateroom-avail-failed .error-detail,
.modify-stateroom-main-container section.modify-stateroom-container .error-stateroom-avail-failed .error-detail,
.modify-stateroom-main-container section.select-stateroom-container .error-stateroom-avail-failed .error-detail,
.select-stateroom-main-container section#stateroom-list .error-stateroom-avail-failed .error-detail,
.select-stateroom-main-container section.modify-stateroom-container .error-stateroom-avail-failed .error-detail,
.select-stateroom-main-container section.select-stateroom-container .error-stateroom-avail-failed .error-detail {
  margin: 0;
}

.modify-stateroom-main-container section#stateroom-list .error-sailing-avail-failed,
.modify-stateroom-main-container section.modify-stateroom-container .error-sailing-avail-failed,
.modify-stateroom-main-container section.select-stateroom-container .error-sailing-avail-failed,
.select-stateroom-main-container section#stateroom-list .error-sailing-avail-failed,
.select-stateroom-main-container section.modify-stateroom-container .error-sailing-avail-failed,
.select-stateroom-main-container section.select-stateroom-container .error-sailing-avail-failed {
  padding-top: 20px;
  padding-bottom: 150px;
}

.modify-stateroom-main-container section#stateroom-list .error-no-rooms,
.modify-stateroom-main-container section.modify-stateroom-container .error-no-rooms,
.modify-stateroom-main-container section.select-stateroom-container .error-no-rooms,
.select-stateroom-main-container section#stateroom-list .error-no-rooms,
.select-stateroom-main-container section.modify-stateroom-container .error-no-rooms,
.select-stateroom-main-container section.select-stateroom-container .error-no-rooms {
  display: inline-block;
  text-align: center;
  padding: 50px 0;
}

.modify-stateroom-main-container section#stateroom-list .error-no-rooms .error-state,
.modify-stateroom-main-container section.modify-stateroom-container .error-no-rooms .error-state,
.modify-stateroom-main-container section.select-stateroom-container .error-no-rooms .error-state,
.select-stateroom-main-container section#stateroom-list .error-no-rooms .error-state,
.select-stateroom-main-container section.modify-stateroom-container .error-no-rooms .error-state,
.select-stateroom-main-container section.select-stateroom-container .error-no-rooms .error-state {
  width: 100%;
}

.modify-stateroom-main-container .dcl-cruise-overview-container,
.select-stateroom-main-container .dcl-cruise-overview-container {
  display: inline-block;
  width: 450px;
  margin-right: 3px;
}

.modify-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper button,
.select-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper button {
  width: 100%;
  max-width: 185px;
}

.modify-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper .spinner,
.select-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper .spinner {
  width: 27px;
  height: 27px;
}

.modify-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper .loading,
.select-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper .loading {
  margin-top: 0;
  margin-bottom: 15px;
  height: inherit;
}

.modify-stateroom-main-container #stateroom-list .ship-location,
.select-stateroom-main-container #stateroom-list .ship-location {
  text-transform: capitalize;
}

.modify-stateroom-main-container #stateroom-list.single-room .panel-heading,
.select-stateroom-main-container #stateroom-list.single-room .panel-heading {
  display: none;
}

.modify-stateroom-main-container #stateroom-list .panel-group,
.select-stateroom-main-container #stateroom-list .panel-group {
  margin: 0;
}

.modify-stateroom-main-container #stateroom-list .panel,
.select-stateroom-main-container #stateroom-list .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0;
}

.modify-stateroom-main-container #stateroom-list .panel-heading,
.select-stateroom-main-container #stateroom-list .panel-heading {
  background: #ebf6fc none;
  border-top: 1px solid #c1def0;
  border-radius: 0;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.modify-stateroom-main-container #stateroom-list .panel-heading .heading-item,
.select-stateroom-main-container #stateroom-list .panel-heading .heading-item {
  padding-left: 6px;
}

.modify-stateroom-main-container #stateroom-list .panel-heading .wrapper-accordion-heading,
.select-stateroom-main-container #stateroom-list .panel-heading .wrapper-accordion-heading {
  display: block;
  padding: 15px;
}

.modify-stateroom-main-container #stateroom-list .accordion-open-close-icon,
.select-stateroom-main-container #stateroom-list .accordion-open-close-icon {
  transition: all cubic-bezier(.25,.46,.45,.94) .4s;
}

.modify-stateroom-main-container #stateroom-list .closed .accordion-open-close-icon,
.select-stateroom-main-container #stateroom-list .closed .accordion-open-close-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modify-stateroom-main-container #stateroom-list .disabled .panel-heading,
.modify-stateroom-main-container #stateroom-list .panel-heading.disabled,
.select-stateroom-main-container #stateroom-list .disabled .panel-heading,
.select-stateroom-main-container #stateroom-list .panel-heading.disabled {
  background: #ebeef1 none;
  border-top: 1px solid #dfdfdf;
  color: #a1afc0;
}

.modify-stateroom-main-container #stateroom-list .disabled .panel-heading .icon,
.modify-stateroom-main-container #stateroom-list .panel-heading.disabled .icon,
.select-stateroom-main-container #stateroom-list .disabled .panel-heading .icon,
.select-stateroom-main-container #stateroom-list .panel-heading.disabled .icon {
  color: #a1afc0;
}

.modify-stateroom-main-container #stateroom-list .panel-body,
.select-stateroom-main-container #stateroom-list .panel-body {
  border: none;
  padding-top: 0;
}

.modify-stateroom-main-container #stateroom-list .disabled .accordion-toggle,
.select-stateroom-main-container #stateroom-list .disabled .accordion-toggle {
  cursor: default;
}

.modify-stateroom-main-container #stateroom-list .accordion-toggle,
.select-stateroom-main-container #stateroom-list .accordion-toggle {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.modify-stateroom-main-container #stateroom-list .accordion-toggle:focus,
.select-stateroom-main-container #stateroom-list .accordion-toggle:focus {
  text-decoration: none;
}

.modify-stateroom-main-container #stateroom-list .accordion-toggle:hover,
.select-stateroom-main-container #stateroom-list .accordion-toggle:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .modify-stateroom-main-container #stateroom-list .accordion-toggle>.stateroom-label:after,
  .select-stateroom-main-container #stateroom-list .accordion-toggle>.stateroom-label:after {
    content: ":";
  }
}

.modify-stateroom-main-container #stateroom-list .accordion-toggle .stateroom-label,
.select-stateroom-main-container #stateroom-list .accordion-toggle .stateroom-label {
  font-weight: 700;
}

.modify-stateroom-main-container #stateroom-list .accordion-toggle .icon,
.select-stateroom-main-container #stateroom-list .accordion-toggle .icon {
  color: #78899e;
  float: left;
}

.modify-stateroom-main-container #stateroom-list .stateroom-bar-party,
.select-stateroom-main-container #stateroom-list .stateroom-bar-party {
  margin-left: 5px;
}

.modify-stateroom-main-container #stateroom-list .stateroom-bar-selection span span,
.select-stateroom-main-container #stateroom-list .stateroom-bar-selection span span {
  margin-left: 10px;
}

.modify-stateroom-main-container #stateroom-list h2.section-title,
.select-stateroom-main-container #stateroom-list h2.section-title {
  font-size: 28px;
  font-weight: 100;
  padding-left: 20px;
}

.modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .change-party,
.modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .remove-stateroom,
.select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .change-party,
.select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .remove-stateroom {
  cursor: pointer;
}

.modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section,
.select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section {
  width: 620px;
  margin: 0 auto;
  line-height: 18px;
}

.modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section h2.single-section-title,
.select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section h2.single-section-title {
  padding: 0;
  font-size: 28px;
  font-weight: 100;
  line-height: 36px;
}

.modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details,
.select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details {
  padding: 0;
}

.modify-stateroom-main-container .deck-selector-main,
.select-stateroom-main-container .deck-selector-main {
  padding: 0;
}

.modify-stateroom-main-container .deck-selector-main dcl-deck-selector,
.select-stateroom-main-container .deck-selector-main dcl-deck-selector {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

@media (min-width:1200px) {
  .modify-stateroom-main-container .dco-data,
  .select-stateroom-main-container .dco-data {
    max-width: 390px;
  }

  .modify-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper,
  .select-stateroom-main-container #stateroom-list .cruise-select-next-module-wrapper {
    margin-right: 0;
  }

  .modify-stateroom-main-container .select-deck-and-room,
  .select-stateroom-main-container .select-deck-and-room {
    padding: 0 40px;
  }

  .modify-stateroom-main-container .select-deck-and-room .deck-selector-main,
  .select-stateroom-main-container .select-deck-and-room .deck-selector-main {
    width: 226px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  .modify-stateroom-main-container .select-deck-and-room .deck-selector-main dcl-deck-selector,
  .select-stateroom-main-container .select-deck-and-room .deck-selector-main dcl-deck-selector {
    margin-bottom: 47px;
  }

  .modify-stateroom-main-container .select-deck-and-room .deck-selector-main dcl-deck-selector .deck-selector .deck-information-desktop,
  .select-stateroom-main-container .select-deck-and-room .deck-selector-main dcl-deck-selector .deck-selector .deck-information-desktop {
    width: 100%;
  }

  .modify-stateroom-main-container .select-deck-and-room .guaranteed-text,
  .select-stateroom-main-container .select-deck-and-room .guaranteed-text {
    padding: 0 10px 0 15px;
  }

  .modify-stateroom-main-container .select-deck-and-room .map-container,
  .select-stateroom-main-container .select-deck-and-room .map-container {
    margin: 0 auto;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
    width: 408px;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price {
    padding: 0;
    width: 226px;
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .price-list.list-items .item-name,
  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .price-list.list-items .item-price,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .price-list.list-items .item-name,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .price-list.list-items .item-price {
    padding: 0;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .price-breakdown-wrapper {
    width: auto;
    margin: 0 auto;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .rate-details-modal-wrapper {
    width: auto;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper {
    width: auto;
    height: 100%;
    min-height: 250px;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .staterom-data-wrapper,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .staterom-data-wrapper {
    margin: 10px 10px 0;
  }

  .modify-stateroom-main-container .select-deck-and-room .stateroom-price .cruise-price-container .cruise-price-title,
  .select-stateroom-main-container .select-deck-and-room .stateroom-price .cruise-price-container .cruise-price-title {
    font-size: 14px;
  }

  .modify-stateroom-main-container .gty-section.select-deck-and-room,
  .select-stateroom-main-container .gty-section.select-deck-and-room {
    padding: 20px 40px 0;
  }

  .modify-stateroom-main-container .gty-section.select-deck-and-room .section-title,
  .select-stateroom-main-container .gty-section.select-deck-and-room .section-title {
    left: -10px;
    text-align: left;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .modify-stateroom-main-container section.modify-stateroom-container.panel,
  .modify-stateroom-main-container section.select-stateroom-container.panel,
  .select-stateroom-main-container section.modify-stateroom-container.panel,
  .select-stateroom-main-container section.select-stateroom-container.panel {
    padding: 20px 5px 15px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .dcl-cruise-overview-container,
  .modify-stateroom-main-container section.select-stateroom-container.panel .dcl-cruise-overview-container,
  .select-stateroom-main-container section.modify-stateroom-container.panel .dcl-cruise-overview-container,
  .select-stateroom-main-container section.select-stateroom-container.panel .dcl-cruise-overview-container {
    width: 48%;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .dcl-cruise-overview-container .dco-data,
  .modify-stateroom-main-container section.select-stateroom-container.panel .dcl-cruise-overview-container .dco-data,
  .select-stateroom-main-container section.modify-stateroom-container.panel .dcl-cruise-overview-container .dco-data,
  .select-stateroom-main-container section.select-stateroom-container.panel .dcl-cruise-overview-container .dco-data {
    width: 84%;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container,
  .modify-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container,
  .select-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container,
  .select-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container {
    width: 48%;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container .pmc-data,
  .modify-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container .pmc-data,
  .select-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container .pmc-data,
  .select-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container .pmc-data {
    width: auto;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container .pmc-change-button,
  .modify-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container .pmc-change-button,
  .select-stateroom-main-container section.modify-stateroom-container.panel .wdpr-party-mix-control-container .pmc-change-button,
  .select-stateroom-main-container section.select-stateroom-container.panel .wdpr-party-mix-control-container .pmc-change-button {
    display: inline-block;
    float: right;
    margin: 13px 20px 0 0;
  }

  .modify-stateroom-main-container .wdpr-party-mix-control-container,
  .select-stateroom-main-container .wdpr-party-mix-control-container {
    margin-left: 0;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room {
    padding: 0 40px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .separator-deck-plan,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .separator-deck-plan {
    width: 100%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main {
    padding: 0;
    width: 27%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-selector,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-selector {
    margin-bottom: 47px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-selector .inner-container .deck-selector,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-selector .inner-container .deck-selector {
    width: 100%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-legend .deck-legend-wrapper.container .loading,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-legend .deck-legend-wrapper.container .loading {
    width: auto;
    margin-top: 30px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-legend .deck-legend-wrapper .deck-legend-li,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .deck-selector-main dcl-deck-legend .deck-legend-wrapper .deck-legend-li {
    padding-left: 10px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .map-container,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .map-container {
    margin: 0;
    padding: 0 10px;
    width: 46%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price {
    padding: 0;
    width: 27%;
    float: right;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper {
    margin: 0;
    width: 100%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description {
    width: auto;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-image,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-image {
    min-height: 90px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-image .stateroom-gallery-launcher,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-image .stateroom-gallery-launcher {
    top: auto;
    bottom: 10%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total {
    white-space: nowrap;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper {
    width: 100%;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price dcl-cruise-select-next-module .cruise-select-next-module-wrapper,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price dcl-cruise-select-next-module .cruise-select-next-module-wrapper {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }

  .modify-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price dcl-cruise-select-next-module .cruise-select-next-module-wrapper button.btn,
  .select-stateroom-main-container #stateroom-list .select-deck-and-room .stateroom-price dcl-cruise-select-next-module .cruise-select-next-module-wrapper button.btn {
    width: 152px;
  }

  .modify-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room,
  .select-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room {
    padding: 20px 40px 0;
  }

  .modify-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room .section-title,
  .select-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room .section-title {
    left: -10px;
    text-align: left;
  }

  .modify-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room .stateroom-price,
  .select-stateroom-main-container #stateroom-list .gty-section.select-deck-and-room .stateroom-price {
    width: 33.33333%;
  }
}

@media (min-width:568px) and (max-width:767px) {
  .modify-stateroom-main-container .dcl-cruise-overview-container,
  .select-stateroom-main-container .dcl-cruise-overview-container {
    width: 100%;
  }

  .modify-stateroom-main-container .dcl-cruise-overview-container .dco-data,
  .select-stateroom-main-container .dcl-cruise-overview-container .dco-data {
    width: 80%;
  }

  .modify-stateroom-main-container .content-container,
  .select-stateroom-main-container .content-container {
    padding-bottom: 10px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container .pmc-change-button,
  .modify-stateroom-main-container section.select-stateroom-container .pmc-change-button,
  .select-stateroom-main-container section.modify-stateroom-container .pmc-change-button,
  .select-stateroom-main-container section.select-stateroom-container .pmc-change-button {
    display: block;
    margin: 15px 0 0 55px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container .info-link,
  .modify-stateroom-main-container section.select-stateroom-container .info-link,
  .select-stateroom-main-container section.modify-stateroom-container .info-link,
  .select-stateroom-main-container section.select-stateroom-container .info-link {
    margin-top: 0;
    font-size: 12px;
    padding-top: 7px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container .info-link .icon,
  .modify-stateroom-main-container section.select-stateroom-container .info-link .icon,
  .select-stateroom-main-container section.modify-stateroom-container .info-link .icon,
  .select-stateroom-main-container section.select-stateroom-container .info-link .icon {
    font-size: 12px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .panel-body,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .panel-body,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .panel-body,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .panel-body {
    padding: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .panel-body .section-title,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .panel-body .section-title,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .panel-body .section-title,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .panel-body .section-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 0 8px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom.row,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom.row,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom.row,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom.row {
    padding-top: 0;
    margin: 20px 0 25px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom.row.row-middle,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom.row.row-middle,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom.row.row-middle,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom.row.row-middle {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row {
    margin-left: 0;
    margin-right: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row .row.subtype-selector-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row .row.subtype-selector-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row .row.subtype-selector-wrapper,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom type-selector .type-selector.row .row.subtype-selector-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom .ship-location-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom .ship-location-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-stateroom .ship-location-wrapper,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-stateroom .ship-location-wrapper {
    height: 260px;
    padding: 0 10px;
    margin: 9px 0 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room {
    margin: 35px 0 0;
    padding: 0 10px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .section-title,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .section-title,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .section-title,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .section-title {
    margin-left: 0;
    left: -10px;
    text-align: left;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container {
    background-color: #ebf6fc;
    z-index: 0;
    position: relative;
    padding: 135px 15px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container dcl-room-selector {
    margin: 0 auto;
    width: 100%;
    max-width: 312px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .map-container .close-map-container {
    display: block;
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room dcl-deck-legend,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room dcl-deck-legend,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room dcl-deck-legend,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room dcl-deck-legend {
    position: absolute;
    z-index: 1;
    margin-top: 32px;
    left: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price {
    margin-top: 30px;
    width: 100%;
    clear: both;
    padding: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans {
    margin-top: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper {
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number {
    padding: 15px 20px 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number .separator-deck-plan,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number .separator-deck-plan,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number .separator-deck-plan,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper div.stateroom-number .separator-deck-plan {
    width: 100%;
  }

  .modify-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .list-price,
  .modify-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .list-price,
  .select-stateroom-main-container section.modify-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .list-price,
  .select-stateroom-main-container section.select-stateroom-container #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .list-price {
    padding: 0 10px;
  }
}

@media only screen and (max-width:567px) {
  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-info,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-info {
    font-size: 14px;
    line-height: 20px;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-info.img,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-info.img {
    width: 100%;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description {
    margin-top: 25px;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .view-location-link,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .view-location-link {
    cursor: pointer;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .stateroom-group,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .stateroom-group {
    margin: 0 0 15px;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .stateroom-deck-subcategory,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .stateroom-deck-subcategory {
    font-weight: 700;
    margin: 0;
  }

  .modify-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .selected-deck-category,
  .select-stateroom-main-container .selected-stateroom-description .staterom-data-wrapper .stateroom-description .selected-deck-category {
    font-weight: 400;
    margin: 0;
  }

  .modify-stateroom-main-container .content-container,
  .select-stateroom-main-container .content-container {
    padding-bottom: 10px;
  }

  .modify-stateroom-main-container .dco-data,
  .select-stateroom-main-container .dco-data {
    max-width: 80%;
  }

  .modify-stateroom-main-container .stateroom-price-breakdown .price-list table tr,
  .select-stateroom-main-container .stateroom-price-breakdown .price-list table tr {
    font-size: 12px;
    line-height: 18px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel,
  .modify-stateroom-main-container section.select-stateroom-container.panel,
  .select-stateroom-main-container section.modify-stateroom-container.panel,
  .select-stateroom-main-container section.select-stateroom-container.panel {
    padding: 12px 12px 17px 5px;
    margin-bottom: 7px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .info-link,
  .modify-stateroom-main-container section.select-stateroom-container.panel .info-link,
  .select-stateroom-main-container section.modify-stateroom-container.panel .info-link,
  .select-stateroom-main-container section.select-stateroom-container.panel .info-link {
    margin-top: 0;
    font-size: 12px;
    padding: 8px 8px 0 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .info-link .icon,
  .modify-stateroom-main-container section.select-stateroom-container.panel .info-link .icon,
  .select-stateroom-main-container section.modify-stateroom-container.panel .info-link .icon,
  .select-stateroom-main-container section.select-stateroom-container.panel .info-link .icon {
    font-size: 12px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .horizontal-separator,
  .modify-stateroom-main-container section.select-stateroom-container.panel .horizontal-separator,
  .select-stateroom-main-container section.modify-stateroom-container.panel .horizontal-separator,
  .select-stateroom-main-container section.select-stateroom-container.panel .horizontal-separator {
    margin: 10px 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel .pmc-change-button,
  .modify-stateroom-main-container section.select-stateroom-container.panel .pmc-change-button,
  .select-stateroom-main-container section.modify-stateroom-container.panel .pmc-change-button,
  .select-stateroom-main-container section.select-stateroom-container.panel .pmc-change-button {
    display: block;
    margin: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .panel-body,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .panel-body,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .panel-body,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .panel-body {
    padding: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .stateroom-bar-party,
  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .stateroom-bar-selection,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .stateroom-bar-party,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .stateroom-bar-selection,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .stateroom-bar-party,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .stateroom-bar-selection,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .stateroom-bar-party,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .stateroom-bar-selection {
    display: none;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .section-title,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .section-title,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .section-title,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .section-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    padding: 0 0 0 8px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room {
    margin: 35px 0 0;
    padding: 0 10px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .section-title,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .section-title,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .section-title,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .section-title {
    margin-left: 0;
    left: -10px;
    text-align: left;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container {
    background-color: #ebf6fc;
    z-index: 0;
    position: relative;
    padding: 135px 15px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container dcl-room-selector,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container dcl-room-selector {
    margin: 0 auto;
    width: 100%;
    max-width: 312px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container .close-map-container,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .map-container .close-map-container {
    display: block;
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend {
    position: absolute;
    z-index: 1;
    margin-top: 32px;
    left: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend .deck-legend-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend .deck-legend-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend .deck-legend-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room dcl-deck-legend .deck-legend-wrapper {
    padding-left: 5px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price {
    padding: 0;
    margin-top: 30px;
    width: 100%;
    clear: both;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number {
    padding: 15px 20px 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number .separator-deck-plan,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number .separator-deck-plan,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number .separator-deck-plan,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price div.stateroom-number .separator-deck-plan {
    width: 100%;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price.show-deck-plans {
    margin-top: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper {
    width: 100%;
    font-size: 12px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .rate-details-modal-wrapper .rate-details-modal-link {
    margin-bottom: 25px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper {
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description {
    width: 100%;
    padding: 10px 20px 15px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-data-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-data-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-data-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-data-wrapper {
    margin: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-info,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-info,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-info,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .selected-stateroom-description .stateroom-info {
    margin: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list {
    padding: 0 10px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .gradient,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .gradient,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .gradient,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .gradient {
    margin: 22px 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total .item-name,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total .item-name,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total .item-name,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .total .item-name {
    font-weight: 700;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .priceSections,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .priceSections,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .priceSections,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .price-breakdown-wrapper .price-list .priceSections {
    font-size: 12px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper {
    padding: 25px 20px 20px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper .cruise-price-title,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper .cruise-price-title,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper .cruise-price-title,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-deck-and-room .stateroom-price .cruise-select-next-module-wrapper .cruise-price-title {
    font-size: 14px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom {
    overflow-x: hidden;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom.row,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom.row,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom.row,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom.row {
    padding-top: 0;
    margin: 20px 0 25px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom.row.row-middle,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom.row.row-middle,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom.row.row-middle,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom.row.row-middle {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .ship-location-wrapper,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .ship-location-wrapper,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .ship-location-wrapper,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .ship-location-wrapper {
    height: 165px;
    padding: 0 10px;
    margin: 9px 0 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom type-selector,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom type-selector,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom type-selector,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom type-selector {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row {
    margin-left: 0;
    margin-right: 0;
  }

  .modify-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row .subtype-selector-wrapper.row,
  .modify-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row .subtype-selector-wrapper.row,
  .select-stateroom-main-container section.modify-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row .subtype-selector-wrapper.row,
  .select-stateroom-main-container section.select-stateroom-container.panel #stateroom-list .select-stateroom .type-selector.row .subtype-selector-wrapper.row {
    margin-left: 0;
    margin-right: 0;
  }

  .modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section,
  .select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section {
    width: 100%;
    margin: 0 auto;
    line-height: 18px;
    padding: 0 30px;
  }

  .modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section h2.single-section-title,
  .select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section h2.single-section-title {
    padding: 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
  }

  .modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details,
  .select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details {
    padding: 0;
    line-height: 20px;
  }

  .modify-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details a:last-child,
  .select-stateroom-main-container #stateroom-list .error-no-additional-staterooms-available .single-section .single-details a:last-child {
    display: block;
  }

  .modify-stateroom-main-container .wdpr-party-mix-control-container,
  .select-stateroom-main-container .wdpr-party-mix-control-container {
    width: 100%;
    margin-left: 8px;
  }

  .modify-stateroom-main-container .dcl-cruise-overview-container,
  .select-stateroom-main-container .dcl-cruise-overview-container {
    width: 100%;
    margin: 0 0 0 8px;
  }

  .modify-stateroom-main-container wdpr-party-mix .accessibility-message-toggle-item,
  .select-stateroom-main-container wdpr-party-mix .accessibility-message-toggle-item {
    margin-top: 10px;
  }

  .modify-stateroom-main-container wdpr-party-mix wdpr-party-mix-summary,
  .select-stateroom-main-container wdpr-party-mix wdpr-party-mix-summary {
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  .modify-stateroom-main-container .type-selector.row,
  .select-stateroom-main-container .type-selector.row {
    padding: 0 40px;
  }
}

.select-stateroom-v2.selectstateroom .base.panel:not(.is-loading),
.select-stateroom-v2.selectstateroom-add .base.panel:not(.is-loading),
.select-stateroom-v2.selectstateroom-edit .base.panel:not(.is-loading) {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.select-stateroom-v2 #pageContent {
  min-width: 100%;
  padding: 0;
  margin: 0;
}

.select-stateroom-v2 #pageContent .base.panel {
  margin-bottom: 0;
}

.select-stateroom-v2 #pageContent .content.content-container {
  padding-bottom: 0;
}

.select-stateroom-v2 .container-spacing {
  padding: 0;
}

.select-stateroom-v2 .select-category {
  padding-top: 12px;
}

.select-stateroom-v2 .background-dark {
  background-color: #f7f9fc;
}

.select-stateroom-v2 .background-light {
  background-color: #fff;
}

#pageContainer .select-stateroom-v2-container .party-mix-step .spinner {
  margin-top: 0;
}

.select-stateroom-v2-container .header-container {
  padding: 0 16px;
}

.select-stateroom-v2-container .footer-spacing {
  padding-bottom: 30px;
}

.select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container,
.select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 20px;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary],
.select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary] {
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container,
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }

  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary],
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary] {
    margin-bottom: 0;
  }

  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container .cancel,
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container .cancel {
    margin-right: 32px;
  }
}

.select-stateroom-v2-container .price-disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: var(--font-family-roman);
  color: #78899e;
  padding: 20px 16px;
}

.select-stateroom-v2-container .price-disclaimer .price-disclaimer-emphasis {
  font-family: var(--font-family-roman);
}

.select-stateroom-v2-container .price-international .price-component .currency {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--font-family-book);
}

.select-stateroom-v2-container .price-international .dcl-estimated-price {
  margin-top: 0;
}

@media (max-width:767px) and (orientation:landscape) {
  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add,
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add {
    float: right;
  }

  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container,
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .select-stateroom-v2.selectstateroom-add .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary],
  .select-stateroom-v2.selectstateroom-edit .select-stateroom-v2-container .party-mix.mob-opt .party-mix-add.party-mix-actions.content-cards .buttons-container button[theme=primary] {
    margin-bottom: 0;
    min-width: 250px;
  }
}

.select-stateroom-v2-container #stateroom-list .cruise-select-next-module-wrapper-v2 .spinner {
  width: 27px;
  height: 27px;
}

.select-stateroom-v2-container #stateroom-list .cruise-select-next-module-wrapper-v2 .loading {
  margin-top: 0;
  margin-bottom: 15px;
  height: inherit;
}

.select-stateroom-v2-container .horizontal-separator.cruise-overview {
  height: 1px;
  margin: 10px 0;
}

.select-stateroom-v2-container #stateroom-list .select-deck-and-room {
  padding: 0;
}

.select-stateroom-v2-container #stateroom-list .select-deck-and-room .deck-selector-main {
  width: 100%;
  display: block;
}

.select-stateroom-v2-container #stateroom-list .section-title-location {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 0 0 8px 16px;
}

.select-stateroom-v2-container .guaranteed,
.select-stateroom-v2-container .select-ship-divisor {
  padding: 20px 0 0;
}

.select-stateroom-v2-container .wdpr-party-mix-control-container {
  margin-left: 0;
}

.select-stateroom-v2-container .wdpr-party-mix-separator {
  margin: 21px 0;
  height: 1px;
  background: #d0d7de;
}

.select-stateroom-v2-container .top-divisor {
  border-top: solid 1px #d0d7de;
}

.select-stateroom-v2-container .bottom-divisor {
  border-bottom: solid 1px #d0d7de;
}

.select-stateroom-v2-container .price-breakdown-wrapper {
  padding: 0 16px 16px;
}

.select-stateroom-v2-container .stateroom-price {
  display: none;
  background-color: #fff;
  border: 1px solid #d0d7de;
  padding: 0 0 16px;
  border-radius: 4px;
}

.select-stateroom-v2-container .stateroom-price .separator-stalker {
  margin: 0 0 8px;
}

.select-stateroom-v2-container .stateroom-price .stateroom-price-breakdown {
  padding: 0 0 8px;
}

.select-stateroom-v2-container .stateroom-price .stateroom-price-breakdown .price-list table tr {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.select-stateroom-v2-container .stateroom-price .stateroom-price-breakdown .price-list table tr .item-price wdpr-price-block span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.select-stateroom-v2-container .stateroom-price .stateroom-price-breakdown .price-list table.total .subtotal-price-block span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.select-stateroom-v2-container .select-deck-and-room-container {
  padding-top: 20px;
}

.select-stateroom-v2-container .select-deck-and-room-container .header-container .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #253b56;
}

.select-stateroom-v2-container .select-deck-and-room-container .map-container {
  padding: 0;
  margin: 0;
}

.select-stateroom-v2-container .select-deck-and-room-container .select-stateroom-legend {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 4px;
  margin-top: 20px;
  z-index: 2;
  padding-bottom: 20px;
}

.select-stateroom-v2-container .select-deck-and-room-container .select-stateroom-legend .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.select-stateroom-v2-container .select-deck-and-room-container .select-stateroom-legend .paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.select-stateroom-v2-container .select-deck-and-room-container .dcl-rate-details-modal {
  text-align: right;
  margin-top: 4px;
}

.select-stateroom-v2-container .room-selector {
  margin: 0;
  width: 100%;
  max-width: 312px;
}

.select-stateroom-v2-container .stateroom-error {
  padding: 20px 16px;
  border-bottom: solid 1px #d0d7de;
}

.select-stateroom-v2-container .sticky-footer-container {
  display: block;
  background: #fff;
  padding-bottom: 20px;
  z-index: 1;
  box-shadow: 0 -1px 0 0 #d0d7de;
}

.select-stateroom-v2-container .sticky-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-top: 20px;
}

.select-stateroom-v2-container .party-mix-title-container {
  margin: 30px 0;
}

.select-stateroom-v2-container .party-mix-title-container .party-mix-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.select-stateroom-v2-container .party-mix-spacing {
  margin-top: 4px;
}

.select-stateroom-v2-container .stateroom-category-container {
  border-bottom: 1px solid #d0d7de;
}

.select-stateroom-v2-container .error-message-container {
  text-align: center;
  padding: 0 10px 40px;
  color: #253b56;
}

.select-stateroom-v2-container .error-message-container .error-header {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.select-stateroom-v2-container .error-message-container .error-detail {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.select-stateroom-v2-container .shown-summary {
  border-top: solid 1px #d0d7de;
  padding-top: 40px;
}

.select-stateroom-v2-container .error-no-rooms {
  padding-top: 0;
}

.select-stateroom-v2-container .error-no-rooms .error-header {
  margin-top: 40px;
}

@media (min-width:768px) {
  .select-stateroom-v2-container .party-mix-title-container .party-mix-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .select-stateroom-v2-container .stateroom-error {
    padding: 20px 0;
  }

  .select-stateroom-v2-container .select-ship-divisor {
    transition: background-color .8s ease,border .8s ease;
    background-color: #f7f9fc;
    border-bottom: solid 1px #f7f9fc;
    padding: 30px 0 20px 0;
  }

  .select-stateroom-v2-container .deck-color {
    background-color: #fff;
    border-color: #d0d7de;
  }

  .select-stateroom-v2-container .guaranteed {
    padding-top: 32px;
  }

  .select-stateroom-v2-container #stateroom-list .section-title-location {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    margin: 0 0 12px 0;
  }

  .select-stateroom-v2-container .horizontal-separator.cruise-overview {
    margin: 15px 0;
  }

  .select-stateroom-v2-container .container-spacing {
    padding: 0 10px;
  }

  .select-stateroom-v2-container .footer-spacing {
    padding-bottom: 80px;
  }

  .select-stateroom-v2-container .party-mix-spacing {
    margin-top: 19px;
  }

  .select-stateroom-v2-container .select-category {
    padding-top: 30px;
  }

  .select-stateroom-v2-container .select-stateroom-legend {
    margin: 0;
  }

  .select-stateroom-v2-container .stateroom-price {
    display: block;
  }

  .select-stateroom-v2-container .sticky-footer-container {
    display: none;
  }

  .select-stateroom-v2-container .sticky-footer {
    position: inherit;
  }

  .select-stateroom-v2-container .select-deck-and-room-container {
    padding-top: 30px;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .select-stateroom-legend {
    position: static!important;
  }

  .select-stateroom-v2-container .error-message-container .error-header {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
  }

  .select-stateroom-v2-container .error-message-container .error-detail {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
}

@media (max-width:767px) {
  .select-stateroom-v2-container .select-deck-and-room-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 0;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .header-container {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 16px;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .header-container .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .map-container {
    margin: 0 8px;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .deck-container {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 0 16px;
    margin: 0 16px;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .room-selector {
    margin: 0 auto;
  }
}

.select-stateroom-v2-container .animation-container .stateroom-step {
  width: 100%;
}

.select-stateroom-v2-container .animation-container .stateroom-step.ng-hide-add,
.select-stateroom-v2-container .animation-container .stateroom-step.ng-hide-remove {
  background-color: #f7f9fc;
  height: 200vh;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.select-stateroom-v2-container .animation-container .stateroom-step:not(.forward).ng-hide-add {
  -webkit-animation-name: left-transition-out;
  animation-name: left-transition-out;
  position: absolute;
  top: 0;
}

.select-stateroom-v2-container .animation-container .stateroom-step:not(.forward).ng-hide-remove {
  -webkit-animation-name: left-transition-in;
  animation-name: left-transition-in;
  position: relative;
  top: 0;
  z-index: 10;
}

.select-stateroom-v2-container .animation-container .stateroom-step.forward.ng-hide-add {
  -webkit-animation-name: right-transition-out;
  animation-name: right-transition-out;
  position: absolute;
  top: 0;
}

.select-stateroom-v2-container .animation-container .stateroom-step.forward.ng-hide-remove {
  -webkit-animation-name: right-transition-in;
  animation-name: right-transition-in;
  position: relative;
  top: 0;
  z-index: 10;
}

.select-stateroom-v2-container .animation-container .stateroom-step.first-step:not(.forward).ng-hide-remove .go-back-summary {
  -webkit-animation-name: degrade-goback-room;
  animation-name: degrade-goback-room;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(1,0,1,1);
  animation-timing-function: cubic-bezier(1,0,1,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.select-stateroom-v2-container .animation-container .stateroom-step.first-step.forward.ng-hide-remove .go-back-summary {
  -webkit-animation-name: degrade-goback-room;
  animation-name: degrade-goback-room;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(1,0,1,1);
  animation-timing-function: cubic-bezier(1,0,1,1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.select-stateroom-v2-container .degrade-title {
  -webkit-animation-name: degrade-goback;
  animation-name: degrade-goback;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.select-stateroom-v2-container .hide-go-back .go-back-summary {
  opacity: 0;
}

.select-stateroom-v2-container .animation-container {
  position: relative;
}

.select-stateroom-v2-container .animation-container .inner {
  position: relative;
  width: 100%;
}

@media (min-width:975px) {
  .select-stateroom-v2-container .select-deck-and-room-container .select-stateroom-legend,
  .select-stateroom-v2-container .stateroom-price {
    width: 375px;
    float: right;
  }

  .select-stateroom-v2-container .select-deck-and-room-container .map-container {
    width: 320px;
  }

  .select-stateroom-v2-container .gty-section-v2 .guaranteed-text {
    width: 520px;
    margin-right: 30px;
  }
}

@-webkit-keyframes degrade-goback {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes degrade-goback {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes degrade-goback-room {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes degrade-goback-room {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes right-transition-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes right-transition-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes right-transition-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes right-transition-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes left-transition-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes left-transition-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes left-transition-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes left-transition-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

type-selector {
  z-index: 0;
}

type-selector .stateroom-type-tabs {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 15px;
}

type-selector .stateroom-type-tabs.length-1 {
  width: 144px;
}

type-selector .stateroom-type-tabs.length-2 {
  width: 288px;
}

type-selector .stateroom-type-tabs.length-3 {
  width: 432px;
}

type-selector .stateroom-type-tabs.length-4 {
  width: 576px;
}

type-selector .stateroom-type-tabs.length-5 {
  width: 720px;
}

type-selector .stateroom-type-tabs.length-6 {
  width: 864px;
}

type-selector .stateroom-type-tabs.length-7 {
  width: 1008px;
}

type-selector .stateroom-type-tabs.length-8 {
  width: 1152px;
}

type-selector .stateroom-type-tabs.length-9 {
  width: 1296px;
}

type-selector .stateroom-type-tabs.length-10 {
  width: 1440px;
}

type-selector .stateroom-type-tabs>li.type-tab {
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 52px;
  margin-left: 10px;
  width: 134px;
}

type-selector .stateroom-type-tabs>li.type-tab:first-child {
  margin-left: 0;
}

type-selector .stateroom-type-tabs>li.type-tab.active a,
type-selector .stateroom-type-tabs>li.type-tab.active:focus a,
type-selector .stateroom-type-tabs>li.type-tab.active:hover a {
  color: #1994d7;
  font-weight: 700;
  background-color: #ebf6fc;
}

type-selector .stateroom-type-tabs>li.type-tab.active:after,
type-selector .stateroom-type-tabs>li.type-tab.active:before,
type-selector .stateroom-type-tabs>li.type-tab.active:focus:after,
type-selector .stateroom-type-tabs>li.type-tab.active:focus:before,
type-selector .stateroom-type-tabs>li.type-tab.active:hover:after,
type-selector .stateroom-type-tabs>li.type-tab.active:hover:before {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

type-selector .stateroom-type-tabs>li.type-tab.active:after,
type-selector .stateroom-type-tabs>li.type-tab.active:focus:after,
type-selector .stateroom-type-tabs>li.type-tab.active:hover:after {
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

type-selector .stateroom-type-tabs>li.type-tab.active:before,
type-selector .stateroom-type-tabs>li.type-tab.active:focus:before,
type-selector .stateroom-type-tabs>li.type-tab.active:hover:before {
  border-bottom-color: #dfdfdf;
  border-width: 13px;
  margin-left: -13px;
}

type-selector .stateroom-type-tabs>li.type-tab.disabled {
  font-style: italic;
}

type-selector .stateroom-type-tabs>li.type-tab.disabled a {
  pointer-events: none;
  padding-bottom: 0;
}

type-selector .stateroom-type-tabs>li.type-tab.disabled .unavailable-text,
type-selector .stateroom-type-tabs>li.type-tab.disabled a {
  font-weight: 400;
  color: #a1afc0;
  display: block;
}

type-selector .stateroom-type-tabs>li.type-tab a {
  color: #253b56;
  display: inline-block;
  width: 134px;
  padding: 5px 0;
  font-weight: 700;
  cursor: pointer;
}

type-selector .stateroom-type-tabs>li.type-tab a:hover {
  color: #1994d7;
  background-color: #ebf6fc;
}

@media only screen and (max-width:767px) {
  type-selector {
    position: relative;
    display: block;
    padding: 0;
  }

  type-selector .swipe-container-m {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  type-selector .swipe-container-m::-webkit-scrollbar {
    display: none;
  }

  type-selector .stateroom-type-tabs {
    padding: 0;
    z-index: 1;
    margin: 0 auto;
    margin-top: 10px;
  }

  type-selector .stateroom-type-tabs.length-1 {
    width: 110px;
  }

  type-selector .stateroom-type-tabs.length-2 {
    width: 220px;
  }

  type-selector .stateroom-type-tabs.length-3 {
    width: 330px;
  }

  type-selector .stateroom-type-tabs.length-4 {
    width: 440px;
  }

  type-selector .stateroom-type-tabs.length-5 {
    width: 550px;
  }

  type-selector .stateroom-type-tabs.length-6 {
    width: 660px;
  }

  type-selector .stateroom-type-tabs.length-7 {
    width: 770px;
  }

  type-selector .stateroom-type-tabs.length-8 {
    width: 880px;
  }

  type-selector .stateroom-type-tabs.length-9 {
    width: 990px;
  }

  type-selector .stateroom-type-tabs.length-10 {
    width: 1100px;
  }

  type-selector .stateroom-type-tabs>li.type-tab {
    height: 49px;
    width: 105px;
    margin-left: 0;
  }

  type-selector .stateroom-type-tabs>li.type-tab a {
    width: 100px;
  }
}

@media (min-width:768px) {
  type-selector .stateroom-type-tabs.nav-pills {
    width: 100%;
  }
}

.type-selector-v2 {
  color: #253b56;
  display: block;
}

.type-selector-v2 .cards {
  padding: 0;
  margin-bottom: 0;
}

.type-selector-v2 .card {
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  width: 100%;
}

.type-selector-v2 .card.last-item {
  margin-bottom: 0;
}

.type-selector-v2 .card:hover {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

.type-selector-v2 .card:hover .arrow {
  color: #117e98;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.type-selector-v2 .card-disabled {
  pointer-events: none;
  color: #acb9c9;
}

.type-selector-v2 .content {
  padding-left: 16px;
  padding-right: 16px;
}

.type-selector-v2 .name,
.type-selector-v2 .price-component {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.type-selector-v2 .name.converted,
.type-selector-v2 .price-component.converted {
  color: #78899e;
}

.type-selector-v2 .name .currency,
.type-selector-v2 .price-component .currency {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 3px;
}

.type-selector-v2 .name {
  float: left;
  font-weight: 500;
  margin: 0 0 4px;
}

.type-selector-v2 .price-container {
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-selector-v2 .price-container .price-icon {
  margin-right: 5px;
  margin-bottom: 4px;
  color: #37a867;
}

.type-selector-v2 .price-container .price-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.type-selector-v2 .picture {
  margin-bottom: 8px;
  width: 100%;
}

.type-selector-v2 .picture-disabled {
  opacity: .6;
}

.type-selector-v2 .picture img {
  width: 100%;
}

.type-selector-v2 .picture .img-load-error {
  display: none;
}

.type-selector-v2 .price-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #253b56;
  padding-right: 4px;
  display: block;
}

.type-selector-v2 .unavailable {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  float: right;
}

.type-selector-v2 .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  margin-bottom: 8px;
  width: 100%;
}

.type-selector-v2 .description.mobile {
  display: inline-block;
  margin-top: 8px;
}

.type-selector-v2 .link {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  float: right;
}

.type-selector-v2 .arrow,
.type-selector-v2 .included {
  display: none;
}

.type-selector-v2 .arrow,
.type-selector-v2 .included {
  color: #117e98;
}

@media (min-width:768px) {
  .type-selector-v2 .cards {
    padding: 0;
  }

  .type-selector-v2 .card {
    min-height: 116px;
  }

  .type-selector-v2 .type-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 32px 0 12px;
  }

  .type-selector-v2 .name {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
  }

  .type-selector-v2 .price-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 0;
  }

  .type-selector-v2 .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 5%;
    display: inline-block;
  }

  .type-selector-v2 .description.mobile {
    display: none;
  }

  .type-selector-v2 .picture {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: 280px;
    height: 117px;
    background-color: #a1afc0;
  }

  .type-selector-v2 .price-container {
    margin-left: auto;
    text-align: right;
    min-width: 160px;
  }

  .type-selector-v2 .unavailable {
    margin: auto;
    margin-right: 40px;
  }

  .type-selector-v2 .card {
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-bottom: 0;
  }

  .type-selector-v2 .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto 1 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    padding: 12px 16px;
    position: relative;
  }

  .type-selector-v2 .link {
    display: none;
  }

  .type-selector-v2 .included {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    display: block;
  }

  .type-selector-v2 .arrow {
    margin: auto 0 auto 13px;
    height: 25px;
    display: block;
  }

  .type-selector-v2.is-mobile-opt-misc .picture {
    border-radius: 3px;
    margin: 16px 0 16px 16px;
    overflow: hidden;
  }
}

.exit-stage-left subtype-selector .animate-repeat.ng-enter {
  opacity: .01;
  left: -500px;
}

.exit-stage-left subtype-selector .animate-repeat.ng-enter-active,
.exit-stage-left subtype-selector .animate-repeat.ng-leave {
  opacity: 1;
  left: 0;
}

.exit-stage-left subtype-selector .animate-repeat.ng-leave-active {
  opacity: .01;
  left: 500px;
}

.exit-stage-right subtype-selector .animate-repeat.ng-enter {
  opacity: .01;
  right: -500px;
}

.exit-stage-right subtype-selector .animate-repeat.ng-enter-active,
.exit-stage-right subtype-selector .animate-repeat.ng-leave {
  opacity: 1;
  right: 0;
}

.exit-stage-right subtype-selector .animate-repeat.ng-leave-active {
  opacity: .01;
  right: 500px;
}

subtype-selector {
  display: inline-block;
  width: 100%;
  height: auto;
}

subtype-selector .animate-repeat.ng-animate {
  transition: .5s cubic-bezier(.25,.25,.75,.75) all;
}

subtype-selector .animate-repeat {
  position: relative;
  display: inline-block;
}

subtype-selector ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #fff;
}

subtype-selector ::-webkit-scrollbar-button {
  width: 210px;
}

subtype-selector ::-webkit-scrollbar-thumb {
  background: #65778a;
  border-radius: 50px;
}

subtype-selector ::-webkit-scrollbar-thumb:hover {
  background: #65778a;
}

subtype-selector ::-webkit-scrollbar-thumb:active {
  background: #65778a;
}

subtype-selector ::-webkit-scrollbar-track {
  background: #dfdfdf;
  border: none;
  border-radius: 50px;
}

subtype-selector ::-webkit-scrollbar-button:end:increment,
subtype-selector ::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
}

subtype-selector ::-webkit-scrollbar-track-piece {
  background: #dfdfdf;
  border: none;
  border-radius: 50px;
}

subtype-selector ::-webkit-scrollbar-corner {
  background: 0 0;
}

subtype-selector .swipe-container-m {
  overflow-y: hidden;
  overflow-x: auto;
}

subtype-selector .swipe-container-m.showScrollbar {
  overflow-x: auto;
  box-sizing: content-box;
  padding: 0 45px 35px 35px;
  margin: 0 0 18px -40px;
  width: 100%;
}

subtype-selector .swipe-container-m.showScrollbar .subtypes-list {
  text-align: left;
}

subtype-selector .swipe-container-m.showScrollbar .subtypes-list li.subtype.ng-scope {
  text-align: center;
}

subtype-selector .subtypes-list {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  display: table;
  overflow: visible;
}

subtype-selector .subtypes-list.length-1 {
  width: 227px;
}

subtype-selector .subtypes-list.length-2 {
  width: 444px;
}

subtype-selector .subtypes-list.length-3 {
  width: 661px;
}

subtype-selector .subtypes-list.length-4 {
  width: 878px;
}

subtype-selector .subtypes-list.length-5 {
  width: 1095px;
}

subtype-selector .subtypes-list.length-6 {
  width: 1312px;
}

subtype-selector .subtypes-list.length-7 {
  width: 1529px;
}

subtype-selector .subtypes-list.length-8 {
  width: 1746px;
}

subtype-selector .subtypes-list.length-9 {
  width: 1963px;
}

subtype-selector .subtypes-list.length-10 {
  width: 2180px;
}

subtype-selector .subtypes-list.length-11 {
  width: 2397px;
}

subtype-selector .subtypes-list.length-12 {
  width: 2614px;
}

subtype-selector .subtypes-list.length-13 {
  width: 2831px;
}

subtype-selector .subtypes-list.length-14 {
  width: 3048px;
}

subtype-selector .subtypes-list.length-15 {
  width: 3265px;
}

subtype-selector .subtypes-list.length-0 {
  width: 3265px;
}

subtype-selector .subtype-selector-label {
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 5px;
}

subtype-selector .subtype-selector-label:hover {
  background-color: #ebf6fc;
}

subtype-selector .unavailable .subtype-selector-label {
  cursor: default;
}

subtype-selector .unavailable .subtype-selector-label:hover {
  background-color: #fff;
}

subtype-selector .subtype {
  padding: 5px;
  vertical-align: top;
  display: table-cell;
}

subtype-selector .subtype .subtype-selector-label .header-wrapper .subtype-name {
  line-height: 18px;
}

subtype-selector .subtype-selector-wrapper {
  padding-top: 13px;
}

subtype-selector .subtype-image-wrapper {
  height: 108px;
}

subtype-selector .subtype-image-wrapper .subtype-image-container {
  position: relative;
}

subtype-selector .subtype-image-wrapper .subtype-image-container img {
  width: 100%;
  height: 108px;
}

subtype-selector .subtype-image-wrapper .subtype-image-container .subtype-gallery-launcher {
  position: absolute;
  top: 68px;
  margin-left: 13px;
  color: #fff;
  font-weight: 200;
}

subtype-selector .subtype-image-wrapper .subtype-image-container .subtype-gallery-launcher .subtype-gallery-icon-wrapper {
  position: relative;
  line-height: normal;
  height: 27px;
  width: 26px;
  background-color: rgba(101,119,138,.75);
}

subtype-selector .subtype-image-wrapper .subtype-image-container .subtype-gallery-launcher .subtype-gallery-icon-wrapper wdpr-icon {
  position: absolute;
  top: -1px;
  left: -6px;
}

subtype-selector .subtype-selector {
  border: 1px solid #dfdfdf;
  padding: 10px;
  outline: 0;
  height: 100%;
  display: table;
  width: 207px;
  min-height: 285px;
  border-radius: 5px;
}

subtype-selector .subtype-selector:focus {
  background-color: #ebf6fc;
}

subtype-selector .subtype-selector .subtype-details-container {
  margin-bottom: 20px;
}

subtype-selector .subtype-selector .subtype-name,
subtype-selector .subtype-selector p {
  margin: 0;
  word-break: break-word;
}

subtype-selector .subtype-selector .subtype-name.deck-code,
subtype-selector .subtype-selector .subtype-name.stateroom-view,
subtype-selector .subtype-selector p.deck-code,
subtype-selector .subtype-selector p.stateroom-view {
  margin-bottom: 20px;
}

subtype-selector .subtype-selector .subtype-name.stateroom-view-gty,
subtype-selector .subtype-selector p.stateroom-view-gty {
  margin-bottom: 0;
}

subtype-selector .subtype-selector .price-label {
  font-size: 10px;
  line-height: 15px;
}

subtype-selector .subtype-selector .price-icon {
  color: #61941b;
  font-size: 16px;
}

subtype-selector .subtype-selector wdpr-price-block {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}

subtype-selector .subtype-selector wdpr-price-block .price,
subtype-selector .subtype-selector wdpr-price-block .priceSections {
  margin: auto;
  line-height: 20px;
  font-size: 15px;
  height: 100%;
}

subtype-selector .subtype-selector .details-wrapper {
  display: table-row;
  height: 100%;
}

subtype-selector .subtype-selector .details-wrapper .subtype-affiliation {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

subtype-selector .subtype-selector .rate-details {
  margin: 0 -10px;
  border-top: 1px solid #dfdfdf;
  font-size: 10px;
  line-height: 15px;
  padding-top: 10px;
}

subtype-selector .subtype-selector .unavailable {
  font-size: 15px;
  font-style: italic;
  font-weight: 200;
  vertical-align: middle;
  line-height: 71px;
  color: #a1afc0;
}

subtype-selector .subtype-selector .party-too-large {
  height: 70px;
}

subtype-selector .subtype-selector .party-too-large p {
  font-style: italic;
  color: #a1afc0;
  font-weight: 200;
}

subtype-selector .subtype-selector .party-too-large a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #1994d7;
}

subtype-selector .subtype-selector.selected {
  background-color: #1994d7;
}

subtype-selector .subtype-selector.selected,
subtype-selector .subtype-selector.selected .icon,
subtype-selector .subtype-selector.selected .subtype-affiliation,
subtype-selector .subtype-selector.selected .subtype-name,
subtype-selector .subtype-selector.selected a {
  color: #fff;
}

subtype-selector .subtype-selector.selected a {
  text-decoration: underline;
}

subtype-selector .subtype-selector.selected .details-wrapper p,
subtype-selector .subtype-selector.selected .details-wrapper span.price {
  color: #fff;
}

@media (max-width:767px) {
  subtype-selector {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  subtype-selector .swipe-container-m {
    padding-bottom: 10px;
  }

  subtype-selector ::-webkit-scrollbar {
    display: none;
  }

  subtype-selector .subtypes-list {
    height: 100%;
  }

  subtype-selector .subtypes-list .subtype {
    padding: 5px 0 0 10px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
  }

  subtype-selector .subtypes-list .subtype label.subtype-selector-label {
    margin-bottom: 0;
  }

  subtype-selector .subtype-image-wrapper {
    height: 112px;
    padding-bottom: 0;
  }

  subtype-selector .subtype-selector-wrapper {
    padding: 3px 2% 0 2%;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  subtype-selector .subtype-selector-wrapper .header-wrapper {
    padding: 10px 0;
  }

  subtype-selector .subtype-selector-wrapper .header-wrapper .subtype-name {
    font-weight: 600;
  }

  subtype-selector .subtype-selector-wrapper .details-wrapper .category-code,
  subtype-selector .subtype-selector-wrapper .details-wrapper .deck-code,
  subtype-selector .subtype-selector-wrapper .details-wrapper .occupancy,
  subtype-selector .subtype-selector-wrapper .details-wrapper .price-label,
  subtype-selector .subtype-selector-wrapper .details-wrapper .stateroom-size,
  subtype-selector .subtype-selector-wrapper .details-wrapper .stateroom-view {
    font-weight: 200;
  }

  subtype-selector .subtype-selector-wrapper .details-wrapper .deck-code,
  subtype-selector .subtype-selector-wrapper .details-wrapper .stateroom-view {
    margin-bottom: 10px;
  }

  subtype-selector .subtype-selector-wrapper .details-wrapper .stateroom-view-gty {
    margin-bottom: 0;
  }

  subtype-selector .party-mix-stateroom wdpr-party-mix-summary .party-mix-summary {
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  subtype-selector {
    display: inline-block;
  }

  subtype-selector .subcategories-list {
    margin: auto;
  }

  subtype-selector .subcategories-list.length-1 {
    width: 227px;
  }

  subtype-selector .subcategories-list.length-2 {
    width: 444px;
  }

  subtype-selector .subcategories-list.length-3 {
    width: 661px;
  }

  subtype-selector .subcategories-list.length-4 {
    width: 878px;
  }

  subtype-selector .subcategories-list.length-5 {
    width: 1095px;
  }

  subtype-selector .subcategories-list.length-6 {
    width: 1312px;
  }

  subtype-selector .subcategories-list.length-7 {
    width: 1529px;
  }

  subtype-selector .subcategories-list.length-8 {
    width: 1746px;
  }

  subtype-selector .subcategories-list.length-9 {
    width: 1963px;
  }

  subtype-selector .subcategories-list.length-10 {
    width: 2180px;
  }

  subtype-selector .subcategories-list.length-11 {
    width: 2397px;
  }

  subtype-selector .subcategories-list.length-12 {
    width: 2614px;
  }

  subtype-selector .subcategories-list.length-13 {
    width: 2831px;
  }

  subtype-selector .subcategories-list.length-14 {
    width: 3048px;
  }

  subtype-selector .subcategories-list.length-15 {
    width: 3265px;
  }

  subtype-selector .swipe-container-m {
    margin: 0 -40px;
  }

  subtype-selector .swipe-container-m.showScrollbar {
    overflow-x: auto;
  }

  subtype-selector .subtypes-list {
    display: block;
  }

  subtype-selector .subtypes-list.length-0 {
    width: 100%;
  }

  subtype-selector input:not(:disabled)+.subtype-selector {
    cursor: pointer;
  }

  subtype-selector .subtype-selector-wrapper {
    padding-top: 18px;
  }

  subtype-selector .subtype-selector {
    min-height: 351px;
    display: table;
    height: 100%;
  }

  subtype-selector .subtype-selector .header-wrapper {
    padding: 15px 0 10px 0;
  }

  subtype-selector .subtype-selector .header-wrapper .subtype-name {
    word-break: break-word;
    width: 90%;
    display: inline-block;
    padding: 0;
    color: #253b56;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
  }

  subtype-selector .subtype-selector.selected .header-wrapper .subtype-name {
    color: #fff;
  }

  subtype-selector .subtype-selector.selected .rate-details-transclude {
    text-decoration: underline;
  }

  subtype-selector .subtype-selector .details-wrapper {
    display: table-footer-group;
  }

  subtype-selector .subtype-selector .details-wrapper .subtype-affiliation {
    font-size: 14px;
    line-height: 24px;
  }

  subtype-selector .subtype-selector .category-code,
  subtype-selector .subtype-selector .deck-code,
  subtype-selector .subtype-selector .occupancy,
  subtype-selector .subtype-selector .stateroom-size {
    line-height: 24px;
  }

  subtype-selector .subtype-selector .category-code,
  subtype-selector .subtype-selector .deck-code,
  subtype-selector .subtype-selector .occupancy,
  subtype-selector .subtype-selector .stateroom-size,
  subtype-selector .subtype-selector .stateroom-view {
    font-size: 14px;
    font-weight: 500;
  }

  subtype-selector .subtype-selector .deck-code,
  subtype-selector .subtype-selector .stateroom-view {
    margin-bottom: 15px;
    line-height: 18px;
  }

  subtype-selector .subtype-selector .stateroom-view-gty {
    margin-bottom: 0;
  }

  subtype-selector .subtype-selector .price-label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
    font-weight: 500;
  }

  subtype-selector .subtype-selector .price-icon {
    display: inline-block;
    color: #61941b;
  }

  subtype-selector .subtype-selector .price-icon .icon {
    line-height: 18px;
    font-size: 16px;
  }

  subtype-selector .subtype-selector wdpr-price-block {
    display: inline-block;
  }

  subtype-selector .subtype-selector wdpr-price-block .price {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
    height: 100%;
  }

  subtype-selector .subtype-selector .rate-details {
    font-size: 12px;
    line-height: 15px;
    font-weight: 200;
    color: #1994d7;
    border: none;
    padding: 0;
  }

  subtype-selector .subtype-selector .unavailable {
    line-height: 63px;
  }

  subtype-selector .subtype-selector .subtype-image-container .subtype-gallery-launcher:hover wdpr-icon .icon {
    color: #1994d7;
  }
}

subtype-selector-v2 {
  display: inline-block;
  width: 100%;
}

subtype-selector-v2 .subtypes-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

subtype-selector-v2 .subtypes-list .subtype {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  margin: 6px 0;
  width: 100%;
}

subtype-selector-v2 .subtypes-list .subtype.last-item {
  margin-bottom: 0;
}

subtype-selector-v2 .subtypes-list .subtype:hover {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

subtype-selector-v2 .subtypes-list .subtype:hover .next-icon {
  color: #117e98;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

subtype-selector-v2 label.subtype-selector-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

subtype-selector-v2 .subtype-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

subtype-selector-v2 .subtype-image-container {
  position: relative;
  min-height: 60px;
  background: #a1afc0;
}

subtype-selector-v2 .subtype-image-container.subtype-gty {
  min-height: 32px;
}

subtype-selector-v2 .subtype-image-container .gallery-link-wrapper {
  background-image: linear-gradient(-180deg,rgba(37,59,86,0) 0,rgba(37,59,86,.35) 100%);
  bottom: 0;
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}

subtype-selector-v2 .subtype-image-container wdpr-picture img {
  width: 100%;
}

subtype-selector-v2 .subtype-image-container wdpr-picture .img-load-error {
  display: none;
}

subtype-selector-v2 .subtype-gallery-launcher {
  bottom: 8px;
  color: #fff;
  font-weight: 200;
  margin-left: 13px;
  position: absolute;
  padding: 2px;
  text-decoration: none;
}

subtype-selector-v2 .open-gallery-btn:focus {
  border: 1px #fff solid;
  text-shadow: 2px 2px 4px #000;
}

subtype-selector-v2 .view-gallery {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 4px;
}

subtype-selector-v2 .subtype-gallery-guaranteed {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  background: rgba(22,157,190,.6);
  bottom: 0;
  color: #fff;
  padding: 6px 16px;
  position: absolute;
  width: 100%;
}

subtype-selector-v2 .subtype-details-container {
  padding: 8px 16px 12px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto 1;
  -ms-flex: auto 1;
  flex: auto 1;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

subtype-selector-v2 .subtype-details-container .subtype-description {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

subtype-selector-v2 .subtype-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

subtype-selector-v2 .subtype-details {
  padding: 4px 4px 0 0;
}

subtype-selector-v2 .subtype-details-items {
  width: 100%;
}

subtype-selector-v2 .subtype-details-items span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 50%;
}

subtype-selector-v2 .subtype-price-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

subtype-selector-v2 .subtype-price-detail.price-international {
  width: 100%;
}

subtype-selector-v2 .subtype-price-detail .price-detail .price-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

subtype-selector-v2 .subtype-price-detail .price-detail .price-container .price-icon {
  margin-right: 3px;
}

subtype-selector-v2 .subtype-price-detail .price-icon {
  -webkit-flex-grow: 15;
  -ms-flex-positive: 15;
  flex-grow: 15;
  color: #37a867;
}

subtype-selector-v2 .subtype-price-detail wdpr-price-block {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

subtype-selector-v2 .subtype-price-detail wdpr-price-block .price {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

subtype-selector-v2 .subtype-price-detail wdpr-price-block .currency {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 3px;
}

subtype-selector-v2 .subtype-price-detail wdpr-price-block.converted {
  color: #78899e;
}

subtype-selector-v2 .price-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  width: 100%;
}

subtype-selector-v2 .rate-details {
  width: 100%;
}

subtype-selector-v2 .rate-details .dcl-rate-details-modal {
  width: 100%;
}

subtype-selector-v2 .dcl-rate-details-modal {
  width: 100%;
}

subtype-selector-v2 .dcl-rate-details-modal a {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

subtype-selector-v2 .next-icon {
  color: #117e98;
  margin-left: 16px;
  display: none;
}

subtype-selector-v2 .unavailable {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  color: #acb9c9;
  pointer-events: none;
}

subtype-selector-v2 .unavailable .subtype-selector-label {
  cursor: default;
}

subtype-selector-v2 .unavailable .subtype-selector-label .subtype-image-container {
  opacity: .6;
}

subtype-selector-v2 .unavailable .subtype-selector-label .unavailable-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width:768px) {
  subtype-selector-v2 .subtype {
    border-radius: 4px;
  }

  subtype-selector-v2 .subtypes-list {
    padding: 0;
  }

  subtype-selector-v2 .subtype-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 32px 0 12px;
  }

  subtype-selector-v2 .subtype-selector {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  subtype-selector-v2 .subtype-image-container {
    height: 180px;
    min-width: 320px;
  }

  subtype-selector-v2 .subtype-image-container wdpr-picture img {
    width: 320px;
    height: 180px;
  }

  subtype-selector-v2 .subtype-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  subtype-selector-v2 .subtype-details-items span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  subtype-selector-v2 .subtype-gallery-guaranteed {
    width: 320px;
  }

  subtype-selector-v2 .subtype-details-container {
    padding: 12px 13px 0 16px;
  }

  subtype-selector-v2 .price-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  subtype-selector-v2 .subtype-price-detail {
    min-width: 140px;
    max-width: 190px;
  }

  subtype-selector-v2 .subtype-price-detail .next-icon {
    display: block;
  }

  subtype-selector-v2 .unavailable .subtype-price-detail {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  subtype-selector-v2 .dcl-rate-details-modal a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}

@media only screen and (min-width:1200px) {
  subtype-selector-v2 .dcl-rate-details-modal {
    width: 46%;
  }
}

.gty-section-v2 .guaranteed-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  left: 0;
  margin: 0 16px 8px;
}

.gty-section-v2 .guaranteed-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 16px 20px;
  padding: 0;
}

.gty-section-v2 .dcl-rate-details-modal {
  text-align: right;
  padding: 8px 16px 16px;
}

.gty-section-v2 .sticky-footer-summary .dcl-rate-details-modal {
  padding: 0;
  margin-top: 4px;
}

@media only screen and (min-width:768px) {
  .gty-section-v2 .guaranteed-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 8px;
  }

  .gty-section-v2 .guaranteed-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 8px;
    padding: 0 16px 0 0;
  }
}

.embedded .gty-section-v2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.embedded .gty-section-v2 .gty-container {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

dcl-go-back-summary {
  color: #253b56!important;
}

dcl-go-back-summary .go-back-summary {
  padding: 20px 16px 20px;
}

dcl-go-back-summary .button-back {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

dcl-go-back-summary .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 8px 0 4px;
}

dcl-go-back-summary .party-mix-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

dcl-go-back-summary .party-mix-info .stateroom-number {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width:768px) {
  dcl-go-back-summary .go-back-summary {
    padding: 30px 0;
  }

  dcl-go-back-summary .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }
}

.staterooms-summary {
  padding: 0 16px;
}

.staterooms-summary .party-mix-summary {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.staterooms-summary .party-mix-summary .party-mix-icon {
  display: inline;
}

.staterooms-summary .stateroom-summary .stateroom-summary-card {
  width: 100%;
  background: #edf8fa;
  border: 1px solid #d0d7de;
  border-radius: 3px;
  margin: 8px 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.staterooms-summary .stateroom-summary .stateroom-summary-card .card-title {
  display: inline-block;
  font-weight: 700;
  padding-right: 8px;
}

.staterooms-summary .stateroom-summary .stateroom-summary-card .card-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.staterooms-summary .stateroom-summary .stateroom-summary-card .card-description .stateroom-location {
  text-transform: capitalize;
}

@media (min-width:768px) {
  .staterooms-summary {
    padding: 0;
  }

  .staterooms-summary .party-mix-summary {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card.card-pointer {
    cursor: pointer;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card.card-pointer:hover {
    color: #117e98;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card.card-pointer:hover .edit-link {
    text-decoration: underline;
    color: #117e98;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card .card-title {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card .card-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .staterooms-summary .stateroom-summary .stateroom-summary-card button {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 8px;
  }
}

dcl-product-card dcl-sailing-card {
  display: block;
}

dcl-product-card .productCardsContainer wdpr-finder-data-group>.data-group ul.data-group-list.progressive-load:after {
  display: none;
}

dcl-product-card .productCardsContainer wdpr-finder-data-group>.data-group ul.data-group-list .sailingCardListItem {
  overflow: hidden;
}

dcl-product-card .productCardsContainer .productActive wdpr-finder-data-group>.data-group ul.data-group-list.progressive-load:after {
  display: block;
}

dcl-product-card .productCardsContainer .productActive wdpr-finder-data-group>.data-group ul.data-group-list.progressive-load.full-list:after {
  display: none;
}

dcl-product-card .productCardsContainer .product-container {
  width: 100%;
  border-top: 1px solid #dfdfdf;
}

dcl-product-card .productCardsContainer .product-container .productCard {
  width: 100%;
  padding: 30px 40px 30px 32px;
  color: #253b56;
  outline: 0;
}

dcl-product-card .productCardsContainer .product-container .productCard:focus {
  outline: 1px dotted #000;
}

dcl-product-card .productCardsContainer .product-container .productCard:focus,
dcl-product-card .productCardsContainer .product-container .productCard:hover {
  cursor: pointer;
  color: #1994d7;
}

dcl-product-card .productCardsContainer .product-container .productCard:focus .cardInfo .cardResults,
dcl-product-card .productCardsContainer .product-container .productCard:focus .pricingInfo .priceDescSection .priceDesc,
dcl-product-card .productCardsContainer .product-container .productCard:hover .cardInfo .cardResults,
dcl-product-card .productCardsContainer .product-container .productCard:hover .pricingInfo .priceDescSection .priceDesc {
  color: #1994d7;
}

dcl-product-card .productCardsContainer .product-container .productCard .cardInfo {
  width: auto;
}

dcl-product-card .productCardsContainer .product-container .productCard .cardInfo .cardTitle {
  width: 377px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

dcl-product-card .productCardsContainer .product-container .productCard .cardInfo .cardResults {
  margin-top: 3px;
  color: #78899e;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo {
  float: right;
}

@media (min-width:1200px) {
  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceblock-container {
    width: 135px;
  }
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo wdpr-price-block {
  font-size: 24px;
  margin-top: 12px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .btn-group-vertical>.btn-group,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .btn-toolbar,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .clearfix,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .container,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .container-fluid,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .dl-horizontal dd,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .form-horizontal .form-group,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .modal-footer,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .modifystateroom .base section,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .nav,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .navbar,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .navbar-collapse,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .navbar-header,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .pager,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .panel-body,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .row,
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo wdpr-cta[cta-style=bar],
dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo wdpr-cta[cta-style=bar]>div {
  float: left;
  margin: 0;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceBlock-title {
  font-size: 11px;
  font-weight: 400;
  padding-right: 30px;
  line-height: 10px;
  margin: 2px 0 5px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceBlock-title.special-offer {
  text-indent: 23px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .symbol {
  font-size: 16px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .decimal-and-currency-wrapper .currency {
  font-size: 10px;
  font-weight: 700;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDescSection {
  overflow: hidden;
  width: 145px;
  float: left;
  line-height: 14px;
  font-size: 10px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDesc {
  color: #78899e;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .rateDetails {
  font-size: 12px;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .comparisonPrice {
  color: #a1afc0;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .icon {
  color: #61941b;
}

dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo dcl-rate-details-modal {
  display: inline-block;
  padding-top: 5px;
}

dcl-product-card .productCardsContainer .product-container .productCard .nextIcon {
  width: 22px;
  float: left;
  line-height: 26px;
  -webkit-transform-origin: 15px 10px;
  transform-origin: 15px 10px;
  transition: all .5s ease;
}

dcl-product-card .productCardsContainer .product-container .productCard .nextIcon .icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

dcl-product-card .productCardsContainer .product-container .productCard .nextIcon.openIcon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-bottom: 8px;
}

@media (max-width:767px) {
  dcl-product-card .productCardsContainer .product-container .productCard {
    width: 100%;
    padding: 20px 20px 20px 12px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo {
    float: left;
    width: 100%;
    max-width: 350px;
    margin: 0 0 0 40px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceblock-container {
    margin-right: 15px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceBlock-title,
  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDescSection {
    line-height: 12px;
    font-size: 10px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceSections .price-icon .icon {
    font-size: 15px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceBlock-title {
    margin: 0;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceBlock-title.special-offer {
    text-indent: 20px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDescSection {
    width: 48%;
    margin-left: 0;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDesc {
    margin: 0;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .decimalAndCurrency {
    color: #a1afc0;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .decimalAndCurrency .decimal {
    display: none;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .decimalAndCurrency .currency {
    margin-top: 14px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDetail {
    margin-left: 10px;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo .priceDetail .priceLabel {
    display: none;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .pricingInfo:hover .decimalAndCurrency .currency {
    color: #1994d7;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo {
    width: 100%;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo .cardTitle {
    width: 70%;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width:768px) and (max-width:825px) {
  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo {
    width: 55%;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo .cardTitle {
    width: 60%;
  }
}

@media (min-width:826px) and (max-width:910px) {
  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo {
    width: 60%;
  }

  dcl-product-card .productCardsContainer .product-container .productCard .cardInfo .cardTitle {
    width: 67%;
  }
}

dcl-product-card .productCardsContainer.productActive .productCard {
  background: #ebf6fc;
  color: #1994d7;
}

dcl-product-card .productCardsContainer.productActive .productCard .pricingInfo .rate-details-link {
  text-decoration: underline;
}

.mobile dcl-product-card .productCardsContainer .product-container .pricingInfo {
  margin: 0 0 0 32px;
}

@-webkit-keyframes fill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes fill {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hiding {
  0% {
    max-height: 500px;
  }

  100% {
    max-height: 0;
    display: none;
  }
}

@keyframes hiding {
  0% {
    max-height: 500px;
  }

  100% {
    max-height: 0;
    display: none;
  }
}

dcl-sailing-card .page-container.content {
  padding: 0;
}

dcl-sailing-card .sailingCardsAnimate {
  width: 100%;
}

dcl-sailing-card .lazy-load-list-container {
  float: left!important;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard {
  width: 100%;
  min-height: 140px;
  background: #ebf6fc;
  padding: 20px 40px 20px 75px;
  color: #253b56;
  border-top: 1px solid #dfdfdf;
  position: relative;
  max-height: 500px;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: max-height .4s ease-in-out,min-height .4s ease-in-out;
}

@media (min-width:925px) {
  dcl-sailing-card .lazy-load-list-container .sailingCard.withEarlyBooking {
    padding-top: 30px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard.withEarlyBooking .stateroomsInfo {
    margin-top: 30px;
  }
}

dcl-sailing-card .lazy-load-list-container .sailingCard.animationRemovingCard {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  padding: 0!important;
  border: 0;
  display: none;
}

dcl-sailing-card .lazy-load-list-container .sailingCard.animationRemovingCard-add {
  display: block;
  min-height: 140px;
  max-height: 500px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard.animationRemovingCard-add-active {
  max-height: 0;
  min-height: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard.animationRemovingCard-remove {
  display: block;
}

dcl-sailing-card .lazy-load-list-container .sailingCard.animationRemovingCard-remove-active {
  -webkit-animation: opacity .3s linear 1;
  animation: opacity .3s linear 1;
}

dcl-sailing-card .lazy-load-list-container .sailingCard.unGrouped {
  background: #fff;
  padding: 20px 40px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  max-width: 85vw;
}

dcl-sailing-card .lazy-load-list-container .sailingCard:focus {
  outline: 0;
  background: #e6eef7;
}

dcl-sailing-card .lazy-load-list-container .sailingCard:hover {
  background: #e6eef7;
}

dcl-sailing-card .lazy-load-list-container .sailingCard:hover .rate-details-link {
  text-decoration: underline;
}

dcl-sailing-card .lazy-load-list-container .sailingCard:hover .next-icon:not(.avoid-hover) {
  color: #1994d7;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .favb-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .card-info-wrapper {
  padding: 0 30px 0 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardImg {
  width: 170px;
  height: 96px;
  background: url(https://wdpromedia.disney.go.com/media/wdpro_v0101/dcl-itinerary-maps/media/v1/404/thumb-170x96.png);
}

@media (min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2) and (min-resolution:192dpi) {
  dcl-sailing-card .lazy-load-list-container .sailingCard .cardImg {
    background: url(https://wdpromedia.disney.go.com/media/wdpro_v0101/dcl-itinerary-maps/media/v1/404/thumb-340x192.png);
  }
}

dcl-sailing-card .lazy-load-list-container .sailingCard .compareContainer wdpr-checkbox {
  display: inline-block;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .compareContainer wdpr-checkbox .form-group {
  margin-bottom: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .compareContainer wdpr-checkbox .form-group .btn-checkbox-label {
  height: 21px;
  vertical-align: top;
  font-weight: 400;
  line-height: 21px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo {
  width: 217px;
  display: inline-block;
  vertical-align: top;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails p {
  margin: 0;
  padding: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipName {
  font-weight: 700;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipDepart {
  color: #a1afc0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipDepart .view-port-of-call {
  padding-top: 7px;
  font-size: 10px;
  display: inline-block;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .ship-depart-text,
dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipName {
  font-size: 12px;
  line-height: 16px;
  color: #253b56;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo {
  padding-top: 5px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li {
  float: left;
  width: 80px;
  overflow: hidden;
  margin-right: 10px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li:last-child {
  margin-right: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li p {
  margin: 0;
  padding: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomName,
dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice.not-available {
  font-size: 12px;
  line-height: 18px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice.not-available {
  margin-top: -2px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice[presentation=marketing] .symbol {
  line-height: 10px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component {
  float: right;
  position: static;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component .icon {
  color: #78899e;
  margin-left: -4px;
  font-weight: 200;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component .icon:hover {
  color: #1994d7;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component .popover {
  max-width: 276px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component .popover.top {
  margin-top: 0;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice wdpr-popover-component .popover-component .popover .popover-content {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 30px;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .avgppp {
  font-size: 10px;
  margin: 10px 0 0;
  line-height: 15px;
  color: #78899e;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .card-info-wrapper dcl-rate-details-modal,
dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo dcl-rate-details-modal {
  display: inline-block;
}

dcl-sailing-card .lazy-load-list-container .sailingCard .next-icon {
  color: #a1afc0;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

dcl-sailing-card .lazy-load-list-container .sailingCard dcl-early-booking {
  display: block;
  margin-bottom: 20px;
}

@media (min-width:925px) {
  dcl-sailing-card .lazy-load-list-container .sailingCard dcl-early-booking {
    left: 483px;
    position: absolute;
    top: 38px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard dcl-early-booking.early-booking-saved {
    top: 65px;
  }
}

@media (max-width:567px) {
  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo {
    width: auto;
    clear: left;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardTitle {
    margin-bottom: 5px;
    line-height: 20px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipDepart {
    overflow: hidden;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipDepart>p {
    font-size: 10px;
    line-height: 15px;
    float: left;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails .shipDepart>p.view-port-of-call {
    padding-top: 0;
    margin-left: 5px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardTitle {
    max-width: 80vw;
  }
}

@media (max-width:767px) {
  dcl-sailing-card .lazy-load-list-container .sailingCard {
    padding: 20px 10px 20px 55px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard.unGrouped {
    padding: 20px 40px 20px 20px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .compareContainer wdpr-checkbox .form-group {
    margin-bottom: 8px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardTitle {
    margin-bottom: 5px;
    font-size: 14px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .cardInfo .cardDetails {
    font-size: 10px;
    line-height: 15px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo {
    padding-top: 10px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo dcl-rate-details-modal {
    padding-top: 4px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li {
    width: 58px;
    margin: 0 20px 10px 0;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomName {
    font-size: 10px;
    line-height: 15px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice {
    font-size: 14px;
    line-height: 18px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice.not-available {
    margin-top: 0;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice .priceSections .price-icon .icon {
    font-size: 12px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li .stateroomPrice .stateroom-price-error {
    font-size: 10px;
    font-weight: 200;
    padding-top: 6px;
    color: #1994d7;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .stateroomTypes li.clearType {
    clear: both;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .stateroomsInfo .avgppp {
    margin-top: 5px;
  }

  dcl-sailing-card .lazy-load-list-container .sailingCard .next-icon {
    right: 0;
  }
}

dcl-sailing-card .lazy-load-list-container .remove-dock {
  max-height: 0;
  opacity: 1;
  border-top: 1px solid #dfdfdf;
  background-color: #eaf6fc;
  font-weight: 700;
  padding: 0 40px;
  position: relative;
  clear: both;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

dcl-sailing-card .lazy-load-list-container .remove-dock.showDock-add-active {
  -webkit-animation: opacity .8s linear 1,hiding 10ms linear 1;
  animation: opacity .8s linear 1,hiding 10ms linear 1;
}

dcl-sailing-card .lazy-load-list-container .remove-dock.showDock {
  max-height: 500px;
  padding: 15px 40px;
}

dcl-sailing-card .lazy-load-list-container .remove-dock.showDock-remove-active:not(.undoRemove) {
  -webkit-animation: hiding .4s linear 1;
  animation: hiding .4s linear 1;
}

dcl-sailing-card .lazy-load-list-container .remove-dock.undoRemove {
  display: none;
}

dcl-sailing-card .lazy-load-list-container .remove-dock .remove-bar-text {
  display: inline-block;
  vertical-align: middle;
}

dcl-sailing-card .lazy-load-list-container .remove-dock .remove-bar-text .btn-link {
  line-height: 16px;
}

dcl-sailing-card .lazy-load-list-container .remove-dock .remove-bar {
  height: 1px;
  width: 100%;
  background-color: #c1def0;
  position: absolute;
  bottom: 0;
}

dcl-sailing-card .lazy-load-list-container .remove-dock .remove-bar .progress-remove-bar {
  height: 100%;
  background-color: #eaf6fc;
}

@media (max-width:767px) {
  dcl-sailing-card .lazy-load-list-container .remove-dock {
    padding: 0 20px;
  }

  dcl-sailing-card .lazy-load-list-container .remove-dock.showDock {
    padding: 15px 20px;
  }

  dcl-sailing-card .lazy-load-list-container .remove-dock .remove-bar-text {
    line-height: 18px;
  }
}

dcl-sailing-card .mobile .finderSailingGroup .data-group>ul .sailingCard {
  padding: 20px 10px 20px 44px;
}

dcl-sailing-card .mobile .sailingCard .favb-wrapper {
  right: 10px;
}

#pageContainer[class*=cruiselisting] #universal-header {
  z-index: 1030;
}

.cruiselisting .base.panel,
.cruiselisting-productdeeplink .base.panel,
.cruiselisting-sailingdeeplink .base.panel,
.cruiselisting-savedcruises .base.panel {
  border: none;
}

.cruiselisting a,
.cruiselisting-productdeeplink a,
.cruiselisting-sailingdeeplink a,
.cruiselisting-savedcruises a {
  cursor: pointer;
}

.cruise-listing-container .cruises-results-container-logged .cruise-listing-results-content .results-wrapper .results-filter .number-of-filters {
  margin-left: 0;
}

.cruise-listing-container .products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cruise-listing-container .spinner {
  text-align: center;
  padding: 15px 0;
}

.cruise-listing-container .cruise-listing-offers-content,
.cruise-listing-container .cruise-listing-results-content {
  border-top: 1px solid #dfdfdf;
  padding: 7px 20px;
  clear: both;
}

.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-count,
.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter,
.cruise-listing-container .cruise-listing-results-content .results-wrapper .saved-cruises-toggle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-count {
  font-weight: 700;
}

.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .clear-all-link,
.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .number-of-filters,
.cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .separator {
  margin-left: 5px;
}

.cruise-listing-container .cruise-listing-results-content .results-wrapper .saved-cruises-toggle {
  margin-left: 10px;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon {
  margin: 0;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action-link,
.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-prefix,
.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-prefix {
  font-weight: 700;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action {
  display: inline;
  margin-left: 5px;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action::before {
  content: none;
}

.cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action .offer-title-action-link {
  padding: 0;
}

.cruise-listing-container .facets-container .special-offer-title-with-icon {
  margin: 0;
  padding: 10px 0;
}

.cruise-listing-container .facets-container wdpr-finder-facet-bar.top .navbar-finder {
  margin-bottom: 0;
}

.cruise-listing-container .facets-container .party-mix-dropdown {
  padding: 10px 15px 0;
}

.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet {
  width: 905px;
}

.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet wdpr-warning-messaging {
  margin: 15px 55px 0 120px;
}

.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet .party-mix .party-mix-stateroom {
  padding: 0;
}

.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet .party-mix .party-mix-stateroom .party-mix-toggle-container {
  padding: 20px 0;
}

.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet .party-mix .party-mix-stateroom .party-mix-toggle-container .party-mix-select.inline .party-selection-adult,
.cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet .party-mix .party-mix-stateroom .party-mix-toggle-container .party-mix-select.inline .party-selection-child {
  height: 68px;
  margin: 0 5px 15px 0;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]>.dropdown-menu {
  padding-left: 18px;
  box-shadow: 0 4px 6px 0 #dfdfdf;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-legend {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-legend .facet-subtitle {
  font-size: 12px;
  font-weight: 400;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-legend .facet-subtitle.default-subtitle {
  font-style: italic;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]>.dropdown-toggle {
  padding: 0 0 0 16px;
  min-width: inherit;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]>.dropdown-toggle .arrow-icon {
  line-height: 80px;
  font-size: 17px;
  right: 7px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]:first-child.open .facet-legend {
  padding-top: 14px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]:first-child.open .facet-subtitle {
  display: none;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown]:first-child .facet-legend .facet-subtitle.default-subtitle {
  font-style: normal;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] ul.facet-list-default li {
  padding-bottom: 8px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] ul.facet-list-default .clearFilter {
  padding-top: 5px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates {
  width: 200px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-group ul,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-group ul {
  padding: 0;
  width: 48%;
  display: block;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-group ul.column-0,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-group ul.column-0 {
  float: left;
  margin-bottom: 12px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-group ul.column-1,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-group ul.column-1 {
  float: right;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-group ul .facet-list-column,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-group ul .facet-list-column {
  width: 38%;
  margin-right: 17%;
  display: block;
  padding-bottom: 8px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-group ul .facet-list-column.column-0,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-group ul .facet-list-column.column-0 {
  float: left;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .clearFilter,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-legend,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .clearFilter,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-legend {
  clear: both;
  padding-bottom: 10px;
  padding-top: 0;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-legend .gradient,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-legend .gradient {
  margin-top: 35px;
  margin-bottom: 20px;
}

.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.date .facet-list-legend legend,
.cruise-listing-container .facets-container .navbar-finder .nav [wdpr-finder-facet-dropdown] .facet-list-default.dates .facet-list-legend legend {
  font-weight: 700;
  padding: 0;
}

.cruise-listing-container .facets-container .horizontal-separator {
  margin: 10px 0;
}

.cruise-listing-container .facets-container .accordion-group .panel-body {
  background: #fff;
}

.cruise-listing-container .facets-container .accordion-group .panel-body wdpr-checkbox {
  padding-bottom: 30px;
}

.cruise-listing-container .facets-container .accordion-group .btn-checkbox-label {
  margin-left: 12px;
  font-weight: 400;
}

.cruise-listing-container .facets-container .accordion-group .facet-list-default {
  list-style: none;
  margin-top: 5px;
  padding-left: 32px;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default {
  margin-top: 0;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates {
  padding: 0 25px;
  width: 100%;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group .facet-list-group-column {
  padding: 5px 5px 0 5px;
  display: block;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group .facet-list-group-column.column-0,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group .facet-list-group-column.column-0,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group .facet-list-group-column.column-0,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group .facet-list-group-column.column-0 {
  float: left;
  margin-bottom: 12px;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group .facet-list-group-column.column-1,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group .facet-list-group-column.column-1,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group .facet-list-group-column.column-1,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group .facet-list-group-column.column-1 {
  float: right;
  padding-left: 0;
  padding-right: 0;
  display: table-cell;
  width: 50%;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group .facet-list-group-column .facet-list-column,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group .facet-list-group-column .facet-list-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group .facet-list-group-column .facet-list-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group .facet-list-group-column .facet-list-column {
  padding-left: 5px;
  width: 100%;
  margin-right: 0;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .clearFilter,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-legend,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .clearFilter,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-legend,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .clearFilter,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-legend,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .clearFilter,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-group-column,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-legend {
  list-style: none;
  overflow: hidden;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-legend:first-child .gradient,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-legend:first-child .gradient,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-legend:first-child .gradient,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-legend:first-child .gradient {
  display: none;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-legend .gradient,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-legend .gradient,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-legend .gradient,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-legend .gradient {
  width: 95%;
  margin: 0 0 5px -10px;
}

.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.date .facet-list-legend legend,
.cruise-listing-container .facets-container .accordion-group.date .facet-list-default.dates .facet-list-legend legend,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.date .facet-list-legend legend,
.cruise-listing-container .facets-container .accordion-group.dates .facet-list-default.dates .facet-list-legend legend {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 25px 0;
  font-weight: 700;
}

.cruise-listing-container .party-mix-section {
  padding: 10px 0 10px 17px;
}

.cruise-listing-container .party-mix-section .icon .size-s {
  font-size: 18px;
}

.cruise-listing-container .party-mix-section .pmc-change-button {
  display: block;
  margin-left: 15px;
  margin-top: -7px;
}

.cruise-listing-container .party-mix-section .pmc-change-button a {
  outline: 0;
}

.cruise-listing-container .party-mix-section .pmc-change-button .btn-link {
  padding: 0 0 0 16px;
  font-size: 14px;
}

.cruise-listing-container .party-mix-section .pmc-data {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
  padding-left: 3px;
}

.cruise-listing-container .current-filters-bar {
  display: block;
  float: right;
  position: relative;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  font-size: 10px;
  background-color: #ebf6fc;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  font-family: var(--font-family-base),Arial,sans-serif;
}

.cruise-listing-container .zeroResults {
  width: 555px;
  margin: 0 auto;
  padding: 100px 0;
}

.cruise-listing-container .zeroResults h1,
.cruise-listing-container .zeroResults p {
  margin-bottom: 25px;
}

.cruise-listing-container .results .results-count {
  font-size: 16px;
  font-weight: 700;
}

.cruise-listing-container .party-mix.accordion-group {
  display: none;
}

.cruise-listing-container .cruise-listing-disclaimer {
  margin-bottom: 15px;
  border-top: 1px solid #dfdfdf;
}

.cruise-listing-container .cruise-listing-my-saved-cruises {
  padding: 15px 40px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  font-size: 16px;
  line-height: 18px;
}

.cruise-listing-container .cruise-listing-my-saved-cruises a {
  display: inline-block;
}

.cruise-listing-container .cruise-listing-my-saved-cruises wdpr-icon.hide-row {
  color: #a1afc0;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.cruise-listing-container .saved-cruises-content .empty-state {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
  margin: 120px auto 150px;
  padding: 0 15px;
}

.cruise-listing-container .saved-cruises-content .empty-state .empty-state-title {
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
}

.cruise-listing-container .saved-cruises-content .empty-state .empty-state-description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.cruise-listing-container .saved-cruises-content .empty-state .empty-state-btn {
  margin-bottom: 40px;
}

.cruise-listing-container .saved-cruises-content .empty-state .empty-state-btn wdpr-pillbutton {
  padding: 14px 20px;
}

.cruise-listing-container .saved-cruises-content .sailing-list {
  overflow: hidden;
}

.button-filter-section {
  padding: 14px 20px 0;
}

.button-filter-section .facet-drawer-toggle {
  float: right;
}

@media (min-width:768px) {
  .cruise-listing-container {
    margin-top: 15px;
  }

  .cruise-listing-container .cruises-results-container-logged .row:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
  }

  .cruise-listing-container .cruise-listing-offers-content,
  .cruise-listing-container .cruise-listing-results-content {
    padding: 16px 40px;
    border: none;
  }

  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-count,
  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter,
  .cruise-listing-container .cruise-listing-results-content .results-wrapper .saved-cruises-toggle {
    font-size: 16px;
    line-height: 18px;
  }

  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .clear-all-link,
  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .number-of-filters,
  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .saved-cruises-toggle,
  .cruise-listing-container .cruise-listing-results-content .results-wrapper .results-filter .separator {
    margin-left: 10px;
  }

  .cruise-listing-container .cruise-listing-results-content.filtered-event,
  .cruise-listing-container .cruise-listing-results-content.filtered-port {
    border-bottom: 1px solid #dfdfdf;
  }

  .cruise-listing-container .cruise-listing-offers-content {
    border-bottom: 1px solid #dfdfdf;
  }

  .cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action-link,
  .cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-prefix,
  .cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-title {
    font-size: 16px;
    line-height: 18px;
  }

  .cruise-listing-container .cruise-listing-offers-content .offers-wrapper .special-offer-title-with-icon .offer-title-action {
    margin-left: 10px;
  }

  .cruise-listing-container .border-bottom-line {
    border-bottom: 1px solid #dfdfdf;
  }

  .cruise-listing-container .spinner {
    padding-top: 0;
  }

  .navbar {
    margin-bottom: 0;
  }
}

@media only screen and (max-width:767px) {
  .cruise-listing-container {
    overflow-x: hidden;
  }

  .cruise-listing-container .zeroResults {
    width: inherit;
    padding: 20px 0;
  }

  .cruise-listing-container .cruise-listing-my-saved-cruises {
    padding: 7px 20px;
    font-size: 14px;
    border-top: 1px solid #dfdfdf;
    border-bottom-width: 0;
  }

  .cruise-listing-container .cruise-listing-my-saved-cruises wdpr-icon.hide-row {
    right: 10px;
  }

  .cruise-listing-container .header-section {
    display: inline-block;
    width: 100%;
  }

  .cruise-listing-container .party-mix-section {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width:768px) and (max-width:974px) {
  .cruise-listing-container .facets-container .party-mix-dropdown .party-mix-facet {
    width: 697px;
  }
}

@media (max-width:567px) {
  .finderSailingGroup .data-group>.data-group-list .sailingCardsContainer .sailingCard .cardImg {
    display: block;
  }
}

.cruise-listing-container wdpr-party-mix {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.cruise-listing-container wdpr-party-mix .party-mix:not('.mob-opt') {
  background: #fff!important;
}

@media (max-width:567px) {
  .cruise-listing-container wdpr-party-mix .party-mix:not('.mob-opt') {
    background: #ebf6fc;
  }

  .cruise-listing-container wdpr-party-mix .party-mix:not('.mob-opt') .party-mix-stateroom {
    background-color: #ebf6fc;
    border: none;
    border-radius: 5px;
  }

  .cruise-listing-container wdpr-party-mix .party-mix:not('.mob-opt') .party-mix-select.inline .child-age:after {
    border-bottom-color: #ebf6fc;
  }
}

.cruise-listing-container .buttons-container {
  float: right;
  padding: 30px 15px 30px;
}

.cruise-listing-container .buttons-container .cancel {
  margin-right: 20px;
}

.mobile .cruise-listing-container.cruise-listing-V2 .mobilePartyMixContainer wdpr-party-mix {
  padding: 0;
}

.mobile .cruise-listing-container.cruise-listing-V2 .mobilePartyMixContainer .cancel-container {
  clear: both;
  padding: 24px 16px;
  font-size: 16px;
  background: #e6eef7;
}

.mobile .cruise-listing-container.cruise-listing-V2 .mobilePartyMixContainer .cancel-container .close-icon {
  color: #1994d7;
}

.mobile .cruise-listing-container.cruise-listing-V2 .mobilePartyMixContainer .buttons-container {
  float: none;
  padding: 15px 16px;
}

.compare-page .compare-page-desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compare-page .compare-page-desktop .sailing {
  border-left: 0;
  border-right: 0;
  float: left;
  width: 32%;
  min-height: 85vh;
}

.compare-page .compare-page-desktop .sailing-title {
  text-align: center;
  position: relative;
}

.compare-page .compare-page-desktop .sailing-title .compare-title {
  display: inline;
  font-size: 16px;
  line-height: 44px;
  font-weight: 700;
}

.compare-page .compare-page-desktop .sailing-title wdpr-icon {
  color: #a1afc0;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.compare-page .compare-page-desktop .sailing .horizontal-separator {
  height: 1px;
  margin-top: 20px;
  clear: both;
}

.compare-page .compare-page-desktop .sailing .add-sailing-btn {
  margin: 80px 20% 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.compare-page .compare-page-desktop .sailing .add-sailing-btn .sailing-btn-text {
  max-width: 150px;
  margin: 0 auto;
  font-weight: 700;
}

.compare-page .compare-page-mobile .compare-page-mobile-landscape {
  padding-bottom: 60px;
}

.compare-page .compare-page-mobile .compare-page-mobile-landscape .header-text,
.compare-page .compare-page-mobile .compare-page-mobile-landscape .section-items-column {
  width: 33.33%;
}

@-webkit-keyframes in-from-left {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes in-from-left {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-webkit-keyframes in-from-right {
  0% {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
  }

  100% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes in-from-right {
  0% {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
  }

  100% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@-webkit-keyframes left-to-right {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes left-to-right {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-webkit-keyframes out-from-right {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
  }
}

@keyframes out-from-right {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  100% {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
  }
}

@-webkit-keyframes out-from-left {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes out-from-left {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  100% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait {
  padding-bottom: 40px;
  min-height: 600px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .section-items-column:first-child {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .section-items-column:nth-child(2) {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-first .section-items-column:nth-child(3) {
  -webkit-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .section-items-column:first-child {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .section-items-column:nth-child(2) {
  -webkit-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-second .section-items-column:nth-child(3) {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .section-items-column:first-child {
  -webkit-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .section-items-column:nth-child(2) {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.start-state-third .section-items-column:nth-child(3) {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .section-items-column:first-child {
  -webkit-animation: in-from-left .3s 0s 1 ease-out forwards;
  animation: in-from-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .section-items-column:nth-child(2) {
  -webkit-animation: left-to-right .3s 0s 1 ease-out forwards;
  animation: left-to-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-first-state .section-items-column:nth-child(3) {
  -webkit-animation: out-from-right .3s 0s 1 ease-out forwards;
  animation: out-from-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .section-items-column:first-child {
  -webkit-animation: left-to-right .3s 0s 1 ease-out forwards;
  animation: left-to-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .section-items-column:nth-child(2) {
  -webkit-animation: out-from-right .3s 0s 1 ease-out forwards;
  animation: out-from-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-second-state .section-items-column:nth-child(3) {
  -webkit-animation: in-from-left .3s 0s 1 ease-out forwards;
  animation: in-from-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .section-items-column:first-child {
  -webkit-animation: out-from-right .3s 0s 1 ease-out forwards;
  animation: out-from-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .section-items-column:nth-child(2) {
  -webkit-animation: in-from-left .3s 0s 1 ease-out forwards;
  animation: in-from-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.right-third-state .section-items-column:nth-child(3) {
  -webkit-animation: left-to-right .3s 0s 1 ease-out forwards;
  animation: left-to-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .section-items-column:first-child {
  -webkit-animation: out-from-left .3s 0s 1 ease-out forwards;
  animation: out-from-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .section-items-column:nth-child(2) {
  -webkit-animation: right-to-left .3s 0s 1 ease-out forwards;
  animation: right-to-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-first-state .section-items-column:nth-child(3) {
  -webkit-animation: in-from-right .3s 0s 1 ease-out forwards;
  animation: in-from-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .section-items-column:first-child {
  -webkit-animation: in-from-right .3s 0s 1 ease-out forwards;
  animation: in-from-right .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .section-items-column:nth-child(2) {
  -webkit-animation: out-from-left .3s 0s 1 ease-out forwards;
  animation: out-from-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-second-state .section-items-column:nth-child(3) {
  -webkit-animation: right-to-left .3s 0s 1 ease-out forwards;
  animation: right-to-left .3s 0s 1 ease-out forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state {
  -ms-touch-action: none;
  touch-action: none;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .header-text:first-child,
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .section-items-column:first-child {
  -webkit-animation: right-to-left .3s 0s 1 linear forwards;
  animation: right-to-left .3s 0s 1 linear forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .header-text:nth-child(2),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .section-items-column:nth-child(2) {
  -webkit-animation: in-from-right .3s 0s 1 linear forwards;
  animation: in-from-right .3s 0s 1 linear forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .header-text:nth-child(3),
.compare-page .compare-page-mobile .compare-page-mobile-portrait.left-third-state .section-items-column:nth-child(3) {
  -webkit-animation: out-from-left .3s 0s 1 linear forwards;
  animation: out-from-left .3s 0s 1 linear forwards;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header {
  z-index: 1000;
  height: 85px;
  overflow: hidden;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header .header-items {
  height: 45px;
  position: relative;
  overflow: hidden;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header-text {
  position: absolute;
  width: 50%;
  min-height: 45px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header .carousel-arrow {
  color: #1994d7;
  position: absolute;
  outline: 0;
  z-index: 1010;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header .carousel-arrow.left {
  left: 0;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .header .carousel-arrow.right {
  right: 0;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section {
  overflow: hidden;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section.empty {
  visibility: hidden;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section.summary.isLoggedIn {
  min-height: 220px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-title {
  padding-top: 30px;
  margin-bottom: 20px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-title .text {
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-items {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-items-column {
  position: absolute;
  width: 50%;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-items-column .add-sailing-btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-items-column .add-sailing-btn:first-child {
  top: 0;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section-items-column .add-sailing-btn:nth-child(2) {
  top: 102px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section .placeholder-cruise-name {
  width: 100%;
  margin: 47px 0 10px;
  min-height: 60px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section .placeholder-cruise-details {
  width: 100%;
  margin-top: 15px;
  min-height: 60px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .section .placeholder-sailing-itinerary {
  width: 100%;
  min-height: 200px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .total-price-taxes {
  font-size: 10px;
  color: #78899e;
  text-align: center;
  clear: both;
  margin-top: 20px;
}

.compare-page .compare-page-mobile .compare-page-mobile-portrait .itinerary-title-wrap,
.compare-page .compare-page-mobile .compare-page-mobile-portrait .sailing-pricing-title,
.compare-page .compare-page-mobile .compare-page-mobile-portrait .sailing-pricing-total-price {
  display: none;
}

.compare-page .compare-page-mobile {
  background-color: #fff;
  padding-bottom: 200px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.compare-page .compare-page-mobile .title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

.compare-page .compare-page-mobile .header {
  background: #fff;
  border-bottom: 1px solid #cdced0;
  padding: 20px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare-page .compare-page-mobile .header-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.compare-page .compare-page-mobile .header-text .compare-title-text {
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.compare-page .compare-page-mobile .section-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.compare-page .compare-page-mobile .section-items-column {
  position: relative;
}

.compare-page .compare-page-mobile .vertical-separator {
  position: absolute;
  display: inline-block;
  height: 100%;
  top: 0;
  right: 0;
}

.compare-page .compare-page-mobile .vertical-separator::after {
  background-image: none;
  background-color: #dfdfdf;
}

.compare-page .compare-page-mobile .add-sailing-btn {
  max-width: 150px;
  margin: 20px auto 0;
}

.mobile .compare-page .saved-cruises .vertical-separator {
  height: calc(100% - 32px);
  top: 32px;
}

@media screen and (orientation:landscape) {
  .mobile .compare-page .compare-page-mobile-portrait {
    display: none;
  }

  .mobile .compare-page .compare-page-mobile .title {
    margin-bottom: 20px;
  }
}

@media screen and (orientation:portrait) {
  .mobile .compare-page .compare-page-mobile-landscape {
    display: none;
  }
}

.compare-page .spinner {
  text-align: center;
}

.compare-page wdpr-ui-universal-legal-footer {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: max-height 1s;
  max-height: 0;
}

.compare-page .footer-up {
  max-height: 200px;
}

.compare-page .add-sailing-btn .icon {
  color: #1994d7;
}

.compare-page .compare-page-mobile-container {
  min-height: 800px;
}

.compare-page .footer-subflow-content {
  clear: both;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

.compare-page .footer-subflow-content wdpr-ui-universal-legal-footer .legalFooter {
  color: #78899e;
  padding: 30px 0;
}

.compare-page .footer-subflow-content wdpr-ui-universal-legal-footer .legalFooter a,
.compare-page .footer-subflow-content wdpr-ui-universal-legal-footer .legalFooter a:hover {
  color: #78899e;
}

.sailing-summary img {
  width: 100%;
}

.sailing-summary .summary-info {
  padding: 0 20px;
  text-align: center;
}

.sailing-summary .summary-info .favb-summary {
  width: 32px;
  margin: 0 auto;
}

.sailing-summary .summary-info .cruise-date,
.sailing-summary .summary-info .cruise-name {
  padding: 0 10%;
  margin-top: 15px;
}

.sailing-summary .summary-info .cruise-date p {
  margin-bottom: 0;
}

.sailing-summary .summary-info .special-offer {
  margin-top: 9px;
}

.sailing-summary .summary-info .special-offer wdpr-icon {
  color: #61941b;
}

.sailing-summary .summary-info .offer-title-prefix,
.sailing-summary .summary-info .ship span {
  font-weight: 700;
}

.sailing-summary .summary-info .offer-title-title {
  font-weight: 400;
}

@media (max-width:767px) {
  .sailing-summary .summary-info .cruise-date,
  .sailing-summary .summary-info .cruise-name {
    padding: 0;
  }

  .sailing-summary .summary-info .summary-info {
    padding: 0 10px;
  }
}

dcl-sailing-itinerary .dcl-sailing-itinerary {
  padding: 20px;
}

dcl-sailing-itinerary p.view-port-of-call {
  margin-bottom: 3px;
  text-align: left;
}

dcl-sailing-itinerary .itinerary-title-wrap {
  font-size: 16px;
}

dcl-sailing-itinerary .itinerary-title {
  display: inline;
  font-weight: 700;
  font-size: 16px;
}

dcl-sailing-itinerary .itinerary-icon {
  margin-left: -3px;
}

dcl-sailing-itinerary .itinerary-table-compare {
  margin-bottom: 0;
}

dcl-sailing-itinerary .itinerary-table-compare .itinerary-column-compare {
  padding-left: 0;
  padding-bottom: 0;
  border: 0;
}

dcl-sailing-itinerary .itinerary-table-compare .special-event-text {
  padding-top: 0;
  line-height: 18px;
}

dcl-sailing-itinerary .itinerary-ship-event {
  font-weight: 700;
}

@media (max-width:767px) {
  dcl-sailing-itinerary .dcl-sailing-itinerary {
    padding: 0 20px;
  }

  dcl-sailing-itinerary .dcl-sailing-itinerary .itinerary-title-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  dcl-sailing-itinerary .dcl-sailing-itinerary .itinerary-table-compare {
    text-align: left;
  }
}

.dcl-sailing-pricing {
  padding: 20px;
}

.dcl-sailing-pricing .pricing-icon {
  margin-left: -3px;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-text {
  display: inline;
  font-size: 16px;
  font-weight: 700;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-link-detail {
  padding: 20px 0;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-info .sailing-pricing-info-item {
  padding-bottom: 20px;
  height: 60px;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-info .sailing-pricing-info-item .sailing-pricing-info-item-stateroom-name {
  margin-bottom: 0;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-info .sailing-pricing-info-item wdpr-price-block .symbol {
  margin-top: 0;
  font-size: 14px;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-info .sailing-pricing-not-available {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.dcl-sailing-pricing .sailing-pricing-wrapper .sailing-pricing-info .sailing-pricing-not-available wdpr-icon {
  color: #8294aa;
  margin-left: -4px;
  font-weight: 200;
}

.dcl-sailing-pricing .sailing-pricing-total-price {
  font-size: 10px;
  color: #78899e;
  padding-bottom: 200px;
}

.mobile .dcl-sailing-pricing {
  padding: 0 10px;
  overflow: hidden;
}

.mobile .dcl-sailing-pricing .sailing-pricing-wrapper {
  text-align: center;
}

.mobile .dcl-sailing-pricing .sailing-pricing-wrapper wdpr-price-block {
  display: inline-block;
}

.mobile .dcl-sailing-pricing .sailing-pricing-link-detail {
  padding: 0 0 20px;
}

.mobile .dcl-sailing-pricing .sailing-pricing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.mobile .dcl-sailing-pricing .sailing-pricing-total-price {
  padding-bottom: 20px;
}

dcl-compare-subflow-dock {
  display: block;
  height: 74px;
  background-color: #e6eef7;
  text-align: center;
  padding: 15px 0;
}

dcl-compare-subflow-dock .subflow-dock-container {
  padding: 0;
}

dcl-compare-subflow-dock .subflow-dock-container .portrait {
  display: none;
}

dcl-compare-subflow-dock .subflow-dock-container .dock-cell {
  position: relative;
  display: block;
  width: 33.33%;
  height: 44px;
  float: left;
  margin: auto;
  padding: 8px;
}

dcl-compare-subflow-dock .subflow-dock-container .vertical-separator {
  display: none;
}

.mobile dcl-compare-subflow-dock .subflow-dock-container .vertical-separator {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile dcl-compare-subflow-dock .subflow-dock-container .vertical-separator::after {
  width: 2px;
  background-image: none;
  background-color: #dfdfdf;
}

@media screen and (orientation:portrait) {
  .mobile dcl-compare-subflow-dock .subflow-dock-container.sliding .portrait,
  .mobile dcl-compare-subflow-dock .subflow-dock-container.sliding-add .portrait,
  .mobile dcl-compare-subflow-dock .subflow-dock-container.sliding-add-active .portrait {
    visibility: hidden;
  }

  .mobile dcl-compare-subflow-dock .subflow-dock-container .landscape {
    display: none;
  }

  .mobile dcl-compare-subflow-dock .subflow-dock-container .portrait {
    display: block;
  }

  .mobile dcl-compare-subflow-dock .subflow-dock-container .dock-cell {
    width: 50%;
  }

  .mobile dcl-compare-subflow-dock .subflow-dock-container>div:nth-child(2) .vertical-separator,
  .mobile dcl-compare-subflow-dock .subflow-dock-container>div:nth-child(3) {
    display: none;
  }
}

dcl-selected-facet-filter .filter-applied {
  padding: 3px 6px 1px 10px;
  float: left;
  border: 1px solid #253b56;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

dcl-selected-facet-filter .filter-applied .results-filter {
  font-size: 16px;
}

dcl-selected-facet-filter wdpr-icon {
  cursor: pointer;
}

.lux-lite .control-label.party-selection-label {
  display: inline-block;
  height: 38px;
  position: static;
  margin-top: 10px;
}

.lux-lite .party-selection.form-group .control-label.party-selection-label {
  height: 15px;
}

.lux-lite .party-mix-toggle-container .party-selection-adult.form-group,
.lux-lite .party-mix-toggle-container .party-selection-child.form-group {
  max-height: 58px;
}

.lux-lite .parallax-effect #pageContainer.cruiselisting #pageContainerInner,
.lux-lite .parallax-effect #pageContainer.cruiselisting-productdeeplink #pageContainerInner,
.lux-lite .parallax-effect #pageContainer.cruiselisting-sailingdeeplink #pageContainerInner,
.lux-lite .parallax-effect #pageContainer.cruiselisting-savedcruises #pageContainerInner {
  background-color: #f7f9fc;
}

.lux-lite .parallax-effect #pageContainer.cruiselisting #backgroundGlowContainer,
.lux-lite .parallax-effect #pageContainer.cruiselisting-productdeeplink #backgroundGlowContainer,
.lux-lite .parallax-effect #pageContainer.cruiselisting-sailingdeeplink #backgroundGlowContainer,
.lux-lite .parallax-effect #pageContainer.cruiselisting-savedcruises #backgroundGlowContainer {
  display: none;
}

.lux-lite .parallax-effect #pageContainer.cruiselisting .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs,
.lux-lite .parallax-effect #pageContainer.cruiselisting-productdeeplink .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs,
.lux-lite .parallax-effect #pageContainer.cruiselisting-sailingdeeplink .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs,
.lux-lite .parallax-effect #pageContainer.cruiselisting-savedcruises .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs {
  color: #253b56;
}

.lux-lite .parallax-effect #pageContainer.cruiselisting .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs .globalNavBreadcrumbsItem,
.lux-lite .parallax-effect #pageContainer.cruiselisting-productdeeplink .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs .globalNavBreadcrumbsItem,
.lux-lite .parallax-effect #pageContainer.cruiselisting-sailingdeeplink .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs .globalNavBreadcrumbsItem,
.lux-lite .parallax-effect #pageContainer.cruiselisting-savedcruises .wdpr-ui-breadcrumbs .globalNavBreadcrumbsContainer .globalNavBreadcrumbs .globalNavBreadcrumbsItem {
  color: #253b56;
}

.lux-lite .parallax-effect #pageContainer.cruiselisting #universalFooter .legalFooter a,
.lux-lite .parallax-effect #pageContainer.cruiselisting-productdeeplink #universalFooter .legalFooter a,
.lux-lite .parallax-effect #pageContainer.cruiselisting-sailingdeeplink #universalFooter .legalFooter a,
.lux-lite .parallax-effect #pageContainer.cruiselisting-savedcruises #universalFooter .legalFooter a {
  color: #253b56;
}

.lux-lite wdpr-finder-facet-bar.top [wdpr-finder-facet-dropdown].open:first-child,
.lux-lite wdpr-finder-facet-bar.top [wdpr-finder-facet-dropdown].open:first-child>a {
  border-top-left-radius: 0;
}

.lux-lite wdpr-finder-facet-bar.top .nav.list-5 [wdpr-finder-facet-dropdown].open:last-child,
.lux-lite wdpr-finder-facet-bar.top .nav.list-5 [wdpr-finder-facet-dropdown].open:last-child>a,
.lux-lite wdpr-finder-facet-bar.top.fluid [wdpr-finder-facet-dropdown].open:last-child,
.lux-lite wdpr-finder-facet-bar.top.fluid [wdpr-finder-facet-dropdown].open:last-child>a {
  border-top-right-radius: 0;
}

.lux-lite wdpr-finder-facet-bar .navbar-finder [wdpr-finder-facet-dropdown]>.dropdown-menu ul.facet-list-default>li label {
  padding-left: 10px;
}

.lux-lite .dcl .navbar-finder {
  margin: 0 -1px;
  background: #fff;
  min-height: 64px;
}

.lux-lite .dcl .navbar-finder ul.navbar-nav {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] {
  height: 64px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  border-radius: 0 0 3px 3px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default .btn-checkbox-label {
  font-size: 14px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default.date .facet-list-legend .facet-group-title,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default.dates .facet-list-legend .facet-group-title {
  font-size: 20px;
  color: #253b56;
  font-weight: 500;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default .clearFilter .btn-link {
  font-size: 14px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default .early-booking-notice {
  white-space: normal;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  display: inherit;
  padding-top: 7px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default .early-booking-notice .asterisk {
  margin-right: 6px;
  line-height: 18px;
  font-size: 18px;
  float: left;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>.dropdown-menu .facet-list-default .early-booking-notice .notice-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a.dropdown-toggle .facet-legend,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a:focus.dropdown-toggle .facet-legend,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a:hover.dropdown-toggle .facet-legend {
  padding-top: 0;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a.dropdown-toggle .facet-subtitle,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a:focus.dropdown-toggle .facet-subtitle,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:first-child.open>a:hover.dropdown-toggle .facet-subtitle {
  display: block;
  position: relative;
  top: 0;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]:after {
  background: #dfdfdf;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .dropdown-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .dropdown-toggle .facet-legend {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  line-height: 18px;
  padding: 0;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .dropdown-toggle .arrow-icon {
  top: 16px;
  right: 5px;
  font-size: 14px;
  line-height: 14px;
  height: auto;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .dropdown-toggle .facet-subtitle {
  margin-top: 5px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a .arrow-icon .icon {
  position: relative;
  right: 0;
  color: #169ebe;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:focus,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:hover {
  border-top: 4px solid #169ebe;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:focus .arrow-icon,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:hover .arrow-icon {
  top: 12px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:focus .arrow-icon .icon,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:hover .arrow-icon .icon {
  color: #253b56;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:focus.dropdown-toggle .facet-legend,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown]>a:hover.dropdown-toggle .facet-legend {
  top: 8px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open {
  border-top: 4px solid #169ebe;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:focus,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:hover {
  border-top: none;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a .arrow-icon,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:focus .arrow-icon,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:hover .arrow-icon {
  top: 12px;
  right: 4px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a.dropdown-toggle .facet-legend,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:focus.dropdown-toggle .facet-legend,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown].open>a:hover.dropdown-toggle .facet-legend {
  top: 8px;
  left: 15px;
}

.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .facet-list-default.date,
.lux-lite .dcl .navbar-finder .nav li[wdpr-finder-facet-dropdown] .facet-list-default.dates {
  width: 240px;
}

.lux-lite .dcl .navbar-finder .facet-legend {
  color: #253b56;
}

.lux-lite .dcl .navbar-finder .arrow-icon .icon {
  color: #169ebe;
}

.lux-lite .dcl .navbar-finder .btn-checkbox-label {
  padding-left: 10px;
}

.lux-lite .cruise-listing-content .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta.check-position,
.lux-lite .cruise-listing-content .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:active,
.lux-lite .cruise-listing-content .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:focus,
.lux-lite .cruise-listing-content .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:hover {
  color: #fff;
  border: 1px solid #253b56;
  background-color: #253b56;
}

.lux-lite .cruise-listing-content .load-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.lux-lite .cruise-listing-content .load-more .load-button {
  margin: 0;
  width: 100%;
}

.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta.check-position,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:active,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:focus,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:hover {
  color: #169dbe;
  border: 1px solid #169dbe;
  background-color: #fff;
}

.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed.check-position,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed:active,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed:focus,
.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed:hover {
  height: 32px;
}

.lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed .open-itinerary-cta-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.cruise-listing-container.cruise-listing-V2 {
  margin-left: -10px;
  margin-right: -10px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content,
.cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container,
.cruise-listing-container.cruise-listing-V2 .dcl.facets-container,
.cruise-listing-container.cruise-listing-V2 .filters-applied-container {
  background-color: #fff;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container {
  width: 100%;
  padding: 20px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container .cruise-listing-title {
  font-weight: 400;
  margin: 0;
  line-height: 48px;
  font-size: 32px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container .cruise-listing-sub-title {
  padding: 10px 0 0 0;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content {
  padding: 15px 20px;
  border-top: none;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container {
  margin-left: 0;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-icon {
  color: #37a867;
  margin-left: 0;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-action {
  margin-left: 12px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-action::before {
  content: none;
}

@media (max-width:767px) {
  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-action {
    display: inline;
  }
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-action-link {
  padding-left: 0;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .results-wrapper .results-count {
  font-size: 16px;
  line-height: 24px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .results-wrapper .results-count .number-available-cruises {
  margin-right: 5px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .results-wrapper .apply-filters-button {
  display: none;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container {
  background-color: #fff;
  float: left;
  width: 100%;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-section {
  border: 1px solid #d1d9e0;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 0 20px;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-section .party-mix-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-section .party-mix-info .pmc-change-button {
  margin-top: 0;
  margin-left: 0;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-section .party-mix-update-info {
  color: #78899e;
  font-size: 12px;
  padding: 0 30px;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .button-filter-section.btn-open-filter {
  float: left;
  width: 100%;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .button-filter-section .facet-drawer-toggle.mobile-button {
  float: left;
  width: 100px;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
  height: 33px;
}

.cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-dropdown .party-mix-facet {
  width: 906px;
}

.cruise-listing-container.cruise-listing-V2 .travel-party-container {
  float: left;
  padding: 30px;
  width: 100%;
}

.cruise-listing-container.cruise-listing-V2 .travel-party-container .travel-party-border {
  float: left;
  width: 100%;
  border: 1px solid;
  padding: 20px;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container {
  background-color: #fff;
  padding: 0 20px;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied {
  float: left;
  width: 100%;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .title-filters-opt {
  font-weight: 700;
  float: left;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .filters-title {
  float: left;
  margin-left: 5px;
  color: #dfdfdf;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .party-mix-section {
  padding-left: 20px;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .button-filter-section {
  padding: 0;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .button-filter-section .facet-drawer-toggle.mobile-button {
  float: left;
  background: 0 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 1.5;
  color: #169ebe;
  font-size: 16px;
  width: 50px;
  min-width: auto;
  max-width: none;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .button-filter-section .facet-drawer-toggle.mobile-button .gradient {
  min-width: auto;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .button-filter-section .facet-drawer-toggle.mobile-button:hover .buttonText {
  text-decoration: underline;
}

.cruise-listing-container.cruise-listing-V2 .filters-applied-container .filters-applied .clear-all-container .clear-all-link {
  margin-left: 5px;
}

.cruise-listing-container.cruise-listing-V2 .results-order-text {
  font-weight: 400;
}

.cruise-listing-container.cruise-listing-V2 .saved-cruises-content .row {
  border-top: 1px solid #dfdfdf;
}

.cruise-listing-container.cruise-listing-V2 .saved-cruises-content .row.sailing-list {
  border-top: none;
}

.cruise-listing-container.cruise-listing-V2 .saved-cruises-content .empty-state,
.cruise-listing-container.cruise-listing-V2 .saved-cruises-content .zeroResults {
  padding: 20px 20px;
}

.cruise-listing-container.cruise-listing-V2 .saved-cruises-content .empty-state {
  margin: auto;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content>.row {
  background-color: #fff;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content .zeroResults {
  border-top: 1px solid #dfdfdf;
  padding: 20px 20px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content .products-list .product-list_item {
  margin-bottom: 61px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content .products-list .product-list_item:last-child {
  margin-bottom: 0;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content .products-list .product-list_item .sailingCardContainer:last-child {
  margin-bottom: 10px;
}

.cruise-listing-container.cruise-listing-V2 .cruise-listing-content .products-list .product-list_item .productTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media (min-width:768px) {
  .cruise-listing-container.cruise-listing-V2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container .cruise-listing-title {
    font-size: 36px;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content,
  .cruise-listing-container.cruise-listing-V2 .cruise-listing-title-container,
  .cruise-listing-container.cruise-listing-V2 .dcl.facets-container,
  .cruise-listing-container.cruise-listing-V2 .filters-applied-container {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content {
    padding: 25px 0;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container {
    margin-left: 8px;
    font-size: 16px;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-icon {
    margin-left: 6px;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .offer-container .special-offer-title-with-icon .offer-title-action-link {
    font-size: 16px;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-results-content .results-wrapper .apply-filters-button {
    display: inline-block;
    margin-right: 20px;
  }

  .cruise-listing-container.cruise-listing-V2 .saved-cruises-content .row {
    border-top: none;
  }

  .cruise-listing-container.cruise-listing-V2 .saved-cruises-content .empty-state,
  .cruise-listing-container.cruise-listing-V2 .saved-cruises-content .zeroResults {
    padding: 100px 20px;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-content .zeroResults {
    padding: 100px 20px;
    border-top: none;
  }

  .cruise-listing-container.cruise-listing-V2 .cruise-listing-content .products-list .product-list_item .productTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .cruise-listing-container.cruise-listing-V2 .party-mix-content {
    padding: 0;
  }

  .lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta.check-position,
  .lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:active,
  .lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:focus,
  .lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .open-itinerary-cta:hover {
    height: 44px;
  }

  .lux-lite .cruise-listing-content.cruise-listing-content-whats-include .product-list_item .productCard .stickyButtonContainer .sticky-is-fixed .open-itinerary-cta-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}

@media only screen and (min-width:768px) and (max-width:974px) {
  .cruise-listing-container.cruise-listing-V2 .dcl.facets-container .party-mix-dropdown .party-mix-facet {
    width: 697px;
  }
}

.cruise-listing-container.cruise-listing-V2 .facets-container .hidden-btn .facet-drawer {
  padding-bottom: 0;
  background: #fff;
}

.cruise-listing-container.cruise-listing-V2 .facets-container .hidden-btn .button-bar {
  display: none;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .facet-drawer {
  overflow-y: auto;
  padding-bottom: 72px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .facet-drawer .button-bar {
  position: fixed;
  background: #fff;
  height: 72px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .facet-drawer .button-bar button {
  width: 100%;
  max-width: none;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .facet-drawer .button-bar button span {
  background: 0 0;
  text-shadow: none;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .facet-drawer>.drawer-content {
  position: relative;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .btn-facets.mob-opt {
  padding: 15px 12px;
  width: 100%;
  background: #fff;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .btn-facets.mob-opt .btn-link.right {
  float: right;
  font-size: 16px;
  margin-top: 7px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .btn-facets.mob-opt .close-btn-filters wdpr-icon {
  color: #169ebe;
  cursor: pointer;
  font-size: 24px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .btn-facets.mob-opt .close-btn-filters .results-filter {
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .panel-heading {
  display: none;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default {
  float: left;
  padding: 0 14px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates {
  padding: 0 14px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .facet-group-title {
  padding: 15px 5px;
  border: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .facet-list-group-column {
  padding: 0;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .facet-list-group-column .facet-list-column {
  width: auto;
  margin: 5px;
  padding: 0;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .early-booking-notice {
  letter-spacing: 0;
  color: #253b56;
  display: inline-block;
  width: 100%;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .early-booking-notice .notice-text {
  display: inherit;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (orientation:portrait) {
  .cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .early-booking-notice .notice-text {
    width: 270px;
  }
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default.dates .facet-list-group .early-booking-notice .asterisk {
  font-size: 18px;
  margin: 0 8px 0 6px;
  float: left;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-group-title {
  float: left;
  width: 100%;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: 500;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column {
  float: left;
  border: none;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column {
  padding: 0;
  float: left;
  margin: 5px;
  width: auto;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox {
  border: 1px solid #169ebe;
  color: #169ebe;
  padding: 3px 10px;
  border-radius: 2px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox[disabled=disabled] {
  color: #b5d8e5;
  border-color: #b5d8e5;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox.selected {
  color: #fff;
  background: #169ebe;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .form-group {
  margin-bottom: 0;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .form-group .btn-checkbox {
  display: none;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .form-group .btn-checkbox-label {
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .form-group .btn-checkbox-label.disabled {
  color: #b5d8e5;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .form-group .btn-checkbox-label span {
  margin-left: 0;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox .btn-checkbox-label {
  line-height: 24px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox.date-filter {
  width: 100px;
}

.cruise-listing-container.cruise-listing-V2 .facets-container wdpr-finder-facet-drawer .accordion-group .mob-opt .facet-list-default .facet-list-group .facet-list-group-column .facet-list-column wdpr-checkbox.date-filter .btn-checkbox-label {
  width: 100%;
  text-align: center;
}

.cruisedetails #universal-header,
.cruisedetailsstateroomtypeselected #universal-header,
.modifycruisedetails #universal-header,
.modifycruisedetailsstateroomtypeid #universal-header {
  margin-bottom: 0;
}

.cruisedetails #pageContainerInner .messaging-container,
.cruisedetailsstateroomtypeselected #pageContainerInner .messaging-container,
.modifycruisedetails #pageContainerInner .messaging-container,
.modifycruisedetailsstateroomtypeid #pageContainerInner .messaging-container {
  margin-top: 0;
}

.cruisedetails #pageContent,
.cruisedetailsstateroomtypeselected #pageContent,
.modifycruisedetails #pageContent,
.modifycruisedetailsstateroomtypeid #pageContent {
  min-width: 100%;
  padding: 0;
}

.cruisedetails #pageContent .panel,
.cruisedetailsstateroomtypeselected #pageContent .panel,
.modifycruisedetails #pageContent .panel,
.modifycruisedetailsstateroomtypeid #pageContent .panel {
  border: 0;
}

.cruisedetails #pageContent .panel .container-fluid,
.cruisedetailsstateroomtypeselected #pageContent .panel .container-fluid,
.modifycruisedetails #pageContent .panel .container-fluid,
.modifycruisedetailsstateroomtypeid #pageContent .panel .container-fluid {
  padding: 0;
}

.cruisedetails #pageContent .panel .reservation-summary,
.cruisedetailsstateroomtypeselected #pageContent .panel .reservation-summary,
.modifycruisedetails #pageContent .panel .reservation-summary,
.modifycruisedetailsstateroomtypeid #pageContent .panel .reservation-summary {
  padding: 0;
}

.currency-disclaimer {
  margin-top: 20px;
}

.currency-disclaimer--desktop {
  display: none;
}

.currency-disclaimer--mobile {
  display: block;
  padding-bottom: 65px;
}

.cruise-details-page .product-image {
  position: relative;
}

.cruise-details-page .product-image .return-btn-container {
  width: 100%;
  position: absolute;
  background: 0 0;
  background: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
  padding: 10px;
  top: 0;
}

.cruise-details-page .product-image .return-btn-container .return-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.cruise-details-page .product-image .return-btn-container .return-btn .icon,
.cruise-details-page .product-image .return-btn-container .return-btn>span {
  text-shadow: 0 0 4px rgba(0,0,0,.15);
  transition: all .1s ease-out;
}

.cruise-details-page .product-image .return-btn-container .return-btn:focus,
.cruise-details-page .product-image .return-btn-container .return-btn:hover {
  text-decoration: none;
}

.cruise-details-page .product-image .return-btn-container .return-btn:focus .icon,
.cruise-details-page .product-image .return-btn-container .return-btn:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cruise-details-page .spinner {
  text-align: center;
  margin-top: 38px;
}

.cruise-details-page .itinerary-map canvas {
  border-radius: 0!important;
}

.cruise-details-page .itinerary-map .flat-map img {
  min-width: 100%;
}

.cruise-details-page .sailing-summary {
  padding: 40px 16px 0;
}

.cruise-details-page .cruise-includes-container {
  padding: 0 16px 20px 16px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d1d9e0;
}

.cruise-details-page .sailing-highlights-container {
  margin-bottom: 54px;
}

.cruise-details-page .cruise-itinerary .header-title {
  padding: 0 16px;
  margin: 0 0 40px;
}

@media (max-width:340px) {
  .cruise-details-page .sailing-summary {
    padding: 40px 10px 0 10px;
  }
}

@media (min-width:768px) {
  .cruise-details-page .itinerary-map {
    padding-top: 25px;
  }

  .modifycruisedetails #pageContent .panel .reservation-summary,
  .modifycruisedetailsstateroomtypeid #pageContent .panel .reservation-summary {
    padding: 0 16px;
  }
}

@media (min-width:968px) {
  .cruise-details-page .sailing-summary {
    padding: 60px 0 0;
  }

  .cruise-details-page .cruise-includes-container {
    padding: 0 0 74px 0;
    margin-bottom: 80px;
  }

  .cruise-details-page .cruise-itinerary .header-title {
    padding: 0;
    margin-bottom: 60px;
  }

  .currency-disclaimer {
    padding-right: 0;
  }

  .modifycruisedetails #pageContent .panel .reservation-summary,
  .modifycruisedetailsstateroomtypeid #pageContent .panel .reservation-summary {
    padding: 0;
  }
}

@media (min-width:768px) {
  .currency-disclaimer--desktop {
    display: block;
  }

  .currency-disclaimer--mobile {
    display: none;
  }
}

@media screen and (-ms-high-contrast:active) {
  .cruise-details-page .itinerary-map canvas {
    border: 2px solid #d1d9e0;
  }
}

@media screen and (-ms-high-contrast:black-on-white) {
  .cruise-details-page .itinerary-map canvas {
    border: 2px solid #000;
  }
}

dcl-cruise-itinerary .header-title {
  margin-bottom: 60px;
}

dcl-cruise-itinerary .cruise-itinerary-card .feature-icon {
  min-width: 64px;
  max-height: 64px;
  margin-right: 20px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-container {
  padding: 30px 16px 55px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-day {
  border: 1px solid #d0d7de;
  border-radius: 5.33px;
  padding-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-day .cruise-itinerary-day-text {
  font-size: 12px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-day .cruise-itinerary-day-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-name {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 6px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-separator {
  padding: 0 20px;
  color: #a1afc0;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-event>span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info.title-only {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info.title-only .cruise-itinerary-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features {
  padding-left: 0;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-icon {
  font-size: 36px;
  text-align: center;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-text .cruise-itinerary-feature-text-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-text .cruise-itinerary-feature-text-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-text .cruise-itinerary-feature-text-body ul {
  padding-left: 20px;
}

dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-text a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

@media (max-width:768px) {
  dcl-cruise-itinerary .header-title {
    font-size: 24px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .feature-icon {
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    margin-right: 16px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-day {
    padding-top: 3px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-day .cruise-itinerary-day-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 4px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-schedule {
    display: block;
    margin-bottom: 6px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-separator {
    display: none;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-event {
    display: block;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-event>span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-summary .cruise-itinerary-info .cruise-itinerary-details .cruise-itinerary-details-event>span .cruise-itinerary-event-separator {
    display: none;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature {
    margin-bottom: 20px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature:last-child {
    margin-bottom: 0;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-features .cruise-itinerary-feature .cruise-itinerary-feature-icon {
    font-size: 30px;
  }

  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-container {
    padding: 30px 16px 50px;
  }
}

@media (min-width:968px) {
  dcl-cruise-itinerary .cruise-itinerary-card .cruise-itinerary-container {
    padding: 40px 0 60px;
  }
}

dcl-cruise-details-summary .header .header-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 20px;
}

dcl-cruise-details-summary .header .sub-header {
  color: #253b56;
  font-size: 16px;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .rate-modal {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label .pricing-icon {
  color: #37a867;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label .sub-header-startingFrom {
  font-size: 14px;
  line-height: 20px;
  color: #78899e;
  font-weight: 400;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label__text {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-number {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-weight: 800;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-number .currency {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-weight: 400;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .rate-details-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 4px;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-note {
  display: block;
  margin-bottom: 9px;
}

dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-note-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item+.sub-header-item {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item {
  display: block;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .share-button {
  margin-bottom: 20px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .share-button .icon {
  transition: all .1s ease-out;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .share-button:focus .icon,
dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .share-button:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn {
  display: block;
  height: 24px;
  left: -3px;
  position: relative;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button {
  display: block;
  height: 24px;
  font-size: 24px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button .icon {
  display: block;
  line-height: 14px;
  height: 24px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button .favorite-label {
  vertical-align: top;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button .favorite-btn-spinner {
  padding: 0;
  vertical-align: top;
  margin-top: -4px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button:focus .icon,
dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .summary-favorite-btn .favorite-button:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-label__text {
  margin-right: 5px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-label .pricing-icon {
  color: #37a867;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .rate-modal {
  display: inline-block;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-number {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
  margin-left: 0;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-number .currency {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  color: #78899e;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-note.has-gratuities {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-note.has-gratuities .rate-modal {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .select-button {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section .share-item {
  padding-left: 20px;
  margin: 0 0 0 20px;
  border-left: solid 1px #a1afc0;
  height: 24px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section .share-item.share-item-ta {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

@media (max-width:340px) {
  dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section .share-item {
    margin: 10px 0 0 17px;
    padding-left: 18px;
  }
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed {
  border-bottom: 1px solid #d1d9e0;
  background: #fff;
  left: 0;
  width: 100%!important;
  z-index: 20;
  padding: 16px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed .sticky-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}

dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed .select-button {
  margin: 0;
}

dcl-cruise-details-summary .sub-header-stateroom-type {
  display: inline-block;
}

dcl-cruise-details-summary .is-sub-international {
  font-size: 14px;
  line-height: 20px;
  color: #78899e;
  font-weight: 400;
}

@media (min-width:768px) {
  dcl-cruise-details-summary .header {
    position: relative;
  }

  dcl-cruise-details-summary .header .header-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    font-weight: 500;
    max-width: 60%;
    margin-bottom: 0;
  }

  dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }

  dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label .sub-header-startingFrom {
    margin-right: 0;
  }

  dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-label .has-stateroom-type {
    margin-left: 0;
  }

  dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .price-number {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    font-weight: 800;
    display: inline-block;
    margin-left: 6em;
    margin-right: 0;
  }

  dcl-cruise-details-summary .header .sub-header.converted-price .sub-header-row .sub-header-item .rate-modal {
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row.info-section {
    margin: 5px 0;
    max-width: 60%;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row.price-section {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
    max-width: 40%;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section .summary-favorite-btn .favorite-button .icon {
    line-height: 18px;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section .share-item {
    margin-top: 0;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row.info-section,
  dcl-cruise-details-summary .header .sub-header .sub-header-row.share-section {
    margin: 15px 0 0;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item+.sub-header-item {
    border-left: solid 1px #a1afc0;
    margin-left: 20px;
    padding-left: 20px;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item {
    display: inline-block;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-label {
    display: inline-block;
    text-align: right;
    margin-left: 6em;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-number {
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin-left: 0;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .select-button {
    max-width: 277px;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .favorite-button,
  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .share-button {
    margin-bottom: 0;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sub-header-item .price-note.has-gratuities .rate-modal {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container .header-sticky-title {
    display: none;
    text-align: left;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed {
    padding: 0 10px;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed .sticky-inner {
    max-width: 960px;
    padding: 20px 0;
    margin: 0 auto;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed .header-sticky-title {
    display: block;
  }

  dcl-cruise-details-summary .header .sub-header .sub-header-row .sticky-button-container.sticky-is-fixed .select-button {
    margin: 0 0 0 auto;
  }
}

.sailing-highlights {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sailing-highlights .sailing-highlights-item {
  background: #f7f9fc;
  color: #253b56;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}

.sailing-highlights .sailing-highlights-item .count {
  font-weight: 700;
  color: #253b56;
}

.sailing-highlights .sailing-highlights-item+.sailing-highlights-item {
  margin-left: 4px;
}

@media (min-width:768px) {
  .sailing-highlights .sailing-highlights-item {
    padding: 18px 0;
    font-size: 20px;
  }
}

@media screen and (-ms-high-contrast:active) {
  .sailing-highlights-item {
    border: 2px solid #d1d9e0;
  }
}

@media screen and (-ms-high-contrast:black-on-white) {
  .sailing-highlights-item {
    border: 2px solid #000;
  }
}

.cruise-includes {
  margin-bottom: 40px;
}

.cruise-includes .header-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #253b56;
}

.cruise-includes ul {
  list-style: none;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 25px 0;
}

.cruise-includes ul li {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.cruise-includes ul li p {
  margin: 0 0 0 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #253b56;
}

.cruise-includes ul li wdpr-icon {
  font-size: 24px;
  line-height: 24px;
  color: #253b56;
}

.cruise-includes .includes-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.cruise-includes .dcl-whats-included-modal .whats-included-modal .icon-brand span {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

@media (min-width:968px) {
  .cruise-includes {
    margin-bottom: 0;
  }

  .cruise-includes .header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
  }

  .cruise-includes ul li {
    width: 50%;
  }

  .cruise-includes .includes-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.dcl-cruise-theme-description .separator-container {
  text-align: center;
  position: relative;
  margin-top: 27px;
}

.dcl-cruise-theme-description .separator-line {
  width: 100%;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  margin: 14px 0;
  overflow: hidden;
}

.dcl-cruise-theme-description .separator-line:after {
  content: '';
  display: block;
  width: 96%;
  height: 10px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 6px 5px 0 rgba(0,0,0,.04);
}

.dcl-cruise-theme-description .separator-img {
  width: 98px;
  height: 98px;
  display: block;
  margin: auto;
  position: relative;
}

.dcl-cruise-theme-description .learn-more-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #169ebe;
  display: block;
  margin-top: 17px;
}

.dcl-cruise-theme-description .theme-header-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin: 11px auto 0;
  font-family: var(--font-family-medium);
}

.dcl-cruise-theme-description .theme-card-header {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-family-medium);
  margin-bottom: 8px;
}

.dcl-cruise-theme-description .theme-card-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-family-book);
}

.dcl-cruise-theme-description .card-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 41.5px 8px 10px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dcl-cruise-theme-description .card-img {
  width: 100%;
  border-radius: 5px;
}

.dcl-cruise-theme-description .theme-info-card {
  width: calc(49.03%);
}

.dcl-cruise-theme-description .theme-info-card:last-child {
  width: 100%;
  margin: 1.9vw 0;
  height: calc(46.94vw);
}

.dcl-cruise-theme-description .theme-info-card:last-child .card-img {
  height: 100%;
  object-fit: cover;
}

.dcl-cruise-theme-description .card-theme-description {
  display: none;
}

.dcl-cruise-theme-description .theme-description {
  width: 100%;
}

.dcl-cruise-theme-description .descriptions-container {
  display: block;
  margin: 30px 16px;
}

.dcl-cruise-theme-description .descriptions-container:last-child {
  margin-bottom: 54px;
}

.dcl-cruise-theme-description .last-image-desktop {
  display: none;
}

@media (min-width:968px) {
  .dcl-cruise-theme-description .last-image-mobile {
    display: none;
  }

  .dcl-cruise-theme-description .last-image-desktop {
    display: block;
  }

  .dcl-cruise-theme-description .descriptions-container {
    display: none;
  }

  .dcl-cruise-theme-description .theme-header-description {
    font-size: 30px;
    font-weight: 400;
    line-height: 41px;
    max-width: 687px;
  }

  .dcl-cruise-theme-description .theme-info-card {
    width: 310px;
  }

  .dcl-cruise-theme-description .theme-info-card:last-child {
    width: 310px;
    margin: 0;
    height: 100%;
  }

  .dcl-cruise-theme-description .theme-info-card:last-child .card-img {
    height: 100%;
  }

  .dcl-cruise-theme-description .card-container {
    margin: 39.5px 0 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dcl-cruise-theme-description .card-img {
    border-radius: 0;
  }

  .dcl-cruise-theme-description .card-theme-description {
    display: block;
    margin-top: 24px;
  }

  .dcl-cruise-theme-description .learn-more-label {
    margin-top: 16px;
  }
}

offer hr.gradient {
  display: none;
}

@media (min-width:568px) {
  offer hr.gradient {
    display: block;
  }
}

offer wdpr-finder-list-card .card {
  cursor: pointer;
}

offer wdpr-finder-list-card .card .card-link>a.card-link-overlay:focus {
  outline: 0;
}

@media (min-width:568px) {
  offer wdpr-finder-list-card .card {
    border-top: none;
  }
}

#pageContent {
  min-width: 320px;
}

#pageContent .base.panel {
  min-width: 304px;
}

.listingpage #pageContent {
  z-index: 0;
  position: relative;
}

#pageContainer.offerdetails-viewoffer #pageContent>header {
  display: none!important;
}

@media (max-width:567px) {
  #pageContainer.offerdetails-viewoffer #pageContent>header {
    display: block!important;
  }
}

.vertical-align-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width:568px) {
  .offer-details .container-fluid {
    padding: 0 8px;
  }
}

.offer-details header.details-header {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  height: 67px;
}

.offer-details header.details-header>h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .offer-details header.details-header>h1 {
    float: left;
    width: 75%;
  }
}

.offer-details header.details-header>p {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width:768px) {
  .offer-details header.details-header>p {
    float: left;
    width: 25%;
  }
}

.offer-details .details-hero img {
  max-width: 100%;
  border-radius: 12px;
}

.offer-details .view-offer.upcoming-room-offer main .cta-container {
  display: none;
}

.offer-details .view-offer.multiple-offers main .cta-container wdpr-cta button {
  display: none;
}

.offer-details main {
  overflow-x: hidden;
  padding-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.offer-details main .cta-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .offer-details main .cta-container {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width:767px) {
  .offer-details main .cta-container {
    float: none!important;
  }
}

.offer-details main .cta-container wdpr-cta {
  margin: 20px 0;
}

.offer-details main .cms-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .offer-details main .cms-container {
    float: left;
    width: 66.66666667%;
  }
}

.offer-details main .cms-container blockquote {
  color: #253b56;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  margin: 20px 0;
  padding: 0;
  border: none;
}

.offer-details main .cms-container h1 {
  color: #253b56;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.offer-details main .cms-container h2 {
  color: #253b56;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.offer-details main .cms-container h3 {
  color: #253b56;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.offer-details .heroButtonWrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.offer-details .heroButtonWrapper .htmlContainer {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.offer-details .heroButtonWrapper .arrow {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2em;
  color: #dfdfdf;
  display: table-cell;
}

@media (max-width:480px) {
  .offer-details .heroButtonWrapper .arrow {
    padding-top: 175px;
  }
}

.offer-details a.htmlContentBlock:focus .arrow,
.offer-details a.htmlContentBlock:hover .arrow {
  color: #1994d7;
}

.offer-details .highlightsCards {
  display: inline-block;
}

.offer-details .highlightsCards hr.gradient {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}

.offer-details .highlightsCards a.htmlContentBlock {
  display: inline-block;
  padding: 2px 0 0 2px;
}

.offer-details .highlightsCards a.htmlContentBlock .heroButtonWrapper {
  overflow: hidden;
}

.offer-details .highlightsCards .htmlContainer {
  margin-left: -15px;
  margin-right: -15px;
}

.offer-details .highlightsCards .htmlContainer .heroCopyButtonImage {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:568px) {
  .offer-details .highlightsCards .htmlContainer .heroCopyButtonImage {
    float: left;
    width: 33.33333333%;
  }
}

@media (max-width:480px) {
  .offer-details .highlightsCards .htmlContainer .heroCopyButtonImage {
    min-width: 311px;
  }
}

.offer-details .highlightsCards .htmlContainer .heroCopyButtonContent,
.offer-details .highlightsCards .htmlContainer .heroRight {
  color: #253b56;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:480px) {
  .offer-details .highlightsCards .htmlContainer .heroCopyButtonContent,
  .offer-details .highlightsCards .htmlContainer .heroRight {
    margin-top: 8px;
  }
}

@media (min-width:568px) {
  .offer-details .highlightsCards .htmlContainer .heroCopyButtonContent,
  .offer-details .highlightsCards .htmlContainer .heroRight {
    float: left;
    width: 66.66666667%;
  }
}

.offer-details .highlightsCards .htmlContainer .heroCopyButtonContent h3,
.offer-details .highlightsCards .htmlContainer .heroRight h3 {
  margin-top: 0;
}

.lux-lite .active-teal-blue {
  color: #169ebe!important;
}

.lux-lite .background-teal-blue {
  background-color: #edf8fa!important;
}

.lux-lite .background-grey {
  background-color: #f7f9fc!important;
}

.lux-lite .accent-gold {
  color: #bc8a2a!important;
}

.lux-lite .alert-red {
  color: #ac162c!important;
}

.lux-lite .hover-teal-blue {
  color: #117e98!important;
}

.lux-lite .disable-teal-blue {
  color: #b5d8e5!important;
}

.lux-lite .detail-grey {
  color: #d0d7de!important;
}

.lux-lite .chrome-grey {
  color: #ecf1f4!important;
}

.lux-lite .has-error .checkbox,
.lux-lite .has-error .checkbox-inline,
.lux-lite .has-error .control-label,
.lux-lite .has-error .radio,
.lux-lite .has-error .radio-inline {
  color: #ac162c;
}

.lux-lite .has-error .form-control {
  border-color: #ac162c;
  color: #ac162c;
  box-shadow: none;
}

.lux-lite .has-error .form-control:focus {
  border-color: #253b56;
  color: #253b56;
  box-shadow: none;
}

.lux-lite .has-error .input-group-addon {
  color: #ac162c;
  border-color: #ac162c;
}

.lux-lite .has-error .form-control-feedback {
  color: #ac162c;
}

.lux-lite .has-error .help-block {
  color: #ac162c;
}

.lux-lite label {
  margin-bottom: 6px;
  font-size: 12px;
}

.lux-lite .control-label,
.lux-lite wdpr-popover-component {
  color: #a1afc0;
}

.lux-lite .has-focus .control-label,
.lux-lite .has-focus wdpr-popover-component {
  color: #253b56;
}

.lux-lite .form-control {
  height: 28px;
  padding: 5px 6px 4px;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none!important;
  transition: none;
  border-bottom: 1px solid #a1afc0;
  color: #253b56;
}

.lux-lite .help-block {
  margin-top: 6px;
  font-size: 14px;
  color: #78899e;
  white-space: nowrap;
}

.lux-lite .control-label {
  font-weight: 400;
  color: #78899e;
  padding-left: 12px;
  font-size: 12px;
  height: 15px;
  margin: 0;
  display: block;
  position: relative;
  top: -1px;
}

.lux-lite .form-group .has-error .control-label {
  color: #ac162c;
}

.lux-lite .form-group .has-error.control-label {
  color: #ac162c;
}

.lux-lite .has-error .form-group .control-label {
  color: #ac162c;
}

.lux-lite hr {
  border-top: 1px solid #d0d7de;
  width: 100%;
}

.lux-lite hr.gradient {
  background-image: none;
  border-top: 1px solid #d0d7de;
}

.lux-lite a {
  color: #169ebe;
}

.lux-lite .btn-link {
  border: 0;
  color: #169ebe;
  padding: 0;
}

.lux-lite .type-48-med {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.lux-lite .type-48 {
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}

.lux-lite .type-36-med {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.lux-lite .type-36 {
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}

.lux-lite .type-30-med {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.lux-lite .type-30 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.lux-lite .type-28-med {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.lux-lite .type-28 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.lux-lite .type-24-med {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.lux-lite .type-24 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.lux-lite .type-20-med {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lux-lite .type-20-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.lux-lite .type-20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.lux-lite .type-18-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.lux-lite .type-18-med {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.lux-lite .type-18-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.lux-lite .type-18 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.lux-lite .type-16-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.lux-lite .type-16-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lux-lite .type-16-med {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.lux-lite .type-16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.lux-lite .type-14-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.lux-lite .type-14-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.lux-lite .type-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.lux-lite .type-12-bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.lux-lite .type-12-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.lux-lite .type-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.lux-lite .font-avenir-book {
  font-family: InspireTWDCBook;
}

.lux-lite .font-avenir-roman {
  font-family: InspireTWDCRoman;
}

.lux-lite .font-avenir-medium {
  font-family: InspireTWDCMedium;
}

.lux-lite .font-avenir {
  font-family: InspireTWDC;
}

.lux-lite .font-base {
  font-family: var(--font-family-base),InspireTWDC;
}

.lux-lite .font-light {
  font-family: var(--font-family-light),InspireTWDCLight;
}

.lux-lite .font-heavy {
  font-family: var(--font-family-heavy),InspireTWDCHeavy;
}

.lux-lite .font-black {
  font-family: var(--font-family-black),InspireTWDCBlack;
}

.lux-lite .font-medium {
  font-family: var(--font-family-medium),InspireTWDCMedium;
}

.lux-lite .font-roman {
  font-family: var(--font-family-roman),InspireTWDCRoman;
}

.lux-lite .font-book {
  font-family: var(--font-family-book),InspireTWDCBook;
}

.lux-lite .font-oblique {
  font-family: var(--font-family-base);
  font-style: italic;
}

.lux-lite [wdpr-pillbutton-v2] .gradient {
  background: 0 0!important;
  padding: 0 0;
}

.lux-lite [wdpr-pillbutton-v2] .gradient .buttonText {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-shadow: none;
}

.lux-lite wdpr-offer-content,
.lux-lite wdpr-offer-table,
.lux-lite wdpr-offer-thead,
.lux-lite wdpr-offer-toggle,
.lux-lite wdpr-offer-tr {
  display: block;
}

.lux-lite .offer-table,
.lux-lite wdpr-offer-table {
  display: block;
  margin: 20px 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
}

.lux-lite .offer-table hr,
.lux-lite wdpr-offer-table hr {
  margin: 0;
}

.lux-lite .offer-table hr.gradient,
.lux-lite wdpr-offer-table hr.gradient {
  margin: 0;
}

.lux-lite .offer-table .offer-tr-norgie,
.lux-lite wdpr-offer-table .offer-tr-norgie {
  display: table-cell;
  vertical-align: middle;
  width: 0;
}

.lux-lite .offer-table .offer-tr-norgie wdpr-icon,
.lux-lite wdpr-offer-table .offer-tr-norgie wdpr-icon {
  text-align: center;
  width: 30px;
  margin-left: -30px;
}

.lux-lite .offer-table .offer-tr-norgie .icon,
.lux-lite wdpr-offer-table .offer-tr-norgie .icon {
  transition: -webkit-transform .2s;
  transition: transform .2s;
}

.lux-lite .offer-table .offer-tr,
.lux-lite .offer-table wdpr-offer-tr,
.lux-lite wdpr-offer-table .offer-tr,
.lux-lite wdpr-offer-table wdpr-offer-tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 0 solid #d0d7de;
  border-collapse: collapse;
}

.lux-lite .offer-table .offer-tr.toggleset-button,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button {
  transition: color .2s,-webkit-filter .2s,color .2s,filter .2s;
  color: #169ebe;
}

.lux-lite .offer-table .offer-tr.toggleset-button:focus,
.lux-lite .offer-table .offer-tr.toggleset-button:hover,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:focus,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:hover,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:focus,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:hover,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:focus,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:hover {
  color: #117e98;
}

.lux-lite .offer-table .offer-tr.toggleset-button:focus wdpr-icon span,
.lux-lite .offer-table .offer-tr.toggleset-button:hover wdpr-icon span,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:focus wdpr-icon span,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:hover wdpr-icon span,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:focus wdpr-icon span,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:hover wdpr-icon span,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:focus wdpr-icon span,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:hover wdpr-icon span {
  color: #117e98;
}

.lux-lite .offer-table .offer-tr.toggleset-button:focus wdpr-icon img,
.lux-lite .offer-table .offer-tr.toggleset-button:hover wdpr-icon img,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:focus wdpr-icon img,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:hover wdpr-icon img,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:focus wdpr-icon img,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:hover wdpr-icon img,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:focus wdpr-icon img,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:hover wdpr-icon img {
  -webkit-filter: invert(40%) sepia(37%) saturate(987%) hue-rotate(144deg) brightness(93%) contrast(92%);
  filter: invert(40%) sepia(37%) saturate(987%) hue-rotate(144deg) brightness(93%) contrast(92%);
}

.lux-lite .offer-table .offer-tr.toggleset-button:focus,
.lux-lite .offer-table wdpr-offer-tr.toggleset-button:focus,
.lux-lite wdpr-offer-table .offer-tr.toggleset-button:focus,
.lux-lite wdpr-offer-table wdpr-offer-tr.toggleset-button:focus {
  outline: 1px dotted #000;
}

.lux-lite .offer-table .offer-tbody .offer-tr.offer-table--subheading,
.lux-lite .offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--subheading,
.lux-lite wdpr-offer-table .offer-tbody .offer-tr.offer-table--subheading,
.lux-lite wdpr-offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--subheading {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 700;
  line-height: 1.3;
  border-bottom-width: 1px;
  margin-bottom: -1px;
  min-height: inherit;
}

.lux-lite .offer-table .offer-tbody .offer-tr.offer-table--subheading .offer-th,
.lux-lite .offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--subheading .offer-th,
.lux-lite wdpr-offer-table .offer-tbody .offer-tr.offer-table--subheading .offer-th,
.lux-lite wdpr-offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--subheading .offer-th {
  vertical-align: bottom;
}

.lux-lite .offer-table .offer-td,
.lux-lite .offer-table .offer-th,
.lux-lite .offer-table wdpr-offer-td,
.lux-lite .offer-table wdpr-offer-th,
.lux-lite wdpr-offer-table .offer-td,
.lux-lite wdpr-offer-table .offer-th,
.lux-lite wdpr-offer-table wdpr-offer-td,
.lux-lite wdpr-offer-table wdpr-offer-th {
  display: table-cell;
}

.lux-lite .offer-table .offer-td,
.lux-lite .offer-table wdpr-offer-td,
.lux-lite wdpr-offer-table .offer-td,
.lux-lite wdpr-offer-table wdpr-offer-td {
  border: 0 solid #d0d7de;
  vertical-align: middle;
  padding: 10px 16px;
}

.lux-lite .offer-table .offer-th,
.lux-lite .offer-table wdpr-offer-th,
.lux-lite wdpr-offer-table .offer-th,
.lux-lite wdpr-offer-table wdpr-offer-th {
  vertical-align: bottom;
  padding: 5px 16px;
}

@media (min-width:568px) {
  .lux-lite .offer-table .offer-th,
  .lux-lite .offer-table wdpr-offer-th,
  .lux-lite wdpr-offer-table .offer-th,
  .lux-lite wdpr-offer-table wdpr-offer-th {
    border: 0 solid #fff;
  }
}

.lux-lite .offer-table .offer-th+.offer-th,
.lux-lite .offer-table wdpr-offer-th+.offer-th,
.lux-lite wdpr-offer-table .offer-th+.offer-th,
.lux-lite wdpr-offer-table wdpr-offer-th+.offer-th {
  border-left-width: 2px;
  padding-left: 14px;
}

.lux-lite .offer-table>.offer-tbody,
.lux-lite .offer-table>.offer-thead,
.lux-lite .offer-table>wdpr-offer-tbody,
.lux-lite .offer-table>wdpr-offer-thead,
.lux-lite wdpr-offer-table>.offer-tbody,
.lux-lite wdpr-offer-table>.offer-thead,
.lux-lite wdpr-offer-table>wdpr-offer-tbody,
.lux-lite wdpr-offer-table>wdpr-offer-thead {
  display: block;
}

.lux-lite .offer-table>.offer-tbody:first-child,
.lux-lite .offer-table>.offer-tbody:only-child,
.lux-lite .offer-table>.offer-thead:first-child,
.lux-lite .offer-table>.offer-thead:only-child,
.lux-lite .offer-table>wdpr-offer-tbody:first-child,
.lux-lite .offer-table>wdpr-offer-tbody:only-child,
.lux-lite .offer-table>wdpr-offer-thead:first-child,
.lux-lite .offer-table>wdpr-offer-thead:only-child,
.lux-lite wdpr-offer-table>.offer-tbody:first-child,
.lux-lite wdpr-offer-table>.offer-tbody:only-child,
.lux-lite wdpr-offer-table>.offer-thead:first-child,
.lux-lite wdpr-offer-table>.offer-thead:only-child,
.lux-lite wdpr-offer-table>wdpr-offer-tbody:first-child,
.lux-lite wdpr-offer-table>wdpr-offer-tbody:only-child,
.lux-lite wdpr-offer-table>wdpr-offer-thead:first-child,
.lux-lite wdpr-offer-table>wdpr-offer-thead:only-child {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.lux-lite .offer-table>.offer-tbody:last-child,
.lux-lite .offer-table>.offer-tbody:only-child,
.lux-lite .offer-table>.offer-thead:last-child,
.lux-lite .offer-table>.offer-thead:only-child,
.lux-lite .offer-table>wdpr-offer-tbody:last-child,
.lux-lite .offer-table>wdpr-offer-tbody:only-child,
.lux-lite .offer-table>wdpr-offer-thead:last-child,
.lux-lite .offer-table>wdpr-offer-thead:only-child,
.lux-lite wdpr-offer-table>.offer-tbody:last-child,
.lux-lite wdpr-offer-table>.offer-tbody:only-child,
.lux-lite wdpr-offer-table>.offer-thead:last-child,
.lux-lite wdpr-offer-table>.offer-thead:only-child,
.lux-lite wdpr-offer-table>wdpr-offer-tbody:last-child,
.lux-lite wdpr-offer-table>wdpr-offer-tbody:only-child,
.lux-lite wdpr-offer-table>wdpr-offer-thead:last-child,
.lux-lite wdpr-offer-table>wdpr-offer-thead:only-child {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.lux-lite .offer-table .offer-thead,
.lux-lite .offer-table wdpr-offer-thead,
.lux-lite wdpr-offer-table .offer-thead,
.lux-lite wdpr-offer-table wdpr-offer-thead {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  line-height: 56px;
  background: #edf8fa;
  border: 1px solid #d0d7de;
  color: #253b56;
}

.lux-lite .offer-table .offer-thead+.offer-tbody,
.lux-lite .offer-table wdpr-offer-thead+.offer-tbody,
.lux-lite wdpr-offer-table .offer-thead+.offer-tbody,
.lux-lite wdpr-offer-table wdpr-offer-thead+.offer-tbody {
  border-top-width: 0;
}

.lux-lite .offer-table .offer-tbody,
.lux-lite .offer-table wdpr-offer-tbody,
.lux-lite wdpr-offer-table .offer-tbody,
.lux-lite wdpr-offer-table wdpr-offer-tbody {
  border: 1px solid #d0d7de;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

.lux-lite .offer-table .offer-tbody .offer-tr,
.lux-lite .offer-table .offer-tbody wdpr-offer-tr,
.lux-lite .offer-table wdpr-offer-tbody .offer-tr,
.lux-lite .offer-table wdpr-offer-tbody wdpr-offer-tr,
.lux-lite wdpr-offer-table .offer-tbody .offer-tr,
.lux-lite wdpr-offer-table .offer-tbody wdpr-offer-tr,
.lux-lite wdpr-offer-table wdpr-offer-tbody .offer-tr,
.lux-lite wdpr-offer-table wdpr-offer-tbody wdpr-offer-tr {
  min-height: 60px;
}

.lux-lite .offer-table .offer-tbody .offer-tr.offer-table--compact-row,
.lux-lite .offer-table .offer-tbody wdpr-offer-tr.offer-table--compact-row,
.lux-lite .offer-table wdpr-offer-tbody .offer-tr.offer-table--compact-row,
.lux-lite .offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--compact-row,
.lux-lite wdpr-offer-table .offer-tbody .offer-tr.offer-table--compact-row,
.lux-lite wdpr-offer-table .offer-tbody wdpr-offer-tr.offer-table--compact-row,
.lux-lite wdpr-offer-table wdpr-offer-tbody .offer-tr.offer-table--compact-row,
.lux-lite wdpr-offer-table wdpr-offer-tbody wdpr-offer-tr.offer-table--compact-row {
  min-height: inherit;
}

@media (max-width:567px) {
  .lux-lite .offer-table.is-collapsable .toggleset-button wdpr-offer-td:first-of-type,
  .lux-lite .offer-table.is-collapsable wdpr-toggleset-button wdpr-offer-td:first-of-type,
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-button wdpr-offer-td:first-of-type,
  .lux-lite wdpr-offer-table.is-collapsable wdpr-toggleset-button wdpr-offer-td:first-of-type {
    width: 75%!important;
  }

  .lux-lite .offer-table.is-collapsable .toggleset-button wdpr-offer-td:last-of-type,
  .lux-lite .offer-table.is-collapsable wdpr-toggleset-button wdpr-offer-td:last-of-type,
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-button wdpr-offer-td:last-of-type,
  .lux-lite wdpr-offer-table.is-collapsable wdpr-toggleset-button wdpr-offer-td:last-of-type {
    width: 25%!important;
  }

  .lux-lite .offer-table.is-collapsable .toggleset-button div:nth-child(2),
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-button div:nth-child(2) {
    width: 75%!important;
  }

  .lux-lite .offer-table.is-collapsable .toggleset-button div:nth-child(3),
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-button div:nth-child(3) {
    width: 25%!important;
  }

  .lux-lite .offer-table.is-collapsable .toggleset-collapse,
  .lux-lite .offer-table.is-collapsable wdpr-toggleset-collapse,
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-collapse,
  .lux-lite wdpr-offer-table.is-collapsable wdpr-toggleset-collapse {
    overflow-x: scroll;
  }

  .lux-lite .offer-table.is-collapsable .toggleset-collapse>div,
  .lux-lite .offer-table.is-collapsable wdpr-toggleset-collapse>div,
  .lux-lite wdpr-offer-table.is-collapsable .toggleset-collapse>div,
  .lux-lite wdpr-offer-table.is-collapsable wdpr-toggleset-collapse>div {
    width: 1000px;
  }
}

.lux-lite .offer-table.is-collapsable>.offer-tbody,
.lux-lite wdpr-offer-table.is-collapsable>.offer-tbody {
  padding-left: 34px;
}

@media (min-width:568px) {
  .lux-lite .offer-table.is-collapsable>.offer-tbody,
  .lux-lite .offer-table.is-collapsable>.offer-thead,
  .lux-lite .offer-table.is-collapsable>wdpr-offer-tbody,
  .lux-lite .offer-table.is-collapsable>wdpr-offer-thead,
  .lux-lite wdpr-offer-table.is-collapsable>.offer-tbody,
  .lux-lite wdpr-offer-table.is-collapsable>.offer-thead,
  .lux-lite wdpr-offer-table.is-collapsable>wdpr-offer-tbody,
  .lux-lite wdpr-offer-table.is-collapsable>wdpr-offer-thead {
    padding-left: 46px;
  }
}

.lux-lite #pageContent header h1.header1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #253b56;
}

.lux-lite #pageContent .special-offers-list {
  padding: 0;
}

@media (max-width:767px) {
  .lux-lite #pageContent header h1.header1 {
    padding: 0 10px;
  }

  .lux-lite #pageContent .special-offers-list {
    padding: 0 10px;
  }
}

.lux-lite offer wdpr-finder-list-card .card {
  padding: 0;
}

.lux-lite offer wdpr-finder-list-card .card .card-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

@media only screen and (min-width:768px) {
  .lux-lite offer wdpr-finder-list-card .card .card-header {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }
}

.lux-lite offer wdpr-finder-list-card .card .card-link {
  color: #169ebe;
}

.lux-lite offer wdpr-finder-list-card .card .card-link .link-icon {
  color: #169ebe;
}

.lux-lite offer wdpr-finder-list-card .card .card-link:focus,
.lux-lite offer wdpr-finder-list-card .card .card-link:hover {
  color: #117e98;
}

.lux-lite offer wdpr-finder-list-card .card .card-link:focus .link-icon,
.lux-lite offer wdpr-finder-list-card .card .card-link:hover .link-icon {
  color: #117e98;
}

.lux-lite offer wdpr-finder-list-card .card .card-link .item-info .description-lines {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media only screen and (max-width:567px) {
  .lux-lite offer wdpr-finder-list-card .card {
    padding: 20px 0;
  }

  .lux-lite offer wdpr-finder-list-card .card .card-link {
    padding: 0;
  }

  .lux-lite offer wdpr-finder-list-card .card .card-link .card-link-container .item-info .description-lines {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .lux-lite offer wdpr-finder-list-card .card .card-link .card-link-container .item-info .card-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

@media (max-width:480px) {
  .lux-lite offer wdpr-finder-list-card .card .card-link .card-link-container .link-icon {
    float: none;
    position: relative;
    top: 25px;
  }
}

.lux-lite #pageContent .offer-details .header2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.lux-lite #pageContent .offer-details header.details-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.lux-lite #pageContent .offer-details a {
  color: #169ebe;
}

.lux-lite #pageContent .offer-details a:focus,
.lux-lite #pageContent .offer-details a:hover {
  color: #117e98;
}

.lux-lite #pageContent .offer-details .details-hero img {
  border-radius: 3px;
}

.lux-lite #pageContent .offer-details .detail-highlights {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.lux-lite #pageContent .offer-details .book-container {
  border-radius: 3px;
  background-color: #edf8fa;
}

.lux-lite #pageContent .offer-details .book-container .heading-title {
  color: #253b56;
}

.lux-lite #pageContent .offer-details .book-container .custom-horizontal-separator {
  box-shadow: none;
  background-color: #d0d7de;
  height: 1px;
}

.lux-lite #pageContent .offer-details .detail-notes {
  display: inline-block;
}

.lux-lite #pageContent .offer-details .detail-notes h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lux-lite #pageContent .offer-details a.htmlContentBlock:focus .arrow,
.lux-lite #pageContent .offer-details a.htmlContentBlock:hover .arrow {
  color: #117e98;
}

.lux-lite #pageContent .offer-details a.htmlContentBlock .arrow {
  color: #169ebe;
}

.lux-lite #pageContent .offer-details main .cms-container h3 {
  color: #253b56;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroCopyButtonContent,
.lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroRight {
  color: #253b56;
}

.lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroCopyButtonContent h3,
.lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroRight h3 {
  font-weight: 500;
}

.lux-lite #pageContent .offer-details .offer-table .offer-thead {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lux-lite #pageContent .offer-details .offer-table .offer-thead .offer-th {
  padding: 16px;
}

.lux-lite #pageContent .offer-details .offer-table .offer-thead .offer-th .table-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.lux-lite #pageContent .offer-details .offer-table .offer-tbody {
  border-bottom-width: 0;
}

.lux-lite #pageContent .offer-details .offer-table .offer-tbody:last-child {
  border-bottom-width: 1px;
}

@media (max-width:767px) {
  .lux-lite #pageContent .offer-details .header2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 0;
  }

  .lux-lite #pageContent .offer-details header.details-header {
    padding-bottom: 30px;
  }
}

@media (max-width:567px) {
  .lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroCopyButtonContent,
  .lux-lite #pageContent .offer-details .highlightsCards .htmlContainer .heroRight {
    margin-top: 20px;
  }
}